vboot: Provide declaration for verstage_mainboard_early_init()

Similar to bootblock, provide declaration for
verstage_mainboard_early_init() to support early mainboard
initialization if verstage is run before bootblock.

BUG=b:155824234
TEST=Verified that trembyle still builds

Signed-off-by: Furquan Shaikh <furquan@google.com>
Change-Id: I106213ecc1c44100f1f74071189518563ac08121
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41137
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Furquan Shaikh 2020-04-30 12:57:45 -07:00 committed by Patrick Georgi
parent c409a3e585
commit 8c92bcc966
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ int vboot_retrieve_hash(void *digest, size_t digest_size);
* If the verstage is a separate stage, it should be entered via main().
*/
void verstage_main(void);
void verstage_mainboard_early_init(void);
void verstage_mainboard_init(void);
/* Check boot modes */