aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-05-13bootstage: Copy bootstage strings post-relocationDoug Anderson1-0/+15
2013-05-06usb: fix: Fixing Port status and feature number constantsVivek Gautam1-12/+28
2013-05-06usb: hub: Parallelize power-cycling of root-hub portsVivek Gautam1-7/+12
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam3-8/+29
2013-05-05usb: hub: Fix enumration timeoutVivek Gautam1-1/+0
2013-05-05usb: Update device class in usb device's descriptorVivek Gautam1-0/+5
2013-05-05usb: hub: Power-cycle on root-hub portsVivek Gautam1-0/+34
2013-05-05USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam2-22/+29
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam4-283/+241
2013-05-05usb: Add new command to set USB 2.0 port test modesJulius Werner1-23/+98
2013-05-01env_mmc: add support for redundant environmentMichael Heimpold1-9/+123
2013-05-01lib: consolidate hang()Andreas Bießmann2-17/+0
2013-05-01part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich4-0/+11
2013-05-01setexpr: add regex substring matching and substitutionWolfgang Denk1-3/+277
2013-05-01setexpr: simplify code, improve help messageWolfgang Denk1-7/+11
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk1-6/+23
2013-05-01"env grep" - add options to grep in name, value, or both.Wolfgang Denk1-5/+33
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk1-18/+12
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk1-3/+7
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass1-4/+14
2013-05-01sandbox: Support 'source' commandSimon Glass1-4/+7
2013-05-01Revert "fdt- Tell the FDT library where the device tree is"Simon Glass1-8/+0
2013-05-01sandbox: fdt: Support fdt command for sandboxSimon Glass1-3/+7
2013-05-01fdt: Allow fdt command to check and update control FDTSimon Glass1-13/+34
2013-05-01Add getenv_hex() to return an environment variable as hexSimon Glass1-0/+15
2013-05-01fdt: Add a parameter to fdt_valid()Simon Glass1-18/+20
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass1-0/+55
2013-05-01sandbox: Switch over to generic boardSimon Glass2-11/+48
2013-04-22flash: Add optional verify-after-write featureStefan Roese1-0/+11
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung1-1/+1
2013-04-17printenv: Correct out-of-memory condition check.Maxime Larocque1-1/+2
2013-04-15x86: Allow setup code to manage its own global dataSimon Glass2-4/+1
2013-04-15x86: Fix DRAM bank size init with generic boardSimon Glass1-2/+1
2013-04-15Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+18
2013-04-12tpm: Add TPM command libraryChe-liang Chiou1-110/+599
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD21-281/+1135
2013-04-11env: Add redundant env support to UBI envJoe Hershberger1-0/+117
2013-04-11env: Add support for UBI environmentJoe Hershberger3-1/+106
2013-04-11mtd: Make mtdparts work with pre-reloc envJoe Hershberger2-2/+25
2013-04-11ubi: ubifs: Turn off verbose printsJoe Hershberger1-0/+3
2013-04-11ubi: Expose a few simple functions from the cmd_ubiJoe Hershberger1-67/+83
2013-04-11Do not call board_early_init_f() twiceVadim Bendebury1-3/+0
2013-04-10cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFSTom Rini1-1/+1
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini2-23/+33
2013-04-08cmd_sf: include header file common.h before div64.hMingkai Hu1-1/+1
2013-04-08common/cmd_test: Avoid macro expansionYork Sun1-0/+9
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini8-74/+63
2013-04-04Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+18
2013-04-02mmc: don't allow extra cmdline argumentsStephen Warren1-2/+12
2013-04-02env: fix potential stack overflow in environment functionsRob Herring8-63/+74