aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-05-14image: Add device tree setup to image librarySimon Glass4-13/+62
2013-05-14image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass1-2/+31
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass1-0/+2
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass1-1/+1
2013-05-14image: Rename hash printing to fit_image_print_verification_data()Simon Glass1-1/+0
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass1-2/+8
2013-05-14image: Export fit_conf_get_prop_node()Simon Glass1-0/+14
2013-05-14image: Move hash checking into its own functionSimon Glass1-3/+5
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-2/+2
2013-05-14image: Convert fit_image_hash_set_value() to static, and renameSimon Glass1-2/+0
2013-05-14image: Move HOSTCC image code to tools/Simon Glass1-0/+3
2013-05-14image: Export fit_check_ramdisk()Simon Glass1-0/+3
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass1-0/+8
2013-05-14libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass1-0/+22
2013-05-14bootstage: Don't build for HOSTCCSimon Glass1-2/+3
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass1-0/+22
2013-05-14Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk5...Tom Rini7-29/+50
2013-05-13x86: config: Enable LZO for coreboot, remove zlib, gzipSimon Glass1-0/+4
2013-05-13bootstage: Allow marking a particular line of codeSimon Glass1-0/+23
2013-05-13x86: Enable bootstage for corebootSimon Glass1-0/+9
2013-05-13bootstage: Copy bootstage strings post-relocationDoug Anderson1-0/+15
2013-05-13bootstage: Add stubs for new bootstage functionsSimon Glass1-0/+16
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass1-0/+1
2013-05-13x86: Add TSC timerSimon Glass1-3/+1
2013-05-13bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang3-1/+7
2013-05-13blackfin: Move blackfin serial driver out of blackfin arch folder.Sonic Zhang1-0/+3
2013-05-13blackfin: Move blackfin watchdog driver out of the blackfin arch folder.Sonic Zhang2-2/+7
2013-05-13blackfin: Enable early print via the generic serial API.Sonic Zhang1-3/+0
2013-05-13blackfin: Fit u-boot image size into limited nor flash on blackfin.Sonic Zhang3-10/+14
2013-05-13blackfin: bf609: add softswitch config commandBob Liu1-0/+1
2013-05-13blackfin: run core1 from L1 code sram start address in uboot init code on core 0Sonic Zhang2-0/+10
2013-05-13blackfin: reduce size of u-boot.ldr in bf548-ezkit default config.Bob Liu1-14/+9
2013-05-10Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.hGerald Van Baren2-2/+3
2013-05-10Added license header to dtc/libfdt/fdt.h and libfdt_env.hJustin Sobota1-0/+51
2013-05-10Fix typoFrançois Revol1-1/+1
2013-05-10Export fdt_stringlist_contains()Simon Glass1-0/+14
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich2-9/+4
2013-05-09gpio: Add support for microblaze xilinx GPIOMichal Simek1-1/+2
2013-05-07Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini1-0/+30
2013-05-06mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou1-0/+30
2013-05-06usb: common: Use a global definition for 'min3'Vivek Gautam1-4/+21
2013-05-06usb: fix: Fixing Port status and feature number constantsVivek Gautam1-16/+23
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam2-1/+29
2013-05-05USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam1-1/+1
2013-05-05usb: Add new command to set USB 2.0 port test modesJulius Werner1-0/+13
2013-05-03P1022DS: Set CONFIG_SPL_MAX_SIZE directlyTom Rini1-1/+1
2013-05-02Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2-14/+119
2013-05-02powerpc/85xx: set USB2 default mode to 'device' for (super)hydra boardsShaohui Xie1-0/+1
2013-05-02powerpc/p1022ds: Add support for NAND and NAND boot using SPLMatthew McClintock1-14/+118
2013-05-02Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini2-31/+64