coreboot-kgpe-d16/util/newconfig
Greg Watson 8cb747942c New option behavior:
1. Options can only be set with 'option' statement in the target
   configuration file. Options can be set as many times as needed.
2  Option DEFAULT values can be changed (or set) in any configuration file.
   Changing a default value will display a warning message.
3. A default value is changed with the statement 'default <op> = <val>'.
4. Setting an option overrides the default value.
5. The 'mainboard' and 'arch' statements now set options implicitly. No
   'uses' statement is required.

The idea is that parts will define default values for options that
they need/use. Option overrides are only done in the target file.


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1258 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2003-11-05 18:55:44 +00:00
..
.cvsignore add cvsignore file 2003-09-12 12:39:04 +00:00
LICENSE new config tool 2003-06-14 15:07:02 +00:00
Makefile - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
NOTES new config tool 2003-06-14 15:07:02 +00:00
config.g New option behavior: 2003-11-05 18:55:44 +00:00
parsedesc.g new config tool 2003-06-14 15:07:02 +00:00
test.config new config tool 2003-06-14 15:07:02 +00:00
yapps2.py new config tool 2003-06-14 15:07:02 +00:00
yapps2.tex new config tool 2003-06-14 15:07:02 +00:00
yappsrt.py new config tool 2003-06-14 15:07:02 +00:00