aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-12-12common: cli_hush: Fix up simple typoNishanth Menon1-2/+2
2015-12-12VxWorks: fixup MAC address for VxWorksMiao Yan1-0/+2
2015-12-09common: Remove timer_init() call for x86Bin Meng1-1/+1
2015-12-09fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONEBin Meng1-1/+2
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini1-0/+1
2015-12-07i2c: cmd: Relocate subcommands when MANUAL_RELOCMichal Simek1-4/+12
2015-12-05common: board: Dont relocate FDT incase of CONFIG_OF_EMBEDSiva Durga Prasad Paladugu2-0/+12
2015-12-05spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass1-32/+9
2015-12-05spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass1-7/+7
2015-12-05spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass1-1/+1
2015-12-05common: cli_hush: avoid memory leakPeng Fan1-2/+7
2015-12-05common/Makefile: Compile fdt_support is enabled in SPLStefan Roese1-0/+1
2015-12-05common: miiphyutil: avoid memory leakPeng Fan1-0/+2
2015-12-05common: mmc: unsigned char compared against 0Peng Fan1-1/+1
2015-12-05common: miiphyutil: no need to check name of mii_devPeng Fan1-1/+1
2015-12-05common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACYPeng Fan1-1/+1
2015-12-05common: cli_hush: avoid dead codePeng Fan1-1/+1
2015-12-04Merge branch 'master' of http://git.denx.de/u-boot-sparcTom Rini2-2/+28
2015-12-03sparc: Update PROM initialization code for generic boardFrancois Retief2-0/+24
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief1-1/+2
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief1-1/+2
2015-12-02Revert "LCD: Add an option to skip registration as an stdio output"Anatolij Gustschin1-13/+0
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass1-5/+128
2015-12-01pci: Move PCI header output code into its own functionSimon Glass1-6/+11
2015-12-01pci: Use a separate 'dev' variable for the PCI deviceSimon Glass1-5/+8
2015-12-01pci: Use common functions to read/write configSimon Glass1-43/+31
2015-12-01pci: Tidy up function comments in cmd_pci.cSimon Glass1-45/+39
2015-12-01dm: pci: Reorder functions in cmd_pci.cSimon Glass1-110/+106
2015-12-01pci: Refactor the pciinfo() functionSimon Glass1-89/+148
2015-12-01pci: Use a separate variable for the bus numberSimon Glass1-3/+3
2015-12-01pci: Use a common return in command processingSimon Glass1-6/+13
2015-12-01dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUMSimon Glass1-0/+4
2015-12-01dm: timer: Avoid using timer before it is readySimon Glass1-1/+9
2015-11-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+13
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-21eeprom: Clean up checkpatch issuesMarek Vasut1-9/+10
2015-11-21eeprom: Add support for selecting i2c busMarek Vasut1-4/+11
2015-11-21eeprom: Add bus argument to eeprom_init()Marek Vasut2-4/+8
2015-11-21eeprom: Pull out the RW loopMarek Vasut1-30/+21
2015-11-21eeprom: Pull out transfer length computationMarek Vasut1-41/+25
2015-11-21eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITSMarek Vasut1-8/+8
2015-11-21eeprom: Suck the ifdef into eeprom_init()Marek Vasut1-4/+2
2015-11-21eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MSMarek Vasut1-2/+4
2015-11-21eeprom: Make eeprom_write_enable() weakMarek Vasut1-9/+9