summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-01-07fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak
2016-01-07dm: usb: Add a remove() method for USB keyboardsSimon Glass
2016-01-07usb: Allow up to 7 storage devicesSimon Glass
2016-01-04common: nvedit: use snprintf instead of sprintfPeng Fan
2016-01-04common: env: initialize scalar variablePeng Fan
2016-01-04common: cli: avoid memory leakPeng Fan
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns
2015-12-17Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2015-12-17usb: kbd: don't use int xfers when polling via ctrl xfersStephen Warren
2015-12-16Merge git://git.denx.de/u-boot-rockchipTom Rini
2015-12-16eeprom: fix eeprom write procedureAlexey Brodkin
2015-12-14Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2015-12-15armv8/ls1043ardb: add SECURE BOOT target for NORAneesh Bansal
2015-12-15common: Rewrite hiding the end of memoryYork Sun
2015-12-15Reserve secure memoryYork Sun
2015-12-14spl: mmc: use block device number, not hard-coded 0Eric Nelson
2015-12-13part: fix "part list ... -bootable varname" to use hexStephen Warren
2015-12-13spl: use panic_str instead of panicSjoerd Simons
2015-12-12common: cli_hush: Fix up simple typoNishanth Menon
2015-12-12VxWorks: fixup MAC address for VxWorksMiao Yan
2015-12-09common: Remove timer_init() call for x86Bin Meng
2015-12-09fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONEBin Meng
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini
2015-12-07i2c: cmd: Relocate subcommands when MANUAL_RELOCMichal Simek
2015-12-05common: board: Dont relocate FDT incase of CONFIG_OF_EMBEDSiva Durga Prasad Paladugu
2015-12-05spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass
2015-12-05spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass
2015-12-05spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass
2015-12-05common: cli_hush: avoid memory leakPeng Fan
2015-12-05common/Makefile: Compile fdt_support is enabled in SPLStefan Roese
2015-12-05common: miiphyutil: avoid memory leakPeng Fan
2015-12-05common: mmc: unsigned char compared against 0Peng Fan
2015-12-05common: miiphyutil: no need to check name of mii_devPeng Fan
2015-12-05common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACYPeng Fan
2015-12-05common: cli_hush: avoid dead codePeng Fan
2015-12-04Merge branch 'master' of http://git.denx.de/u-boot-sparcTom Rini
2015-12-03sparc: Update PROM initialization code for generic boardFrancois Retief
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief
2015-12-02Revert "LCD: Add an option to skip registration as an stdio output"Anatolij Gustschin
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass
2015-12-01pci: Move PCI header output code into its own functionSimon Glass
2015-12-01pci: Use a separate 'dev' variable for the PCI deviceSimon Glass
2015-12-01pci: Use common functions to read/write configSimon Glass
2015-12-01pci: Tidy up function comments in cmd_pci.cSimon Glass
2015-12-01dm: pci: Reorder functions in cmd_pci.cSimon Glass
2015-12-01pci: Refactor the pciinfo() functionSimon Glass
2015-12-01pci: Use a separate variable for the bus numberSimon Glass
2015-12-01pci: Use a common return in command processingSimon Glass