-
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.
[Accton][as7515-24x] Add new platform
CPU: Intel Xeon Processor D-1527 2.2 GHz / 4 core / Cache : 6 MB / TDP : 35 W BIOS: AMI AptioV BIOS MAC: Broadcom BCM88284, 1 pcs, 360G Integrated Packet Processor, Traffic Manager, and Single-Chip Device PCB: 20-Layers, TU TU883 for Mainboard 16-Layers, TUC TU872LK for CPU module 8-Layers, NP155F for FAN board 8-Layers, Tg-150 for Power board 4-Layers, NP155F for Back Plane board 8-Layers, TU-862HF for Timing board RAM: 2 * DDR4 SODIMM socket (ECC / Up to 48GB 2133 MHz) Ethernet Management port: 1x RJ-45 Ethernet Ports: 4x QSFP28 + 20x SFP28 Console Port: 1x RJ-45 Power Supply: 12V from PSU * 2pcs Cooling: 5 pcs of 12V fans, hot-swappable Dimension: 300 mm (D: Depth) x 438.4 mm (W: Width) x 43.7 mm (H: Height) FPGA: ALTERA 5CGXFC4C6F23I7N, (1pcs, FBGA484 package) CPLD: LATTICE LCMXO3LF-9400C (1 pcs, CABGA484 package) USB Port: 1x USB 3.0 type-C 1PPS Input/Output Port: 1x SMB male connector 10MHz Input/Output port: 1x SMB male connector TOD Port: 1x RJ-45 GNSS Port: 1x GNSS antenna port Embedded Controller: IT8528 Signed-off-by: Brandon Chuang <[email protected]>
- Loading branch information
1 parent
800e123
commit e778688
Showing
53 changed files
with
5,568 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
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*accton*as7515*24x*.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-as7515-24x ARCH=amd64 KERNELS="onl-kernel-5.4-lts-x86-64-all:amd64" |
1 change: 1 addition & 0 deletions
1
packages/platforms/accton/x86-64/as7515-24x/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/as7515-24x/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-5.4-lts-x86-64-all:amd64 | ||
KMODULES := src | ||
VENDOR := accton | ||
BASENAME := x86-64-accton-as7515-24x | ||
ARCH := x86_64 | ||
include $(ONL)/make/kmodule.mk |
7 changes: 7 additions & 0 deletions
7
packages/platforms/accton/x86-64/as7515-24x/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,7 @@ | ||
obj-m += x86-64-accton-as7515-24x-fpga.o | ||
obj-m += x86-64-accton-as7515-24x-cpld.o | ||
obj-m += x86-64-accton-as7515-24x-fan.o | ||
obj-m += x86-64-accton-as7515-24x-leds.o | ||
obj-m += x86-64-accton-as7515-24x-mux.o | ||
obj-m += x86-64-accton-as7515-24x-psu.o | ||
obj-m += x86-64-accton-as7515-24x-sfp.o |
Oops, something went wrong.