soc/intel/xeon_sp: Move MEM_ADDR_64MB_SHIFT_BITS to Xeon-SP
Move MEM_ADDR_64MB_SHIFT_BITS from FSP headers to Xeon-SP common layer to reduce the dependency. TEST=intel/archercity CRB Change-Id: I4e1a652ad58233f7514cb9b23813d75144b8d435 Signed-off-by: Shuo Liu <shuo.liu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80634 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
parent
dca7eb5125
commit
07cfe5392a
4 changed files with 2 additions and 3 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#include <cpu/x86/msr.h>
|
||||
#include <hob_iiouds.h>
|
||||
|
||||
#define MEM_ADDR_64MB_SHIFT_BITS 26
|
||||
|
||||
void lock_pam0123(void);
|
||||
void unlock_pam_regions(void);
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ are permitted provided that the following conditions are met:
|
|||
#define MAX_IMC_PER_SOCKET 2
|
||||
|
||||
#define MEM_TYPE_RESERVED (1 << 8)
|
||||
#define MEM_ADDR_64MB_SHIFT_BITS 26
|
||||
|
||||
#define NGN_MAX_SERIALNUMBER_STRLEN 4
|
||||
#define NGN_MAX_PARTNUMBER_STRLEN 20
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ are permitted provided that the following conditions are met:
|
|||
#define MEMTYPE_VOLATILE_MASK (MEMTYPE_1LM_MASK | MEMTYPE_2LM_MASK)
|
||||
|
||||
#define MEM_TYPE_RESERVED (1 << 8)
|
||||
#define MEM_ADDR_64MB_SHIFT_BITS 26
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Uncomment line(s) below to override macro definitions in FSP MemoryMapDataHob.h
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ are permitted provided that the following conditions are met:
|
|||
#define MAX_IMC_PER_SOCKET 2
|
||||
|
||||
#define MEM_TYPE_RESERVED (1 << 8)
|
||||
#define MEM_ADDR_64MB_SHIFT_BITS 26
|
||||
|
||||
//
|
||||
// System Memory Map HOB information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue