summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini
2012-09-27ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini
2012-09-27ARM: SPL: Start hooking in the current SPI SPL supportTom Rini
2012-09-27ARM: SPL: Clean up spl.c / spl_nand.c slightlyTom Rini
2012-09-27ARM: SPL: Make spl_mmc.c more genericTom Rini
2012-09-27ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini
2012-09-27ARM: SPL: Only call mem_malloc_init if configuredTom Rini
2012-09-27ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.cTom Rini
2012-09-27ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini
2012-09-27ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini
2012-09-27omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.Pavel Machek
2012-09-27omap-common: Fix typo in save_boot_params() in lowlevel_init.STom Rini
2012-09-27omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini
2012-09-27spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORTTom Rini
2012-09-27Makefile: Move SPL files to clobber, remove from cleanTom Rini
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau
2012-09-26env: checkpatch clean env_fatIgor Grinberg
2012-09-26env: remove duplicated env_get_char_spec()Igor Grinberg
2012-09-26README.commands: Document what UNDEF_SYM doesTom Rini
2012-09-26patman: Use reverse order for changelogOtavio Salvador
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2012-09-25cmd_part: add partition-related commandStephen Warren
2012-09-25disk: part_msdos: parse and store partition UUIDStephen Warren
2012-09-25disk: part_efi: parse and store partition UUIDStephen Warren
2012-09-25disk: part_efi: range-check partition numberStephen Warren
2012-09-25disk: get_device_and_partition() "auto" partition and cleanupStephen Warren
2012-09-25disk: introduce get_device()Stephen Warren
2012-09-25cmd_reiser: use common get_device_and_partition functionRob Herring
2012-09-25cmd_zfs: use common get_device_and_partition functionRob Herring
2012-09-25cmd_disk: use common get_device_and_partition functionRob Herring
2012-09-25cmd_fat: use common get_device_and_partition functionRob Herring
2012-09-25cmd_extX: use common get_device_and_partition functionRob Herring
2012-09-25ext4: remove init_fs/deinit_fsRob Herring
2012-09-25disk/part: introduce get_device_and_partitionRob Herring
2012-09-25disk/part: check bootable flag for DOS partitionsRob Herring
2012-09-25combine block device load commands into common functionRob Herring
2012-09-25disk: make get_partition_info() always available to disk.cStephen Warren
2012-09-25MAKEALL: fix per arch board listsAllen Martin
2012-09-25ARM: arm1176: Define arch_cpu_init() at the SoC levelStephen Warren
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2012-09-24common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin
2012-09-21Prepare v2012.10-rc1v2012.10-rc1Tom Rini
2012-09-21Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2012-09-22pci: fix some warnings related to assumptions aboutKumar Gala
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-09-21video/powerpc: don't touch DIU registers that we don't needTimur Tabi
2012-09-21common/lcd: add protection from null bmp pointerNikita Kiryanov
2012-09-21fdt: Add header guard to fdtdec.hSimon Glass