sonic-buildimage/device/dell/x86_64-dellemc_s5232f_c3538-r0
Qi Luo add9b651b6
Add platform_asic file to each platform folder in sonic-device-data based package (#8542)
#### Why I did it
Add platform_asic file to each platform folder in sonic-device-data package. The file content will be used as the ground truth of mapping from PLATFORM_STRING to switch ASIC family.

One use case of the mapping is to prevent installing a wrong image, which targets for other ASIC platforms. For example, currently we have several ONIE images naming as sonic-*.bin, it's easy to mistakenly install the wrong image. With this mapping built into image, we could fetch the ONIE platform string, and figure out which ASIC it is using, and check we are installing the correct image.

After this PR merged, each platform vendor has to add one mandatory text file  `device/PLATFORM_VENDOR/PLATFORM_STRING/platform_asic`, with the content of the platform's switch ASIC family.

I will update https://github.com/Azure/SONiC/wiki/Porting-Guide after this PR is merged.

You can get a list of the ASIC platforms by `ls -b platform | cat`. Currently the options are
```
barefoot
broadcom
cavium
centec
centec-arm64
generic
innovium
marvell
marvell-arm64
marvell-armhf
mellanox
nephos
p4
vs
```

Also support
```
broadcom-dnx
```

#### How I did it

#### How to verify it
Test one image on DUT. And check the folders under `/usr/share/sonic/device`
2021-10-08 19:27:48 -07:00
..
DellEMC-S5232f-C8D48 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
DellEMC-S5232f-C32 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
DellEMC-S5232f-P-10G SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
DellEMC-S5232f-P-25G SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
DellEMC-S5232f-P-100G SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
plugins [platform] Update QSFP method name 'parse_qsfp_dom_capability' -> 'parse_dom_capability' (#6695) 2021-02-05 14:41:05 -08:00
default_sku [devices]: Add a new supported device DellEMC s5232f (#3090) 2019-06-28 21:40:50 -07:00
installer.conf [DellEMC] s5232f console and sfputil fix (#4424) 2020-04-16 03:07:51 -07:00
led_proc_init.soc [DellEMC] S5232 platform updates (#4360) 2020-04-08 02:41:56 -07:00
media_settings.json [devices]: Add a new supported device DellEMC s5232f (#3090) 2019-06-28 21:40:50 -07:00
platform_asic Add platform_asic file to each platform folder in sonic-device-data based package (#8542) 2021-10-08 19:27:48 -07:00
pmon_daemon_control.json [DellEMC S5232f] Updates and bug fixes for platform (#5887) 2020-11-11 12:59:30 -08:00
system_health_monitoring_config.json DellEMC: S5232F support for show system-health command (#8334) 2021-08-10 20:35:51 -07:00