Skip to content

Commit

Permalink
CPU sub-system
Browse files Browse the repository at this point in the history
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
WillyLiu-EC committed Oct 14, 2024
1 parent 784b985 commit 46e3754
Show file tree
Hide file tree
Showing 47 changed files with 4,440 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/platforms/accton/x86-64/as4630-54npe/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*x86*64*accton*as4630*54npe*.mk
onlpdump.mk

1 change: 1 addition & 0 deletions packages/platforms/accton/x86-64/as4630-54npe/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
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"
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,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
Loading

0 comments on commit 46e3754

Please sign in to comment.