coreboot-kgpe-d16/util/kconfig
Stefan Reinauer 172d33594e util: Add miniconfig, a script to minimize coreboot configurations
This script produces a "minimal" configuration from a full coreboot
configuration, e.g. a configuration file that only contains the differences
between the default configuration of a board and the input configuration
file.

Usage: util/kconfig/miniconfig config.big config.mini

This will read config.big and produce config.mini. If you omit config.mini,
config.big will be changed in place.

Minimal configurations are easier to read and more robust when reusing
them among different versions of coreboot as they reflect exactly the
changes made to the default configuration instead of a full snapshot
of all configuration options.

Change-Id: Ifbee49e0192c2c557b18bcc1a92fe2a5d5164a3a
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/8974
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
2015-03-26 03:06:54 +01:00
..
lxdialog kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
Makefile kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
POTFILES.in kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
check.sh kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
conf.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
confdata.c kconfig: create files in target directory if requested 2014-11-18 08:25:50 +01:00
expr.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
expr.h kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
gconf.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
gconf.glade kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
images.c Kconfig! 2009-08-12 15:00:51 +00:00
kxgettext.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
list.h kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
lkc.h kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
lkc_proto.h kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
mconf.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
menu.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
miniconfig util: Add miniconfig, a script to minimize coreboot configurations 2015-03-26 03:06:54 +01:00
nconf.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
nconf.gui.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
nconf.h kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
qconf.cc kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
qconf.h kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
regex.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
regex.h Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
symbol.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
util.c kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
zconf.gperf kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
zconf.hash.c_shipped kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
zconf.l kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
zconf.lex.c_shipped kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
zconf.tab.c_shipped kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00
zconf.y kconfig: update to follow upstream more closely 2014-05-07 19:39:28 +02:00