Lukasz Majewski
07b19e35b5
config: imx53: Disable support for EFI on HSC|DDC boards
...
This patch disables support for running EFI applications on HSC|DDC boards.
As a result - considerable size reduction (~14%) has been observed (for
for u-boot-dtb.imx 475KiB to 407KiB).
Signed-off-by: Lukasz Majewski <lukma@denx.de >
2019-07-19 20:32:24 +02:00
Yangbo Lu
e37ac717d7
Convert to use fsl_esdhc_imx for i.MX platforms
...
Converted to use fsl_esdhc_imx for i.MX platforms.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com >
Tested-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com >
Reviewed-by: Peng Fan <peng.fan@nxp.com >
Reviewed-by: Lukasz Majewski <lukma@denx.de >
Reviewed-by: Martyn Welch <martyn.welch@collabora.com >
Acked-by: Jason Liu <Jason.hui.liu@nxp.com >
2019-06-23 14:18:34 +08:00
Tom Rini
b4ee6daad7
Merge tag 'u-boot-imx-20190426' of git://git.denx.de/u-boot-imx
...
Porting to DM and i.MX8
------------------------
- warp7 to DM
- kp_imx53 to DM
- Warnings in DT
- MX8QM support
- colibri-imx6ull to DM
- imx7d-pico to DM
- ocotp for MX8
2019-05-01 07:25:51 -04:00
Tom Rini
d168bcb6fe
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-04-29 21:41:40 -04:00
Lukasz Majewski
400b972a7e
Convert CONFIG_USB_EHCI_MX5 to Kconfig
...
This converts the following to Kconfig:
CONFIG_USB_EHCI_MX5
Signed-off-by: Lukasz Majewski <lukma@denx.de >
2019-04-25 17:03:25 +02:00
Lukasz Majewski
13e7b72f32
ARM: defconfig: kp_imx53: Enable DM_USB support on HSC|DDC boards
...
This commit enables the DM_USB on HSC|DDC i.MX53 based boards.
Signed-off-by: Lukasz Majewski <lukma@denx.de >
2019-04-25 17:03:25 +02:00
Lukasz Majewski
e4b9f5244d
ARM: defconfig: Move CONFIG_FSL_ESDHC to Kconfig
...
The CONFIG_FSL_ESDHC is now enabled and defined in Kconfig, not in
include/configs/kp_imx53.h
Signed-off-by: Lukasz Majewski <lukma@denx.de >
2019-04-25 17:03:25 +02:00
Tom Rini
8c5cad05c9
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-09-03 15:26:12 -04:00
Adam Ford
d7869b2183
Convert CONFIG_MII et al to Kconfig
...
This converts the following to Kconfig:
CONFIG_MII
CONFIG_DRIVER_TI_EMAC
Signed-off-by: Adam Ford <aford173@gmail.com >
Acked-by: Jagan Teki <jagan@amarulasolutions.com >
Acked-by: Joe Hershberger <joe.hershberger@ni.com >
2018-08-17 13:03:54 -04:00
Tom Rini
86cf1c8285
configs: Migrate CONFIG_NR_DRAM_BANKS
...
We have the following cases:
- CONFIG_NR_DRAM_BANKS was defined, migrate normally
- CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
- CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
2), set this to 8.
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-08-16 16:45:02 -04:00
Tom Rini
3eae864a23
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-07-09 15:13:08 -04:00
Lukasz Majewski
76881bbf40
config: Update defconfig for imx53 K+P boards
...
This commit updates the defconfig for the HSC and DDC
boards.
Signed-off-by: Lukasz Majewski <lukma@denx.de >
2018-06-18 16:43:15 +02:00
Tom Rini
358b6a20e4
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-06-04 11:57:37 -04:00
Lukasz Majewski
ee94365557
arm: imx53: Add support for imx53 boards from K+P
...
This commit adds support for DDC and HSC boards from
K+P in u-boot.
Console output:
U-Boot 2018.05-rc2-00090-g752b7ed6f9 (Apr 26 2018 - 14:24:24 +0200)
CPU: Freescale i.MX53 rev2.1 at 800 MHz
Reset cause: WDOG
Model: K+P iMX53
DRAM: 512 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... OK
In: serial
Out: serial
Err: serial
Module EEPROM:
ID: TQMa53-CB.0401
SN: 63152762
MAC: 00:0b:64:03:14:2a
BBoard:40x0 Rev:10
Net: eth0: ethernet@63fec000
Hit any key to stop autoboot: 0
Signed-off-by: Lukasz Majewski <lukma@denx.de >
2018-05-18 08:29:38 +02:00