aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-06-04sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass1-3/+6
2013-06-04image: Use fit_image_load() to load kernelSimon Glass2-152/+8
2013-06-04sandbox: Adjust bootm command to work with sandboxSimon Glass1-13/+12
2013-06-04image: Use fit_image_load() to load FDTSimon Glass3-199/+31
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass2-168/+16
2013-06-04image: Introduce fit_image_load() to load images from FITsSimon Glass1-0/+231
2013-06-04main: Add debug_bootkeys to avoid #ifdefsSimon Glass1-12/+12
2013-06-04main: Add debug_parser() to avoid #ifdefsSimon Glass1-35/+23
2013-06-04main: Correct header orderSimon Glass1-15/+4
2013-06-04main: Fix typos and checkpatch warnings in command line readingSimon Glass1-11/+11
2013-06-04main: Use get/setenv_ulong()Simon Glass1-6/+2
2013-06-04main: Move boot_delay code into its own functionSimon Glass1-67/+70
2013-06-04main: Separate out the two abortboot() functionsSimon Glass1-8/+11
2013-06-04net: Add prototype for update_tftpSimon Glass2-6/+1
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini3-27/+62
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin3-27/+27
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD25-2595/+2982
2013-05-24common: Update cmd_bdinfo for PPCYork Sun1-0/+5
2013-05-24cmd_mem: fix cp commandMasahiro Yamada1-1/+1
2013-05-22nand: adjust erase/read/write partition/chip size for bad blocksHarvey Chapman1-0/+35
2013-05-17fdt_support: Use CONFIG_NR_DRAM_BANKS if definedDoug Anderson1-0/+4
2013-05-17bootm: Avoid 256-byte overflow in fixup_silent_linux()Doug Anderson1-12/+29
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk2-31/+0
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang2-0/+138
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass1-1/+1
2013-05-14image: Add device tree setup to image librarySimon Glass2-0/+112
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 Glass1-3/+5
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass2-13/+3
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass2-29/+40
2013-05-14image: Rename hash printing to fit_image_print_verification_data()Simon Glass1-52/+79
2013-05-14image: Export fit_conf_get_prop_node()Simon Glass1-4/+4
2013-05-14image: Move error! string to common placeSimon Glass1-11/+8
2013-05-14image: Move hash checking into its own functionSimon Glass1-62/+66
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass7-15/+15
2013-05-14image: Move HOSTCC image code to tools/Simon Glass1-170/+1
2013-05-14image: Split FIT code into new image-fit.cSimon Glass3-1602/+1637
2013-05-14image: Export fit_check_ramdisk()Simon Glass1-7/+2
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass1-29/+21
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass1-0/+23
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 Rini2-0/+42
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 Glass1-0/+29
2013-05-13Call bootstage_relocate() after malloc is inittedDoug Anderson1-0/+1
2013-05-13bootstage: Copy bootstage strings post-relocationDoug Anderson1-0/+15
2013-05-13blackfin: bf609: add softswitch config commandBob Liu2-0/+42
2013-05-11Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-7/+3
2013-05-11Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+169
2013-05-11Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD15-110/+689