Or installing NullIntelCPUPowerManagement;)
Click to view attachment
LoadTable function works (cheched by replacing main with
et cetera except RSDT and FACP), but main doesn't work (didn't debug it, because I spent a day working in Final Cut /* here is the beta - http://www.youtube.com/watch?v=zMnl0UIIYW0 */).
I've accidentally trashed the version of lib.h and lib.c that compile, but don't work.
It needs EfiFileLib, and EfiFileLib needs EblNetworkLib (but I made a version that works without it, but didn't find it useful). Both libraries can be found in EmbeddedPkg.
Click to view attachment
LoadTable function works (cheched by replacing main with
CODE
LoadAcpiTableFromFile ("fs0:\\acpitbls\\DSDT.aml");
LoadAcpiTableFromFile ("fs0:\\acpitbls\\FACS.aml");
LoadAcpiTableFromFile ("fs0:\\acpitbls\\APIC.aml");
LoadAcpiTableFromFile ("fs0:\\acpitbls\\HPET.aml");
LoadAcpiTableFromFile ("fs0:\\acpitbls\\FACS.aml");
LoadAcpiTableFromFile ("fs0:\\acpitbls\\APIC.aml");
LoadAcpiTableFromFile ("fs0:\\acpitbls\\HPET.aml");
et cetera except RSDT and FACP), but main doesn't work (didn't debug it, because I spent a day working in Final Cut /* here is the beta - http://www.youtube.com/watch?v=zMnl0UIIYW0 */).
I've accidentally trashed the version of lib.h and lib.c that compile, but don't work.
It needs EfiFileLib, and EfiFileLib needs EblNetworkLib (but I made a version that works without it, but didn't find it useful). Both libraries can be found in EmbeddedPkg.
Thanks for the code. Correct!
Click to view attachment
I see one more problem for future:
The UEFI works with also ACPI1.0 but OSX no! ACPI2.0 needed. For this reason my Chameleon is converted ACPI1.0 to ACPI2.0. It is only bootloader working on my Samsung P29 (good luck to it!).
Hm. I think it should be not application but driver.
