
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81858?usp=email ) Change subject: soc/amd/picasso: Mark eMMC as non-removable for Windows 10/11 install ...................................................................... soc/amd/picasso: Mark eMMC as non-removable for Windows 10/11 install Mark eMMC as non-removable to allow Windows 10/11 to install now that edk2 can boot from it. Change-Id: If0e14106521f99cb97d1bf421f4d82d1234c2f15 Signed-off-by: CoolStar <coolstarorganization@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81858 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> --- M src/soc/amd/picasso/acpi/mmio.asl 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Eric Lai: Looks good to me, but someone else must approve Matt DeVillier: Looks good to me, approved build bot (Jenkins): Verified diff --git a/src/soc/amd/picasso/acpi/mmio.asl b/src/soc/amd/picasso/acpi/mmio.asl index 8adc87d..d8bbf06 100644 --- a/src/soc/amd/picasso/acpi/mmio.asl +++ b/src/soc/amd/picasso/acpi/mmio.asl @@ -92,6 +92,15 @@ { Return (STAT) } + + Device (CARD) + { + Name (_ADR, 0x00000008) + Method (_RMV, 0, NotSerialized) + { + Return (0) + } + } } Device (FUR0) -- To view, visit https://review.coreboot.org/c/coreboot/+/81858?usp=email To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: main Gerrit-Change-Id: If0e14106521f99cb97d1bf421f4d82d1234c2f15 Gerrit-Change-Number: 81858 Gerrit-PatchSet: 3 Gerrit-Owner: CoolStar <coolstarorganization@gmail.com> Gerrit-Reviewer: CoolStar <coolstarorganization@gmail.com> Gerrit-Reviewer: Eric Lai <ericllai@google.com> Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de> Gerrit-Reviewer: Fred Reitberger <reitbergerfred@gmail.com> Gerrit-Reviewer: Jason Glenesk <jason.glenesk@gmail.com> Gerrit-Reviewer: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Gerrit-Reviewer: Matt DeVillier <matt.devillier@gmail.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-MessageType: merged