summaryrefslogtreecommitdiffstats
path: root/include/configs
Commit message (Expand)AuthorAgeFilesLines
...
* | board: atmel: sama5d27_wlsom1_ek: fix SPL OFFS on SPIEugen Hristev2019-10-081-4/+0
* | board: atmel: sama5d2_wlsom1_ek: add qspi support and qspi boot configEugen Hristev2019-10-081-0/+4
* | board: atmel: sama5d2_wlsom1_ek: add SPL supportEugen Hristev2019-10-081-2/+14
* | board: atmel: add sama5d27_wlsom1_ek boardNicolas Ferre2019-10-081-0/+34
|/
* Kconfig: Migrate CONFIG_BOOTM_* optionsTom Rini2019-10-0414-39/+0
* ARM: keystone2: update the default addresses of the secure monitorJean-Jacques Hiblot2019-10-041-2/+2
* at91: configs: Drop duplication of defconfig macrosTudor Ambarus2019-09-304-22/+0
* Merge tag 'fixes-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-09-225-0/+5
|\
| * imx: colibri_imx6: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
| * imx: icore: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
| * imx: apalis_imx6: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
| * imx: mx6sabresd: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
| * imx: wandboard: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
* | configs: rk3288: Increase bootm lengthJagan Teki2019-09-191-1/+1
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-09-161-6/+6
|\
| * board/lx2160a: Fix MC firmware loading for SD bootPankaj Bansal2019-09-121-6/+6
* | configs: ti: Add environment support commands for FIT loadingAndrew F. Davis2019-09-132-1/+10
* | ARM: omapl138_lcdk: Remove dead codeAdam Ford2019-09-131-39/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-09-071-13/+0
|\
| * sh: r2dplus: Switch to DM PCI driverMarek Vasut2019-09-021-13/+0
* | Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-bootTom Rini2019-09-061-0/+4
|\ \
| * | rpi: increase SYS_BOOTM_LEN to 64M on ARM64Bonnans, Laurent2019-09-061-0/+4
* | | ARM: exynos5: Try to boot on mmc2 before mmc0/1Guillaume GARDET2019-09-051-1/+1
* | | sifive-fu540: config: Add mmc0 as a boot target deviceAlistair Francis2019-09-031-0/+1
| |/ |/|
* | Revert "vexpress64: fvp dram: add DRAM configuration"Ryan Harkin2019-08-311-15/+2
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-08-298-219/+144
|\ \
| * | powerpc: MPC8548CDS: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-8/+14
| * | powerpc: corenet_ds: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-44/+19
| * | powerpc: P2041RDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-40/+15
| * | powerpc: p1_p2_rdb: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-13/+23
| * | powerpc: T104xRDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-18/+20
| * | powerpc: T102xRDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-39/+15
| * | powerpc: T102xRDB: Remove the useless macro CONFIG_ARCH_T1040Hou Zhiqiang2019-08-281-24/+0
| * | powerpc: T4240RDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-16/+19
| * | powerpc: T208xRDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2019-08-281-17/+19
* | | Merge branch 'u-boot-stm32_20190827' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-08-271-7/+5
|\ \ \ | |/ / |/| |
| * | stm32mp1: configs: Set bootdelay to 1Patrice Chotard2019-08-271-0/+1
| * | stm32mp1: configs: add altbootcmdPatrick Delaunay2019-08-271-1/+2
| * | stm32mp1: configs: support MTDPARTS only if neededPatrick Delaunay2019-08-271-0/+2
| * | stm32mp1: configs: remove CONFIG_SYS_HZPatrick Delaunay2019-08-271-5/+0
| * | stm32mp1: cosmetic: remove commentPatrick Delaunay2019-08-271-1/+0
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-08-271-1/+1
|\ \ | |/ |/|
| * powerpc: mpc8548cds: extend the reserved length for monitorHou Zhiqiang2019-08-261-1/+1
* | Merge branch '2019-08-26-master-imports'Tom Rini2019-08-263-2/+7
|\ \
| * | ARM: am3517-evm: Disable CONFIG_USB_EHCI_OMAP in SPLAdam Ford2019-08-261-1/+4
| * | ARM: omap3_logic: Fix SPL boot failure when EHCI enabledAdam Ford2019-08-261-0/+3
| * | vexpress/aemv8a: drop CONFIG_ARMV8_SWITCH_TO_EL1Sudeep Holla2019-08-261-1/+0
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2019-08-261-0/+14
|\ \ | |/ |/|
| * riscv: qemu: add SPL configurationLukas Auer2019-08-261-0/+14
* | Convert CONFIG_SYS_SPI_U_BOOT_OFFS to KconfigHannes Schmelzer2019-08-2562-118/+0