summaryrefslogtreecommitdiff
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini2019-04-1544-242/+237
|\ | | | | | | | | | | | | | | | | | | | | | | | | Move to DM ----------- - DM support in sata - Toradex Board to DM - wandboard to DM - tbs2910 to DM - GE boards to DM - VHybrid boards to DM - DM_VIDEO for i.MX
| * board: tbs2910: Remove CMD_FDT support in defconfig to reduce u-boot sizeSoeren Moch2019-04-141-0/+1
| | | | | | | | | | | | This fixes the build failure "u-boot.imx exceeds file size limit". Signed-off-by: Soeren Moch <smoch@web.de>
| * imx6: wandboard: fix dwc_ahsata build errors when DM enabledAnatolij Gustschin2019-04-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable CONFIG_AHCI to fix errors: drivers/ata/dwc_ahsata.c: In function `ahci_init_one': drivers/ata/dwc_ahsata.c:868:21: error: `struct blk_desc' has no member named `priv' sata_dev_desc[pdev].priv = uc_priv; ^ drivers/ata/dwc_ahsata.c: In function `init_sata': drivers/ata/dwc_ahsata.c:891:30: error: `struct blk_desc' has no member named `priv' uc_priv = sata_dev_desc[dev].priv; ... Also enable DM_SCSI to fix migration build warning. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * config: colibri_vf: enable mtd partitions via dtStefan Agner2019-04-131-0/+1
| | | | | | | | | | | | | | | | Use device tree to set MTD partitions of the NAND chip. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
| * colibri_vf: migrate fec, esdhc, nfc and usb to driver modelMarcel Ziswiler2019-04-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate FEC, ESDHC, NFC and USB to driver model. While at it also do no longer enable optional I2C clock in board file as the generic clock code now handles this. Note for space reason and as it is not required just for booting we do not enable I2C in U-Boot by default. While at it also update copyright period. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
| * colibri_vf: migrate pinctrl and regulators to dtb/dmMarcel Ziswiler2019-04-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Migrate pinctrl and regulators to device tree resp. driver model: DDR, DSPI, ENET, ESDHC, I2C, NFC and UART. Enable CMD_DM, PINCTRL and DM_REGULATOR. While at it also update copyright period and sort include files. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
| * configs: colibri_vf: disable obscure optionsMarcel Ziswiler2019-04-131-1/+9
| | | | | | | | | | | | | | Disable more obscure options to save another 26 KB in preparation of the upcoming driver model migration. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * configs: move CONFIG_MXC_OCOTP to KconfigMarcel Ziswiler2019-04-132-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | While commit 3e020f03e94f ("driver: misc: add MXC_OCOTP Kconfig entry") introduced a Kconfig entry it did not actually migrate all configurations to using it. As CONFIG_MXC_OCOTP was in mx{6/7}_common.h enable it by default on those architectures. Additionally, also enable it on ARCH_IMX8M and ARCH_VF610 where all current members enabled it through their legacy configuration header files. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>
| * configs: colibri_vf: limit size of malloc() pool before relocationMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | | | | | Limit the size of the malloc() pool before relocation (SYS_MALLOC_F_LEN). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
| * imx6: wandboard: convert to DM_MMCAnatolij Gustschin2019-04-131-0/+1
| | | | | | | | | | | | | | Move SDHC init to SPL code since it is not required with DM_MMC. Enable DM_MMC support. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx6: wandboard: convert to DM_I2CAnatolij Gustschin2019-04-131-0/+5
| | | | | | | | | | | | Allow building with DM_I2C enabled. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx6: wandboard: convert to DM_PMICAnatolij Gustschin2019-04-131-0/+2
| | | | | | | | | | | | | | Enable DM_PMIC_PFUZE100 driver and add PMIC description to DTS. Rework power_init_board() code. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx6: wandboard: convert to DM_VIDEOAnatolij Gustschin2019-04-131-1/+1
| | | | | | | | | | | | Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx6: wandboard: convert to DM_USBAnatolij Gustschin2019-04-131-0/+1
| | | | | | | | | | | | | | Drop CONFIG_USB_MAX_CONTROLLER_COUNT and enable DM_USB in defconfig. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx6: wandboard: convert to DM_GPIO and enable pinctrl driverAnatolij Gustschin2019-04-131-0/+3
| | | | | | | | | | | | | | Enable DM_GPIO and pinctrl in defconfig and add gpio_request() calls where required. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx6: wandboard: add device treeAnatolij Gustschin2019-04-131-1/+2
| | | | | | | | | | | | | | Add device trees from Linux in preparation for driver model conversions. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * mx6sabreauto: convert to DM_VIDEOAnatolij Gustschin2019-04-131-1/+1
| | | | | | | | | | | | Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * mx6sabresd: convert to DM_VIDEOAnatolij Gustschin2019-04-131-1/+1
| | | | | | | | | | | | Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * colibri_imx6: convert to DM_VIDEOAnatolij Gustschin2019-04-131-1/+1
| | | | | | | | | | | | Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx6: ge_bx50v3: convert to DM_VIDEOAnatolij Gustschin2019-04-131-1/+1
| | | | | | | | | | | | Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx6: icore: convert to DM_VIDEOAnatolij Gustschin2019-04-134-4/+4
| | | | | | | | | | | | Enable DM_VIDEO in defconfigs. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * apalis_imx6: convert to DM_VIDEOAnatolij Gustschin2019-04-131-1/+2
| | | | | | | | | | | | Enable DM_VIDEO in defconfig. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * imx: move CONFIG_VIDEO_IPUV3 to defconfigsAnatolij Gustschin2019-04-1334-0/+35
| | | | | | | | Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * board: tbs2910: Convert mmc to driver modelSoeren Moch2019-04-131-0/+1
| | | | | | | | | | | | So we don't need to duplicate settings from the device tree in the board file. Signed-off-by: Soeren Moch <smoch@web.de>
| * board: tbs2910: Convert sata to ahci driver modelSoeren Moch2019-04-131-0/+1
| | | | | | | | | | | | While at it, also configure 64-bit LBA support. Signed-off-by: Soeren Moch <smoch@web.de>
| * ata: dwc_ahsata: Add ahci driver model supportSoeren Moch2019-04-131-0/+1
| | | | | | | | | | | | Disable this support for cm_fx6 to avoid breakage. Signed-off-by: Soeren Moch <smoch@web.de>
| * board: tbs2910: Convert i2c and rtc to driver modelSoeren Moch2019-04-131-1/+5
| | | | | | | | | | | | So we don't need to duplicate settings from the device tree in the board file. Signed-off-by: Soeren Moch <smoch@web.de>
| * board: tbs2910: Convert usb to driver modelSoeren Moch2019-04-131-0/+2
| | | | | | | | | | | | So we don't need to duplicate settings from the device tree in the board file. Signed-off-by: Soeren Moch <smoch@web.de>
| * board: tbs2910: Add pinctrl driver and convert gpio to driver modelSoeren Moch2019-04-131-0/+3
| | | | | | | | | | | | We need this for additional driver model conversions. Signed-off-by: Soeren Moch <smoch@web.de>
| * board: tbs2910: Add device treeSoeren Moch2019-04-131-1/+3
| | | | | | | | | | | | | | | | | | | | ... as preparation for additional driver model coonversions. We use CONFIG_OF_EMBED here to keep u-boot.imx as final binary name. So we maintain compatibility with the original TBS u-boot and available HOWTOs for u-boot updates. Signed-off-by: Soeren Moch <smoch@web.de>
| * board: tbs2910: Remove efi loader support in defconfig to reduce u-boot sizeSoeren Moch2019-04-131-0/+1
| | | | | | | | Signed-off-by: Soeren Moch <smoch@web.de>
| * colibri_imx6: migrate usb to using driver modelMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | Migrate USB to using driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: migrate mmc to using driver modelMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | Migrate MMC to using driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: migrate pmic and regulator to using driver modelMarcel Ziswiler2019-04-131-0/+7
| | | | | | | | | | | | Migrate PMIC and regulator to using driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: migrate i2c to using driver modelMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | Migrate I2C to using driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: enable pin control driverMarcel Ziswiler2019-04-131-0/+2
| | | | | | | | | | | | | | Enable pin control driver as required for further driver model migration. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: clean-up and migrate gpios to using driver modelMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | Migrate GPIOs to using driver model, properly request backlight, MMC/SD card detect and USB power enable GPIOs and also enable SION bit in pin muxing for auxiliary, backlight and USB power enable GPIOs. While at it also update copyright year, clean-up/re-order includes, add some comments clarifying ifdef scope and do some white-space clean-up. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: migrate to using device treeMarcel Ziswiler2019-04-131-1/+2
| | | | | | | | | | | | | | Migrate to using device tree required for further driver model integration. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: enable fit image, gpt, imx thermal, efi loader supportMarcel Ziswiler2019-04-131-1/+3
| | | | | | | | | | | | Enbale FIT image, GPT command, i.MX thermal and EFI loader support. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: move console in env from header file to defconfigMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | | | | | Move console in env from header file to defconfig. While at it also update copyright year. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: use distro defaultsMarcel Ziswiler2019-04-131-11/+1
| | | | | | | | | | | | | | Use distro defaults and minimise default configuration again using savedefconfig. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * colibri_imx6: get rid of obsolete nospl configurationsMarcel Ziswiler2019-04-131-63/+0
| | | | | | | | | | | | | | Now with SPL long since being in place even for recovery using SDP finally get rid of those nospl configurations. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * apalis_imx6: migrate usb to using driver modelMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | Migrate USB to using driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * apalis_imx6: migrate mmc and sata to using driver modelMarcel Ziswiler2019-04-131-0/+3
| | | | | | | | | | | | | | | | Migrate MMC and SATA to using driver model. While at it also enable SCSI driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * apalis_imx6: migrate pmic and regulator to using driver modelMarcel Ziswiler2019-04-131-0/+7
| | | | | | | | | | | | Migrate PMIC and regulator to using driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * apalis_imx6: migrate i2c to using driver modelMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | Migrate I2C to using driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * apalis_imx6: enable pin control driverMarcel Ziswiler2019-04-131-0/+2
| | | | | | | | | | | | | | Enable pin control driver as required for further driver model migration. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * apalis_imx6: clean-up and migrate gpios to using driver modelMarcel Ziswiler2019-04-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Migrate GPIOs to using driver model, properly request backlight, Ethernet PHY reset, MMC/SD card detect and USB power GPIOs and also enable SION bit in pin muxing for Apalis, backlight, eMMC reset, Ethernet PHY reset and USB power enable GPIOs. While at it also update copyright year, clean-up/re-order includes, add some comments clarifying ifdef scope and do some White-space clean-up. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * apalis_imx6: migrate to using device treeMarcel Ziswiler2019-04-131-1/+2
| | | | | | | | | | | | | | Migrate to using device tree required for further driver model integration. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
| * apalis_imx6: enable fit image, gpt, imx thermal, efi loader supportMarcel Ziswiler2019-04-131-1/+3
| | | | | | | | | | | | Enbale FIT image, GPT command, i.MX thermal and EFI loader support. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>