Attention is currently required from: Intel coreboot Reviewers, Sean Rhodes.
Hello Intel coreboot Reviewers, Sean Rhodes,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86092?usp=email
to look at the new patch set (#2).
Change subject: soc/intel/cmn/cnvi: Fix scope of ACPI methods ......................................................................
soc/intel/cmn/cnvi: Fix scope of ACPI methods
When the CFLR method was added, it was inadvertently put outside of the scope of the CNVW device. Move CFLR under CNVW, and adjust the method/ variable references as needed.
TEST=boot linux, dump ACPI, verify no unknown methods or objects related to the CNVW device.
Change-Id: I7065e24626b2f763868909b8f85a8f18b4cc229b Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/soc/intel/common/block/cnvi/cnvi.c 1 file changed, 7 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/86092/2