aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-08-13spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich1-5/+5
2017-08-13spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich1-1/+1
2017-08-13spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich1-0/+11
2017-08-13spl: add a 'return to bootrom' boot methodPhilipp Tomsich3-0/+39
2017-08-04common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni1-6/+4
2017-08-04common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENVThomas Petazzoni1-10/+3
2017-08-04Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+1
2017-08-02common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu1-1/+1
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini1-2/+0
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng1-1/+0
2017-08-01x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng1-1/+0
2017-08-01fdt: Correct fdt_get_base_address()Simon Glass1-5/+2
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-2/+2
2017-07-31dm: console: Check for serial devices properlySimon Glass1-1/+10
2017-07-31console: Unify the check for a serial consoleSimon Glass1-2/+17
2017-07-31env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini2-34/+47
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini1-31/+218
2017-07-28usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng1-0/+11
2017-07-28usb: hub: Parse and save TT details from device descriptorBin Meng1-0/+50
2017-07-28usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng1-0/+52
2017-07-28usb: hub: Translate USB 3.0 hub port status into old versionBin Meng1-1/+32
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng1-0/+10
2017-07-28usb: hub: Remove hub_port_reset()Bin Meng1-12/+13
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng1-5/+22
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-5/+7
2017-07-28usb: hub: Revise wLength for 'get port status' requestBin Meng1-1/+1
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-1/+11
2017-07-28usb: hub: Update handling connect status/change in usb_scan_port()Bin Meng1-6/+9
2017-07-28console: simplify puts()Masahiro Yamada1-42/+2
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan6-18/+20
2017-07-26Merge git://git.denx.de/u-boot-mipsTom Rini1-1/+1
2017-07-25Convert CONFIG_ENV_IS_IN_ONENAND to KconfigSimon Glass1-0/+15
2017-07-25Convert CONFIG_ENV_IS_IN_FAT to KconfigSimon Glass1-0/+34
2017-07-25Convert CONFIG_ENV_IS_IN_REMOTE to KconfigSimon Glass1-0/+15
2017-07-25Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass1-0/+39
2017-07-25Convert CONFIG_ENV_IS_IN_DATAFLASH to KconfigSimon Glass1-0/+15
2017-07-25Convert CONFIG_ENV_IS_IN_EEPROM to KconfigSimon Glass1-0/+61
2017-07-25Convert CONFIG_ENV_IS_IN_NVRAM to KconfigSimon Glass1-0/+16
2017-07-25Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass1-0/+72
2017-07-25env: Move help from README to KconfigSimon Glass1-2/+101
2017-07-25Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass1-11/+5
2017-07-25MIPS: Stop building position independent codePaul Burton1-1/+1
2017-07-22env: Switch env_nand, env_mmc and env_ubi to env_import_redundFiach Antaw3-110/+16
2017-07-22env: Add generic redundant environment implementationFiach Antaw1-0/+51
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada1-1/+1
2017-07-11common: use get_nand_dev_by_index()Grygorii Strashko2-3/+4
2017-07-11common: env_nand: use get_nand_dev_by_index()Grygorii Strashko1-12/+21
2017-07-11sandbox: Drop special case console code for sandboxSimon Glass1-13/+0
2017-07-11sandbox: Enable more console optionsSimon Glass1-1/+1
2017-07-11console: Use map_sysmem() for the pre-relocation consoleSimon Glass1-2/+9