coreboot-kgpe-d16/util
Luc Verhaegen b8c6437811 flashrom: split flash_enable.c into chipset_enable.c and board_enable.c
This splits up the ROM Write enable code into chipset specific and
board specific parts. This of course means that a lot of code is
plainly moved about.

* Allows for linuxbios name matching and pci-subsystem id matching.
  The latter uses a double set to properly distuinguish boards despite
  of some known vendors being lax about it.
* Fixes GPIO15 being raised on every VT8235 southbridge, regardless of what
  that line actually controls; rom on EPIA-M, backlight on mitac 8999 laptop.
* Adds flashrom support for Asus A7V400-MX (KM400 + VT8235)
* Island aruma was renamed agami aruma, the board specific code now got
  adjusted. A set of pci-ids was retrieved from source code.

Signed-off-by: Luc Verhaegen <libv@skynet.be>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2581 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-04-04 22:45:58 +00:00
..
ADLO add ADLO to v2 2006-10-14 21:35:30 +00:00
abuild ouch. always abuild with payloads! trivial fix. 2006-12-15 11:55:58 +00:00
analysis New analysis tool with preliminary source usage information gathering. 2006-07-20 15:35:04 +00:00
buildrom add a tinylinux config file 2006-01-19 18:11:21 +00:00
dump_mmcr small ts5300 update, fix endian problem in dummmcr. 2006-03-18 00:10:29 +00:00
flashrom flashrom: split flash_enable.c into chipset_enable.c and board_enable.c 2007-04-04 22:45:58 +00:00
getpir seperate code generation 2004-09-07 21:31:06 +00:00
lbtdump comment and unify lb_uint64 handling as discussed on the mailinglist 2005-11-14 23:04:55 +00:00
mptable adapt to freebios v2. still doesnt handle comments correctly. 2005-01-04 15:16:19 +00:00
newconfig - fix dependency rule for Makefile and Makefile.settings 2006-08-11 06:49:39 +00:00
nrv2b - Minor mod to reset16.inc to work with newer binutils hopefully this works with older ones... 2003-06-17 08:42:17 +00:00
optionlist get rid of the border. 2006-10-20 22:21:18 +00:00
options Remove unnecessary #include that prevents cross-compilation with gcc 3.4.3 under Cygwin. 2005-09-09 20:05:03 +00:00
probe_superio trivial enhancement 2007-01-17 10:57:42 +00:00
resetcf epia-m support 2004-10-06 17:33:54 +00:00
romcc fix romcc preprocessor bug 2006-12-02 16:48:48 +00:00
vgabios Adds support for understanding bus:dev.func to the -d option of testbios 2006-04-23 19:16:09 +00:00