forked from Ivasoft/openwrt
octeontx: add support for OCTEON TX target
The Cavium OCTEON TX is an ARM 64-bit SoC leveraging CPU cores and periperhals from the Cavium ThunderX SoC. This initial support provides a 4.14 kernel and kernel+initramfs that is bootable on the Gateworks Newport GW630x as well as the Cavium sff8104 reference board. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
18
target/linux/octeontx/base-files/etc/board.d/02_network
Normal file
18
target/linux/octeontx/base-files/etc/board.d/02_network
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2018 OpenWrt.org
|
||||
#
|
||||
|
||||
. ./lib/functions/uci-defaults.sh
|
||||
. ./lib/octeontx.sh
|
||||
|
||||
board=$(octeontx_board_name)
|
||||
|
||||
board_config_update
|
||||
|
||||
case "$board" in
|
||||
esac
|
||||
|
||||
board_config_flush
|
||||
|
||||
exit 0
|
||||
5
target/linux/octeontx/base-files/etc/inittab
Normal file
5
target/linux/octeontx/base-files/etc/inittab
Normal file
@@ -0,0 +1,5 @@
|
||||
::sysinit:/etc/init.d/rcS S boot
|
||||
::shutdown:/etc/init.d/rcS K shutdown
|
||||
tts/0::askfirst:/usr/libexec/login.sh
|
||||
ttyAMA0::askfirst:/usr/libexec/login.sh
|
||||
tty1::askfirst:/usr/libexec/login.sh
|
||||
Reference in New Issue
Block a user