aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass1-1/+1
2016-01-08fix always succesful memory testRasmus Villemoes1-2/+2
2016-01-07fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak1-4/+3
2016-01-07dm: usb: Add a remove() method for USB keyboardsSimon Glass1-0/+36
2016-01-07usb: Allow up to 7 storage devicesSimon Glass1-1/+1
2016-01-04common: nvedit: use snprintf instead of sprintfPeng Fan1-1/+1
2016-01-04common: env: initialize scalar variablePeng Fan2-0/+2
2016-01-04common: cli: avoid memory leakPeng Fan1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns1-0/+56
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns1-14/+28
2015-12-17Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+3
2015-12-17usb: kbd: don't use int xfers when polling via ctrl xfersStephen Warren1-0/+3
2015-12-16Merge git://git.denx.de/u-boot-rockchipTom Rini1-1/+1
2015-12-16eeprom: fix eeprom write procedureAlexey Brodkin1-1/+1
2015-12-14Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini3-11/+33
2015-12-15armv8/ls1043ardb: add SECURE BOOT target for NORAneesh Bansal1-3/+3
2015-12-15common: Rewrite hiding the end of memoryYork Sun1-8/+15
2015-12-15Reserve secure memoryYork Sun2-0/+15
2015-12-14spl: mmc: use block device number, not hard-coded 0Eric Nelson1-3/+5
2015-12-13part: fix "part list ... -bootable varname" to use hexStephen Warren1-1/+1
2015-12-13spl: use panic_str instead of panicSjoerd Simons1-1/+1
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