summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | SPL: Add XIP booting supportVikas Manocha2017-06-093-0/+38
* | spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha2017-06-081-3/+3
|/
* Merge git://git.denx.de/u-boot-usbTom Rini2017-06-051-0/+168
|\
| * fastboot: Add support for flashing zImageSam Protsenko2017-06-031-0/+168
* | malloc: Turn on DEBUG when enabling unit testsPantelis Antoniou2017-06-051-1/+1
* | common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini2017-06-051-72/+24
* | bootstage: Record time taken to set up the live device treeSimon Glass2017-06-051-2/+9
* | bootstage: Support SPLSimon Glass2017-06-054-2/+45
* | bootstage: Adjust to use const * where possibleSimon Glass2017-06-051-6/+6
* | bootstage: Tidy up error return valuesSimon Glass2017-06-051-11/+11
* | bootstage: Record the time taken to set up driver modelSimon Glass2017-06-052-0/+4
* | bootstage: Init as early as possibleSimon Glass2017-06-052-3/+2
* | bootstage: Support relocating boostage dataSimon Glass2017-06-052-0/+39
* | bootstage: Use debug() for stashing messagesSimon Glass2017-06-051-2/+2
* | bootstage: Show records with a zero timeSimon Glass2017-06-051-7/+4
* | bootstage: Use rec_count as the array indexSimon Glass2017-06-052-49/+96