-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
784b985
commit 7da429a
Showing
56 changed files
with
7,571 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*x86*64*amx3200.mk | ||
onlpdump.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include $(ONL)/make/pkg.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include $(ONL)/make/pkg.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
1 change: 1 addition & 0 deletions
1
packages/platforms/accton/x86-64/amx3200/modules/builds/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lib |
7 changes: 7 additions & 0 deletions
7
packages/platforms/accton/x86-64/amx3200/modules/builds/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
9 changes: 9 additions & 0 deletions
9
packages/platforms/accton/x86-64/amx3200/modules/builds/src/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.