ACPI: Drop typedef global_nvs_t
Bring all GNVS related initialisation function to global scope to force identical signatures. Followup work is likely to remove some as duplicates. Change-Id: Id4299c41d79c228f3d35bc7cb9bf427ce1e82ba1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42489 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
bc1cb38ce1
commit
0c1dd9c841
@ -10,10 +10,10 @@
|
||||
|
||||
/*
|
||||
* chromeos_acpi_t portion of ACPI GNVS is assumed to live at
|
||||
* 0x100 - 0x1000. When defining global_nvs_t, use check_member
|
||||
* 0x100 - 0x1000. When defining global_nvs, use check_member
|
||||
* to ensure that it is properly aligned:
|
||||
*
|
||||
* check_member(global_nvs_t, chromeos, GNVS_CHROMEOS_ACPI_OFFSET);
|
||||
* check_member(global_nvs, chromeos, GNVS_CHROMEOS_ACPI_OFFSET);
|
||||
*/
|
||||
#define GNVS_CHROMEOS_ACPI_OFFSET 0x100
|
||||
|
||||
|
Reference in New Issue
Block a user