aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-19config: remove platform CONFIG_SYS_HZ definition part 3Masahiro Yamada18-23/+0
2014-02-19mini2440.h: Delete remainder of dead boardMasahiro Yamada1-170/+0
2014-02-19doc: README: Correct file name of signature verification documentationDetlev Zundel1-1/+1
2014-02-19unit-test: add lots of tests for the Hush 'test' commandStephen Warren1-0/+89
2014-02-19unit-test: fix 'env default' invocationStephen Warren1-1/+1
2014-02-19fat: implement exists() for FAT fsStephen Warren3-5/+16
2014-02-19ext4: implement exists() for ext4fsStephen Warren3-1/+10
2014-02-19sandbox: enable CONFIG_CMD_FS_GENERICStephen Warren1-0/+1
2014-02-19sandbox: implement exists() functionStephen Warren3-1/+10
2014-02-19cmd_test: implement -e test for file existenceStephen Warren1-0/+6
2014-02-19cmd_test: evaluate to false without any argumentsStephen Warren1-1/+1
2014-02-19cmd_test: implement ! on sub-expressionsStephen Warren1-19/+24
2014-02-19cmd_test: check for binary operators before unaryStephen Warren1-4/+4
2014-02-19cmd_test: use table lookup for parsingStephen Warren1-67/+110
2014-02-19fs: don't pass NULL dev_desc to most filesystemsStephen Warren1-0/+16
2014-02-19fs: implement infrastructure for an 'exists' functionStephen Warren2-0/+41
2014-02-19fs: fix generic save command implementationStephen Warren2-6/+13
2014-02-19README: document CONFIG_CMD_FS_GENERICStephen Warren1-0/+2
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini149-6851/+17596
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini1-41/+11
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini15-117/+198
2014-02-14ARM: bcm2835: fix mbox POWER_STATE_RESP_ON valueStephen Warren1-1/+1
2014-02-13arm/km: introduce kmsugp1 targetGerlando Falauto4-2/+41
2014-02-13arm/km: define fdt_high env variable and allow backwards compatibilityGerlando Falauto6-4/+7
2014-02-13arm/km: enable FDT for km_kirwkoodGerlando Falauto11-14/+12
2014-02-13arm/km: fix wrong error handlingHolger Brunck1-5/+5
2014-02-13arm/km: add CONFIG_KM_BOARD_EXTRA_ENV to default environmentHolger Brunck1-0/+5
2014-02-13arm/km/suv31: switch to 256MB RAMHolger Brunck1-0/+3
2014-02-13arm/km: make local function startup_allowed staticHolger Brunck1-1/+1
2014-02-13arm/km: drop unneeded defineHolger Brunck1-4/+0
2014-02-13zynq: Fix elf header generationMichal Simek2-0/+101
2014-02-13zynq: Use full tftpboot command instead of shortcut tftpMichal Simek1-1/+1
2014-02-13relocate-rela: replace a magic number with sizeof(Elf64_Rela)Masahiro Yamada1-1/+1
2014-02-13ARM: bcm2835: config.mk isn't neededStephen Warren1-19/+0
2014-02-13ARM: rpi_b: set $fdtfile in default environmentStephen Warren1-0/+1
2014-02-13Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD36-5458/+11605
2014-02-11serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementationAxel Lin1-40/+9
2014-02-11serial: opencores_yanu: Fix build errorAxel Lin1-1/+2
2014-02-10exynos: clock: use the clear and set bits macros.Inha Song1-65/+20
2014-02-10exynos: clock: fixed that cfg is set to wrong value.Inha Song1-0/+3
2014-02-07serial/serial_arc - add driver for ARC UARTAlexey Brodkin3-0/+108
2014-02-07dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usageTom Rini2-0/+27
2014-02-07omap5_uevm: Add CONFIG_SUPPORT_EMMC_BOOT, document usageTom Rini2-0/+26
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini3-139/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini3-0/+55
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini3-1/+52
2014-02-07cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini1-4/+4
2014-02-07cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini1-4/+11
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini3-1/+37
2014-02-07mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1BSiva Durga Prasad Paladugu1-1/+2