Skip to content

Commit b1c0d8d

Browse files
authored
Add emmc quirks to boot0 (sonic-net#9989) (sonic-net#12373)
Why I did it Fix some unreliability seen on emmc device with some AMD CPUs How I did it Added a kernel parameter to add quirks to It depends on a sonic-linux-kernel change to work properly but will be a no-op without it. Description for the changelog Add emmc quirks for Upperlake
1 parent c12ee01 commit b1c0d8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

files/Aboot/boot0.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ write_platform_specific_cmdline() {
618618
if in_array "$platform" "crow" "magpie"; then
619619
cmdline_add amd_iommu=off
620620
cmdline_add modprobe.blacklist=snd_hda_intel,hdaudio
621+
cmdline_add sdhci.append_quirks2=0x40
621622
read_system_eeprom
622623
fi
623624
if in_array "$platform" "woodpecker"; then

0 commit comments

Comments
 (0)