Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48802 )
Change subject: soc/intel/skylake: Remove device_nvs.h ......................................................................
soc/intel/skylake: Remove device_nvs.h
Change-Id: I9d500be609d61ccf234260216bd5aae3f78e91a8 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- D src/soc/intel/skylake/include/soc/device_nvs.h 1 file changed, 0 insertions(+), 26 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/48802/1
diff --git a/src/soc/intel/skylake/include/soc/device_nvs.h b/src/soc/intel/skylake/include/soc/device_nvs.h deleted file mode 100644 index f776a12..0000000 --- a/src/soc/intel/skylake/include/soc/device_nvs.h +++ /dev/null @@ -1,26 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#ifndef _SOC_DEVICE_NVS_H_ -#define _SOC_DEVICE_NVS_H_ - -#include <stdint.h> - -#define SIO_NVS_I2C0 0 -#define SIO_NVS_I2C1 1 -#define SIO_NVS_I2C2 2 -#define SIO_NVS_I2C3 3 -#define SIO_NVS_I2C4 4 -#define SIO_NVS_I2C5 5 -#define SIO_NVS_SPI0 6 -#define SIO_NVS_SPI1 7 -#define SIO_NVS_UART0 8 -#define SIO_NVS_UART1 9 -#define SIO_NVS_UART2 10 - -typedef struct { - u8 enable[11]; - u32 bar0[11]; - u32 bar1[11]; -} __packed device_nvs_t; - -#endif