summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich2017-08-131-0/+19
| * spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich2017-08-131-0/+8
| * spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich2017-08-132-23/+23
| * spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich2017-08-131-0/+9
| * spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich2017-08-131-2/+3
| * spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich2017-08-131-5/+5
| * spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich2017-08-131-1/+1
| * spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich2017-08-131-0/+11
| * spl: add a 'return to bootrom' boot methodPhilipp Tomsich2017-08-133-0/+39
* | boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()Nobuhiro Iwamatsu2017-08-131-1/+1
|/
* common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni2017-08-041-6/+4
* common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENVThomas Petazzoni2017-08-041-10/+3
* Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-08-041-1/+1
|\
| * common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu2017-08-021-1/+1
* | Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-011-2/+0
|\ \
| * | x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng2017-08-011-1/+0
| * | x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng2017-08-011-1/+0
| |/
* | fdt: Correct fdt_get_base_address()Simon Glass2017-08-011-5/+2
* | dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-2/+2
|/
* dm: console: Check for serial devices properlySimon Glass2017-07-311-1/+10
* console: Unify the check for a serial consoleSimon Glass2017-07-311-2/+17
* env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini2017-07-312-34/+47
* Merge git://git.denx.de/u-boot-usbTom Rini2017-07-291-31/+218
|\
| * usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng2017-07-281-0/+11
| * usb: hub: Parse and save TT details from device descriptorBin Meng2017-07-281-0/+50
| * usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng2017-07-281-0/+52
| * usb: hub: Translate USB 3.0 hub port status into old versionBin Meng2017-07-281-1/+32
| * usb: hub: Add a new API to test if a hub device is root hubBin Meng2017-07-281-0/+10
| * usb: hub: Remove hub_port_reset()Bin Meng2017-07-281-12/+13
| * usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng2017-07-281-5/+22
| * usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2017-07-281-5/+7
| * usb: hub: Revise wLength for 'get port status' requestBin Meng2017-07-281-1/+1
| * usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng2017-07-281-1/+11
| * usb: hub: Update handling connect status/change in usb_scan_port()Bin Meng2017-07-281-6/+9
* | console: simplify puts()Masahiro Yamada2017-07-281-42/+2
|/
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-276-18/+20
* Merge git://git.denx.de/u-boot-mipsTom Rini2017-07-261-1/+1
|\
| * MIPS: Stop building position independent codePaul Burton2017-07-251-1/+1
* | Convert CONFIG_ENV_IS_IN_ONENAND to KconfigSimon Glass2017-07-251-0/+15
* | Convert CONFIG_ENV_IS_IN_FAT to KconfigSimon Glass2017-07-251-0/+34
* | Convert CONFIG_ENV_IS_IN_REMOTE to KconfigSimon Glass2017-07-251-0/+15
* | Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass2017-07-251-0/+39
* | Convert CONFIG_ENV_IS_IN_DATAFLASH to KconfigSimon Glass2017-07-251-0/+15
* | Convert CONFIG_ENV_IS_IN_EEPROM to KconfigSimon Glass2017-07-251-0/+61
* | Convert CONFIG_ENV_IS_IN_NVRAM to KconfigSimon Glass2017-07-251-0/+16
* | Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass2017-07-251-0/+72
* | env: Move help from README to KconfigSimon Glass2017-07-251-2/+101
* | Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass2017-07-251-11/+5
|/
* env: Switch env_nand, env_mmc and env_ubi to env_import_redundFiach Antaw2017-07-223-110/+16
* env: Add generic redundant environment implementationFiach Antaw2017-07-221-0/+51