summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass
2015-12-01pci: Move PCI header output code into its own functionSimon Glass
2015-12-01pci: Use a separate 'dev' variable for the PCI deviceSimon Glass
2015-12-01pci: Use common functions to read/write configSimon Glass
2015-12-01pci: Tidy up function comments in cmd_pci.cSimon Glass
2015-12-01dm: pci: Reorder functions in cmd_pci.cSimon Glass
2015-12-01pci: Refactor the pciinfo() functionSimon Glass
2015-12-01pci: Use a separate variable for the bus numberSimon Glass
2015-12-01pci: Use a common return in command processingSimon Glass
2015-12-01dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUMSimon Glass
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