aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-15doc/README.scrapyard: add missing commit IDsWolfgang Denk1-2/+2
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang3-3/+1
2013-05-15smc911x: fix the timeout detectionMasahiro Yamada1-2/+2
2013-05-15doc/README.ubi: Add description of accessing ubi filesystemsPaul B. Henson1-1/+79
2013-05-14OMAP5: Enable USB Ethernet support with LAN9730Lubomir Popov1-0/+1
2013-05-14buildman: Produce a sensible error message when branch is missingSimon Glass2-6/+19
2013-05-14sparc: Use image_setup_linux() instead of local codeSimon Glass1-10/+7
2013-05-14m68k: Use image_setup_linux() instead of local codeSimon Glass1-12/+3
2013-05-14powerpc: Use image_setup_linux() instead of local codeSimon Glass1-83/+1
2013-05-14arm: Use image_setup_linux() instead of local codeSimon Glass3-56/+54
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass4-69/+73
2013-05-14image: Add device tree setup to image librarySimon Glass6-13/+174
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass3-566/+592
2013-05-14image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass3-5/+42
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass3-13/+5
2013-05-14mkimage: Put FIT loading in function and tidy error handlingSimon Glass1-39/+57
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass3-30/+41
2013-05-14image: Rename hash printing to fit_image_print_verification_data()Simon Glass2-53/+79
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass3-80/+75
2013-05-14image: Export fit_conf_get_prop_node()Simon Glass2-4/+18
2013-05-14image: Move error! string to common placeSimon Glass1-11/+8
2013-05-14image: Move hash checking into its own functionSimon Glass2-65/+71
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass8-17/+17
2013-05-14image: Convert fit_image_hash_set_value() to static, and renameSimon Glass2-33/+31
2013-05-14image: Split hash node processing into its own functionSimon Glass1-39/+57
2013-05-14image: Move HOSTCC image code to tools/Simon Glass4-170/+207
2013-05-14image: Split FIT code into new image-fit.cSimon Glass4-1602/+1639
2013-05-14image: Export fit_check_ramdisk()Simon Glass2-7/+5
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass2-29/+29
2013-05-14libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2-0/+50
2013-05-14mkimage: Move ARRAY_SIZE to header fileSimon Glass2-1/+2
2013-05-14bootstage: Don't build for HOSTCCSimon Glass1-2/+3
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass2-0/+45
2013-05-14Add minor updates to README.fdt-controlSimon Glass1-1/+8
2013-05-14env: Fix minor comment typos in cmd_nveditSimon Glass1-2/+2
2013-05-14Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk5...Tom Rini39-479/+1164
2013-05-13Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini32-1209/+314
2013-05-13x86: Add coreboot timestampsSimon Glass1-0/+3
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass2-0/+45
2013-05-13x86: config: Enable LZO for coreboot, remove zlib, gzipSimon Glass1-0/+4
2013-05-13x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not definedSimon Glass1-0/+2
2013-05-13bootstage: Allow marking a particular line of codeSimon Glass2-0/+52
2013-05-13x86: Enable bootstage for corebootSimon Glass1-0/+9
2013-05-13Call bootstage_relocate() after malloc is inittedDoug Anderson1-0/+1
2013-05-13bootstage: Copy bootstage strings post-relocationDoug Anderson2-0/+30
2013-05-13bootstage: Add stubs for new bootstage functionsSimon Glass1-0/+16
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass5-68/+11
2013-05-13x86: Remove ISR timerSimon Glass2-119/+0
2013-05-13x86: Remove old broken timer implementationSimon Glass2-21/+1
2013-05-13x86: Add TSC timerSimon Glass6-4/+113