summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Rewrite hiding the end of memoryYork Sun2015-12-151-8/+15
* Reserve secure memoryYork Sun2015-12-152-0/+15
* common: Remove timer_init() call for x86Bin Meng2015-12-091-1/+1
* fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONEBin Meng2015-12-091-1/+2
* CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini2015-12-071-0/+1
* i2c: cmd: Relocate subcommands when MANUAL_RELOCMichal Simek2015-12-071-4/+12
* common: board: Dont relocate FDT incase of CONFIG_OF_EMBEDSiva Durga Prasad Paladugu2015-12-052-0/+12
* spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass2015-12-051-32/+9
* spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass2015-12-051-7/+7
* spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass2015-12-051-1/+1
* common: cli_hush: avoid memory leakPeng Fan2015-12-051-2/+7
* common/Makefile: Compile fdt_support is enabled in SPLStefan Roese2015-12-051-0/+1
* common: miiphyutil: avoid memory leakPeng Fan2015-12-051-0/+2
* common: mmc: unsigned char compared against 0Peng Fan2015-12-051-1/+1
* common: miiphyutil: no need to check name of mii_devPeng Fan2015-12-051-1/+1
* common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACYPeng Fan2015-12-051-1/+1
* common: cli_hush: avoid dead codePeng Fan2015-12-051-1/+1
* Merge branch 'master' of http://git.denx.de/u-boot-sparcTom Rini2015-12-042-2/+28
|\
| * sparc: Update PROM initialization code for generic boardFrancois Retief2015-12-032-0/+24
| * sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief2015-12-031-1/+2
| * sparc: Initial ground work for generic board initializationFrancois Retief2015-12-031-1/+2
* | Revert "LCD: Add an option to skip registration as an stdio output"Anatolij Gustschin2015-12-021-13/+0
|/
* dm: pci: Convert 'pci' command to driver modelSimon Glass2015-12-011-5/+128
* pci: Move PCI header output code into its own functionSimon Glass2015-12-011-6/+11
* pci: Use a separate 'dev' variable for the PCI deviceSimon Glass2015-12-011-5/+8
* pci: Use common functions to read/write configSimon Glass2015-12-011-43/+31
* pci: Tidy up function comments in cmd_pci.cSimon Glass2015-12-011-45/+39
* dm: pci: Reorder functions in cmd_pci.cSimon Glass2015-12-011-110/+106
* pci: Refactor the pciinfo() functionSimon Glass2015-12-011-89/+148
* pci: Use a separate variable for the bus numberSimon Glass2015-12-011-3/+3
* pci: Use a common return in command processingSimon Glass2015-12-011-6/+13
* dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUMSimon Glass2015-12-011-0/+4
* dm: timer: Avoid using timer before it is readySimon Glass2015-12-011-1/+9
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2015-11-301-0/+13
|\
| * LCD: Add an option to skip registration as an stdio outputStephane Ayotte2015-11-191-0/+13
* | part:efi: add bootable parameter in gpt commandPatrick Delaunay2015-11-231-0/+38
* | gpt: command: Extend gpt command to support GPT table verificationLukasz Majewski2015-11-231-25/+67
* | gpt: doc: Update gpt command's help descriptionLukasz Majewski2015-11-231-2/+5
* | gpt: command: Remove duplicated check for empty partition descriptionLukasz Majewski2015-11-231-3/+0
* | lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-36/+0
* | common/console.c: Small coding style cleanupStefan Roese2015-11-231-2/+4
* | common/console.c: Drop sandbox special-case console codeStefan Roese2015-11-231-5/+0
* | eeprom: Clean up checkpatch issuesMarek Vasut2015-11-211-9/+10
* | eeprom: Add support for selecting i2c busMarek Vasut2015-11-211-4/+11
* | eeprom: Add bus argument to eeprom_init()Marek Vasut2015-11-212-4/+8
* | eeprom: Pull out the RW loopMarek Vasut2015-11-211-30/+21
* | eeprom: Pull out transfer length computationMarek Vasut2015-11-211-41/+25
* | eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITSMarek Vasut2015-11-211-8/+8
* | eeprom: Suck the ifdef into eeprom_init()Marek Vasut2015-11-211-4/+2
* | eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MSMarek Vasut2015-11-211-2/+4
OpenPOWER on IntegriCloud