Move includes to where they are needed. This allows to simplify
romstage.c files in mainboards. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5539 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
bf9e5384d7
commit
3d5bb236aa
9 changed files with 19 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef CPU_AMD_MODEL_10XXX_MSR_H
|
||||
#define CPU_AMD_MODEL_10XXX_MSR_H
|
||||
|
||||
#include <cpu/x86/msr.h>
|
||||
|
||||
#define HWCR_MSR 0xC0010015
|
||||
#define NB_CFG_MSR 0xC001001f
|
||||
#define LS_CFG_MSR 0xC0011020
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue