From 76db7886f4cbe9a0b2fd8f4c3f5846215afe014b Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Fri, 27 Oct 2017 16:55:58 -0600 Subject: cpu/amdfam15.h: Add definition for MMIO config MSR Change-Id: Ide7f37e957964d8011438057e58c3d3a43829010 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/22241 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Marc Jones Reviewed-by: Aaron Durbin --- src/include/cpu/amd/amdfam15.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/cpu/amd') diff --git a/src/include/cpu/amd/amdfam15.h b/src/include/cpu/amd/amdfam15.h index 33aa863192..008d5da765 100644 --- a/src/include/cpu/amd/amdfam15.h +++ b/src/include/cpu/amd/amdfam15.h @@ -26,6 +26,10 @@ # define SMM_LOCK (1 << 0) #define NB_CFG_MSR 0xC001001f +#define MMIO_CONF_BASE 0xC0010058 +# define MMIO_BUS_RANGE_SHIFT 2 +# define MMIO_RANGE_EN (1 << 0) + #define PSTATE_0_MSR 0xC0010064 #define LS_CFG_MSR 0xC0011020 -- cgit v1.2.3