summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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-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
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-07-11scsi: Drop scsi_print_error()Simon Glass
2017-07-11scsi: Drop sym53c8xx driverSimon Glass
2017-07-10board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin
2017-07-10boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl
2017-07-03powerpc: remove 4xx supportHeiko Schocher
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-06-12board_f: fix calculation of reloc_offLothar Waßmann
2017-06-12board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass
2017-06-12edid: Use sizeof() in cea_is_hdmi_vsdb_present()Simon Glass
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2017-06-09SPL: Add XIP booting supportVikas Manocha
2017-06-09edid: Fix gcc 7.1 warningJernej Skrabec