console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOS
[coreboot.git] / src / include / cpu / amd / amdfam16.h
blob8b7503d906cac4dc7a47ac83238a50a390dd5291
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2012 Advanced Micro Devices, Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #ifndef CPU_AMD_FAM16_H
17 #define CPU_AMD_FAM16_H
19 #define MCG_CAP 0x00000179
20 # define MCA_BANKS_MASK 0xff
21 #define MC0_STATUS 0x00000401
22 #define HWCR_MSR 0xC0010015
23 #define NB_CFG_MSR 0xC001001f
25 #define LS_CFG_MSR 0xC0011020
26 #define IC_CFG_MSR 0xC0011021
27 #define DC_CFG_MSR 0xC0011022
28 #define CU_CFG_MSR 0xC0011023
29 #define CU_CFG2_MSR 0xC001102A
31 #define CPU_ID_FEATURES_MSR 0xC0011004
32 #define CPU_ID_EXT_FEATURES_MSR 0xC0011005
34 #endif /* CPU_AMD_FAM16_H */