-
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: Intel C3558 2.2GHz 4 Core DDR4 SDRAM: 8GB 2133MHz with ECC (SO-DIMM) DDR4 *2 SPI Flash (Boot): 128Mb *2 M.2 SSD: SATA 32GB/64GB SSD (2280) CPLD: Altera MAX V 5M2210 TPM: ST33ZP24AR28PVSP, ST Management UART RS232 console port (RJ45), 88E1512, Marvell, Out-band Management Ethernet port (RJ45) MAC Broadcom Trident3 BCM56370 *1 560Gbs Enterprise switch with Multigigabit Ethernet Ports PHY BCM54998E*5 Octal-Port 2.5GBASE-T/1000BASET/100BASE-TX Transceiver BCM84894 *3 10GBASE-T/5GBASE-T/2.5GBASET/1000BASE-T/100BASE-TX Transceiver PoE STM32F100C8T6BTR*1, PoE MCU BCM59131 *12, PSE Controller SATA CONN M.2 connector Ethernet Ports 36 x 2.5G Base-T + 12 x 10G Base-T + 4 x 25G SFP28+ 2 x 100G QSFP28 Power Supply 1200W/920W PSU, 3Y, 1+1 redundant load-sharing, hot-swappable Cooling F2B fan-tray modules with 3 pcs of 40mmx40mmx56mm 12V fans, hot-swappable Signed-off-by: willy_liu <[email protected]>
- Loading branch information
1 parent
784b985
commit 46e3754
Showing
47 changed files
with
4,440 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*x86*64*accton*as4630*54npe*.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-accton-as4630-54npe ARCH=amd64 KERNELS="onl-kernel-4.14-lts-x86-64-all:amd64" |
1 change: 1 addition & 0 deletions
1
packages/platforms/accton/x86-64/as4630-54npe/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 |
6 changes: 6 additions & 0 deletions
6
packages/platforms/accton/x86-64/as4630-54npe/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,6 @@ | ||
KERNELS := onl-kernel-4.14-lts-x86-64-all:amd64 | ||
KMODULES := $(wildcard *.c) | ||
VENDOR := accton | ||
BASENAME := x86-64-accton-as4630-54npe | ||
ARCH := x86_64 | ||
include $(ONL)/make/kmodule.mk |
Oops, something went wrong.