summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini
2015-12-07i2c: cmd: Relocate subcommands when MANUAL_RELOCMichal Simek
2015-12-05common: board: Dont relocate FDT incase of CONFIG_OF_EMBEDSiva Durga Prasad Paladugu
2015-12-05spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass
2015-12-05spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass
2015-12-05spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass
2015-12-05common: cli_hush: avoid memory leakPeng Fan
2015-12-05common/Makefile: Compile fdt_support is enabled in SPLStefan Roese
2015-12-05common: miiphyutil: avoid memory leakPeng Fan
2015-12-05common: mmc: unsigned char compared against 0Peng Fan
2015-12-05common: miiphyutil: no need to check name of mii_devPeng Fan
2015-12-05common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACYPeng Fan
2015-12-05common: cli_hush: avoid dead codePeng Fan
2015-12-04Merge branch 'master' of http://git.denx.de/u-boot-sparcTom Rini
2015-12-03sparc: Update PROM initialization code for generic boardFrancois Retief
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-02Revert "LCD: Add an option to skip registration as an stdio output"Anatolij Gustschin
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