mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +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
c0192950df
- update defconfig files
Series-changes: 2
- add patch which fixes Codingstyle errors in drivers/qe
- add patch which converts the mpc83xx based boards from
keymile to DM_ETH
Cover-letter:
powerpc, mpc83xx: add DM_ETH support
This patch series adds DM ethernet support for mpc83xx based
keymile boards.
Travis build:
END
31 lines
972 B
Text
31 lines
972 B
Text
KM83XX BOARD
|
|
M: Holger Brunck <holger.brunck@hitachi-powergrids.com>
|
|
M: Heiko Schocher <hs@denx.de>
|
|
S: Maintained
|
|
F: board/keymile/km83xx/
|
|
F: include/configs/km8360.h
|
|
F: configs/kmcoge5ne_defconfig
|
|
F: configs/kmeter1_defconfig
|
|
F: include/configs/tuxx1.h
|
|
F: configs/kmopti2_defconfig
|
|
F: configs/kmsupx5_defconfig
|
|
F: configs/kmtepr2_defconfig
|
|
F: configs/kmtegr1_defconfig
|
|
F: configs/tuge1_defconfig
|
|
F: configs/tuxx1_defconfig
|
|
F: arch/powerpc/dts/km8309-uboot.dtsi
|
|
F: arch/powerpc/dts/km8321-uboot.dtsi
|
|
F: arch/powerpc/dts/km8321.dtsi
|
|
F: arch/powerpc/dts/km836x-uboot.dtsi
|
|
F: arch/powerpc/dts/km836x.dtsi
|
|
F: arch/powerpc/dts/kmcoge5ne-uboot.dtsi
|
|
F: arch/powerpc/dts/kmcoge5ne.dts
|
|
F: arch/powerpc/dts/kmeter1-uboot.dtsi
|
|
F: arch/powerpc/dts/kmeter1.dts
|
|
F: arch/powerpc/dts/kmopti2.dts
|
|
F: arch/powerpc/dts/kmsupc5.dts
|
|
F: arch/powerpc/dts/kmsupm5.dts
|
|
F: arch/powerpc/dts/kmtegr1.dts
|
|
F: arch/powerpc/dts/kmtepr2.dts
|
|
F: arch/powerpc/dts/kmtuge1.dts
|
|
F: arch/powerpc/dts/kmtuxa1.dts
|