Go to file
Greg Watson 4f8311ae58 These changes tighten up rules for exporting options.
1. Exportable options ('export used') used to be exported if referred to in
   a 'uses' statement. These options will now only be exported if the
   option is set, or the default value is changed.

2. Options marked as 'export always' with no default value ('default none')
   used to generate defines with no values 'export k8:='. This behavior
   has changed so that the option will ONLY be exported if it has a value
   assigned using 'set' or 'default'. Otherwise it is an error.


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2004-03-23 17:37:02 +00:00
documentation add option rom section 2004-02-10 17:30:04 +00:00
src ibm e325 work now 2004-03-22 22:21:36 +00:00
targets update configs (use etherboot for now, enable acpi) 2004-03-22 16:14:40 +00:00
util These changes tighten up rules for exporting options. 2004-03-23 17:37:02 +00:00
COPYING - Start the 1.1.x series that will become LinuxBIOS-2.0 2003-04-15 00:44:05 +00:00
ChangeLog - Start the 1.1.x series that will become LinuxBIOS-2.0 2003-04-15 00:44:05 +00:00
NEWS - Moved hlt() to it's own header. 2004-03-11 15:01:31 +00:00