[PATCH v2 22/38] ppc: qemu: Switch over to use DM ETH and PCI
Simon Glass
sjg at chromium.org
Sat Feb 20 12:54:56 CET 2021
On Thu, 18 Feb 2021 at 09:00, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list