summaryrefslogtreecommitdiff
path: root/configs
Commit message (Expand)AuthorAgeFilesLines
* pfla02: Migrate CONFIG_ENV_IS_IN_SPI_FLASH to defconfigTom Rini2019-11-121-0/+1
* evb-rk3128: Migrate CONFIG_ENV_IS_IN_MMC to defconfigTom Rini2019-11-121-0/+1
* Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-123-1/+86
|\
| * imx: imx8mm-evk: enable ethernetPeng Fan2019-11-051-0/+7
| * imx: add i.MX8MN DDR4 board supportPeng Fan2019-11-051-0/+78
| * imx8qm: mek: enable dm-spl for pmPeng Fan2019-11-051-1/+1
* | configs: Resync with savedefconfigTom Rini2019-11-1129-32/+30
* | Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-1121-34/+58
|\ \
| * | rockchip: firefly-rk3288: Enable TPL supportKever Yang2019-11-101-3/+2
| * | rockchip: rk3399: update SPL_STACK_R_ADDRKever Yang2019-11-1017-17/+0
| * | rockchip: evb-px5: defconfig: no need to reserve IRAM for SPLKever Yang2019-11-101-1/+0
| * | rockchip: rk3328: defconfig: no need to reserve IRAM for SPLKever Yang2019-11-102-2/+0
| * | rockchip: rk3399: defconfig: no need to reserve IRAM for SPLKever Yang2019-11-1013-13/+0
| * | rockchip: rk3399: Add Leez P710 supportAndy Yan2019-11-101-0/+58
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-11-1175-75/+75
|\ \ \
| * | | freescale/powerpc: Rename the config CONFIG_SECURE_BOOT nameUdit Agarwal2019-11-0845-45/+45
| * | | freescale/layerscape: Rename the config CONFIG_SECURE_BOOT nameUdit Agarwal2019-11-0830-30/+30
* | | | Merge branch '2019-11-07-master-imports'Tom Rini2019-11-081-0/+33
|\ \ \ \
| * | | | arm: add initial support for the Phytium Durian BoardWIP/2019-11-07-master-importsliu hao2019-11-071-0/+33
* | | | | configs: j721e_evm_r5_defconfig: Remove SPL multi-DTB FIT supportWIP/2019-11-07-ti-importsAndrew F. Davis2019-11-071-2/+0
* | | | | configs: omap3_logic_somlv: Remove GPIO from SPLAdam Ford2019-11-071-0/+1
* | | | | Revert "ARM: omap3_logic/omap35_logic: Enable GPIO in SPL"Adam Ford2019-11-072-0/+2
* | | | | configs: j721e_evm_r5_defconfig: Enable AVS Class 0 & dependent configsKeerthy2019-11-071-0/+9
* | | | | configs: am65x_evm_r5_defconfig: Enable AVS class 0 supportTero Kristo2019-11-071-0/+1
* | | | | configs: am65x_evm_r5_defconfig: Enable TPS62363 regulator supportTero Kristo2019-11-071-0/+1
|/ / / /
* | | | configs: Resync with savedefconfigTom Rini2019-11-07413-849/+57
|/ / /
* | | mpc85xx, socrates: add DM PCI supportHeiko Schocher2019-11-061-0/+7
* | | mpc85xx, socrates: enable DM serialHeiko Schocher2019-11-061-0/+3
* | | mpc85xx, socrates: enable DM I2CHeiko Schocher2019-11-061-1/+3
* | | mpc85xx, socrates: disable VIDEOHeiko Schocher2019-11-061-3/+0
* | | mpc85xx, socrates: get rid of DM_USB warningHeiko Schocher2019-11-061-1/+2
* | | mpc85xx, socrates: add DM supportHeiko Schocher2019-11-061-1/+5
|/ /
* | mx6: tbs2910: Minimise libfdt code sizeSimon Glass2019-11-041-0/+1
|/
* Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...WIP/04Nov2019Tom Rini2019-11-0410-9/+258
|\
| * tbs2910: Disable Plan9/RTEMS bootm supportTom Rini2019-11-031-0/+2
| * imx: support i.MX8QM ROM 7720 a1 boardOliver Graute2019-11-031-0/+83
| * board/BuR/brppt2: initial commitHannes Schmelzer2019-11-031-0/+93
| * imx8mm: evk: enable bd71837 pmicPeng Fan2019-11-031-1/+4
| * opos6uldev: migrate to DM_VIDEOSébastien Szymanski2019-11-031-1/+2
| * imx6ul: opos6ul: migrate to DM_ETHSébastien Szymanski2019-11-031-0/+2
| * imx: update i.MX8MQ device treesPatrick Wildt2019-11-031-1/+1
| * mccmon6: defconfig: nor: Enable usage of *_TINY_* drivers in SPLLukasz Majewski2019-11-031-0/+3
| * ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTBLukasz Majewski2019-11-032-2/+12
| * ARM: imx: Convert mccmon6 to use DM/DTS in the u-boot properLukasz Majewski2019-11-032-4/+54
| * imx: Enable RTC (ds1307) support in the U-Boot proper on TPC70 boardLukasz Majewski2019-11-031-0/+2
| * ARM: imx6: DHCOM i.MX6 PDK: defconfig: Enable MMC support of SPLClaudius Heine2019-11-031-0/+1
| * imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT on display5Lukasz Majewski2019-11-031-0/+1
* | tbs2910: Disable Plan9/RTEMS bootm supportTom Rini2019-11-031-0/+2
* | ARC: [plat-axs101]: migrate to DM_MMCEugeniy Paltsev2019-11-011-0/+2
* | arc: emsdp/iotdk: Switch to DM_MMCAlexey Brodkin2019-11-012-0/+4