AGESA f16kb: Factor out default MTRR settings
All AGESA f16kb boards use the same MTRR values. Factor them out, while still allowing a board to override them via BLDCFG. TEST=Use abuild --timeless to check that all AGESA f14/f15tn/f16kb mainboards result in identical coreboot binaries. Change-Id: I236e9d45505e92027acc3ba5ff496f5e2f09b9f3 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41665 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mike Banon <mikebdp2@gmail.com>
This commit is contained in:
parent
7ee8e7f129
commit
6482916111
|
@ -192,24 +192,6 @@
|
||||||
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
||||||
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
||||||
|
|
||||||
CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|
||||||
{
|
|
||||||
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
|
||||||
{ CPU_LIST_TERMINAL }
|
|
||||||
};
|
|
||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
|
|
@ -192,24 +192,6 @@
|
||||||
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
||||||
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
||||||
|
|
||||||
CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|
||||||
{
|
|
||||||
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
|
||||||
{ CPU_LIST_TERMINAL }
|
|
||||||
};
|
|
||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
|
|
@ -218,24 +218,6 @@
|
||||||
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
||||||
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
||||||
|
|
||||||
CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|
||||||
{
|
|
||||||
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
|
||||||
{ CPU_LIST_TERMINAL }
|
|
||||||
};
|
|
||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
|
||||||
|
|
||||||
/* MEMORY_BUS_SPEED */
|
/* MEMORY_BUS_SPEED */
|
||||||
//#define DDR400_FREQUENCY 200 ///< DDR 400
|
//#define DDR400_FREQUENCY 200 ///< DDR 400
|
||||||
//#define DDR533_FREQUENCY 266 ///< DDR 533
|
//#define DDR533_FREQUENCY 266 ///< DDR 533
|
||||||
|
|
|
@ -192,24 +192,6 @@
|
||||||
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
||||||
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
||||||
|
|
||||||
CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|
||||||
{
|
|
||||||
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
|
||||||
{ CPU_LIST_TERMINAL }
|
|
||||||
};
|
|
||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
|
|
@ -192,24 +192,6 @@
|
||||||
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
||||||
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
||||||
|
|
||||||
CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|
||||||
{
|
|
||||||
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
|
||||||
{ CPU_LIST_TERMINAL }
|
|
||||||
};
|
|
||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
|
|
@ -192,24 +192,6 @@
|
||||||
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
||||||
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
||||||
|
|
||||||
CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|
||||||
{
|
|
||||||
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
|
||||||
{ CPU_LIST_TERMINAL }
|
|
||||||
};
|
|
||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
|
|
@ -192,24 +192,6 @@
|
||||||
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
||||||
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
||||||
|
|
||||||
CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|
||||||
{
|
|
||||||
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
|
||||||
{ CPU_LIST_TERMINAL }
|
|
||||||
};
|
|
||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
|
|
@ -197,24 +197,6 @@
|
||||||
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT2_HOTPLUG FALSE
|
||||||
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
// #define BLDCFG_FCH_GPP_PORT3_HOTPLUG FALSE
|
||||||
|
|
||||||
CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|
||||||
{
|
|
||||||
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
|
||||||
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
|
||||||
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
|
||||||
{ CPU_LIST_TERMINAL }
|
|
||||||
};
|
|
||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
|
|
@ -62,6 +62,23 @@ VOLATILE AMD_MODULE_HEADER mCpuModuleID = {
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* The default fixed MTRR values to be set after memory initialization */
|
||||||
|
static const AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
||||||
|
{
|
||||||
|
{ AMD_AP_MTRR_FIX64k_00000, 0x1E1E1E1E1E1E1E1E },
|
||||||
|
{ AMD_AP_MTRR_FIX16k_80000, 0x1E1E1E1E1E1E1E1E },
|
||||||
|
{ AMD_AP_MTRR_FIX16k_A0000, 0x0000000000000000 },
|
||||||
|
{ AMD_AP_MTRR_FIX4k_C0000, 0x0000000000000000 },
|
||||||
|
{ AMD_AP_MTRR_FIX4k_C8000, 0x0000000000000000 },
|
||||||
|
{ AMD_AP_MTRR_FIX4k_D0000, 0x0000000000000000 },
|
||||||
|
{ AMD_AP_MTRR_FIX4k_D8000, 0x0000000000000000 },
|
||||||
|
{ AMD_AP_MTRR_FIX4k_E0000, 0x1818181818181818 },
|
||||||
|
{ AMD_AP_MTRR_FIX4k_E8000, 0x1818181818181818 },
|
||||||
|
{ AMD_AP_MTRR_FIX4k_F0000, 0x1818181818181818 },
|
||||||
|
{ AMD_AP_MTRR_FIX4k_F8000, 0x1818181818181818 },
|
||||||
|
{ CPU_LIST_TERMINAL },
|
||||||
|
};
|
||||||
|
|
||||||
/* Process solution defined socket / family installations
|
/* Process solution defined socket / family installations
|
||||||
*
|
*
|
||||||
* As part of the release package for each image, define the options below to select the
|
* As part of the release package for each image, define the options below to select the
|
||||||
|
@ -1433,7 +1450,7 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||||
#ifdef BLDCFG_AP_MTRR_SETTINGS_LIST
|
#ifdef BLDCFG_AP_MTRR_SETTINGS_LIST
|
||||||
#define CFG_AP_MTRR_SETTINGS_LIST (BLDCFG_AP_MTRR_SETTINGS_LIST)
|
#define CFG_AP_MTRR_SETTINGS_LIST (BLDCFG_AP_MTRR_SETTINGS_LIST)
|
||||||
#else
|
#else
|
||||||
#define CFG_AP_MTRR_SETTINGS_LIST (NULL)
|
#define CFG_AP_MTRR_SETTINGS_LIST (KabiniApMtrrSettingsList)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BLDCFG_IOMMU_EXCLUSION_RANGE_LIST
|
#ifdef BLDCFG_IOMMU_EXCLUSION_RANGE_LIST
|
||||||
|
|
Loading…
Reference in New Issue