summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-14OMAP5: Enable USB Ethernet support with LAN9730Lubomir Popov
2013-05-14buildman: Produce a sensible error message when branch is missingSimon Glass
2013-05-14sparc: Use image_setup_linux() instead of local codeSimon Glass
2013-05-14m68k: Use image_setup_linux() instead of local codeSimon Glass
2013-05-14powerpc: Use image_setup_linux() instead of local codeSimon Glass
2013-05-14arm: Use image_setup_linux() instead of local codeSimon Glass
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass
2013-05-14image: Add device tree setup to image librarySimon Glass
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass
2013-05-14image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass
2013-05-14mkimage: Put FIT loading in function and tidy error handlingSimon Glass
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass
2013-05-14image: Rename hash printing to fit_image_print_verification_data()Simon Glass
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass
2013-05-14image: Export fit_conf_get_prop_node()Simon Glass
2013-05-14image: Move error! string to common placeSimon Glass
2013-05-14image: Move hash checking into its own functionSimon Glass
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass
2013-05-14image: Convert fit_image_hash_set_value() to static, and renameSimon Glass
2013-05-14image: Split hash node processing into its own functionSimon Glass
2013-05-14image: Move HOSTCC image code to tools/Simon Glass
2013-05-14image: Split FIT code into new image-fit.cSimon Glass
2013-05-14image: Export fit_check_ramdisk()Simon Glass
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass
2013-05-14libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass
2013-05-14mkimage: Move ARRAY_SIZE to header fileSimon Glass
2013-05-14bootstage: Don't build for HOSTCCSimon Glass
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass
2013-05-14Add minor updates to README.fdt-controlSimon Glass
2013-05-14env: Fix minor comment typos in cmd_nveditSimon Glass
2013-05-14Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk5...Tom Rini
2013-05-13Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2013-05-13x86: Add coreboot timestampsSimon Glass
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass
2013-05-13x86: config: Enable LZO for coreboot, remove zlib, gzipSimon Glass
2013-05-13x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not definedSimon Glass
2013-05-13bootstage: Allow marking a particular line of codeSimon Glass
2013-05-13x86: Enable bootstage for corebootSimon Glass
2013-05-13Call bootstage_relocate() after malloc is inittedDoug Anderson
2013-05-13bootstage: Copy bootstage strings post-relocationDoug Anderson
2013-05-13bootstage: Add stubs for new bootstage functionsSimon Glass
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass
2013-05-13x86: Remove ISR timerSimon Glass
2013-05-13x86: Remove old broken timer implementationSimon Glass
2013-05-13x86: Add TSC timerSimon Glass
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2013-05-13x86: Implement panic output for corebootSimon Glass
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass
2013-05-13x86: Remove legacy board init codeSimon Glass