From 26436fb09a5176d46e9057e19f6e262052e72b05 Mon Sep 17 00:00:00 2001 From: Julien Viard de Galbert Date: Thu, 25 Jan 2018 10:29:42 +0100 Subject: soc/intel/denverton_ns: Rename HARCUVAR macros to DENVERTON Harcuvar is the board name, Denverton is the SoC. So macros in files under soc/ should be named after the SoC not the board. Change-Id: I1c7d5b93fba386b8e9bd86cf599508e642e21a75 Signed-off-by: Julien Viard de Galbert Reviewed-on: https://review.coreboot.org/23404 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Shine Liu Reviewed-by: Vanny E Reviewed-by: Martin Roth --- src/soc/intel/denverton_ns/include/soc/fiamux.h | 6 +++--- src/soc/intel/denverton_ns/include/soc/uart.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/soc/intel/denverton_ns/include') diff --git a/src/soc/intel/denverton_ns/include/soc/fiamux.h b/src/soc/intel/denverton_ns/include/soc/fiamux.h index 3fd9321e07..5f65f53a83 100644 --- a/src/soc/intel/denverton_ns/include/soc/fiamux.h +++ b/src/soc/intel/denverton_ns/include/soc/fiamux.h @@ -14,8 +14,8 @@ * GNU General Public License for more details. */ -#ifndef _MAINBOARD_HARCUVAR_FIAMUX_H -#define _MAINBOARD_HARCUVAR_FIAMUX_H +#ifndef _DENVERTON_NS_FIAMUX_H +#define _DENVERTON_NS_FIAMUX_H #include @@ -27,4 +27,4 @@ void print_fiamux_config_hob(BL_FIA_MUX_CONFIG_HOB *fiamux_hob_data); size_t mainboard_get_hsio_config(BL_HSIO_INFORMATION **p_hsio_config); -#endif // _MAINBOARD_HARCUVAR_FIAMUX_H +#endif // _DENVERTON_NS_FIAMUX_H diff --git a/src/soc/intel/denverton_ns/include/soc/uart.h b/src/soc/intel/denverton_ns/include/soc/uart.h index 29e9024d87..662d3e9727 100644 --- a/src/soc/intel/denverton_ns/include/soc/uart.h +++ b/src/soc/intel/denverton_ns/include/soc/uart.h @@ -18,7 +18,7 @@ #define _DENVERTON_NS_UART_H #define SIZE_OF_HSUART_RES 0x100 -#define HARCUVAR_UARTS_TO_INI 3 +#define DENVERTON_UARTS_TO_INI 3 #define PSR_OFFSET 0x30 #define PCI_FUNC_RDCFG_HIDE 0x74 -- cgit v1.2.3