summaryrefslogtreecommitdiff
path: root/spl
AgeCommit message (Collapse)Author
2011-11-15omap5: Add minimal support for omap5430.Sricharan
This patch adds the minimal support for OMAP5. The platform and machine specific headers and sources updated for OMAP5430. OMAP5430 is Texas Instrument's SOC based on ARM Cortex-A15 SMP architecture. It's a dual core SOC with GIC used for interrupt handling and SCU for cache coherency. Also moved some part of code from the basic platform support that can be made common for OMAP4/5. Rest is kept out seperately. The same approach is followed for clocks and emif support in the subsequent patches. Signed-off-by: sricharan <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-15OneNAND: Add simple OneNAND SPLMarek Vasut
This introduces small OneNAND loader, fitting into 1kB of space (smallest possible OneNAND RAM size). Some devices equipped with such crappy chips will use this. Signed-off-by: Marek Vasut <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Kyungmin Park <[email protected]> Cc: Scott Wood <[email protected]> V2: Introduce spl_onenand_load_image() to load data from OneNAND in SPL V3: Cleanup, align with nand_spl. Skip whole blocks.
2011-11-03spl: add option for adding post memory test to the SPL frameworkHeiko Schocher
Signed-off-by: Heiko Schocher <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Sandeep Paulraj <[email protected]> Cc: Sergei Shtylyov <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03ORIGEN : use absolute paths and fix tool namingAngus Ainslie
On some hosts using relative paths will cause the build to fail. This patch sets absolute paths for the tools directory Get rid of MSDOS style excecutable extension Signed-off-by: Angus Ainslie <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-10-27SPL: Add DMA librarySimon Schwarz
Adding a DMA library to the SPL. It is used if CONFIG_SPL_DMA_SUPPORT is defined. Signed-off-by: Simon Schwarz <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-10-05SPL: Make path to start.S configurableMarek Vasut
Introduce CONFIG_SPL_START_S_PATH to configure path to start.S file. It's not always fitting to use CPU's start.S . Signed-off-by: Marek Vasut <[email protected]>
2011-09-30spl: Add POWER library to new splSimon Schwarz
Adds power library to the new spl Signed-off-by: Simon Schwarz <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-30spl: add NAND Library to new SPLSimon Schwarz
Adds NAND library to SPL. Signed-off-by: Simon Schwarz <[email protected]> Acked-by: Scott Wood <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04ORIGEN: Add MMC SPL supportChander Kashyap
Adds mmc boot support. Signed-off-by: Chander Kashyap <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby
- Add mkimage support for OMAP boot image - Add support for OMAP boot image(MLO) generation in the new SPL framework Signed-off-by: John Rigby <[email protected]> Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-07-26spl: add support for omap-common librariesDaniel Schwierzeck
Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Daniel Schwierzeck <[email protected]>
2011-07-26spl: Add support for common libraries and driversDaniel Schwierzeck
Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Daniel Schwierzeck <[email protected]>
2011-07-26spl: add initial support for a generic SPL frameworkDaniel Schwierzeck
Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Daniel Schwierzeck <[email protected]>