coreboot-kgpe-d16/src/southbridge/amd/amd8111
Stefan Reinauer 0867062412 This patch unifies the use of config options in v2 to all start with CONFIG_
It's basically done with the following script and some manual fixup:

VARS=`grep ^define src/config/Options.lb | cut -f2 -d\ | grep -v ^CONFIG | grep -v ^COREBOOT |grep -v ^CC`
for VAR in $VARS; do
	find . -name .svn -prune -o -type f -exec perl -pi -e "s/(^|[^0-9a-zA-Z_]+)$VAR($|[^0-9a-zA-Z_]+)/\1CONFIG_$VAR\2/g" {} \;
done

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4381 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-06-30 15:17:49 +00:00
..
amd8111.c coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
amd8111.h
amd8111_ac97.c Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
amd8111_acpi.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
amd8111_early_ctrl.c Additional early AMD8111 southbridge support for Barcelona platforms. 2007-12-19 01:36:46 +00:00
amd8111_early_smbus.c Additional early AMD8111 southbridge support for Barcelona platforms. 2007-12-19 01:36:46 +00:00
amd8111_enable_rom.c AMD Rev F support 2006-10-04 20:46:15 +00:00
amd8111_ide.c Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
amd8111_lpc.c Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
amd8111_nic.c This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. 2008-12-18 18:24:11 +00:00
amd8111_pci.c Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
amd8111_reset.c AMD Rev F support 2006-10-04 20:46:15 +00:00
amd8111_smbus.c Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
amd8111_smbus.h
amd8111_usb.c Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
amd8111_usb2.c Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
chip.h Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-4 2005-07-06 16:48:04 +00:00
Config.lb new cache_as_ram support 2006-04-03 20:38:34 +00:00