summaryrefslogtreecommitdiff
path: root/configs
Commit message (Expand)AuthorAgeFilesLines
* stm32mp1: configs: Resync with savedefconfigPatrick Delaunay2019-12-183-3/+3
* arm: ti: dra7: move BOOTP_DNS2 and PHY_TI in defconfigWIP/2019-12-13-master-importsGrygorii Strashko2019-12-133-0/+6
* sysreset_mpc83xx: fix mcp83xx -> mpc83xx typoRasmus Villemoes2019-12-131-1/+1
* Merge tag 'rpi-next-2020.01.2' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini2019-12-111-1/+1
|\
| * ARM: defconfig: Fix 32bit config for RPi4Matthias Brugger2019-12-111-1/+1
* | Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini2019-12-111-0/+8
|\ \
| * | configs: sama5d27_som1_ek: Add default config to read ENV from QSPISwapna Gurumani2019-12-101-0/+8
* | | Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/10Dec2019Tom Rini2019-12-10103-0/+171
|\ \ \ | |_|/ |/| |
| * | video: make BPP and ANSI configs optionalAnatolij Gustschin2019-12-06103-0/+171
* | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2019-12-095-1/+160
|\ \ \
| * | | riscv: ax25-ae350: add SPL configurationRick Chen2019-12-104-0/+158
| * | | Use dts support from U-Boot via OF_SEPARATE instead of depending from opensbi.Rick Chen2019-12-101-1/+2
* | | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netWIP/09Dec2019Tom Rini2019-12-091-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | configs: j721e_evm_a72_defconfig: Enable DMA and EthernetVignesh Raghavendra2019-12-091-0/+8
* | | | Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-12-092-2/+18
|\ \ \ \ | |/ / / |/| | |
| * | | ARM: imx: vining2000: Enable fitImage supportMarek Vasut2019-12-061-0/+2
| * | | ARM: imx: vining2000: Convert to ethernet DMMarek Vasut2019-12-061-0/+3
| * | | ARM: imx: vining2000: Enable DDR DRAM calibrationMarek Vasut2019-12-061-0/+1
| * | | ARM: imx: vining2000: Convert to SPL frameworkMarek Vasut2019-12-061-1/+11
| * | | warp7: Fix U-Boot corruption after saving the environmentFabio Estevam2019-12-061-1/+1
| * | | tbs2910: Disable VxWorks image booting supportTom Rini2019-12-031-0/+1
| | |/ | |/|
* | | Merge tag 'u-boot-rockchip-20191206' of https://gitlab.denx.de/u-boot/custodi...WIP/06Dec2019Tom Rini2019-12-063-1/+115
|\ \ \ | |_|/ |/| |
| * | rockchip: rk3328: rock64: enable CONFIG_MISC_INIT_RBen Wolsieffer2019-12-061-0/+1
| * | rockchip: config: add support for firefly-px30 boardKever Yang2019-12-061-0/+113
| * | rockchip: evb-px5: disable NETAndy Yan2019-12-051-1/+1
* | | ARM: omapl138_lcdk: Shrink code size by building with ThumbAdam Ford2019-12-051-0/+1
* | | ARM: da850-evm: Disable SYS_MMCSD_RAW_MODE_USE_SECTORAdam Ford2019-12-052-0/+2
|/ /
* | Merge git://git.denx.de/u-boot-shTom Rini2019-12-043-6/+6
|\ \
| * | ARM: rmobile: Convert M2N Gose to DM_SPI{,_FLASH}Marek Vasut2019-12-041-2/+2
| * | ARM: rmobile: Convert M2W Koelsch to DM_SPI{,_FLASH}Marek Vasut2019-12-041-2/+2
| * | ARM: rmobile: Convert H2 Lager to DM_SPI{,_FLASH}Marek Vasut2019-12-041-2/+2
* | | configs: Resync with savedefconfigWIP/04Dec2019Tom Rini2019-12-04966-1367/+668
* | | dfu: add dependency on the raw NAND coreMiquel Raynal2019-12-041-0/+1
* | | configs: ls104x/ls108x/ls208x: Build the raw NAND core with TFABOOTMiquel Raynal2019-12-0413-0/+19
* | | configs: socfpga: mcvevk: Remove useless UBI infosMiquel Raynal2019-12-041-3/+0
* | | configs: remove MTD support from bcm11130 and M54418TWR defconfigsMiquel Raynal2019-12-044-4/+0
* | | configs: remove raw NAND core from k2g defconfigsMiquel Raynal2019-12-042-2/+0
* | | configs: move CONFIG_MTD in defconfigs when set in arch includesMiquel Raynal2019-12-041-0/+1
* | | mtd: ensure MTD is compiled when CMD_MTDPARTS is selectedMiquel Raynal2019-12-0481-0/+81
* | | mtd: ensure CMD_NAND is compiled when its options are selectedMiquel Raynal2019-12-0429-0/+29
* | | mtd: ensure MTD_RAW_NAND is compiled when ENV_IS_IN_NAND is selectedMiquel Raynal2019-12-042-0/+3
* | | mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selectedMiquel Raynal2019-12-041-0/+2
* | | mtd: ensure UBI is compiled when using fastmapMiquel Raynal2019-12-0417-0/+18
* | | mtd: ensure MTD is compiled when there is a SPI NOR flash using MTDMiquel Raynal2019-12-04117-0/+117
* | | mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flashMiquel Raynal2019-12-04498-1/+642
* | | mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal2019-12-03195-77/+195
* | | mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal2019-12-0377-65/+77
* | | mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-03253-223/+253
|/ /
* | arm64: zynqmp: Point zcu216 defconfig to correct dts fileMichal Simek2019-12-031-1/+1
* | ARM: MediaTek: add basic support for MT8518 boardsmingming lee2019-12-031-0/+44