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

Xiaojun Liu xiaojun.liu at silicom.co.il
Mon Oct 23 20:52:41 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/base-files/etc/board.d/02_network | 11 +++++++++++
target/linux/x86/image/64.mk                       | 10 ++++++++++
2 files changed, 21 insertions(+)


diff --git a/target/linux/x86/base-files/etc/board.d/02_network b/target/linux/x86/base-files/etc/board.d/02_network
index e00e8c04dd..be56153695 100644
--- a/target/linux/x86/base-files/etc/board.d/02_network
+++ b/target/linux/x86/base-files/etc/board.d/02_network
@@ -75,6 +75,17 @@ traverse-technologies-geos)
        macaddr="$(cat /sys/class/net/eth0/address)" 2>/dev/null
        [ -n "$macaddr" ] && ucidef_set_interface_macaddr "wan" "$macaddr"
        ;;
+silicom-80500-0214-e53)
+        ucidef_set_network_device_path "wan0" "pci0000:00/0000:00:16.0/0000:03:00.0"
+        ucidef_set_network_device_path "wan1" "pci0000:00/0000:00:16.0/0000:03:00.1"
+        ucidef_set_network_device_path "media0" "pci0000:00/0000:00:17.0/0000:02:00.0"
+        ucidef_set_network_device_path "media1" "pci0000:00/0000:00:17.0/0000:02:00.1"
+        ucidef_set_network_device_path "eth0" "pci0000:00/0000:00:0c.0/0000:04:00.0"
+        ucidef_set_network_device_path "eth1" "pci0000:00/0000:00:0e.0/0000:05:00.0"
+        ucidef_set_network_device_path "eth2" "pci0000:00/0000:00:0f.0/0000:06:00.0"
+        ucidef_set_network_device_path "eth3" "pci0000:00/0000:00:10.0/0000:07:00.0"
+        ucidef_set_interfaces_lan_wan "eth0 eth1 eth2 eth3" "wan0"
+        ;;
esac
board_config_flush

diff --git a/target/linux/x86/image/64.mk b/target/linux/x86/image/64.mk
index 5ec9978b66..4addddeb98 100644
--- a/target/linux/x86/image/64.mk
+++ b/target/linux/x86/image/64.mk
@@ -8,3 +8,13 @@ define Device/generic
   GRUB2_VARIANT := generic
endef
TARGET_DEVICES += generic
+
+define Device/cordoba
+  DEVICE_VENDOR := Cordoba
+  DEVICE_MODEL := x86/64
+  DEVICE_PACKAGES += \
+        kmod-igc kmod-ixgbe \
+        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: 1778 bytes
Desc: x86 64 Add new device Cordoba Edge Platform.patch
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20231024/936c869d/attachment-0001.obj>


More information about the openwrt-devel mailing list