Sridhar Siricilla has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44822 )
Change subject: soc/intel/common: Adds compressed RW blob to RW_A and RW_B ......................................................................
soc/intel/common: Adds compressed RW blob to RW_A and RW_B
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Change-Id: Ic4a8797946284359656d3b092fc55812a3de2d37 --- M src/soc/intel/common/block/cse/Makefile.inc 1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/44822/1
diff --git a/src/soc/intel/common/block/cse/Makefile.inc b/src/soc/intel/common/block/cse/Makefile.inc index 11cc3c2..7ea6fdc 100644 --- a/src/soc/intel/common/block/cse/Makefile.inc +++ b/src/soc/intel/common/block/cse/Makefile.inc @@ -11,4 +11,13 @@ $(CSE_LITE_ME_RW)-file := $(call strip_quotes,$(CONFIG_SOC_INTEL_CSE_RW_FILE)) $(CSE_LITE_ME_RW)-name := $(CSE_LITE_ME_RW) $(CSE_LITE_ME_RW)-type := raw +$(CSE_LITE_ME_RW)-compression := lzma + + +CSE_LITE_ME_RW_VER = $(call strip_quotes,$(CONFIG_SOC_INTEL_CSE_RW_VER_CBFS_NAME)) +regions-for-file-$(CSE_LITE_ME_RW_VER) = FW_MAIN_A,FW_MAIN_B +cbfs-files-y += $(CSE_LITE_ME_RW_VER) +$(CSE_LITE_ME_RW_VER)-file := $(call strip_quotes,$(CONFIG_SOC_INTEL_CSE_RW_VER_FILE)) +$(CSE_LITE_ME_RW_VER)-name := $(CSE_LITE_ME_RW_VER) +$(CSE_LITE_ME_RW_VER)-type := raw endif
Hello Patrick Georgi, Martin Roth, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44822
to look at the new patch set (#2).
Change subject: soc/intel/common: [WIP] Adds compressed RW blob to RW_A and RW_B ......................................................................
soc/intel/common: [WIP] Adds compressed RW blob to RW_A and RW_B
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Change-Id: Ic4a8797946284359656d3b092fc55812a3de2d37 --- M src/soc/intel/common/block/cse/Makefile.inc 1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/44822/2
Sridhar Siricilla has removed Patrick Georgi from this change. ( https://review.coreboot.org/c/coreboot/+/44822 )
Change subject: soc/intel/common: [WIP] Adds compressed RW blob to RW_A and RW_B ......................................................................
Removed reviewer Patrick Georgi.
Sridhar Siricilla has removed Patrick Rudolph from this change. ( https://review.coreboot.org/c/coreboot/+/44822 )
Change subject: soc/intel/common: [WIP] Adds compressed RW blob to RW_A and RW_B ......................................................................
Removed reviewer Patrick Rudolph.
Sridhar Siricilla has removed Martin Roth from this change. ( https://review.coreboot.org/c/coreboot/+/44822 )
Change subject: soc/intel/common: [WIP] Adds compressed RW blob to RW_A and RW_B ......................................................................
Removed reviewer Martin Roth.
Martin L Roth has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/44822?usp=email )
Change subject: soc/intel/common: [WIP] Adds compressed RW blob to RW_A and RW_B ......................................................................
Abandoned
This patch has not been touched in over 12 months. Anyone who wants to take over work on this patch, please feel free to restore it and do any work needed to get it merged. If you create a new patch based on this work, please credit the original author.