Attention is currently required from: Matt DeVillier. Hello build bot (Jenkins), Furquan Shaikh, Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/57630
to look at the new patch set (#2).
Change subject: soc/broadwell/acpi.c: Fix unresolvable symbol '\DNVS' ......................................................................
soc/broadwell/acpi.c: Fix unresolvable symbol '\DNVS'
Fixes: 27c51a0 ("Revert "soc/intel/broadwell/pch: Replace ACPI device NVS"")
which reverted the removal of device NVS, but was not boot tested on any Broadwell Chromebooks. It was recently discovered that the DNVS object was not being loaded, due to a weak function setting the size as zero not being defined for the platform/soc. Add the missing overloaded function and required headers.
Test: build/boot google/auron variants LULU ans SAMUS, verify touchpad functional and no ACPI errors in kernel boot log.
Change-Id: Icd317d117dbb068bb6da80fe56c06c0267c7b2ae Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/soc/intel/broadwell/acpi.c 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/57630/2