3ad830eb49
Introduce new sonic-buildimage images for Broadcom DNX ASIC family. sonic-broadcom-dnx.bin sonic-aboot-broadcom-dnx.swi How I did it NO CHANGE to existing make commands make init; make configure PLATFORM=broadcom; make target/sonic-aboot-broadcom.swi; make target/sonic-broadcom.bin The difference now is that it will result in new broadcom images for DNX asic family as well. sonic-broadcom.bin, sonic-broadcom-dnx.bin sonic-aboot-broadcom.swi, sonic-aboot-broadcom-dnx.swi Note: This PR also adds support for Broadcom SAI 5.0 (based on 1.8 SAI ) for DNX based platform + changes in platform x86_64-arista_7280cr3_32p4 bcm config files and platform_env.conf files
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
#DPKG FRK
|
|
include $(PLATFORM_PATH)/sai-modules.dep
|
|
include $(PLATFORM_PATH)/sai.dep
|
|
include $(PLATFORM_PATH)/platform-modules-s6000.dep
|
|
include $(PLATFORM_PATH)/platform-modules-dell.dep
|
|
include $(PLATFORM_PATH)/platform-modules-arista.dep
|
|
include $(PLATFORM_PATH)/platform-modules-ingrasys.dep
|
|
include $(PLATFORM_PATH)/platform-modules-accton.dep
|
|
include $(PLATFORM_PATH)/platform-modules-alphanetworks.dep
|
|
include $(PLATFORM_PATH)/platform-modules-inventec.dep
|
|
include $(PLATFORM_PATH)/platform-modules-cel.dep
|
|
include $(PLATFORM_PATH)/platform-modules-delta.dep
|
|
include $(PLATFORM_PATH)/platform-modules-quanta.dep
|
|
#include $(PLATFORM_PATH)/platform-modules-mitac.dep
|
|
include $(PLATFORM_PATH)/platform-modules-juniper.dep
|
|
include $(PLATFORM_PATH)/platform-modules-brcm-xlr-gts.dep
|
|
include $(PLATFORM_PATH)/docker-syncd-brcm.dep
|
|
include $(PLATFORM_PATH)/docker-syncd-brcm-rpc.dep
|
|
include $(PLATFORM_PATH)/docker-saiserver-brcm.dep
|
|
include $(PLATFORM_PATH)/one-image.dep
|
|
include $(PLATFORM_PATH)/one-pde-image.dep
|
|
include $(PLATFORM_PATH)/raw-image.dep
|
|
include $(PLATFORM_PATH)/one-aboot.dep
|
|
include $(PLATFORM_PATH)/libsaithrift-dev.dep
|
|
include $(PLATFORM_PATH)/docker-syncd-brcm-dnx.dep
|
|
include $(PLATFORM_PATH)/docker-syncd-brcm-dnx-rpc.dep
|