summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-12-01dm: timer: Avoid using timer before it is readySimon Glass
2015-11-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-11-23part:efi: add bootable parameter in gpt commandPatrick Delaunay
2015-11-23gpt: command: Extend gpt command to support GPT table verificationLukasz Majewski
2015-11-23gpt: doc: Update gpt command's help descriptionLukasz Majewski
2015-11-23gpt: command: Remove duplicated check for empty partition descriptionLukasz Majewski
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese
2015-11-23common/console.c: Small coding style cleanupStefan Roese
2015-11-23common/console.c: Drop sandbox special-case console codeStefan Roese
2015-11-21eeprom: Clean up checkpatch issuesMarek Vasut
2015-11-21eeprom: Add support for selecting i2c busMarek Vasut
2015-11-21eeprom: Add bus argument to eeprom_init()Marek Vasut
2015-11-21eeprom: Pull out the RW loopMarek Vasut
2015-11-21eeprom: Pull out transfer length computationMarek Vasut
2015-11-21eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITSMarek Vasut
2015-11-21eeprom: Suck the ifdef into eeprom_init()Marek Vasut
2015-11-21eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MSMarek Vasut
2015-11-21eeprom: Make eeprom_write_enable() weakMarek Vasut
2015-11-21eeprom: Pull out address computationMarek Vasut
2015-11-21eeprom: Pull out the I/O codeMarek Vasut
2015-11-21eeprom: Zap CONFIG_SPI_XMarek Vasut
2015-11-21eeprom: Zap eeprom_probe()Marek Vasut
2015-11-21eeprom: Zap CONFIG_SYS_EEPROM_X40430Marek Vasut
2015-11-21eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMSMarek Vasut
2015-11-21eeprom: Shuffle code aroundMarek Vasut
2015-11-19usb: Avoid open-coded USB constants in usb_kbd.cSimon Glass
2015-11-19usb: Drop unused code in usb_kbd.cSimon Glass
2015-11-19usb: Refactor USB tree output code for testingSimon Glass
2015-11-19console: Add a console bufferSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass
2015-11-19common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou
2015-11-19dm: stdio: Plumb in the new keyboard uclassSimon Glass
2015-11-19dm: input: Create a keyboard uclassSimon Glass
2015-11-19dm: usb: Add support for USB keyboards with driver modelSimon Glass
2015-11-19LCD: Add an option to skip registration as an stdio outputStephane Ayotte
2015-11-19Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini
2015-11-19common: mii: Do not allow to exceed max phy limitMichal Simek
2015-11-19tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi
2015-11-19env_ubi.c: Correct pointer error in env loadKevin Smith
2015-11-18itest: add missing break statements to evalexp()Stephen Warren
2015-11-18common: add CMD_GPIO to KconfigThomas Chou
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov
2015-11-18spl: announce boot devicesNikita Kiryanov
2015-11-18spl: add support for alternative boot deviceNikita Kiryanov
2015-11-18common: spl: move image load to its own functionNikita Kiryanov
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-11-18spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov
2015-11-18spl: mmc: move fs boot into its own functionNikita Kiryanov
2015-11-18spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov