[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: Include nvh.h in acpi.h

Saurabh Satija (saurabh.satija@intel.com) gerrit at coreboot.org
Thu Jun 23 03:04:38 CEST 2016


Saurabh Satija (saurabh.satija at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15040

-gerrit

commit 3bbce6161b7a7633df867dc40154e95b5bba0490
Author: Saurabh Satija <saurabh.satija at intel.com>
Date:   Tue May 31 18:18:22 2016 -0700

    soc/intel/apollolake: Include nvh.h in acpi.h
    
    Defines structure global_nvs_t.
    
    Change-Id: I0b3863445473e3d5ec84beb6fac7b7934c70b133
    Signed-off-by: Saurabh Satija <saurabh.satija at intel.com>
---
 src/soc/intel/apollolake/include/soc/acpi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/apollolake/include/soc/acpi.h b/src/soc/intel/apollolake/include/soc/acpi.h
index ba3b8fc..b1eceec 100644
--- a/src/soc/intel/apollolake/include/soc/acpi.h
+++ b/src/soc/intel/apollolake/include/soc/acpi.h
@@ -19,6 +19,7 @@
 #define _SOC_APOLLOLAKE_ACPI_H_
 
 #include <arch/acpi.h>
+#include <soc/nvs.h>
 
 unsigned long southbridge_write_acpi_tables(device_t device,
 		unsigned long current, struct acpi_rsdp *rsdp);



More information about the coreboot-gerrit mailing list