mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
7bdfe85929
enable DTS support for keymile mpc83xx based boards.
get rid of compile warning:
===================== WARNING ======================
This board does not use CONFIG_DM_ETH (Driver Model
for Ethernet drivers). Please update the board to use
CONFIG_DM_ETH before the v2020.07 release. Failure to
update by the deadline may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================
Therefore done:
- add DTS for all mpc83xx based boards from keymile
mainly they are not mainlined to linux.
- add u-boot specific dtsi
- add stdout-path
- add missing ucc4 par_io definitions, which were
in board code, but not in linux DTS
- remove not used ethernet nodes
Signed-off-by: Heiko Schocher <hs@denx.de>
Patch-cc: Mario Six <mario.six@gdsys.cc>
Patch-cc: Qiang Zhao <qiang.zhao@nxp.com>
Series-to: u-boot
Series-version: 3
Series-changes: 3
- rebase patchset to current mainline commit
|
||
---|---|---|
.. | ||
arbiter | ||
bats | ||
elbc | ||
hid | ||
hrcw | ||
initreg | ||
lblaw | ||
sysio | ||
config.mk | ||
cpu.c | ||
cpu_init.c | ||
ecc.c | ||
fdt.c | ||
interrupts.c | ||
Kconfig | ||
law.c | ||
Makefile | ||
pci.c | ||
pcie.c | ||
qe_io.c | ||
serdes.c | ||
spd_sdram.c | ||
speed.c | ||
spl_minimal.c | ||
start.S | ||
traps.c | ||
u-boot-spl.lds | ||
u-boot.lds |