vc/amd/stoneyridge: Add definition for AGESA heap rebase
AgesaHeapRebase is an optional callout that allows AGESA to use a coreboot-managed heap base address. Its internal default location is determined by AMD_HEAP_START_ADDRESS which is defined as 4 MB. Add a #define that AGESA may use once the feature is available. BUG=b:74518368 Change-Id: Id23455779b1c8c4931ad1a3122587e09ad237ecc Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/25456 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
This commit is contained in:
parent
d85c4afea5
commit
679f923cfc
|
@ -68,6 +68,7 @@
|
|||
#define AGESA_IDLE_AN_AP 0x00028107ul
|
||||
#define AGESA_WAIT_FOR_ALL_APS 0x00028108ul
|
||||
#define AGESA_HALT_THIS_AP 0x00028109ul
|
||||
#define AGESA_HEAP_REBASE 0x0002810aul
|
||||
|
||||
// AGESA ADVANCED CALLOUTS, Memory
|
||||
#define AGESA_READ_SPD 0x00028140ul
|
||||
|
|
Loading…
Reference in New Issue