summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-12-13env: Refactor apply into change_okJoe Hershberger
2012-12-13env: Refactor do_apply to a flagJoe Hershberger
2012-12-13gpt: Support for new "gpt" commandPiotr Wilczek
2012-12-11cmd:spl:fix: Prevent from a build error on boards, which don't support FDTŁukasz Majewski
2012-12-11tpm: Add TPM stress testLuigi Semenzato
2012-12-11console: Enable function to display console infoSimon Glass
2012-12-11Add console command to access io space registersVadim Bendebury
2012-12-11fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD definedTom Wai-Hong Tam
2012-12-11edid: Add I2C command for printing the EDIDTom Wai-Hong Tam
2012-12-11edid: Library of EDID decode and printTom Wai-Hong Tam
2012-12-11Add hash command to perform hashing using various algorithmsSimon Glass
2012-12-11sha1sum: Use generic hash layerSimon Glass
2012-12-11Add generic hash APISimon Glass
2012-12-11stdio: remove useless strncpyVincent Palatin
2012-12-11Fix use of conditional LMBSimon Glass
2012-12-11Add a command to read raw blocks from a partitionKenneth Waters
2012-12-11Add gettime commandAnton Staaf
2012-12-11Add new bootstage step for the main loopSimon Glass
2012-12-11i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut
2012-12-11i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut
2012-12-06cmd_led.c: Standardize format of help and usage info.Robert P. J. Day
2012-12-05env: Enable getenv_f() for SPL_BUILDStefan Roese
2012-12-05SPL: Port SPL framework to powerpcStefan Roese
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury
2012-11-28fdt: Correct global_data condition in mainSimon Glass
2012-11-27mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt
2012-11-27common: rework bouncebuf implementationStephen Warren
2012-11-26Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini
2012-11-26nand: Add torture featureBenoît Thébaudeau
2012-11-20Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini
2012-11-19Merge branch 'next'Gerald Van Baren
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok
2012-11-20USB: add arrow key support to usb_kbdAllen Martin
2012-11-20USB: make usb_kbd obey USB DMA alignment requirementsAllen Martin
2012-11-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2012-11-19Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2012-11-14cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day
2012-11-12fdt: Set kernaddr if fdt indicates a kernel is presentSimon Glass
2012-11-12fdt: Add option to default to most compatible conf in a fit imageGabe Black
2012-11-12fdt: Allow device tree to specify secure bootingDoug Anderson
2012-11-12fdt: Tell the FDT library where the device tree isGabe Black
2012-11-12fdt: Load boot command from device treeChe-Liang Chiou
2012-11-08common/command.c: revert changes from commit 199adb60Anatolij Gustschin
2012-11-07lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam
2012-11-07lcd: Fix BMP decode bug that skips the wrong padded rowTom Wai-Hong Tam
2012-11-07lcd: Provide an API to access LCD parametersVadim Bendebury
2012-11-06video: Provide an API to access video parametersStefan Reinauer
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-11-04net/: sparse fixesKim Phillips