Implementing dma mapping function on MIPS makes it possible to use e1000 and rtl8169 PCI network cards. At the moment e1000 works under qemu. However additional dma mapping functions testing on real hardware is necessary. Antony Pavlov (4): WIP: MIPS: implement dma mapping functions net: e1000: make it work on MIPS net: rtl8169: make it work on big-endian system MIPS: qemu-malta_defconfig: enable e1000 network driver Peter Mamonov (1): WIP: MIPS: configure ebase according CONFIG_MMU arch/mips/boot/main_entry.c | 5 ++++ arch/mips/configs/qemu-malta_defconfig | 1 + arch/mips/include/asm/dma-mapping.h | 2 +- arch/mips/lib/dma-default.c | 22 +++++++++++++++-- drivers/net/e1000/e1000.h | 2 ++ drivers/net/e1000/main.c | 8 +++--- drivers/net/rtl8169.c | 34 +++++++++++++------------- 7 files changed, 50 insertions(+), 24 deletions(-) -- 2.24.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox