diff options
author | zbao <fishbaozi@gmail.com> | 2012-04-18 16:59:53 +0800 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2012-04-19 01:02:46 +0200 |
commit | 3f788e1f701ffb65f6f1bf62c91ac0d6fc013fb4 (patch) | |
tree | 0553cdd0c0ea54c7a05f1a20bda7252a8a51f41c /src/mainboard/amd/persimmon/BiosCallOuts.h | |
parent | 899608dc5d6be88a91606f63c41c4729d76f5187 (diff) |
S3: Use old heap during normal boot
During normal boot, the cbmem is uninitialized. So it is illegal to find
the heap in cbmem.
Change-Id: I8b5e1dbf1124819ed91693a86a6dbe41aea109e5
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: zbao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/904
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/mainboard/amd/persimmon/BiosCallOuts.h')
-rw-r--r-- | src/mainboard/amd/persimmon/BiosCallOuts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/persimmon/BiosCallOuts.h b/src/mainboard/amd/persimmon/BiosCallOuts.h index 071c73c3c6..cd23110ef2 100644 --- a/src/mainboard/amd/persimmon/BiosCallOuts.h +++ b/src/mainboard/amd/persimmon/BiosCallOuts.h @@ -23,6 +23,7 @@ #include "Porting.h" #include "AGESA.h" +#define BIOS_HEAP_START_ADDRESS 0x10000 /* HEAP during cold boot */ #define BIOS_HEAP_SIZE 0x20000 #define BSP_STACK_BASE_ADDR 0x30000 |