aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass2-4/+14
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-1/+1
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass1-22/+22
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass2-692/+0
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass2-118/+0
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass2-2/+2
2017-07-11scsi: Drop scsi_print_error()Simon Glass1-0/+5
2017-07-11scsi: Drop sym53c8xx driverSimon Glass1-8/+1
2017-07-10board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin2-0/+12
2017-07-10boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin3-0/+88
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin3-53/+64
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-10/+3
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl1-1/+1
2017-07-03powerpc: remove 4xx supportHeiko Schocher5-132/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-9/+2
2017-06-12board_f: fix calculation of reloc_offLothar Waßmann1-2/+5
2017-06-12board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass1-5/+2
2017-06-12edid: Use sizeof() in cea_is_hdmi_vsdb_present()Simon Glass1-2/+2
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher1-2/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher2-2/+2
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher4-33/+3
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+1
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+6
2017-06-09SPL: Add XIP booting supportVikas Manocha3-0/+38
2017-06-09edid: Fix gcc 7.1 warningJernej Skrabec1-1/+1
2017-06-09dm: mmc: Ensure that block device is probedSimon Glass1-1/+6
2017-06-08spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha1-3/+3