diff options
author | Furquan Shaikh <furquan@google.com> | 2018-03-29 14:49:40 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-09 09:27:50 +0000 |
commit | 7632ce03920ae3dfdced2e7d856bf988c0aa3835 (patch) | |
tree | 6715f71bd68b07ff4f1306476fae73d4984b5f56 /src/security/vboot/Makefile.inc | |
parent | a6464b7ffd08b2e060a8c132f27aa2d8d77cb041 (diff) | |
download | coreboot-7632ce03920ae3dfdced2e7d856bf988c0aa3835.tar.xz |
vboot: Add support for reading GBB flags
This change adds basic support for reading flags from GBB header
located in "GBB" section on SPI flash.
Change-Id: I35ecb5ba964511379baa4e9f458ba2e8c6b74b4e
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/25459
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/security/vboot/Makefile.inc')
-rw-r--r-- | src/security/vboot/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc index 53462d9531..6f18a35de5 100644 --- a/src/security/vboot/Makefile.inc +++ b/src/security/vboot/Makefile.inc @@ -23,6 +23,8 @@ postcar-y += bootmode.c verstage-generic-ccopts += -D__PRE_RAM__ -D__VERSTAGE__ +ramstage-y += gbb.c + bootblock-y += vbnv.c verstage-y += vbnv.c romstage-y += vbnv.c |