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

Xiaojun Liu xiaojun.liu at silicom.co.il
Wed Oct 18 19:44:03 PDT 2023


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.liu at silicom.co.il
---
target/linux/x86/image/64.mk | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/target/linux/x86/image/64.mk b/target/linux/x86/image/64.mk
index 5ec9978b66..04ce0be13a 100644
--- a/target/linux/x86/image/64.mk
+++ b/target/linux/x86/image/64.mk
@@ -8,3 +8,14 @@ define Device/generic
   GRUB2_VARIANT := generic
endef
TARGET_DEVICES += generic
+
+define Device/cordoba
+  DEVICE_VENDOR := Cordoba
+  DEVICE_MODEL := x86/64
+  DEVICE_PACKAGES += \
+        kmod-amazon-ena kmod-amd-xgbe kmod-bnx2 kmod-e1000e kmod-e1000 \
+        kmod-forcedeth kmod-fs-vfat kmod-igb kmod-igc kmod-ixgbe kmod-r8169 \
+        kmod-tg3 kmod-mt7915-firmware
+  GRUB2_VARIANT := generic
+endef
+TARGET_DEVICES += cordoba


-------------- next part --------------
A non-text attachment was scrubbed...
Name: x86 64 Add new device Cordoba Edge Platform.patch
Type: application/octet-stream
Size: 637 bytes
Desc: x86 64 Add new device Cordoba Edge Platform.patch
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20231019/5a92eb07/attachment.obj>


More information about the openwrt-devel mailing list