aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada4-55/+24
2014-02-19board: samsung: refactor host programsMasahiro Yamada6-23/+17
2014-02-19tools: convert makefiles to kbuild styleMasahiro Yamada28-365/+156
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-19Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD39-229/+1049
2014-02-19imx6 SION bit has to be on for the pins that are used as ENET_REF_CLKAndy Ng2-6/+6
2014-02-19Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD20-73/+1055
2014-02-19i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sdEric Nelson6-6/+6
2014-02-19Exynos5250: Remove lowlevelinitRajeshwari S Shinde1-82/+0
2014-02-19arm: zynq: correct the argument to lldivSiva Durga Prasad Paladugu1-1/+2
2014-02-19zynq: Add support for U-BOOT SPLMichal Simek8-2/+241
2014-02-19zynq: Update CLK in bdinfoMichal Simek1-0/+5
2014-02-19zynq: Implement dump clock commandSoren Brinkmann2-0/+22
2014-02-19serial_zynq: Migrate to Zynq clock frameworkSoren Brinkmann1-11/+2
2014-02-19net: zynq_gem: Calculate clock dividers dynamicallySoren Brinkmann3-12/+20
2014-02-19net: zynq_gem: Move RCLK details out of driverSoren Brinkmann3-9/+6
2014-02-19zynq: timer: Fix hangs if network activity attempted after about one hourMichal Simek1-2/+2
2014-02-19zynq: timer: Migrate to zynq clock frameworkSoren Brinkmann1-4/+7
2014-02-19zynq: Provide a framework to read clock frequenciesSoren Brinkmann6-2/+701
2014-02-19common: Provide DIV_ROUND_CLOSEST macroSoren Brinkmann1-0/+16
2014-02-19zynq: serial: Simplify serial driver initializationMichal Simek3-31/+24
2014-02-19zynq: Move bootmode to headersMichal Simek2-6/+6
2014-02-19zynq: Use board_eth_init if CMD_NET is not enabledMichal Simek1-2/+0
2014-02-19zynq: Enable tftp put commandMichal Simek1-0/+1