Skip to content

Commit

Permalink
[AMX3200] Add new platform
Browse files Browse the repository at this point in the history
CPU sub-system
CPU : 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 <[email protected]>
  • Loading branch information
WillyLiu-EC committed Oct 14, 2024
1 parent 784b985 commit 7da429a
Show file tree
Hide file tree
Showing 56 changed files with 7,571 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,7 @@ CONFIG_SENSORS_CORETEMP=y
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
# CONFIG_SENSORS_TMP401 is not set
CONFIG_SENSORS_TMP401=y
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
Expand Down
2 changes: 2 additions & 0 deletions packages/platforms/accton/x86-64/amx3200/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*x86*64*amx3200.mk
onlpdump.mk
1 change: 1 addition & 0 deletions packages/platforms/accton/x86-64/amx3200/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
1 change: 1 addition & 0 deletions packages/platforms/accton/x86-64/amx3200/modules/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
1 change: 1 addition & 0 deletions packages/platforms/accton/x86-64/amx3200/modules/PKG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +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"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
KERNELS := onl-kernel-5.4-lts-x86-64-all:amd64
KMODULES := src
VENDOR := accton
BASENAME := x86-64-amx3200
ARCH := x86_64
include $(ONL)/make/kmodule.mk

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
obj-m += x86-64-amx3200-mux.o
obj-m += x86-64-amx3200-fpga.o
obj-m += x86-64-amx3200-thermal.o
obj-m += x86-64-amx3200-fan.o
obj-m += x86-64-amx3200-leds.o
obj-m += x86-64-amx3200-psu.o
obj-m += x86-64-amx3200-sled.o
obj-m += x86-64-amx3200-sfp.o
obj-m += x86-64-amx3200-sys.o
Loading

0 comments on commit 7da429a

Please sign in to comment.