summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: emaclite: Support OF initializationMichal Simek2012-09-241-0/+30
| * | | | dm: net: Move IXP NPE to drivers/net/Marek Vasut2012-09-24151-2/+2
| * | | | net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi2012-09-241-1/+1
| * | | | api: net: fix length check in eth_receive()Michael Walle2012-09-241-4/+1
| * | | | net: Make netconsole src and dest ports configurableJoe Hershberger2012-09-243-16/+34
* | | | | SPL: Add support for loading image from ram in SPL.Pavel Machek2012-09-273-0/+26
* | | | | SPL: Rework how we inform about un-headered imagesTom Rini2012-09-271-5/+2
* | | | | SPL: Make un-supported boot device puts a debug insteadTom Rini2012-09-271-3/+1
* | | | | SPL: Enable use of custom defined U-Boot entry pointStefan Roese2012-09-271-1/+4
* | | | | SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini2012-09-273-14/+15
* | | | | SPL: Add option to skip copying of the mkimage headerStefan Roese2012-09-272-4/+20
* | | | | SPL: Add NOR flash booting supportStefan Roese2012-09-274-0/+71
* | | | | da850: Add README.da850Tom Rini2012-09-271-0/+68
* | | | | hawkboard: Update config file to work with common spl frameworkSughosh Ganu2012-09-271-1/+1
* | | | | ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini2012-09-2711-113/+101
* | | | | SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2012-09-273-12/+5
* | | | | SPL: Use image_get_xxx() functions to access header valuesStefan Roese2012-09-271-5/+5
* | | | | SPL: do not use fix value for u-boot sizeStefano Babic2012-09-271-1/+5
* | | | | SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-279-46/+98
* | | | | SPL: Move the omap SPL framework to common/splTom Rini2012-09-2728-59/+138
* | | | | ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini2012-09-277-1/+14
* | | | | ARM: SPL: Start hooking in the current SPI SPL supportTom Rini2012-09-272-0/+8
* | | | | ARM: SPL: Clean up spl.c / spl_nand.c slightlyTom Rini2012-09-272-16/+8
* | | | | ARM: SPL: Make spl_mmc.c more genericTom Rini2012-09-275-26/+38
* | | | | ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini2012-09-2713-76/+203
* | | | | ARM: SPL: Only call mem_malloc_init if configuredTom Rini2012-09-271-0/+2
* | | | | ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.cTom Rini2012-09-273-14/+3
* | | | | ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini2012-09-275-5/+5
* | | | | ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini2012-09-276-8/+8
* | | | | omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.Pavel Machek2012-09-271-3/+3
* | | | | omap-common: Fix typo in save_boot_params() in lowlevel_init.STom Rini2012-09-271-1/+1
* | | | | omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini2012-09-279-19/+15
* | | | | spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORTTom Rini2012-09-271-0/+4
* | | | | Makefile: Move SPL files to clobber, remove from cleanTom Rini2012-09-271-4/+3
* | | | | FAT: Make it possible to read from any file positionBenoît Thébaudeau2012-09-264-38/+105
* | | | | env: checkpatch clean env_fatIgor Grinberg2012-09-261-6/+14
* | | | | env: remove duplicated env_get_char_spec()Igor Grinberg2012-09-262-10/+0
* | | | | README.commands: Document what UNDEF_SYM doesTom Rini2012-09-261-0/+7
* | | | | patman: Use reverse order for changelogOtavio Salvador2012-09-261-4/+4
* | | | | malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck2012-09-266-6/+1
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2012-09-253-89/+105
|\ \ \ \ \
| * | | | | common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin2012-09-241-4/+10
| * | | | | video/powerpc: don't touch DIU registers that we don't needTimur Tabi2012-09-211-19/+2
| * | | | | common/lcd: add protection from null bmp pointerNikita Kiryanov2012-09-211-1/+1
| * | | | | common lcd: simplify lcd_display_bitmapNikita Kiryanov2012-09-052-17/+47
| * | | | | common lcd: simplify core functionsNikita Kiryanov2012-09-051-32/+30
| * | | | | common lcd: simplify lcd_displayNikita Kiryanov2012-09-051-9/+18
| * | | | | common lcd: simplify lcd_logoNikita Kiryanov2012-09-051-11/+1
* | | | | | cmd_part: add partition-related commandStephen Warren2012-09-252-0/+106
* | | | | | disk: part_msdos: parse and store partition UUIDStephen Warren2012-09-252-4/+13
OpenPOWER on IntegriCloud