summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-112-118/+0
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-112-2/+2
* scsi: Drop scsi_print_error()Simon Glass2017-07-111-0/+5
* scsi: Drop sym53c8xx driverSimon Glass2017-07-111-8/+1
* board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin2017-07-102-0/+12
* boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin2017-07-103-0/+88
* spl: fit: Break out some functions into a common fileCooper Jr., Franklin2017-07-103-53/+64
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-10/+3
* spl: Make UBI fastmap support Kconfig selectableLadislav Michl2017-07-061-1/+1
* powerpc: remove 4xx supportHeiko Schocher2017-07-035-132/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-162-9/+2
* board_f: fix calculation of reloc_offLothar Waßmann2017-06-121-2/+5
* board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass2017-06-121-5/+2
* edid: Use sizeof() in cea_is_hdmi_vsdb_present()Simon Glass2017-06-121-2/+2
* powerpc, 5xx: remove support for 5xxHeiko Schocher2017-06-121-2/+1
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-122-2/+2
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-124-33/+3
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-06-101-1/+1
|\
| * edid: Fix gcc 7.1 warningJernej Skrabec2017-06-091-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-06-101-1/+6
|\ \
| * | dm: mmc: Ensure that block device is probedSimon Glass2017-06-091-1/+6
| |/