Hello build bot (Jenkins), Martin Roth, Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37152
to look at the new patch set (#13).
Change subject: util/kconfig: Uprev to Linux 5.7's kconfig ......................................................................
util/kconfig: Uprev to Linux 5.7's kconfig
This was originally several commits that had to be squashed into one because the intermediate states weren't able to build coreboot:
- one to remove everything that wasn't our own code, leaving only regex.[ch], toada.c, description.md and Makefile.inc - one to copy in Linux 5.7's scripts/kconfig and adapt Makefile.inc to make the original Makefile work again. - apply: Kconfig: Add KCONFIG_STRICT mode - apply: Kconfig: Change symbol override from warning to notice - apply: util/kconfig/conf.c: Fix newline in error printf - apply: {src,util}: Use NULL instead of 0 for pointer - apply: util/kconfig: Ignore extra symbols in configs instead of failing - apply: util/kconfig: Set parameter of mkdir to only one for mingw. - apply: kconfig: Allow KCONFIG_STRICT outside of confdata.c - apply: kconfig: Add wildcard support for "source" - apply: util/kconfig: Allow emitting false booleans into kconfig output
The patches are now in util/kconfig/patches/, reverse applying them should lead to a util/kconfig/ tree that contains exactly the Linux version + our own 5 files.
TODO: - Investigate and fix race conditions - Sort out kconfig differences around choice defaults
Change-Id: Ia0e8fe4e9022b278f34ab113a433ef4d45e5c355 Signed-off-by: Patrick Georgi pgeorgi@google.com --- A util/kconfig/.gitignore M util/kconfig/Makefile M util/kconfig/Makefile.inc D util/kconfig/POTFILES.in D util/kconfig/check.sh M util/kconfig/conf.c M util/kconfig/confdata.c M util/kconfig/expr.c M util/kconfig/expr.h A util/kconfig/gconf-cfg.sh M util/kconfig/gconf.c M util/kconfig/images.c A util/kconfig/images.h D util/kconfig/kxgettext.c A util/kconfig/lexer.l M util/kconfig/list.h M util/kconfig/lkc.h M util/kconfig/lkc_proto.h D util/kconfig/lxdialog/.gitignore M util/kconfig/lxdialog/BIG.FAT.WARNING D util/kconfig/lxdialog/check-lxdialog.sh M util/kconfig/lxdialog/checklist.c M util/kconfig/lxdialog/dialog.h M util/kconfig/lxdialog/inputbox.c M util/kconfig/lxdialog/menubox.c M util/kconfig/lxdialog/textbox.c M util/kconfig/lxdialog/util.c M util/kconfig/lxdialog/yesno.c A util/kconfig/mconf-cfg.sh M util/kconfig/mconf.c M util/kconfig/menu.c A util/kconfig/merge_config.sh A util/kconfig/nconf-cfg.sh M util/kconfig/nconf.c M util/kconfig/nconf.gui.c M util/kconfig/nconf.h R util/kconfig/parser.y A util/kconfig/patches/0001-Kconfig-Add-KCONFIG_STRICT-mode.patch A util/kconfig/patches/0002-Kconfig-Change-symbol-override-from-warning-to-notic.patch A util/kconfig/patches/0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch A util/kconfig/patches/0004-src-util-Use-NULL-instead-of-0-for-pointer.patch A util/kconfig/patches/0005-util-kconfig-Ignore-extra-symbols-in-configs-instead.patch A util/kconfig/patches/0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch A util/kconfig/patches/0007-kconfig-Allow-KCONFIG_STRICT-outside-of-confdata.c.patch A util/kconfig/patches/0008-kconfig-Add-wildcard-support-for-source.patch A util/kconfig/patches/0009-util-kconfig-Allow-emitting-false-booleans-into-kconfig-output.patch A util/kconfig/patches/series A util/kconfig/preprocess.c A util/kconfig/qconf-cfg.sh M util/kconfig/qconf.cc M util/kconfig/qconf.h A util/kconfig/streamline_config.pl M util/kconfig/symbol.c M util/kconfig/util.c D util/kconfig/zconf.gperf D util/kconfig/zconf.hash.c_shipped D util/kconfig/zconf.l D util/kconfig/zconf.lex.c_shipped D util/kconfig/zconf.tab.c_shipped 59 files changed, 5,221 insertions(+), 8,310 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/37152/13