summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* part:efi: add bootable parameter in gpt commandPatrick Delaunay2015-11-231-0/+38
* gpt: command: Extend gpt command to support GPT table verificationLukasz Majewski2015-11-231-25/+67
* gpt: doc: Update gpt command's help descriptionLukasz Majewski2015-11-231-2/+5
* gpt: command: Remove duplicated check for empty partition descriptionLukasz Majewski2015-11-231-3/+0
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-36/+0
* common/console.c: Small coding style cleanupStefan Roese2015-11-231-2/+4
* common/console.c: Drop sandbox special-case console codeStefan Roese2015-11-231-5/+0
* eeprom: Clean up checkpatch issuesMarek Vasut2015-11-211-9/+10
* eeprom: Add support for selecting i2c busMarek Vasut2015-11-211-4/+11
* eeprom: Add bus argument to eeprom_init()Marek Vasut2015-11-212-4/+8
* eeprom: Pull out the RW loopMarek Vasut2015-11-211-30/+21
* eeprom: Pull out transfer length computationMarek Vasut2015-11-211-41/+25
* eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITSMarek Vasut2015-11-211-8/+8
* eeprom: Suck the ifdef into eeprom_init()Marek Vasut2015-11-211-4/+2
* eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MSMarek Vasut2015-11-211-2/+4
* eeprom: Make eeprom_write_enable() weakMarek Vasut2015-11-211-9/+9
* eeprom: Pull out address computationMarek Vasut2015-11-211-38/+26
* eeprom: Pull out the I/O codeMarek Vasut2015-11-211-19/+31
* eeprom: Zap CONFIG_SPI_XMarek Vasut2015-11-211-4/+4
* eeprom: Zap eeprom_probe()Marek Vasut2015-11-211-19/+0
* eeprom: Zap CONFIG_SYS_EEPROM_X40430Marek Vasut2015-11-211-94/+0
* eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMSMarek Vasut2015-11-211-39/+30
* eeprom: Shuffle code aroundMarek Vasut2015-11-211-98/+70
* usb: Avoid open-coded USB constants in usb_kbd.cSimon Glass2015-11-191-5/+5
* usb: Drop unused code in usb_kbd.cSimon Glass2015-11-191-30/+0
* usb: Refactor USB tree output code for testingSimon Glass2015-11-191-25/+33
* console: Add a console bufferSimon Glass2015-11-194-1/+97
* Move console definitions into a new console.h fileSimon Glass2015-11-1929-0/+30
* dm: usb: Avoid time delays in sandbox testsSimon Glass2015-11-191-1/+9
* common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou2015-11-191-1/+1
* dm: stdio: Plumb in the new keyboard uclassSimon Glass2015-11-191-1/+30
* dm: input: Create a keyboard uclassSimon Glass2015-11-191-6/+0
* dm: usb: Add support for USB keyboards with driver modelSimon Glass2015-11-192-8/+56
* Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-11-192-0/+6
|\
| * common: mii: Do not allow to exceed max phy limitMichal Simek2015-11-191-0/+5
| * tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi2015-11-191-0/+1
* | env_ubi.c: Correct pointer error in env loadKevin Smith2015-11-191-2/+1
|/
* itest: add missing break statements to evalexp()Stephen Warren2015-11-181-3/+9
* common: add CMD_GPIO to KconfigThomas Chou2015-11-181-0/+6
* spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov2015-11-182-9/+34
* spl: announce boot devicesNikita Kiryanov2015-11-181-0/+79
* spl: add support for alternative boot deviceNikita Kiryanov2015-11-181-4/+29
* common: spl: move image load to its own functionNikita Kiryanov2015-11-181-67/+50
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-189-48/+91
* spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov2015-11-181-36/+18
* spl: mmc: move fs boot into its own functionNikita Kiryanov2015-11-181-30/+51
* spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov2015-11-181-4/+9
* spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov2015-11-183-8/+21
* spl: mmc: refactor device location code to its own functionNikita Kiryanov2015-11-181-22/+55
* spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov2015-11-181-6/+7
OpenPOWER on IntegriCloud