Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34667 )
Change subject: vendorcode/eltan/security/lib: Always enable include cb_sha.c for bootblock ......................................................................
vendorcode/eltan/security/lib: Always enable include cb_sha.c for bootblock
cb_sha.c depends on C_ENVIRONMENT_BOOTBLOCK. Include cb_sha.c unconditional since C_ENVIRONMENT_BOOTBLOCK is default for projects.
BUG=N/A TEST=Boot Linux 4.20 and verify logging on Facebook FBG-1701
Change-Id: If93195596efe7d8f298430e67eb1cf79804b96fc Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/vendorcode/eltan/security/lib/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/34667/1
diff --git a/src/vendorcode/eltan/security/lib/Makefile.inc b/src/vendorcode/eltan/security/lib/Makefile.inc index 5ef1bca..2c98aca 100644 --- a/src/vendorcode/eltan/security/lib/Makefile.inc +++ b/src/vendorcode/eltan/security/lib/Makefile.inc @@ -40,7 +40,7 @@
ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),)
-bootblock-$(CONFIG_C_ENVIRONMENT_BOOTBLOCK) += cb_sha.c +bootblock-y += cb_sha.c $(eval $(call vendor-security-lib,bootblock)) bootblock-srcs += $(obj)/external/ven_sec_lib-bootblock/vboot_fw21.a
Hello Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34667
to look at the new patch set (#2).
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock
cb_sha.c depends on C_ENVIRONMENT_BOOTBLOCK. Include cb_sha.c unconditional since C_ENVIRONMENT_BOOTBLOCK is default for projects.
BUG=N/A TEST=Boot Linux 4.20 and verify logging on Facebook FBG-1701
Change-Id: If93195596efe7d8f298430e67eb1cf79804b96fc Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/vendorcode/eltan/security/lib/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/34667/2
Lance Zhao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34667 )
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
Patch Set 2:
Is that necessary? We can't grantee it will never happen in future.
Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34667 )
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
Patch Set 2:
The Kconfig: * C_ENVIRONMENT_BOOTBLOCK will be removed in 4.11 (See email 23/7/2019 CB list: [coreboot]Announcing coreboot 4.10)
Lance Zhao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34667 )
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
Patch Set 2:
Patch Set 2:
The Kconfig:
- C_ENVIRONMENT_BOOTBLOCK
will be removed in 4.11 (See email 23/7/2019 CB list: [coreboot]Announcing coreboot 4.10)
Okay
Lance Zhao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34667 )
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
Patch Set 2: Code-Review+2
Hello Patrick Rudolph, Felix Held, Julius Werner, Lance Zhao, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34667
to look at the new patch set (#3).
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock
cb_sha.c depends on C_ENVIRONMENT_BOOTBLOCK. Include cb_sha.c unconditional since C_ENVIRONMENT_BOOTBLOCK is default for chipsets.
BUG=N/A TEST=Boot Linux 4.20 and verify logging on Facebook FBG-1701
Change-Id: If93195596efe7d8f298430e67eb1cf79804b96fc Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/vendorcode/eltan/security/lib/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/34667/3
Hello Patrick Rudolph, Felix Held, Julius Werner, Lance Zhao, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34667
to look at the new patch set (#4).
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock
cb_sha.c depends on C_ENVIRONMENT_BOOTBLOCK. Include cb_sha.c unconditional since C_ENVIRONMENT_BOOTBLOCK is default for chipsets.
BUG=N/A TEST=Boot Linux 4.20 and verify logging on Facebook FBG-1701
Change-Id: If93195596efe7d8f298430e67eb1cf79804b96fc Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/vendorcode/eltan/security/lib/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/34667/4
Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34667 )
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
Patch Set 4:
Patch Set 2: Code-Review+2
Have created a new patchset solving the merge conflict.
Lance Zhao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34667 )
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
Patch Set 4: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/34667 )
Change subject: vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock ......................................................................
vendorcode/eltan/security/lib: Always include cb_sha.c for bootblock
cb_sha.c depends on C_ENVIRONMENT_BOOTBLOCK. Include cb_sha.c unconditional since C_ENVIRONMENT_BOOTBLOCK is default for chipsets.
BUG=N/A TEST=Boot Linux 4.20 and verify logging on Facebook FBG-1701
Change-Id: If93195596efe7d8f298430e67eb1cf79804b96fc Signed-off-by: Frans Hendriks fhendriks@eltan.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/34667 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Lance Zhao lance.zhao@gmail.com --- M src/vendorcode/eltan/security/lib/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Lance Zhao: Looks good to me, approved
diff --git a/src/vendorcode/eltan/security/lib/Makefile.inc b/src/vendorcode/eltan/security/lib/Makefile.inc index 1f74759..2e11fb5 100644 --- a/src/vendorcode/eltan/security/lib/Makefile.inc +++ b/src/vendorcode/eltan/security/lib/Makefile.inc @@ -40,7 +40,7 @@
ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),)
-bootblock-$(CONFIG_C_ENVIRONMENT_BOOTBLOCK) += cb_sha.c +bootblock-y += cb_sha.c bootblock-y += ../../../../security/vboot/vboot_logic.c $(eval $(call vendor-security-lib,bootblock)) bootblock-srcs += $(obj)/external/ven_sec_lib-bootblock/vboot_fw21.a