summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2015-12-171-0/+3
|\
| * usb: kbd: don't use int xfers when polling via ctrl xfersStephen Warren2015-12-171-0/+3
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2015-12-161-1/+1
|\ \ | |/ |/|
| * spl: use panic_str instead of panicSjoerd Simons2015-12-131-1/+1
* | eeprom: fix eeprom write procedureAlexey Brodkin2015-12-161-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-12-143-11/+33
|\ \
| * | armv8/ls1043ardb: add SECURE BOOT target for NORAneesh Bansal2015-12-151-3/+3
| * | common: Rewrite hiding the end of memoryYork Sun2015-12-151-8/+15
| * | Reserve secure memoryYork Sun2015-12-152-0/+15
| |/
* | spl: mmc: use block device number, not hard-coded 0Eric Nelson2015-12-141-3/+5
* | part: fix "part list ... -bootable varname" to use hexStephen Warren2015-12-131-1/+1
* | common: cli_hush: Fix up simple typoNishanth Menon2015-12-121-2/+2
* | VxWorks: fixup MAC address for VxWorksMiao Yan2015-12-121-0/+2
|/
* 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
OpenPOWER on IntegriCloud