aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Makefile.host.tmp: add a new script to refactor toolsMasahiro Yamada2-3/+75
2014-02-19.gitignore: ingore files generated by KbuildMasahiro Yamada1-9/+20
2014-02-19microblaze: remove an empty file arch/microblaze/lib/time.cMasahiro Yamada1-0/+0
2014-02-19ARM: O5/dra7xx: Add SATA boot supportDan Murphy5-12/+7
2014-02-19common: spl: Add spl sata boot supportDan Murphy7-0/+64
2014-02-19tools: correct proftool build ruleIan Campbell1-2/+2
2014-02-19EXT4: Fix number base handling of "ext4write" commandWolfgang Denk1-2/+2
2014-02-19net, phy: atheros ar803x bugHeiko Schocher1-1/+1
2014-02-19fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada2-3/+3
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