Skip to content

Commit

Permalink
[arista]: Change kernel param for smartsville (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
byu343 authored and lguohan committed Apr 20, 2020
1 parent b171960 commit e707590
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion files/Aboot/boot0.j2
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,14 @@ platform_specific() {
echo "iommu=on intel_iommu=on" >>/tmp/append
read_system_eeprom
fi
if in_array "$platform" "crow" "woodpecker" "magpie"; then
if in_array "$platform" "crow" "magpie"; then
echo "amd_iommu=off modprobe.blacklist=snd_hda_intel,hdaudio" >> /tmp/append
read_system_eeprom
fi
if in_array "$platform" "woodpecker"; then
echo "modprobe.blacklist=snd_hda_intel,hdaudio" >> /tmp/append
read_system_eeprom
fi

if [ $flash_size -ge 28000 ]; then
varlog_size=4096
Expand Down

0 comments on commit e707590

Please sign in to comment.