
20 Feb
2021
20 Feb
'21
12:54 p.m.
On Thu, 18 Feb 2021 at 09:00, Bin Meng bmeng.cn@gmail.com wrote:
At present the board supports non-DM version PCI and E1000 drivers. Switch over to use DM ETH and PCI by:
- Rewrite the PCI address map functions using DM APIs
- Enable CONFIG_MISC_INIT_R to do the PCI initialization and address map
- Drop unnecessary ad-hoc config macros
- Remove board_eth_init() in the board codes
Signed-off-by: Bin Meng bmeng.cn@gmail.com
(no changes since v1)
board/freescale/qemu-ppce500/qemu-ppce500.c | 111 ++++++---------------------- configs/qemu-ppce500_defconfig | 4 +- include/configs/qemu-ppce500.h | 13 ---- 3 files changed, 24 insertions(+), 104 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org