Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42210 )
Change subject: arch/x86/bootblock_ctr0.S: Export bootblock_protected_mode_entry ......................................................................
arch/x86/bootblock_ctr0.S: Export bootblock_protected_mode_entry
Picasso will use this as the entry point when resuming from S3.
BUG=b:147042464 TEST=Boot trembyle using patch train and see reboot
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Ibbfa8deb99c69e59827a6c028ce4c63f74302da3 --- M src/arch/x86/bootblock_crt0.S 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/42210/1
diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S index 9f45413..e2f42e6 100644 --- a/src/arch/x86/bootblock_crt0.S +++ b/src/arch/x86/bootblock_crt0.S @@ -10,6 +10,8 @@
#include <cpu/x86/cr.h>
+.global bootblock_protected_mode_entry + .section .text
/*