Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69710 )
Change subject: build: List all Kconfigs in CBFS `config` file, compress it ......................................................................
Patch Set 3:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/69710/comment/6d1f2440_971d5b9a PS3, Line 29: always has LZMA support included.
Is there a command to recreate the full config from a file stripped […]
With the fixed version, `make olddefconfig` will do that.
Patchset:
PS3:
Why not add a separate file? To me the old behavior seemed more useful.
The intention was that you can do everything with this new file that you could do with the old -- it is a strict superset of lines, and Kconfig utilities should treat it the same. I'm trying to keep the binary impact small since some boards are tight on flash space so I didn't want to create a separate file.
I now noticed that I made a small mistake in regards to the treatment of boolean options that are "yes" by default but "no" in the current config. Here's a fix for that, which should hopefully resolve any problems you might have seen after this landed? CB:69955