summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* cmd:spl:fix: Prevent from a build error on boards, which don't support FDTŁukasz Majewski2012-12-11-0/+2
* tpm: Add TPM stress testLuigi Semenzato2012-12-11-6/+87
* console: Enable function to display console infoSimon Glass2012-12-11-2/+4
* Add console command to access io space registersVadim Bendebury2012-12-11-0/+94
* fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD definedTom Wai-Hong Tam2012-12-11-1/+1
* edid: Add I2C command for printing the EDIDTom Wai-Hong Tam2012-12-11-0/+39
* edid: Library of EDID decode and printTom Wai-Hong Tam2012-12-11-0/+308
* Add hash command to perform hashing using various algorithmsSimon Glass2012-12-11-0/+64
* sha1sum: Use generic hash layerSimon Glass2012-12-11-125/+4
* Add generic hash APISimon Glass2012-12-11-0/+222
* stdio: remove useless strncpyVincent Palatin2012-12-11-1/+0
* Fix use of conditional LMBSimon Glass2012-12-11-1/+1
* Add a command to read raw blocks from a partitionKenneth Waters2012-12-11-0/+82
* Add gettime commandAnton Staaf2012-12-11-0/+57
* Add new bootstage step for the main loopSimon Glass2012-12-11-0/+2
* i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut2012-12-11-15/+179
* i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut2012-12-11-9/+7
* cmd_led.c: Standardize format of help and usage info.Robert P. J. Day2012-12-06-3/+3
* env: Enable getenv_f() for SPL_BUILDStefan Roese2012-12-05-0/+3
* SPL: Port SPL framework to powerpcStefan Roese2012-12-05-0/+16
* x86: Add CBMEM console driver for corebootVadim Bendebury2012-11-30-1/+3
* fdt: Correct global_data condition in mainSimon Glass2012-11-28-2/+0
* mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt2012-11-27-5/+4
* common: rework bouncebuf implementationStephen Warren2012-11-27-34/+41
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2012-11-26-0/+22
|\
| * nand: Add torture featureBenoît Thébaudeau2012-11-26-0/+22
* | Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2012-11-20-1/+239
|\ \
| * \ Merge branch 'next'Gerald Van Baren2012-11-19-1/+239
| |\ \ | | |/ | |/|
| | * fdt: Set kernaddr if fdt indicates a kernel is presentSimon Glass2012-11-12-0/+16
| | * fdt: Add option to default to most compatible conf in a fit imageGabe Black2012-11-12-0/+138
| | * fdt: Allow device tree to specify secure bootingDoug Anderson2012-11-12-0/+62
| | * fdt: Tell the FDT library where the device tree isGabe Black2012-11-12-0/+8
| | * fdt: Load boot command from device treeChe-Liang Chiou2012-11-12-1/+15
* | | usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-20-3/+3
* | | USB: add arrow key support to usb_kbdAllen Martin2012-11-20-0/+13
* | | USB: make usb_kbd obey USB DMA alignment requirementsAllen Martin2012-11-20-1/+4
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2012-11-19-7/+176
|\ \
| * | lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam2012-11-07-0/+144
| * | lcd: Fix BMP decode bug that skips the wrong padded rowTom Wai-Hong Tam2012-11-07-4/+4
| * | lcd: Provide an API to access LCD parametersVadim Bendebury2012-11-07-0/+26
| * | video: Provide an API to access video parametersStefan Reinauer2012-11-06-3/+2
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2012-11-19-1/+1
|\ \ \ | |_|/ |/| |
| * | cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day2012-11-14-1/+1
| |/
* | common/command.c: revert changes from commit 199adb60Anatolij Gustschin2012-11-08-8/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-11-05-4/+4
|\
| * serial: remove calls to serial_assign()Allen Martin2012-10-29-13/+0
| * SPL: make jump_to_image_no_args a weak symbolAllen Martin2012-10-29-4/+4
* | net/: sparse fixesKim Phillips2012-11-04-0/+1
* | common/misc: sparse fixesKim Phillips2012-11-04-56/+64
* | common/cmd_*.c: sparse fixesKim Phillips2012-11-04-334/+387