summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2017-08-13boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()Nobuhiro Iwamatsu
2017-08-05common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni
2017-08-05common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENVThomas Petazzoni
2017-08-04Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini
2017-08-02common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng
2017-08-01x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng
2017-08-01fdt: Correct fdt_get_base_address()Simon Glass
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-07-31dm: console: Check for serial devices properlySimon Glass
2017-07-31console: Unify the check for a serial consoleSimon Glass
2017-07-31env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng
2017-07-28usb: hub: Parse and save TT details from device descriptorBin Meng
2017-07-28usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng
2017-07-28usb: hub: Translate USB 3.0 hub port status into old versionBin Meng
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng
2017-07-28usb: hub: Remove hub_port_reset()Bin Meng
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-07-28usb: hub: Revise wLength for 'get port status' requestBin Meng
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng
2017-07-28usb: hub: Update handling connect status/change in usb_scan_port()Bin Meng
2017-07-28console: simplify puts()Masahiro Yamada
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-26Merge git://git.denx.de/u-boot-mipsTom Rini
2017-07-26Convert CONFIG_ENV_IS_IN_ONENAND to KconfigSimon Glass
2017-07-26Convert CONFIG_ENV_IS_IN_FAT to KconfigSimon Glass
2017-07-26Convert CONFIG_ENV_IS_IN_REMOTE to KconfigSimon Glass
2017-07-26Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass
2017-07-26Convert CONFIG_ENV_IS_IN_DATAFLASH to KconfigSimon Glass
2017-07-26Convert CONFIG_ENV_IS_IN_EEPROM to KconfigSimon Glass
2017-07-26Convert CONFIG_ENV_IS_IN_NVRAM to KconfigSimon Glass
2017-07-26Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass
2017-07-26env: Move help from README to KconfigSimon Glass
2017-07-26Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass
2017-07-25MIPS: Stop building position independent codePaul Burton
2017-07-22env: Switch env_nand, env_mmc and env_ubi to env_import_redundFiach Antaw
2017-07-22env: Add generic redundant environment implementationFiach Antaw
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada
2017-07-12common: use get_nand_dev_by_index()Grygorii Strashko
2017-07-12common: env_nand: use get_nand_dev_by_index()Grygorii Strashko
2017-07-11sandbox: Drop special case console code for sandboxSimon Glass
2017-07-11sandbox: Enable more console optionsSimon Glass
2017-07-11console: Use map_sysmem() for the pre-relocation consoleSimon Glass
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass