From 35130a8e1facf3389dd2adb8266876a7aa7571cd Mon Sep 17 00:00:00 2001 From: CoolStar Date: Thu, 11 Apr 2024 21:23:25 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81858 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Matt DeVillier --- src/soc/amd/picasso/acpi/mmio.asl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/acpi/mmio.asl b/src/soc/amd/picasso/acpi/mmio.asl index 8adc87d6d0..d8bbf06aec 100644 --- a/src/soc/amd/picasso/acpi/mmio.asl +++ b/src/soc/amd/picasso/acpi/mmio.asl @@ -92,6 +92,15 @@ Device (MMC0) { Return (STAT) } + + Device (CARD) + { + Name (_ADR, 0x00000008) + Method (_RMV, 0, NotSerialized) + { + Return (0) + } + } } Device (FUR0) -- cgit v1.2.3