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