Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39051 )
Change subject: cbfs: allow uncompressed payloads
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39051/1/payloads/Kconfig
File payloads/Kconfig:
https://review.coreboot.org/c/coreboot/+/39051/1/payloads/Kconfig@60
PS1, Line 60: && !PAYLOAD_LINUX && !PAYLOAD_LINUXBOOT && !PAYLOAD_FIT
I think those were added because they implicitly used the "no compression" mode. […]
so maybe remove those and add:
default COMPRESSED_PAYLOAD_NONE if PAYLOAD_LINUX || PAYLOAD_LINUXBOOT || PAYLOAD_FIT
default COMPRESSED_PAYLOAD_LZMA
--
To view, visit
https://review.coreboot.org/c/coreboot/+/39051
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8261bc28e5bc9aa32db1dccef7035486995c9873
Gerrit-Change-Number: 39051
Gerrit-PatchSet: 1
Gerrit-Owner: ron minnich
rminnich@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: ron minnich
rminnich@gmail.com
Gerrit-Comment-Date: Fri, 21 Feb 2020 22:25:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Georgi
pgeorgi@google.com
Gerrit-MessageType: comment