summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-132-15/+19
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-10/+99
* Merge git://git.denx.de/u-boot-netTom Rini2016-01-131-31/+33
|\
| * fdt: Rewrite the logic in fdt_fixup_ethernet()Bin Meng2015-12-211-21/+33
| * fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()Bin Meng2015-12-211-11/+1
* | hash.c: Conditionally compile hash_command, static hash_showTom Rini2016-01-131-23/+25
* | image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada2016-01-131-2/+1
* | dm: pci: scsi: Use driver-model PCI APISimon Glass2016-01-121-1/+13
* | dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass2016-01-121-1/+1
* | fix always succesful memory testRasmus Villemoes2016-01-081-2/+2
* | fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak2016-01-071-4/+3
* | dm: usb: Add a remove() method for USB keyboardsSimon Glass2016-01-071-0/+36
* | usb: Allow up to 7 storage devicesSimon Glass2016-01-071-1/+1
* | common: nvedit: use snprintf instead of sprintfPeng Fan2016-01-041-1/+1
* | common: env: initialize scalar variablePeng Fan2016-01-042-0/+2
* | common: cli: avoid memory leakPeng Fan2016-01-041-1/+1
* | usb: Move determination of TT hub address/port into separate functionStefan Brüns2015-12-311-0/+56
* | usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns2015-12-311-14/+28
|/
* 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
OpenPOWER on IntegriCloud