summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: add static to spl_mmc_get_device_index()Masahiro Yamada2017-07-191-1/+1
* common: use get_nand_dev_by_index()Grygorii Strashko2017-07-112-3/+4
* common: env_nand: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-12/+21
* sandbox: Drop special case console code for sandboxSimon Glass2017-07-111-13/+0
* sandbox: Enable more console optionsSimon Glass2017-07-111-1/+1
* console: Use map_sysmem() for the pre-relocation consoleSimon Glass2017-07-111-2/+9
* Allow displaying the U-Boot banner on a video displaySimon Glass2017-07-112-4/+14
* dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-1/+1
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-111-22/+22
* scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-112-692/+0