flashrom: board_enables: reconstruct table.
authorLuc Verhaegen <libv@skynet.be>
Mon, 20 Apr 2009 12:38:17 +0000 (12:38 +0000)
committerPeter Stuge <peter@stuge.se>
Mon, 20 Apr 2009 12:38:17 +0000 (12:38 +0000)
commitcaf884ca8c1b171b0afb62689c3222c86b4b6e9e
tree61b69c5366313cecbfe811764e69a370c319cb87
parent4399d3c8322d5aaac044c402cddf0f68acae92c4
flashrom: board_enables: reconstruct table.

This patch restores the pciid based board matching table. It makes this
table readable and hackable again, and the only disadvantage is that the
right margin is way beyond the rather dogmatic 80. All 0x0000 pci ids have
been string replaced by 0 to more easily spot missing ids, and extra
comments have been added to explain how the various entries are used.

Signed-Off-By: Luc Verhaegen <libv@skynet.be>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4142 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/flashrom/board_enable.c