From e2852579b8f889416c454a92b9c74b317fa508ae Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Mon, 22 Mar 2021 10:57:02 -0600 Subject: [PATCH] soc/intel/tigerlake: Fix REG_BASE_SIZE REG_BASE_SIZE is supposed to represent the size of the REGBAR MMIO space in KiB. It is currently sized at 4MiB, but this is incorrect, EDS Vol. 2 indicates REGBAR is 16MiB in size, therefore update the constant to reflect this. Signed-off-by: Tim Wawrzynczak Change-Id: I0cfbe5b8bb07faa854efd4bf70640daa117f2bb2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51754 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Angel Pons --- src/soc/intel/tigerlake/include/soc/iomap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/tigerlake/include/soc/iomap.h b/src/soc/intel/tigerlake/include/soc/iomap.h index cdd370b6c1..dec1950964 100644 --- a/src/soc/intel/tigerlake/include/soc/iomap.h +++ b/src/soc/intel/tigerlake/include/soc/iomap.h @@ -57,7 +57,7 @@ #define VTVC0_BASE_SIZE 0x1000 #define REG_BASE_ADDRESS 0xfb000000 -#define REG_BASE_SIZE 0x1000 +#define REG_BASE_SIZE 0x4000 #define HPET_BASE_ADDRESS 0xfed00000