summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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-22eeprom: Clean up checkpatch issuesMarek Vasut
2015-11-22eeprom: Add support for selecting i2c busMarek Vasut
2015-11-22eeprom: Add bus argument to eeprom_init()Marek Vasut
2015-11-22eeprom: Pull out the RW loopMarek Vasut
2015-11-22eeprom: Pull out transfer length computationMarek Vasut
2015-11-22eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITSMarek Vasut
2015-11-22eeprom: Suck the ifdef into eeprom_init()Marek Vasut
2015-11-22eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MSMarek Vasut
2015-11-22eeprom: Make eeprom_write_enable() weakMarek Vasut
2015-11-22eeprom: Pull out address computationMarek Vasut
2015-11-22eeprom: Pull out the I/O codeMarek Vasut
2015-11-22eeprom: Zap CONFIG_SPI_XMarek Vasut
2015-11-22eeprom: Zap eeprom_probe()Marek Vasut
2015-11-22eeprom: Zap CONFIG_SYS_EEPROM_X40430Marek Vasut
2015-11-22eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMSMarek Vasut
2015-11-22eeprom: Shuffle code aroundMarek Vasut
2015-11-20usb: Avoid open-coded USB constants in usb_kbd.cSimon Glass
2015-11-20usb: Drop unused code in usb_kbd.cSimon Glass
2015-11-20usb: Refactor USB tree output code for testingSimon Glass
2015-11-20console: Add a console bufferSimon Glass
2015-11-20Move console definitions into a new console.h fileSimon Glass
2015-11-20dm: usb: Avoid time delays in sandbox testsSimon Glass
2015-11-20common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou
2015-11-20dm: stdio: Plumb in the new keyboard uclassSimon Glass
2015-11-20dm: input: Create a keyboard uclassSimon Glass
2015-11-20dm: usb: Add support for USB keyboards with driver modelSimon Glass
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
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov
2015-11-18spl: mmc: refactor device location code to its own functionNikita Kiryanov
2015-11-18spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov