diff options
author | Martin Roth <martin@coreboot.org> | 2020-06-26 08:40:56 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-24 09:23:05 +0000 |
commit | 0c12abe4625e9bde9b31cbd9b1b9e2727bdee715 (patch) | |
tree | 14213cb2b460d2ebc4a2abf9a8ee01a0d9c0de82 /src/include/symbols.h | |
parent | 3818d03fa2dcc5be891b909df9f1581296b458ef (diff) |
soc/amd/picasso: Add console & timestamp buffers to psp_verstage
Create areas for console & timestamp data in psp_verstage and pass it to
the x86 to save for use later.
BUG=b:159220781
TEST=Build & Boot trembyle
Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I41c8d7a1565e761187e941d7d6021805a9744d06
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42830
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/include/symbols.h')
-rw-r--r-- | src/include/symbols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/symbols.h b/src/include/symbols.h index 57c52eed53..fe3f46ab80 100644 --- a/src/include/symbols.h +++ b/src/include/symbols.h @@ -60,6 +60,7 @@ DECLARE_REGION(framebuffer) DECLARE_REGION(pdpt) DECLARE_REGION(opensbi) DECLARE_REGION(bl31) +DECLARE_REGION(transfer_buffer) /* * Put this into a .c file accessing a linker script region to mark that region |