From 0c12abe4625e9bde9b31cbd9b1b9e2727bdee715 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 26 Jun 2020 08:40:56 -0600 Subject: 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 Change-Id: I41c8d7a1565e761187e941d7d6021805a9744d06 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42830 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/include/symbols.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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 -- cgit v1.2.3