Bug #327
openMBOX3, OperationRegion (OPRG, SystemMemory, ASLS, 0x2000) causes windows uefi tianocore BSOD ACPI_BIOS_ERROR
0%
Description
this line .. OperationRegion (OPRG, SystemMemory, ASLS, 0x2000)
the 0x2000 will cause BSOD ACPI_BIOS_ERROR when booting installer, os, etc
When set to 0x1000 windows UEFI tianocore mode boots fine
Files
Updated by xinhua wang almost 3 years ago
Macbookpro10,1 aspire_xc600, hp 8200/6200, hp 8300/6300 (affected)
Updated by Paul Menzel almost 3 years ago
MS Window’s BSOD ACPI_BIOS_ERROR is “using area of memory already reversed to the system”.
Updated by Paul Menzel almost 3 years ago
Can you please test with a GNU/Linux system, and attach the Linux log messages (output of dmesg
), and install and run FWTS?
Updated by Mat Phillips over 2 years ago
- File dmesg.txt dmesg.txt added
- File results.log results.log added
I'm not the OP but I have a Thinkpad x230 running coreboot and have the same problem. Windows 11 (and 10, not tested others) crash right away with ACPI_BIOS_ERROR.
I have attached dmesg.txt and results.log from fwts.
Hope this helps. I have coreboot running on an x220 with a very similar coreboot configuration, and windows works just fine on it.
Updated by Pawel Radomychelski over 2 years ago
xinhua wang wrote:
this line .. OperationRegion (OPRG, SystemMemory, ASLS, 0x2000)
the 0x2000 will cause BSOD ACPI_BIOS_ERROR when booting installer, os, etcWhen set to 0x1000 windows UEFI tianocore mode boots fine
For the reference: It might be the same (or similar) bug like Bug #392 (same bug but in SeaBIOS).
Setting
OperationRegion (OPRG, SystemMemory, ASLS, 0x1000
doesn't solve the Bug #392
Updated by Matt DeVillier over 2 years ago
When set to 0x1000 windows UEFI tianocore mode boots fine
This seems to be a board-specific issue rather than platform or tree-wide issue. The IGD OpRegion spec published by Intel themselves specifies that the reserved region starting at ASLS is 0x2000 in size - see: https://01.org/sites/default/files/documentation/acpi_igd_opregion_spec_0.pdf p16.
Additionally, other SNB/IVB boards (such as google/link and samsung/stumpy) have no issues booting Windows via Tianocore with the correct OpRegion size set.
So, I suspect something else in the x230 ACPI code is overlapping with the IGD OpRegion and causing the BSOD
Updated by Mat Phillips over 2 years ago
Matt DeVillier wrote in #note-6:
When set to 0x1000 windows UEFI tianocore mode boots fine
This seems to be a board-specific issue rather than platform or tree-wide issue. The IGD OpRegion spec published by Intel themselves specifies that the reserved region starting at ASLS is 0x2000 in size - see: https://01.org/sites/default/files/documentation/acpi_igd_opregion_spec_0.pdf p16.
I can agree that I tried this 0x1000 change and it had no affect on the problem.
Updated by Pawel Radomychelski over 2 years ago
Matt DeVillier wrote in #note-6:
When set to 0x1000 windows UEFI tianocore mode boots fine
This seems to be a board-specific issue rather than platform or tree-wide issue. The IGD OpRegion spec published by Intel themselves specifies that the reserved region starting at ASLS is 0x2000 in size - see: https://01.org/sites/default/files/documentation/acpi_igd_opregion_spec_0.pdf p16.
Additionally, other SNB/IVB boards (such as google/link and samsung/stumpy) have no issues booting Windows via Tianocore with the correct OpRegion size set.
So, I suspect something else in the x230 ACPI code is overlapping with the IGD OpRegion and causing the BSOD
Thanks for the info and clarification. Is it possible to find out what changed between Coreboot 4.15 and 4.16 and replace the changed files with the ones from 4.15 Branch? Otherwise i am forced still to use CoreBoot 4.15 until the bug is solved....
Updated by Paul Menzel over 2 years ago
@Mat, on what board did you test?
@Pawel, please do not post unrelated questions to this issue here. This issue (#327) is not about a regression as far as I know.
Updated by Mat Phillips over 2 years ago
Paul Menzel wrote in #note-9:
@Mat, on what board did you test?
Thinkpad x230. I7 CPU (doubt that's relevant though) The dmesg file attached to this ticket is from that laptop.
Updated by Jason Stewart almost 2 years ago
Know this thread is a bit old, but just wanted to add that this change fixed this issue for me. Just wanted to add some data points regarding my hardware and in hopes that it helps someone else in the future:
Sandy Bridge Lenovo W520 + I7 3840QM + Quadro 2000m. No VGA roms were used.
Updated by Patrick Rudolph 8 months ago
It looks like 0x2000 is the correct size for the total opregion (MBOX1-MBOX5).
Since ACPI only uses MBOX3, the size should be reduced to 0x400.
Updated by Patrick Rudolph 8 months ago
Please test https://review.coreboot.org/c/coreboot/+/81295
In case this doesn't fix the problem please attach to windows kernel using windbg and provide more details about the failing code.