This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
sonic-buildimage
Watch
1
Star
0
Fork
0
You've already forked sonic-buildimage
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
0dcc7e4651
sonic-buildimage
/
device
/
dell
/
x86_64-dellemc_s5232f_c3538-r0
/
installer.conf
4 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[devices]: Add a new supported device DellEMC s5232f (#3090) * Switch Vendor: DellEMC * Switch SKU: s5232F * ASIC Vendor: Broadcom * Swich ASIC: Trident3 * Port Configuration: 32x100G * SONiC Image: sonic-broadcom.bin * LED support for s5232f * Changes Include ipmitool implementation for platform_sensors script is inclued in pmon startup * Added 100G,25G,10G configruation ( 100G is default).
2019-06-28 23:40:50 -05:00
CONSOLE_PORT=0x3f8
CONSOLE_DEV=0
[DellEMC] DMA errors are seen when loading bullseye kernel (#9641) Following errors are seen continuously on SMBus controller when loading bullseye kernel. [ 273.643046] DMAR: [DMA Write] Request device [00:12.0] PASID ffffffff fault addr 0 [fault reason 05] PTE Write access is not set [ 273.785784] DMAR: DRHD: handling fault status reg 2 [ 273.844072] DMAR: [DMA Write] Request device [00:12.0] PASID ffffffff fault addr 0 [fault reason 05] PTE Write access is not set [ 273.986804] DMAR: DRHD: handling fault status reg 2 [ 274.045101] DMAR: [DMA Write] Request device [00:12.0] PASID ffffffff fault addr 0 [fault reason 05] PTE Write access is not set [ 274.187789] DMAR: DRHD: handling fault status reg 2 root@sonic:~# lspci -s 00:12.0 -vv 00:12.0 System peripheral: Intel Corporation Atom Processor C3000 Series SMBus Contoller - Host (rev 11) Issue was not seen in buster. Modified platform specific installer.conf to turn off io_mmu
2022-01-03 10:47:13 -06:00
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
Reference in New Issue
Copy Permalink