summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common/spl.c
Commit message (Expand)AuthorAgeLines
* SPL: Move the omap SPL framework to common/splTom Rini2012-09-27-225/+0
* ARM: SPL: Start hooking in the current SPI SPL supportTom Rini2012-09-27-0/+5
* ARM: SPL: Clean up spl.c / spl_nand.c slightlyTom Rini2012-09-27-15/+8
* ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini2012-09-27-1/+1
* ARM: SPL: Only call mem_malloc_init if configuredTom Rini2012-09-27-0/+2
* ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini2012-09-27-1/+1
* omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini2012-09-27-6/+3
* arm: omap5: correct boot device mode7 for eMMCBalaji T K2012-05-15-0/+1
* SPL: call cleanup_before_linux() before booting LinuxStefano Babic2012-03-27-1/+1
* omap/spl: change output of spl_parse_image_headerSimon Schwarz2012-03-27-1/+1
* omap-common/spl: Add linux boot to SPLSimon Schwarz2012-03-27-0/+44
* SPL: Add YMODEM over UART load supportMatt Porter2012-03-26-0/+5
* spl.c: Use __noreturn decoratorTom Rini2012-03-26-3/+2
* omap_rev_string: output to stdoutAndreas Müller2012-01-16-8/+4
* OMAP SPL: call timer_init in s_init to make udelay work earlierAndreas Müller2012-01-16-2/+0
* arch/arm/cpu/armv7/omap-common/spl.c: Fix GCC 4.2 warningsAnatolij Gustschin2011-12-06-2/+3
* OMAP3: Add SPL_BOARD_INIT hookTom Rini2011-12-06-0/+4
* omap: remove I2C from SPLAneesh V2011-12-06-1/+0
* omap4/5: Add support for booting with CH.Sricharan2011-11-15-2/+7
* omap/spl: actually enable the consoleIlya Yanok2011-11-03-0/+2
* omap: spl: fix build break due to changes in FATAneesh V2011-10-27-0/+4
* OMAP3 SPL: Provide weak omap_rev_stringTom Rini2011-10-27-0/+8
* Move timestamp and version files into 'generated' subdirSimon Glass2011-10-17-2/+1
* omap-common: reorganize spl.cSimon Schwarz2011-09-30-177/+20
* omap3: implement boot parameter savingSimon Schwarz2011-09-30-1/+5
* omap-common: add nand spl supportSimon Schwarz2011-09-30-1/+45
* omap-common/omap4: relocate early UART clock setupSimon Schwarz2011-09-30-1/+1
* omap: add MMC and FAT support to SPLAneesh V2011-08-03-2/+192
* omap: add basic SPL supportAneesh V2011-08-03-0/+82