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
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48802 )
Change subject: soc/intel/skylake: Remove device_nvs.h ......................................................................
Patch Set 3: Code-Review+2
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48802 )
Change subject: soc/intel/skylake: Remove device_nvs.h ......................................................................
Patch Set 3: Code-Review+2
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48802 )
Change subject: soc/intel/skylake: Remove device_nvs.h ......................................................................
Patch Set 3: Code-Review+2
Angel Pons has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48802 Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Subrata Banik subrata.banik@intel.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- D src/soc/intel/skylake/include/soc/device_nvs.h 1 file changed, 0 insertions(+), 26 deletions(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved Subrata Banik: Looks good to me, approved Angel Pons: Looks good to me, approved
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