aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-08MIPS: asm/errno.h: switch to asm-generic/errno.hDaniel Schwierzeck1-143/+1
2013-06-08MIPS: fix __raw_* IO accessorsGabor Juhos1-13/+13
2013-06-07pci: introduce CONFIG_PCI_INDIRECT_BRIDGE optionGabor Juhos141-1/+145
2013-06-07fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren1-1/+2
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada3-58/+55
2013-06-07am335x: enable falcon boot mode for mmc (raw and fat) and nandPeter Korsgaard2-3/+36
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard2-0/+28
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard1-9/+6
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard2-0/+29
2013-06-07devkit8000: Add SPL_OS for MMC supportTom Rini1-0/+8
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard1-14/+13
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard1-10/+14
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini6-7/+139
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-0/+2
2013-06-06input: Finish simplifing key_matrix_decode_fdt()Stephen Warren1-2/+4
2013-06-06checkpatch.pl: Add 'printf' to logFunctionsTom Rini1-0/+1
2013-06-06am33xx/omap4+: Move SRAM_SCRATCH_SPACE_ADDR to <asm/arch/omap.h>Tom Rini7-10/+10
2013-06-05ARM: bcm2835: add simplefb DT node during bootz/mStephen Warren2-1/+15
2013-06-05lcd: add functions to set up simplefb device treeStephen Warren3-0/+115
2013-06-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini13-45/+105
2013-06-05Merge branch 'tpm' of git://git.denx.de/u-boot-x86Tom Rini12-285/+486
2013-06-05am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.cTom Rini9-36/+78
2013-06-04am33xx: Correct NON_SECURE_SRAM_START/ENDTom Rini4-8/+26
2013-06-04omap-common/hwinit-common.c: Mark omap_rev_string as staticTom Rini1-1/+1
2013-06-04fdt: allow bootdelay to be specified via device treeStephen Warren1-0/+5
2013-06-04input: simplify key_matrix_decode_fdt()Stephen Warren1-40/+26
2013-06-04input: fix unaligned access in key_matrix_decode_fdt()Stephen Warren1-1/+1
2013-06-04common: board_f: Do not call board_postclk_init twiceMasahiro Yamada1-6/+3
2013-06-04disk: Fix possible out-of-bounds access in part_efi.cMarek Vasut1-3/+8
2013-06-04sandbox: image: Create a test for loading FIT imagesSimon Glass1-0/+422
2013-06-04bootstage: Remove unused entries related to kernel/ramdisk/fdt loadSimon Glass1-26/+3
2013-06-04sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass1-3/+6
2013-06-04image: Use fit_image_load() to load kernelSimon Glass3-153/+8
2013-06-04sandbox: Adjust bootm command to work with sandboxSimon Glass1-13/+12
2013-06-04image: Use fit_image_load() to load FDTSimon Glass4-202/+34
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass3-169/+16
2013-06-04image: Introduce fit_image_load() to load images from FITsSimon Glass2-2/+326
2013-06-04mkimage: Add map_sysmem() and IH_ARCH_DEFAULT to simplfy buildingSimon Glass1-0/+12
2013-06-04bootstage: Introduce sub-IDs for use with image loadingSimon Glass1-0/+22
2013-06-04main: Add debug_bootkeys to avoid #ifdefsSimon Glass1-12/+12
2013-06-04main: Add debug_parser() to avoid #ifdefsSimon Glass1-35/+23
2013-06-04main: Correct header orderSimon Glass1-15/+4
2013-06-04main: Fix typos and checkpatch warnings in command line readingSimon Glass1-11/+11
2013-06-04main: Use get/setenv_ulong()Simon Glass1-6/+2
2013-06-04main: Move boot_delay code into its own functionSimon Glass1-67/+70
2013-06-04main: Separate out the two abortboot() functionsSimon Glass2-11/+11
2013-06-04net: Add prototype for update_tftpSimon Glass3-6/+4
2013-06-04at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263Simon Glass1-1/+1
2013-06-04bug, nand, am33xx: nand->ecc.strength not set in board_nand_init()Sergey Lapin1-0/+2
2013-06-03tpm: Reorganize the I2C TPM driverTom Wai-Hong Tam7-271/+399