summaryrefslogtreecommitdiff
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* configs: removing am335x_evm_usbspl_defconfigJean-Jacques Hiblot2019-02-011-55/+0
| | | | | | | | This feature is now supported by the main config for am335x_evm: am335x_evm_defconfig Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
* configs: am335x_evm: enable DM_USB_GADGET and USB_ETHER in u-boot and SPLJean-Jacques Hiblot2019-02-011-1/+7
| | | | | | | | | | | The AM335x ROM boot is able to download the SPL from a RNDIS connection on USB0. To enable a full RNDIS boot flow (romboot -> SPL -> u-boot -> ..), we can use USB_ETHER in SPL and u-boot. However this increase the size of the SPL past its limit. So removing the unused SPL_EXT_SUPPORT. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
* am335x, shc: adapt shc board to DMHeiko Schocher2019-02-016-104/+36
| | | | | | | | | | | | | | port the am335x based shc board to DM, to get rid of DW warnings when compiling U-Boot. - remove uneccessary board code - adapt defconfigs - remove unneeded defconfigs configs/am335x_shc_prompt_defconfig configs/am335x_shc_sdboot_prompt_defconfig Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
* arm: libretech-cc: enable video by defaultMaxime Jourdan2019-01-311-0/+6
| | | | | | | | | | | | | libretech-cc being the main device tested with CONFIG_VIDEO_MESON, let's enable it by default. Also enable: - CONFIG_SYS_WHITE_ON_BLACK for prettiness - CONFIG_VIDEO_DT_SIMPLEFB for framebuffer sharing with kernel Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Anatolij Gustschin <agust@denx.de>
* arm: meson64: enable console mux and console env by defaultMaxime Jourdan2019-01-315-0/+10
| | | | | | | | | | | | | With the recent addition of the meson VPU driver, enable the following config entries by default for meson-64 targets: CONFIG_CONSOLE_MUX, CONFIG_SYS_CONSOLE_IS_IN_ENV. This allows outputting the console via video if CONFIG_VIDEO_MESON is selected. Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Anatolij Gustschin <agust@denx.de>
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-01-302-1/+2
|\ | | | | | | - Enable DM_MMC support
| * arm: sunxi: Enable DM_MMCJagan Teki2019-01-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Enable DM_MMC for all Allwinner SoCs, this will eventually enable BLK. Also removed DM_MMC enablement in few parts of sunxi configurations. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
| * sunxi: amarula_a64_relic: Enable USB hostJagan Teki2019-01-291-0/+2
| | | | | | | | | | | | | | Enable USB host controllers for Amarula A64-Relic board, the respective nodes are already present in DTS. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
* | Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imxTom Rini2019-01-3011-23/+208
|\ \ | |/ |/| | | For 2019.04
| * ARM: imx6q_logic: Enable Falcon Mode and fatwriteAdam Ford2019-01-281-0/+2
| | | | | | | | | | | | | | | | | | This patch enables Falcon Mode by default and updates the README file to show instructions on how to run from the micro SD card or eMMC. This patch also enables fatwrite to help assist with writing the 'args' to the microSD card. Signed-off-by: Adam Ford <aford173@gmail.com>
| * ARM: imx6q_logic: Enable DM_USB and dependent regulatorsAdam Ford2019-01-281-0/+5
| | | | | | | | | | | | | | With the updated device trees in place, this patch enables DM_USB which uses several regulators also enabled with this patch. Signed-off-by: Adam Ford <aford173@gmail.com>
| * imx6q_logic: Enable MMC booting from SPLAdam Ford2019-01-281-9/+6
| | | | | | | | | | | | | | | | The MMC booting wasn't previously fitting into the codespace. This patch enables MMC booting from the baseboard by reducing some DM overhead during SPL. Signed-off-by: Adam Ford <aford173@gmail.com>
| * arm: imx7s-warp: Convert to DM PMICBryan O'Donoghue2019-01-282-0/+12
| | | | | | | | | | | | | | | | | | | | | | This patch converts the warp7 and warp7_bl33 board ports over to using the DM PMIC model. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Peng Fan <peng.fan@nxp.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
| * warp7: defconfig: Switch to DM for I2CBryan O'Donoghue2019-01-282-0/+2
| | | | | | | | | | | | | | | | | | | | This commit switches to DM I2C for warp7 and warp7_bl33 defconfigs. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Peng Fan <peng.fan@nxp.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
| * warp7: defconfig: Switch on IMX7 GPIO/pinctrl for both portsBryan O'Donoghue2019-01-282-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Switches on the IMX7 pinctrl driver for the warp7 and warp7_bl33 ports, necessary to convert over to DM for this board. It is necessary to switch on pinctrl and GPIO in one go. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Cc: Peng Fan <peng.fan@nxp.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
| * arm: imx7s-warp: Convert to DM MMC initializationBryan O'Donoghue2019-01-282-0/+2
| | | | | | | | | | | | | | | | | | | | Converts from fixed initialization of MMC to DM initialization of MMC. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Peng Fan <peng.fan@nxp.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
| * arm: imx7s-warp: Add DT file hooksBryan O'Donoghue2019-01-282-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds DT file hooks for imx7s-warp.dtb to the warp7 and warp7_bl33 builds. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Peng Fan <peng.fan@nxp.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Peng Fan <peng.fan@nxp.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
| * dm: arm: imx: migrate cx9020 to CONFIG_DM_MMCPatrick Bruenn2019-01-281-0/+1
| | | | | | | | | | | | Enable esdhc1/2 device nodes for cx9020 and build with CONFIG_DM_MMC=y Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
| * imx8qxp: mek: default enable SPLPeng Fan2019-01-281-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Enable SPL for i.MX8QXP MEK, and currently use SPL FIT. The SPL enable SPL_DM to use MMC/PINCTRL/POWER DOMAIN/CLK. Note: SPL FIT could not support secure boot chain, because i.MX8/8X only support i.MX container format. This container format has not been upstreamed, so we use FIT for now. When SPL container supported, we could switch to that. Signed-off-by: Peng Fan <peng.fan@nxp.com>
| * configs: add default configuraiton for Colibri iMX7 with eMMCStefan Agner2019-01-281-0/+66
| | | | | | | | | | | | | | Add a default configuration for Colibri iMX7D 1GB (with eMMC NAND flash). Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
| * configs: colibri_imx7: use distro defaultsStefan Agner2019-01-281-9/+4
| | | | | | | | | | | | | | | | The defconfig already use most features implied by distro defaults. Make sure we enable all features required by distro boot by making use of CONFIG_DISTRO_DEFAULTS. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
| * configs: colibri_imx7: use DFU for NAND instead of MMCStefan Agner2019-01-281-1/+1
| | | | | | | | | | | | | | The colibri_imx7_defconfig is for Colibri iMX7 raw NAND devices. Hence DFU for NAND is more useful then for MMC devices. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
| * configs: colibri_imx7: enable CAAM driverStefan Agner2019-01-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Access to CAAM in non-secure mode must be enabled by the boot loader first. The U-Boot CAAM driver enables access to CAAM in non-secure mode by default. Hence enable the CAAM driver to allow Linux accessing CAAM directly. This prevents error messages like the following on Linux boot: caam 30900000.caam: Entropy delay = 3200 caam 30900000.caam: failed to acquire DECO 0 caam 30900000.caam: failed to instantiate RNG Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * configs: colibri_imx7: use DM_MMCStefan Agner2019-01-281-1/+1
| | | | | | | | | | | | | | | | Now that device tree is in place use DM_MMC for Colibri iMX7 devices. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * configs: colibri_imx7: use separate device treeStefan Agner2019-01-281-1/+0
| | | | | | | | | | | | | | Use OF_SEPARATE as suggested by the build system. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * configs: colibri_imx7: enable DM for raw NAND devicesStefan Agner2019-01-281-0/+3
| | | | | | | | | | | | | | | | Use DM and device trees for raw NAND devices by default. This fixes -74 NAND read errors since it makes sure the ECC settings are the same as used in Linux and our downstream U-Boot. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
| * arm: dts: imx7: colibri: split dt for raw NAND and eMMC devicesStefan Agner2019-01-281-1/+1
| | | | | | | | | | | | | | | | In preparation of adding CONFIG_DM_MMC support use separate device trees for raw NAND and eMMC devices. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * pico-imx7d: Add LCD supportFabio Estevam2019-01-283-0/+3
| | | | | | | | | | | | | | | | Add support for the VXT VL050-8048NT-C01 panel connected through the 24 bit parallel LCDIF interface. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * imx: Add PHYTEC phyBOARD-i.MX6UL-SeginMartyn Welch2019-01-281-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port for the PHYTEC phyBOARD-i.MX6UL-Segin single board computer. Based on the PHYTEC phyCORE-i.MX6UL SOM (PCL063). CPU: Freescale i.MX6UL rev1.2 528 MHz (running at 396 MHz) CPU: Industrial temperature grade (-40C to 105C) at 44C Reset cause: POR Board: PHYTEC phyCORE-i.MX6UL I2C: ready DRAM: 256 MiB NAND: 512 MiB MMC: FSL_SDHC: 0 In: serial Out: serial Err: serial Net: FEC0 Working: - Eth0 - i2C - MMC/SD - NAND - UART (1 & 5) - USB (host & otg) Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
* | Merge branch '2019-01-25-master-imports'Tom Rini2019-01-269-2/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | - snapdragon 820c improvements - poplar updates - DFU + SPL cleanups - Improve the mediatek mmc driver - Other minor cleanups / improvements
| * | bcm968380gerg: disable SPI_FLASHPhilippe Reynes2019-01-261-2/+0
| | | | | | | | | | | | | | | | | | | | | The board bcm968380gerg don't have a spi flash so we disable the spi flash support. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
| * | atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI bootGreg Czerniak2019-01-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm working on getting OpenBSD to run on the Atmel SAMA5D3 Xplained. OpenBSD uses an EFI bootloader, which requires the "load" command to work, since "fatload" doesn't initialize the EFI memory addresses properly. To get "load" on the SAMA5D3 version of U-Boot, I propose adding the CONFIG_CMD_FS_GENERIC option. Signed-off-by: Greg Czerniak <greg@czerniak.info>
| * | ARM: chiliboard: enable DM_SPIMarcin Niestroj2019-01-261-0/+1
| | | | | | | | | | | | | | | | | | Add DM_SPI to suppress build warning about dm conversion. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
| * | configs: dragonboard820c: Enable pinctrl/mux configRamon Fried2019-01-251-0/+2
| | | | | | | | | | | | Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
| * | configs: Migrate CONFIG_DFU_MMC againTom Rini2019-01-255-0/+5
| |/ | | | | | | | | | | | | A few platforms recently added in CONFIG_DFU_MMC under include/configs rather than via the defconfig, update them. Signed-off-by: Tom Rini <trini@konsulko.com>
* | Merge tag 'arc-fixes-for-2019.04-rc1' of git://git.denx.de/u-boot-arcTom Rini2019-01-253-0/+3
|\ \ | |/ |/| | | | | | | | | | | | | A couple of trivial fixes and improvements for ARC Most notable are: * Move of ENV_SIZE/ENV_OFFSET to Kconfig * Fix with private structure allocation for arc_uart * Definition of CONFIG_SYS_CACHELINE_SIZE useful for building drivers
| * ARC: Move ENV_SIZE and ENV_OFFSET to KconfigAlexey Brodkin2019-01-253-0/+3
| | | | | | | | | | | | | | | | | | | | Join the party of some ARM boards and drop more items from include/configs/xxx.h. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-01-2498-0/+110
|\ \ | |/ |/|
| * sunxi: usb: Switch to Generic host controllersJagan Teki2019-01-1897-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Onc of key blocker for using USB Generic host controller drivers in Allwinner are CLK and RESET drivers, now these available for USB usage. So switch sunxi USB use EHCI and OHCI Generic controllers. Enabling USB is wisely a board choise, So Enable USB_OHCI_HCD where it already have USB_EHCI_HCD Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
| * board: sun50i-h5: Add Emlid Neutis N5 supportAleksandr Aleksandrov2019-01-181-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emlid Neutis N5 is a SoM based on Allwinner H5, has a WiFi & BT module, DDR3 RAM and eMMC. - add neutis-devboard target to dtb makefile - add dtsi file for Neutis N5 needs - add config file for Neutis N5 Dev board Signed-off-by: Aleksandr Aleksandrov <aleksandr.aleksandrov@emlid.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> [jagan: update proper commit head] Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
* | ARM: zynq: Convert Topic Miami to DM_I2CMichal Simek2019-01-243-9/+6
| | | | | | | | | | | | | | Both boards have only controllers enabled that's why move to DM_I2C is easy. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | ARM: zynq: Disable i2c for Zybo/Zybo Z7Michal Simek2019-01-242-10/+0
| | | | | | | | | | | | | | There is no i2c connected in base DT that's why disable I2C commands. Also remove zynq_zybo which is not needed now. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | arm64: versal: Enable dm commandMichal Simek2019-01-241-0/+1
| | | | | | | | | | | | | | It is useful to have this command enable to see which devices are bind/probed. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | arm64: versal: Enable i2c cadence controller and i2c commandMichal Simek2019-01-241-0/+3
| | | | | | | | | | | | Enable communication over i2c. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | ARM: zynq: Convert all boards to OF_SEPARATEMichal Simek2019-01-242-2/+0
| | | | | | | | | | | | | | | | | | | | | | Build warning was added by: "fdt: Add warning about CONFIG_OF_EMBED" (sha1: 841d5fbae4e993476fa87d8933db0cd58d3c2d41) Zynq mini configurations are not moved yet and it is questionable if make sense to move them too. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | arm64: zynqmp: Convert all reference boards to OF_SEPARATEMichal Simek2019-01-2418-18/+0
| | | | | | | | | | | | | | | | | | | | | | Build warning was added by: "fdt: Add warning about CONFIG_OF_EMBED" (sha1: 841d5fbae4e993476fa87d8933db0cd58d3c2d41) ZynqMP mini configurations are not moved yet and it is questionable if make sense to move them too. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | arm64: zynqmp: Disable MMC for for zc12xx_revA boardsMichal Simek2019-01-243-3/+3
| | | | | | | | | | | | All these boards have no SD enabled. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | arm64: zynqmp: Enable FPGA_LOAD_SECURE commandMichal Simek2019-01-2415-0/+15
| | | | | | | | | | | | Enable fpga load secure feature for xilinx platforms. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | arm64: zynqmp: Enable ISSI flash for some platformsMichal Simek2019-01-2416-0/+16
| | | | | | | | | | | | | | | | | | Enable ISSI flash for platforms. Xilinx reference boards are also used internally with different flash part to increase coverage that's why enable also ISSI parts for all these boards even if that board is released only with one part. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* | arm64: zynqmp: Enable SPI on several boardsMichal Simek2019-01-2416-0/+46
| | | | | | | | | | | | Enable GQSPI driver, SF command and SPL support for some platforms. Signed-off-by: Michal Simek <michal.simek@xilinx.com>