Daniel Kang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49633 )
Change subject: mb/google/volteer: Correct AT24 NVM address size ......................................................................
mb/google/volteer: Correct AT24 NVM address size
The address size field of AT24 NVM was not right. It should be 0x10 but wrongly set as 0x0D.
BUG=b:177655681 BRANCH=none TEST=Boot volteer and check the kernel log and see "Bad address-width" error message is shown.
Signed-off-by: Daniel Kang daniel.h.kang@intel.com Change-Id: Ice6c3eac1e023b981217e1d7dc06587fc46b1a02 --- M src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/49633/1
diff --git a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl index d0d1c28..75083b2 100644 --- a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl +++ b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl @@ -459,7 +459,7 @@ Package (0x02) { "address-width", - 0x0D + 0x10 }, Package (0x02) {