summaryrefslogtreecommitdiff
path: root/configs
Commit message (Expand)AuthorAgeFilesLines
* configs: sandbox: Enable random number generator(rng) deviceSughosh Ganu2020-01-072-0/+4
* configs: stm32mp15: Enable random number generator(rng) deviceSughosh Ganu2020-01-073-0/+6
* configs: qemu: enable FIT images on qemu_arm(64)_defconfigHeinrich Schuchardt2020-01-072-0/+10
* Merge branch 'next'WIP/06Jan2020Tom Rini2020-01-06141-0/+272
|\
| * configs: ls1028ardb: enable ugreen usb network card AX88179 and AX8817X drvierYinbo Zhu2019-12-261-0/+2
| * configs: ls1028ardb: enable usb net r8152_ethYinbo Zhu2019-12-261-0/+2
| * configs: lx2160a: Enable FSPI_AHB_EN_4B configKuldeep Singh2019-12-264-0/+4
| * configs: ls1028a: Enable FSPI_AHB_EN_4B configKuldeep Singh2019-12-264-0/+4
| * configs: Enable SPL_FSL_PBL for some LayerScape platformsAlison Wang2019-12-2620-0/+20
| * ppc/km: enable DM driver support in all defconfigsHolger Brunck2019-12-2310-0/+20
| * configs: P5040: enable CONFIG_DM_USB supportRan Wang2019-12-234-0/+4
| * configs: T4240: enable CONFIG_DM_USB supportRan Wang2019-12-236-0/+6
| * configs: T208x: enable CONFIG_DM_USB supportRan Wang2019-12-2310-0/+10
| * configs: T104x: enable CONFIG_DM_USB supportRan Wang2019-12-2319-0/+19
| * configs: T102x: enable CONFIG_DM_USB supportRan Wang2019-12-2313-0/+13
| * configs: P4080: enable CONFIG_DM_USB supportRan Wang2019-12-234-0/+4
| * configs: P2041: enable CONFIG_DM_USB supportRan Wang2019-12-235-0/+5
| * configs: P2020: enable CONFIG_DM_USB supportRan Wang2019-12-238-0/+8
| * configs: p1020: enable CONFIG_DM_USB supportRan Wang2019-12-2320-0/+20
| * configs: p3041ds: enable CONFIG_DM_USB supportRan Wang2019-12-235-0/+5
| * ppc/km: convert KM_DEF_NETDEV to KconfigHolger Brunck2019-12-233-0/+3
| * x86: Add chromebook_coralSimon Glass2019-12-151-0/+102
| * x86: Enable pinctrl in SPL and TPLSimon Glass2019-12-151-0/+2
| * x86: Add an option to control the position of U-BootSimon Glass2019-12-152-0/+2
| * sandbox: Add a test for IRQSimon Glass2019-12-154-0/+4
| * sandbox: Add PCI driver and test for p2sbSimon Glass2019-12-155-0/+12
| * dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-0/+1
* | Merge tag 'u-boot-rockchip-20191231' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-01-023-7/+16
|\ \
| * | rockchip: evb-rk3328: Enable support ATF in SPLKever Yang2019-12-311-1/+5
| * | rockchip: px30-firefly add standalone dtsKever Yang2019-12-271-2/+2
| * | rockchip: firefly-px30: Fix the MACRO for CONFIG_DEBUG_UART2_CHANNELKever Yang2019-12-271-1/+1
| * | rockchip: rk3288-evb: update config to support OPTEEKever Yang2019-12-261-0/+5
| * | rockchip: rk3288-evb: update CONFIG_NR_DRAM_BANKS to 2Kever Yang2019-12-261-1/+1
| * | rockchip: rk3288-evb: update SPL_STACK/MALLOC_LEN config with rk3399Kever Yang2019-12-261-2/+2
* | | Merge tag 'u-boot-imx-20191228' of https://gitlab.denx.de/u-boot/custodians/u...WIP/28Dec2019Tom Rini2019-12-281-1/+1
|\ \ \
| * | | mx51evk: Fix U-Boot corruption after saving the environmentFabio Estevam2019-12-271-1/+1
| |/ /
* | | sun8i: h3: Support H3 variant of Orange Pi Zero Plus 2Diego Rondini2019-12-181-0/+19
|/ /
* | 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
|\ \ \ \ | |/ / / |/| | |