summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Expand)AuthorAgeFilesLines
...
* | configs: k2e_hs_evm: Resync defconfig with non-HS defconfigAndrew F. Davis2018-04-061-0/+3
* | configs: k2g_hs_evm: Resync defconfig with non-HS defconfigAndrew F. Davis2018-04-061-0/+4
* | stm32mp1: add eMMC support for ED1Patrick Delaunay2018-04-061-0/+1
* | ARM: AM43xx: Add support for RTC only + DDR in self-refresh modeTero Kristo2018-04-061-0/+59
* | am335x: am335x_evm_usbspl_defconfig: NETCONSOLEJason Kridner2018-04-061-0/+7
* | Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan2018-04-0611-0/+11
* | board: MCR3000: cleanup configChristophe Leroy2018-04-061-2/+2
* | powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-061-1/+1
* | spi: atmel: default y if DM_SPI && ARCH_AT91Jagan Teki2018-04-0654-54/+0
* | at91: ma5d4evk: Enable SPL_DM and SPL_OF_CONTROLJagan Teki2018-04-061-0/+2
* | at91: ma5d4evk: Add FDT supportJagan Teki2018-04-061-0/+2
* | at91: vinco: Add FDT supportJagan Teki2018-04-061-0/+2
* | configs: gurnard: Move CONFIG_ATMEL_SPI to defconfigsJagan Teki2018-04-061-0/+1
* | Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2018-04-065-0/+7
|\ \
| * | rpi3_32b: Enable lan78xx driverPeter Robinson2018-04-051-0/+2
| * | rpi3: Enable lan78xx driverAlexander Graf2018-04-051-0/+2
| * | rpi: Allow to boot without serialAlexander Graf2018-04-053-0/+3
* | | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-043-3/+8
|\ \ \
| * | | Revert "sunxi: Pine64: temporarily remove extra Pine64 non-plus DT"Andre Przywara2018-04-041-0/+1
| * | | configs: add NAND support for NES ClassicMiquel Raynal2018-04-031-0/+4
| * | | sunxi: move the NAND parameters to KconfigMiquel Raynal2018-04-031-1/+3
| * | | sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal2018-04-031-1/+0
| * | | sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal2018-04-031-1/+0
* | | | ARC: HSDK: Enable SPI flash supportEugeniy Paltsev2018-04-021-0/+9
* | | | ARC: HSDK: Add platform-specific commandsEugeniy Paltsev2018-04-021-0/+4
| |/ / |/| |
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2018-03-303-0/+15
|\ \ \
| * | | arm64: a37xx: defconfigs: enable PCI_CMD and E1000 driverKen Ma2018-03-302-0/+4
| * | | arm64: a37xx: defconfigs: enable aardvark pcie driverWilson Ding2018-03-302-0/+6
| * | | arm64: a37xx: defconfig: Enable PINCTRL and GPIO support for ESPRESSOBin boardKen Ma2018-03-301-0/+4
| * | | configs: clearfog: enable random random MAC addressBaruch Siach2018-03-301-0/+1
* | | | Merge git://git.denx.de/u-boot-riscvTom Rini2018-03-303-3/+4
|\ \ \ \
| * | | | riscv: ae250: Support DT provided by the board at runtimeRick Chen2018-03-301-0/+1
| * | | | configs: Drop CONFIG_MMC_NDS32Rick Chen2018-03-303-3/+0
| * | | | mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to KconfigRick Chen2018-03-303-0/+3
| |/ / /
* / / / rockchip: defconfig: puma-rk3399: enable DMA for SDHCI controllerPhilipp Tomsich2018-03-281-0/+1
|/ / /
* | | Merge git://git.denx.de/u-boot-ubiTom Rini2018-03-253-0/+6
|\ \ \
| * | | Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel2018-03-243-0/+3
| * | | Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel2018-03-243-0/+3
* | | | arm64: zynqmp: Add support for verifying secure imagesSiva Durga Prasad Paladugu2018-03-232-0/+2
* | | | arm64: zynqmp: Remove ep108 boardMichal Simek2018-03-231-102/+0
* | | | arm: zynq: Remove OF_EMBED configuration for zc770 xm011 x16Michal Simek2018-03-231-1/+0
* | | | arm: zynq: Setup the same bootcommand as for zc770 xm011 x8Michal Simek2018-03-231-1/+1
* | | | arm: zynq: Enable cadence driver on zc706Michal Simek2018-03-231-0/+2
* | | | arm: zynq: Enable debug uart on ZedboardSiva Durga Prasad Paladugu2018-03-231-0/+4
* | | | arm64: zynqmp: Enable ethernet driver for zc1751-dc5Michal Simek2018-03-231-0/+2
* | | | xilinx: Sync defconfigs with latest Kconfig updatesMichal Simek2018-03-2327-27/+27
* | | | arm64: zynqmp: Convert board to use zynqmp-clk driverMichal Simek2018-03-237-0/+7
|/ / /
* | | Merge git://git.denx.de/u-boot-netTom Rini2018-03-225-0/+10
|\ \ \
| * | | configs: ls1012a: add pfe configuration for LS1012ACalvin Johnson2018-03-224-0/+8
| * | | Configs: Use the newly added PHY_RTL8211E_PINE64_GIGABIT_FIXkevans@FreeBSD.org2018-03-221-0/+2