[Skiboot] [PATCH] Revert "TEMPORARY HACK: Disable verifying VERSION"
Stewart Smith
stewart at linux.ibm.com
Fri Sep 14 10:49:22 AEST 2018
This reverts commit f835684365273c5ff1b7c700ddc0f9c1a859363f.
Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
This needs to wait until all the bits are in place upstream in op-build
---
core/flash.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/core/flash.c b/core/flash.c
index 8e7b90e672c4..8f00d85e4651 100644
--- a/core/flash.c
+++ b/core/flash.c
@@ -823,12 +823,7 @@ done_reading:
* Verify and measure the retrieved PNOR partition as part of the
* secure boot and trusted boot requirements
*/
- /*
- * FIXME: TEMPORARY HACK: Don't verify VERSION until all bits of code
- * to produce a signed VERSION partition are upstream for a while.
- */
- if (id != RESOURCE_ID_VERSION)
- secureboot_verify(id, buf, *len);
+ secureboot_verify(id, buf, *len);
trustedboot_measure(id, buf, *len);
/* Find subpartition */
--
2.17.1
More information about the Skiboot
mailing list