summaryrefslogtreecommitdiff
path: root/configs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-videoTom Rini2019-01-031-1/+2
|\
| * video: rockchip: Use TrueType fonts with jerrySimon Glass2018-12-281-1/+2
* | rockchip: rk3399-puma: enable full pinctrl driver in Puma defconfig.Christoph Muellner2019-01-021-0/+1
* | rockchip: rk3399-puma: enable PWM regulator in Puma defconfig.Christoph Muellner2019-01-021-0/+1
* | Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-017-2/+113
|\ \
| * | imx: add i.MX8MQ EVK supportPeng Fan2019-01-011-0/+37
| * | arm: imx7d: cl-som-imx7: migration to CONFIG_BLKYaniv Levinsky2019-01-011-1/+5
| * | embestmx6boards: Add SPL supportFabien Lahoudere2019-01-011-0/+48
| * | configs: mx23_olinuxino_defconfig: disable bootefi commandMichael Heimpold2019-01-011-0/+1
| * | configs: mx23_olinuxino_defconfig: fix status led definitionMichael Heimpold2019-01-011-1/+1
| * | board: ge: Move VPD EEPROM configuration to the defconfigDenis Zalevskiy2018-12-172-0/+19
| * | warp7: configs: add CONFIG_FIT optionPierre-Jean Texier2018-12-171-0/+2
* | | Merge git://git.denx.de/u-boot-x86Tom Rini2018-12-311-1/+0
|\ \ \
| * | | x86: edison: move CONFIG_CMD_PCI from header file to defconfigAndy Shevchenko2018-12-311-1/+0
| | |/ | |/|
* | | ARM: uniphier: allow to source boot script before distro-bootMasahiro Yamada2018-12-293-3/+3
* | | ARM: uniphier: do not modify bootcmd environment variable at run-timeMasahiro Yamada2018-12-293-0/+3
|/ /
* | Merge git://git.denx.de/u-boot-marvellTom Rini2018-12-211-0/+3
|\ \
| * | ARM: mvebu: define CONFIG_BLK for db-88f6820-amcChris Packham2018-12-211-0/+3
* | | Merge tag 'mips-updates-for-2019.11' of git://git.denx.de/u-boot-mipsTom Rini2018-12-2117-13/+299
|\ \ \
| * | | mips: jz47xx: Add Creator CI20 platformPaul Burton2018-12-191-0/+48
| * | | MSCC: add board support for the Luton based evaluation boardGregory CLEMENT2018-12-191-0/+64
| * | | MSCC: add board support for the Ocelots based evaluation boardsGregory CLEMENT2018-12-192-0/+127
| * | | mips: mt76xx: linkit/gardena: Don't use CONFIG_OF_EMBEDStefan Roese2018-12-194-4/+0
| * | | bmips: enable ar-5315u enet supportÁlvaro Fernández Rojas2018-12-191-1/+6
| * | | bmips: enable vr-3032u enet supportÁlvaro Fernández Rojas2018-12-191-1/+6
| * | | bmips: enable dgnd3700v2 enet supportÁlvaro Fernández Rojas2018-12-191-1/+7
| * | | bmips: enable ar-5387un enet supportÁlvaro Fernández Rojas2018-12-191-1/+6
| * | | bmips: enable wap-5813n enet supportÁlvaro Fernández Rojas2018-12-191-1/+7
| * | | bmips: enable nb4-ser enet supportÁlvaro Fernández Rojas2018-12-191-1/+7
| * | | bmips: enable hg556a enet supportÁlvaro Fernández Rojas2018-12-191-1/+7
| * | | bmips: enable ct-5361 enet supportÁlvaro Fernández Rojas2018-12-191-1/+7
| * | | bmips: enable f@st1704 enet supportÁlvaro Fernández Rojas2018-12-191-1/+7
| |/ /
* | | riscv: configs: Rename ax25-ae350 defconfigRick Chen2018-12-182-0/+0
|/ /
* | Merge tag 'for-master-20181216' of git://git.denx.de/u-boot-rockchipTom Rini2018-12-161-0/+58
|\ \
| * | ARM: rockchip: Add rv1108-elgin-r1 board supportOtavio Salvador2018-12-161-0/+58
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-1510-0/+95
|\ \ \
| * | | configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPlJean-Jacques Hiblot2018-12-141-0/+10
| * | | configs: am43xx: Enable RNDIS support in SPLJean-Jacques Hiblot2018-12-141-0/+11
| * | | configs: am43xx_evm: Enable DM_USB and DM_USB_GADGETJean-Jacques Hiblot2018-12-141-0/+8
| * | | configs: k2g_evm: Enable DFU on K2G EVMJean-Jacques Hiblot2018-12-142-0/+12
| * | | usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2018-12-148-0/+54
| | |/ | |/|
* | | tools: add a generic config for native tools buildingOtavio Salvador2018-12-151-0/+24
| |/ |/|
* | dm: sound: Complete migration to driver modelSimon Glass2018-12-136-6/+0
* | dm: exynos: Drop CONFIG_DM_I2C_COMPATSimon Glass2018-12-136-6/+0
* | dm: exynos: sound: Convert to use driver modelSimon Glass2018-12-136-0/+10
* | sandbox: Increase the pre-relocation memorySimon Glass2018-12-135-5/+0
|/
* ARM: omap3_logic/omap35_logic: Move to DM_USBAdam Ford2018-12-124-36/+16
* arm: am335x-pdu001: Move from embedded to separate DTBFelix Brack2018-12-121-1/+1
* spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-122-2/+2
* defconfigs: am335x_hs_evm: Sync HS and non-HS defconfigsAndrew F. Davis2018-12-122-7/+14