summaryrefslogtreecommitdiff
path: root/configs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-05-161-0/+59
|\
| * arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] boardWolfgang Grandegger2019-05-141-0/+59
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-05-1533-0/+33
|\ \
| * | net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used togetherJames Byrne2019-05-1433-0/+33
| |/
* | Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-bootTom Rini2019-05-151-0/+9
|\ \ | |/ |/|
| * configs: stm32f469-disco: Disable PINCTRL_FULL flagPatrice Chotard2019-05-061-0/+1
| * configs: stm32f469-disco: Enable QSPI relative flagsPatrice Chotard2019-05-061-0/+8
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-05-132-5/+19
|\ \
| * | configs: stratix10: Enable CONFIG_SPI_FLASH_USE_4K_SECTORSLey Foon Tan2019-05-101-1/+0
| * | ARM: socfpga: Synchronize the configuration for A10 SoCDKTien Fong Chee2019-05-101-5/+9
| * | ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDKTien Fong Chee2019-05-101-0/+11
* | | sh: shmin: Remove the boardMarek Vasut2019-05-101-31/+0
* | | sh: ms7720se: Remove the boardMarek Vasut2019-05-101-36/+0
* | | sh: mpr2: Remove the boardMarek Vasut2019-05-101-31/+0
* | | sh: rsk7269: Remove the boardMarek Vasut2019-05-101-15/+0
* | | sh: rsk7264: Remove the boardMarek Vasut2019-05-101-15/+0
* | | sh: rsk7203: Remove the boardMarek Vasut2019-05-101-32/+0
|/ /
* | Merge tag 'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchipTom Rini2019-05-0919-131/+215
|\ \
| * | rockchip: rk3399: Add Nanopc T4 board supportJagan Teki2019-05-091-0/+59
| * | rockchip: rk3399: Add Nanopi M4 board supportJagan Teki2019-05-091-0/+59
| * | arm: rockchip: rk3399: Move common configs in KconfigJagan Teki2019-05-087-112/+0
| * | Kconfig: Add default SPL_FIT_GENERATOR for rockchipJagan Teki2019-05-086-6/+0
| * | rockchip: rk3399: orangepi: Add SPL_TEXT_BASEJagan Teki2019-05-081-0/+1
| * | rockchip: chromebook_minnie: Enable soundSimon Glass2019-05-081-0/+5
| * | rockchip: rk3399: update defconfig for TPLKever Yang2019-05-082-6/+8
| * | rockchip: px5: update defconfig for TPL/SPLKever Yang2019-05-081-2/+54
| * | rockchip: evb-rk322x: update defconfig with tpl and optee supportKever Yang2019-05-081-5/+22
| * | sysreset: enable driver support in SPL/TPLKever Yang2019-05-086-0/+6
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2019-05-094-2/+59
|\ \ \
| * | | arm: mvebu: Add CRS305-1G-4S boardLuka Kovacic2019-05-091-0/+52
| * | | arm: mvebu: db-88f6820-gp: Enable BLK and DM supportStefan Roese2019-05-091-1/+3
| * | | arm: mvebu: db-88f6720: Enable CONFIG_BLKStefan Roese2019-05-091-0/+1
| * | | arm: mvebu: clearfog: Enable BLK and DM supportStefan Roese2019-05-091-1/+3
* | | | riscv: configs: AE350 will use CONFIG_OF_SEPARATE when boots from flashRick Chen2019-05-092-2/+2
* | | | riscv: configs: AE350 will use CONFIG_OF_PRIOR_STAGE when boots from ramRick Chen2019-05-092-2/+2
* | | | riscv: configs: Support AE350 SMP booting from flash flowRick Chen2019-05-092-0/+75
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-084-1/+42
|\ \ \
| * | | sunxi: Enable EMAC on the Bananapi M3Chen-Yu Tsai2019-05-091-1/+3
| * | | sunxi: Enable EMAC on the Cubietruck PlusChen-Yu Tsai2019-05-091-0/+2
| * | | sun50i: a64: Add Olimex A64-Teres-I board initial supportJonas Smedegaard2019-05-091-0/+22
| * | | arm: dts: h6: Add Beelink GS1 initial supportClément Péron2019-04-181-0/+15
* | | | x86: samus: Add a target to boot through TPLSimon Glass2019-05-081-0/+82
* | | | x86: samus: Increase the pre-reloc memory againSimon Glass2019-05-081-1/+1
| |/ / |/| |
* | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-074-119/+53
|\ \ \
| * | | ARM: dts: renesas: Add RZ/A1 GR-Peach boardChris Brandt2019-05-071-0/+53
| * | | sh: sh7785lcr: Remove the boardMarek Vasut2019-05-072-79/+0
| * | | sh: ecovec: Remove the boardMarek Vasut2019-05-071-40/+0
* | | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-05-071-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | arm: socfpga: Move Stratix 10 SDRAM driver to DMLey Foon Tan2019-05-061-0/+1
* | | | ARM: da850evm: Enable da850-ohci USB host controllerAdam Ford2019-05-051-0/+5