Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48735 )
Change subject: security/intel/txt: Remove SINIT ACM alignment ......................................................................
security/intel/txt: Remove SINIT ACM alignment
This binary must be decompressed anyway so there is no need for alignment.
Change-Id: Ia46207cce992ccd602da575ced643cc04ea1c8b3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/security/intel/txt/Makefile.inc 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/48735/1
diff --git a/src/security/intel/txt/Makefile.inc b/src/security/intel/txt/Makefile.inc index 77a5f69..577dba2 100644 --- a/src/security/intel/txt/Makefile.inc +++ b/src/security/intel/txt/Makefile.inc @@ -22,7 +22,6 @@ cbfs-files-y += $(CONFIG_INTEL_TXT_CBFS_SINIT_ACM) $(CONFIG_INTEL_TXT_CBFS_SINIT_ACM)-file := $(CONFIG_INTEL_TXT_SINITACM_FILE) $(CONFIG_INTEL_TXT_CBFS_SINIT_ACM)-type := raw -$(CONFIG_INTEL_TXT_CBFS_SINIT_ACM)-align := 0x10 $(CONFIG_INTEL_TXT_CBFS_SINIT_ACM)-compression := lzma endif