Attention is currently required from: Lance Zhao, Tim Wawrzynczak.
Hello Lance Zhao, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/75904?usp=email
to look at the new patch set (#2).
Change subject: UNTESTED acpi: Load DSDT directly into target location ......................................................................
UNTESTED acpi: Load DSDT directly into target location
Instead of first mapping DSDT and then copying it into the target location, load it straight away.
This changes DSDT injections to be appended to DSDT file instead of prepended. TOTEST: This is likely ok? Test on chromeos platform.
This makes compressing DSDT possible on platforms where cbfs_map only does return a pointer to a memory mapped medium.
TESTED work on Foxconn G41M.
Signed-off-by: Arthur Heymans arthur@aheymans.xyz Change-Id: I8f5e01da6ab33869c61801de1e7364bb680f44eb --- M src/acpi/acpi.c 1 file changed, 43 insertions(+), 48 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/75904/2