cpu/amdfam15.h: Add definition for MMIO config MSR
Change-Id: Ide7f37e957964d8011438057e58c3d3a43829010 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/22241 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Marc Jones <marc@marcjonesconsulting.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
154cd41037
commit
76db7886f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue