Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30989 )
Change subject: intelblocks/systemagent: Add ACPI table generation hook
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/30989/2/src/soc/intel/common/block/include/i...
File src/soc/intel/common/block/include/intelblocks/acpi.h:
https://review.coreboot.org/#/c/30989/2/src/soc/intel/common/block/include/i...
PS2, Line 79: const
Agree, will change.
Wait a moment, in device/device.h the function prototype for this hook does not use const at all:
unsigned long (*write_acpi_tables)(struct device *dev,
unsigned long start, struct acpi_rsdp *rsdp);
In addition, it is inside the "#if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES)" switch which I would like to add to my code as well.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/30989
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1333ae2b79f1a855e6f3bb39bf534da170ddc9e1
Gerrit-Change-Number: 30989
Gerrit-PatchSet: 2
Gerrit-Owner: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: Mario Scheithauer
mario.scheithauer@siemens.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Alex Thiessen
alex.thiessen.de+coreboot@gmail.com
Gerrit-Comment-Date: Wed, 23 Jan 2019 05:53:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Werner Zeh
werner.zeh@siemens.com
Comment-In-Reply-To: Alex Thiessen
alex.thiessen.de+coreboot@gmail.com
Gerrit-MessageType: comment