Subject: [PATCH] x86 64: Add new device Cordoba Edge Platform

2023-10-18 Thread Xiaojun Liu
Add new device Cordoba Edge Platform Device name: Cordoba Edge Platform hardware specifications: CPU - Intel Atom C3000 WiFi - mt7915e Signed-off-by: Xiaojun Liu mailto:xiaojun@silicom.co.il --- target/linux/x86/image/64.mk | 11 +++ 1 file changed, 11 insertion

Re: Subject: [PATCH] x86 64: Add new device Cordoba Edge Platform

2023-10-22 Thread Philip Prindeville
Doesn't this just have ixgbe and igc NIC's? And the mt7915e of course. Don't think we need the amd-xgbe, bnx2, e1000e, e1000, r8169, tg3 drivers. The BIOS we've been using has some odd enumeration of the PCI bus, so you might want to include a patch for target/linux/x86/base-files/etc/board.d/0

RE: Subject: [PATCH] x86 64: Add new device Cordoba Edge Platform

2023-10-23 Thread Xiaojun Liu
Thanks for your reminding! I will update my patch to fix these issues. -Original Message- From: Philip Prindeville Sent: Monday, October 23, 2023 1:05 PM To: Xiaojun Liu Cc: openwrt-devel@lists.openwrt.org Subject: Re: Subject: [PATCH] x86 64: Add new device Cordoba Edge Platform