summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: report capacity for the selected partitionStephen Warren2013-06-132-7/+68
* README: document CONFIG_ENV_IS_IN_MMCStephen Warren2013-06-131-0/+40
* fsl_esdhc: Do not clear interrupt status bits until data processedAndrew Gabbasov2013-06-131-4/+3
* mmc: fsl_esdhc: Fix hang after 'save' commandFabio Estevam2013-06-131-1/+1
* mmc write bug fixRuud Commandeur2013-06-131-3/+5
* mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwardsJagannadha Sutradharudu Teki2013-06-131-2/+4
* mmc: fix env in mmc with redundant compile errorBo Shen2013-06-131-0/+6
* Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xxTom Rini2013-06-111-1/+1
|\
| * ppc: ppmc7xx: Fix possible out-of-bound accessMarek Vasut2013-06-111-1/+1
* | powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood2013-06-1111-23/+39
|/
* MIPS: asm/errno.h: switch to asm-generic/errno.hDaniel Schwierzeck2013-06-081-143/+1
* MIPS: fix __raw_* IO accessorsGabor Juhos2013-06-081-13/+13
* pci: introduce CONFIG_PCI_INDIRECT_BRIDGE optionGabor Juhos2013-06-07141-1/+145
* fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren2013-06-071-1/+2
* generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada2013-06-073-58/+55
* am335x: enable falcon boot mode for mmc (raw and fat) and nandPeter Korsgaard2013-06-072-3/+36
* spl_mmc: add Falcon mode support for raw variantPeter Korsgaard2013-06-072-0/+28
* spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard2013-06-071-9/+6
* spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard2013-06-072-0/+29
* devkit8000: Add SPL_OS for MMC supportTom Rini2013-06-071-0/+8
* spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard2013-06-071-14/+13
* spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard2013-06-071-10/+14
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-06-076-7/+139
|\
| * ARM: bcm2835: add simplefb DT node during bootz/mStephen Warren2013-06-052-1/+15
| * lcd: add functions to set up simplefb device treeStephen Warren2013-06-053-0/+115
| * cfb_console: flush FB cache at end of public functionsEric Nelson2013-05-061-6/+9
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-06-071-0/+2
|\ \
| * | bug, nand, am33xx: nand->ecc.strength not set in board_nand_init()Sergey Lapin2013-06-041-0/+2
* | | input: Finish simplifing key_matrix_decode_fdt()Stephen Warren2013-06-061-2/+4
* | | checkpatch.pl: Add 'printf' to logFunctionsTom Rini2013-06-061-0/+1
* | | am33xx/omap4+: Move SRAM_SCRATCH_SPACE_ADDR to <asm/arch/omap.h>Tom Rini2013-06-067-10/+10
* | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-06-0513-45/+105
|\ \ \
| * | | am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.cTom Rini2013-06-059-36/+78
| * | | am33xx: Correct NON_SECURE_SRAM_START/ENDTom Rini2013-06-044-8/+26
| * | | omap-common/hwinit-common.c: Mark omap_rev_string as staticTom Rini2013-06-041-1/+1
* | | | Merge branch 'tpm' of git://git.denx.de/u-boot-x86Tom Rini2013-06-0512-285/+486
|\ \ \ \
| * | | | tpm: Reorganize the I2C TPM driverTom Wai-Hong Tam2013-06-037-271/+399
| * | | | tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Vincent Palatin2013-06-034-23/+92
| * | | | x86: config: Reflect the name changes of LPC TPM configsTom Wai-Hong Tam2013-06-031-1/+2
| * | | | tpm: Rename generic_lpc_tpm to tpm_tis_lpcChe-liang Chiou2013-06-033-2/+5
| | |/ / | |/| |
* | | | fdt: allow bootdelay to be specified via device treeStephen Warren2013-06-041-0/+5
* | | | input: simplify key_matrix_decode_fdt()Stephen Warren2013-06-041-40/+26
* | | | input: fix unaligned access in key_matrix_decode_fdt()Stephen Warren2013-06-041-1/+1
* | | | common: board_f: Do not call board_postclk_init twiceMasahiro Yamada2013-06-041-6/+3
* | | | disk: Fix possible out-of-bounds access in part_efi.cMarek Vasut2013-06-041-3/+8
* | | | sandbox: image: Create a test for loading FIT imagesSimon Glass2013-06-041-0/+422
* | | | bootstage: Remove unused entries related to kernel/ramdisk/fdt loadSimon Glass2013-06-041-26/+3
* | | | sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass2013-06-041-3/+6
* | | | image: Use fit_image_load() to load kernelSimon Glass2013-06-043-153/+8
* | | | sandbox: Adjust bootm command to work with sandboxSimon Glass2013-06-041-13/+12
OpenPOWER on IntegriCloud