mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
167c3f6e93
Add the definition of this structure common to Intel devices. It includes some optional Chrome OS pieces which are used when vboot is integrated. Drop the APL version as it is basically the same. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
345 B
C
15 lines
345 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2015-2017 Intel Corp.
|
|
* (Written by Lance Zhao <lijian.zhao@intel.com> for Intel Corp.)
|
|
* Copyright Google LLC 2019
|
|
*
|
|
* Modified from coreboot apollolake/include/soc/nvs.h
|
|
*/
|
|
|
|
#ifndef _GLOBAL_NVS_H_
|
|
#define _GLOBAL_NVS_H_
|
|
|
|
#include <asm/intel_gnvs.h>
|
|
|
|
#endif /* _GLOBAL_NVS_H_ */
|