sonic-buildimage/platform/barefoot/platform-modules-netberg.mk
Andrew Sapronov 7f10b6bc35
[Netberg][Barefoot] Added support for Aurora 610 (#10579)
Why I did it
Support Intel Tofino based platforms Netberg Aurora 610
ASIC: Intel Tofino BFN-T10-032D-020
Pors: 48x 25G + 8x 100G

How I did it
Added specification to device/netberg directory
Added platform/barefoot/sonic-platform-modules-netberg contains kernel modules, scripts and sonic_platform packages.
Modified the platform/barefoot/one-image.mk and platform/barefoot/rule.mk to include Aurora 610 related ID and files.

How to verify it
Build SONiC

Install the image on the device and verify the related components are installed and shown correctly.
2022-06-30 10:40:47 -07:00

17 lines
709 B
Makefile

# Netberg Aurora 610 Platform modules
NETBERG_AURORA_610_PLATFORM_MODULE_VERSION = 1.1.0
export NETBERG_AURORA_610_PLATFORM_MODULE_VERSION
NETBERG_AURORA_610_PLATFORM_MODULE = sonic-platform-netberg-aurora-610_$(NETBERG_AURORA_610_PLATFORM_MODULE_VERSION)_amd64.deb
$(NETBERG_AURORA_610_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-modules-netberg
$(NETBERG_AURORA_610_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
$(NETBERG_AURORA_610_PLATFORM_MODULE)_PLATFORM = x86_64-netberg_aurora_610-r0
SONIC_DPKG_DEBS += $(NETBERG_AURORA_610_PLATFORM_MODULE)
export NETBERG_AURORA_610_PLATFORM_MODULE
#$(eval $(call add_extra_package,$(NETBERG_AURORA_610_PLATFORM_MODULE)))