summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
...
| * | image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass2013-05-14-3/+5
| * | image: Remove remaining #ifdefs in image-fit.cSimon Glass2013-05-14-13/+3
| * | sandbox: image: Add support for booting images in sandboxSimon Glass2013-05-14-29/+40
| * | image: Rename hash printing to fit_image_print_verification_data()Simon Glass2013-05-14-52/+79
| * | image: Export fit_conf_get_prop_node()Simon Glass2013-05-14-4/+4
| * | image: Move error! string to common placeSimon Glass2013-05-14-11/+8
| * | image: Move hash checking into its own functionSimon Glass2013-05-14-62/+66
| * | image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-14-15/+15
| * | image: Move HOSTCC image code to tools/Simon Glass2013-05-14-170/+1
| * | image: Split FIT code into new image-fit.cSimon Glass2013-05-14-1602/+1637
| * | image: Export fit_check_ramdisk()Simon Glass2013-05-14-7/+2
| * | image: Move timestamp #ifdefs to header fileSimon Glass2013-05-14-29/+21
| * | hash: Add a way to calculate a hash for any algortihmSimon Glass2013-05-14-0/+23
| * | env: Fix minor comment typos in cmd_nveditSimon Glass2013-05-14-2/+2
| * | Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk5...Tom Rini2013-05-14-0/+42
| |\ \
| | * | blackfin: bf609: add softswitch config commandBob Liu2013-05-13-0/+42
| * | | x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not definedSimon Glass2013-05-13-0/+2
| * | | bootstage: Allow marking a particular line of codeSimon Glass2013-05-13-0/+29
| * | | Call bootstage_relocate() after malloc is inittedDoug Anderson2013-05-13-0/+1
| * | | bootstage: Copy bootstage strings post-relocationDoug Anderson2013-05-13-0/+15
| |/ /
| * | usb: fix: Fixing Port status and feature number constantsVivek Gautam2013-05-06-12/+28
| * | usb: hub: Parallelize power-cycling of root-hub portsVivek Gautam2013-05-06-7/+12
| * | USB: SS: Add support for Super Speed USB interfaceVivek Gautam2013-05-05-8/+29
| * | usb: hub: Fix enumration timeoutVivek Gautam2013-05-05-1/+0
| * | usb: Update device class in usb device's descriptorVivek Gautam2013-05-05-0/+5
| * | usb: hub: Power-cycle on root-hub portsVivek Gautam2013-05-05-0/+34
| * | USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam2013-05-05-22/+29
| * | usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam2013-05-05-283/+241
| * | usb: Add new command to set USB 2.0 port test modesJulius Werner2013-05-05-23/+98
| |/
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-11-7/+3
|\ \
| * | ARM: OMAP: Cleanup boot parameters usageSRICHARAN R2013-05-10-7/+3
* | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-11-0/+169
|\ \ \
| * | | Add fuse API and commandsBenoît Thébaudeau2013-04-28-0/+169
* | | | Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-11-110/+689
|\ \ \ \ | | |_|/ | |/| |
| * | | env_mmc: add support for redundant environmentMichael Heimpold2013-05-01-9/+123
| * | | lib: consolidate hang()Andreas Bießmann2013-05-01-17/+0
| * | | part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich2013-05-01-0/+11
| * | | setexpr: add regex substring matching and substitutionWolfgang Denk2013-05-01-3/+277
| * | | setexpr: simplify code, improve help messageWolfgang Denk2013-05-01-7/+11
| * | | "env grep" - add support for regular expression matchesWolfgang Denk2013-05-01-6/+23
| * | | "env grep" - add options to grep in name, value, or both.Wolfgang Denk2013-05-01-5/+33
| * | | "env grep" - reimplement command using hexport_r()Wolfgang Denk2013-05-01-18/+12
| * | | hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk2013-05-01-3/+7
| * | | sandbox: fs: Add support for saving files to host filesystemSimon Glass2013-05-01-4/+14
| * | | sandbox: Support 'source' commandSimon Glass2013-05-01-4/+7
| * | | Revert "fdt- Tell the FDT library where the device tree is"Simon Glass2013-05-01-8/+0
| * | | sandbox: fdt: Support fdt command for sandboxSimon Glass2013-05-01-3/+7
| * | | fdt: Allow fdt command to check and update control FDTSimon Glass2013-05-01-13/+34
| * | | Add getenv_hex() to return an environment variable as hexSimon Glass2013-05-01-0/+15
| * | | fdt: Add a parameter to fdt_valid()Simon Glass2013-05-01-18/+20