Attention is currently required from: Martin L Roth.
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75905?usp=email )
Change subject: Makefile.inc: Compress DSDT file ......................................................................
Makefile.inc: Compress DSDT file
Signed-off-by: Arthur Heymans arthur@aheymans.xyz Change-Id: I3f555b1761c7ef4943d8de447ab299684403214b --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/75905/1
diff --git a/Makefile.inc b/Makefile.inc index b35ec86..f1e0c99 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -281,7 +281,7 @@ define asl_template $(CONFIG_CBFS_PREFIX)/$(1).aml-file = $(obj)/$(1).aml $(CONFIG_CBFS_PREFIX)/$(1).aml-type = raw -$(CONFIG_CBFS_PREFIX)/$(1).aml-compression = none +$(CONFIG_CBFS_PREFIX)/$(1).aml-compression = LZMA ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA),y) $(CONFIG_CBFS_PREFIX)/$(1).aml-align = 64 endif