From: Xilin Wu Date: 星期一, 22 Aug 2022 14:31:02 +0000 (+0800) Subject: Add notice for patching SOSI X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=ba3c41cc2f87a7d265f84db0f7a0ead0108e64bc;p=edk2-sdm845-acpi.git Add notice for patching SOSI --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..903ce16 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# NOTICE + +Before compiling polaris edk2, you have to patch the DSDT. + +For example: + +``` +cd ${DEVICE}/ && wine ../bin/asl-x64.exe Dsdt.asl && mv DSDT.AML DSDT-orig.AML && cd ../ +./bin/sosi-patcher-x64 ./polaris/DSDT-orig.AML ./polaris/DSDT.aml 0x860098D8 +```