Skip to content

Commit 2fc6e21

Browse files
committed
[AMX3200] Add new platform
CPU sub-system CPU: Intel Atom Processor C3508,1.6GHZ DDR4 SDRAM: 8GB 2400MHz with ECC (SO-DIMM) DDR4 *1 SPI Flash (Boot): 16Mb *2 M.2 SSD: SATA 128GB MLC EC: IT8528E/VG-I TPM: SLB 9670XQ2.0 FW7.63 INFINEON Management UART RS232 console port (RJ45), WGI210AT, INTEL, Out-band Management Ethernet port (RJ45) PHY META DX2+ PM6214*2 Microchip 1.6T Ethernet MAC/PHYs Ethernet Ports 2*CFP2 400G + 8*QSFP-28 100G Power Supply AC 850W PSU, DELTA, 1+1 redundant load-sharing, hot-swappable Cooling F2B fixed fan with 5 pcs of 40mmx40mmx28mm 12V fans BMC Module AST2600 Enable sensors tmp401 config for TMP435A Signed-off-by: willy_liu <willy_liu@accton.com> [AMX3200] modify UNIX style line endings for some files Signed-off-by: willy_liu <willy_liu@accton.com>
1 parent 784b985 commit 2fc6e21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+7577
-1
lines changed

packages/base/any/kernels/5.4-lts/configs/x86_64-all/x86_64-all.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2753,7 +2753,7 @@ CONFIG_SENSORS_CORETEMP=y
27532753
# CONFIG_SENSORS_TMP102 is not set
27542754
# CONFIG_SENSORS_TMP103 is not set
27552755
# CONFIG_SENSORS_TMP108 is not set
2756-
# CONFIG_SENSORS_TMP401 is not set
2756+
CONFIG_SENSORS_TMP401=y
27572757
# CONFIG_SENSORS_TMP421 is not set
27582758
# CONFIG_SENSORS_VIA_CPUTEMP is not set
27592759
# CONFIG_SENSORS_VIA686A is not set
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*x86*64*amx3200.mk
2+
onlpdump.mk
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include $(ONL)/make/pkg.mk
2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include $(ONL)/make/pkg.mk
2+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!include $ONL_TEMPLATES/platform-modules.yml VENDOR=accton BASENAME=x86-64-amx3200 ARCH=amd64 KERNELS="onl-kernel-5.4-lts-x86-64-all:amd64"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
KERNELS := onl-kernel-5.4-lts-x86-64-all:amd64
2+
KMODULES := src
3+
VENDOR := accton
4+
BASENAME := x86-64-amx3200
5+
ARCH := x86_64
6+
include $(ONL)/make/kmodule.mk
7+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
obj-m += x86-64-amx3200-mux.o
2+
obj-m += x86-64-amx3200-fpga.o
3+
obj-m += x86-64-amx3200-thermal.o
4+
obj-m += x86-64-amx3200-fan.o
5+
obj-m += x86-64-amx3200-leds.o
6+
obj-m += x86-64-amx3200-psu.o
7+
obj-m += x86-64-amx3200-sled.o
8+
obj-m += x86-64-amx3200-sfp.o
9+
obj-m += x86-64-amx3200-sys.o

0 commit comments

Comments
 (0)