mb/google/nissa/var/rull: when using pcie wifi7, turn off CNVI BT
[coreboot2.git] / Documentation / acpi / windows.md
blob5745df8e8a64e4dc7237b874bd50595e3c9da36e
1 # Testing ACPI changes under Windows
3 When testing ACPI changes in coreboot against Windows 8 or newer, beware that
4 during a normal boot after a clean shutdown, Windows will use the fast startup
5 mechanism which results in it not evaluating the changed ACPI code but instead
6 using some cached version which won't include the changes that were supposed to
7 be tested. In order for Windows to actually use the new ACPI tables, either
8 disable the fast startup or just tell Windows to do a reboot which will make it
9 read and use the ACPI tables in memory instead of an outdated cached version.