aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tmn505@gmail.com>2021-05-24 14:41:15 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-06-06 00:26:13 +0200
commit09448d8ff30d7c1474c8dd0a762efe0417c471bd (patch)
tree3d75512378bbd49621b73dfc162a1cdacc197cca /target/linux/x86
parente9c9b5ec72e4ec8add23515a76bd5de5e7cac2a1 (diff)
downloadupstream-09448d8ff30d7c1474c8dd0a762efe0417c471bd.tar.gz
upstream-09448d8ff30d7c1474c8dd0a762efe0417c471bd.tar.bz2
upstream-09448d8ff30d7c1474c8dd0a762efe0417c471bd.zip
x86: add Roqos Core RC10 ethernet interfaces
eth0 -> single NIC (i211at) eth1 -> single NIC (i211at) -> 4-port unmanaged switch (BCM53125U) Notes UART is exposed on J4 connector, pinout starting from pin marked 1: 1. GND, 2. NC?, 3. NC?, 4. RX, 5. TX, 6. NC? baud: 115200, parity: none, flow control: none The board is setup by coreboot with UEFI. To enter setup screen hold ESC key on boot. The 5-LED multicolor matrix is attached on first I2C device named "Synopsys DesignWare I2C adapter" at address 0x60. Controlling values are stored in /opt/roqos/etc/rcLED.conf of original firmware. Remember to backup the original firmware, there are no downloadable copies. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/base-files/etc/board.d/02_network3
1 files changed, 3 insertions, 0 deletions
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 581daf49b6..30035dcbe9 100644
--- a/target/linux/x86/base-files/etc/board.d/02_network
+++ b/target/linux/x86/base-files/etc/board.d/02_network
@@ -11,6 +11,9 @@ case "$(board_name)" in
pc-engines-apu1|pc-engines-apu2|pc-engines-apu3)
ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
;;
+roqos-roqos-core-rc10)
+ ucidef_set_interfaces_lan_wan "eth1" "eth0"
+ ;;
sophos-sg-105|sophos-xg-105)
ucidef_set_interfaces_lan_wan "eth0 eth2 eth3" "eth1"
;;