summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2013-05-06usb: fix: Fixing Port status and feature number constantsVivek Gautam
2013-05-06usb: hub: Parallelize power-cycling of root-hub portsVivek Gautam
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam
2013-05-05usb: hub: Fix enumration timeoutVivek Gautam
2013-05-05usb: Update device class in usb device's descriptorVivek Gautam
2013-05-05usb: hub: Power-cycle on root-hub portsVivek Gautam
2013-05-05USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam
2013-05-05usb: Add new command to set USB 2.0 port test modesJulius Werner
2013-05-01env_mmc: add support for redundant environmentMichael Heimpold
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-05-01part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich
2013-05-01setexpr: add regex substring matching and substitutionWolfgang Denk
2013-05-01setexpr: simplify code, improve help messageWolfgang Denk
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk
2013-05-01"env grep" - add options to grep in name, value, or both.Wolfgang Denk
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass
2013-05-01sandbox: Support 'source' commandSimon Glass
2013-05-01Revert "fdt- Tell the FDT library where the device tree is"Simon Glass
2013-05-01sandbox: fdt: Support fdt command for sandboxSimon Glass
2013-05-01fdt: Allow fdt command to check and update control FDTSimon Glass
2013-05-01Add getenv_hex() to return an environment variable as hexSimon Glass
2013-05-01fdt: Add a parameter to fdt_valid()Simon Glass
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass
2013-05-01sandbox: Switch over to generic boardSimon Glass
2013-04-22flash: Add optional verify-after-write featureStefan Roese
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung
2013-04-17printenv: Correct out-of-memory condition check.Maxime Larocque
2013-04-15x86: Allow setup code to manage its own global dataSimon Glass
2013-04-15x86: Fix DRAM bank size init with generic boardSimon Glass
2013-04-15Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-04-12tpm: Add TPM command libraryChe-liang Chiou
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-04-11env: Add redundant env support to UBI envJoe Hershberger
2013-04-11env: Add support for UBI environmentJoe Hershberger
2013-04-11mtd: Make mtdparts work with pre-reloc envJoe Hershberger
2013-04-11ubi: ubifs: Turn off verbose printsJoe Hershberger
2013-04-11ubi: Expose a few simple functions from the cmd_ubiJoe Hershberger
2013-04-11Do not call board_early_init_f() twiceVadim Bendebury
2013-04-10cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFSTom Rini
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini
2013-04-08cmd_sf: include header file common.h before div64.hMingkai Hu
2013-04-08common/cmd_test: Avoid macro expansionYork Sun
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini
2013-04-04Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-04-02mmc: don't allow extra cmdline argumentsStephen Warren
2013-04-02env: fix potential stack overflow in environment functionsRob Herring
2013-04-01Consolidate bool typeYork Sun