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
37be88bef2
sonic-buildimage
/
device
/
dell
/
x86_64-dellemc_s5224f_c3538-r0
/
installer.conf
4 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
DellEMC: Initial commit for S5224F platform support (#8717) Why I did it Added support for the device S5224F How I did it Implemented the support for the platform S5224F Switch Vendor: DellEMC Switch SKU: S5224F-ON ASIC Vendor: Broadcom SONiC Image: sonic-broadcom.bin How to verify it Verified the show platform/interface commands
2021-09-26 11:34:16 -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