From 31354676d05ac5992745d943f94d0dbc550ed95c Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 27 Mar 2019 19:28:17 -0700 Subject: ec/google/wilco: Add a romstage init function to send progress code When using FSP with debug enabled it takes too long to get to ramstage and send the first progress code to the EC. The same thing has been reported to happen when 2x16GB memory is installed. BUG=b:127875364 TEST=boot with FSP debug and ensure EC does not try to turn off the system while it is still booting. Change-Id: I5676354f5e53540273a9029411507f91864735a1 Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/c/coreboot/+/32091 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Paul Menzel --- src/ec/google/wilco/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ec/google/wilco/commands.h') diff --git a/src/ec/google/wilco/commands.h b/src/ec/google/wilco/commands.h index 42bb4f2edd..85f5feb792 100644 --- a/src/ec/google/wilco/commands.h +++ b/src/ec/google/wilco/commands.h @@ -63,6 +63,7 @@ enum set_acpi_mode_cmd { }; enum bios_progress_code { + BIOS_PROGRESS_BEFORE_MEMORY = 0x00, BIOS_PROGRESS_MEMORY_INIT = 0x01, BIOS_PROGRESS_VIDEO_INIT = 0x02, BIOS_PROGRESS_LOGO_DISPLAYED = 0x03, -- cgit v1.2.3