coreboot-kgpe-d16/util
Carl-Daniel Hailfinger 85acc09786 Add continuation ID support to jedec.c
The continuation ID code does not go further than checking for IDs of
the type 0x7fXX, but does this for vendor and product ID. The current
published JEDEC spec has a list where the largest vendor ID is 7 bytes
long, but all leading bytes are 0x7f. The list will grow in the future,
and using a 64bit variable will not be enough anymore.
Besides that, it seems that the location of the ID byte after the first
continuation ID byte is very vendor specific, so we may have to revisit
that code some time in the future.

(Suggestion for a new encoding:
Use a two-byte data type for the ID, the lower byte contains the only
non-0x7f byte, the upper byte contains the number of 0x7f bytes used as
prefix, which is the bank number minus 1 the vendor ID appears in.)

Add support for EON EN29F002AT.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Corey Osgood <corey.osgood@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3030 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-12-31 01:49:00 +00:00
..
ADLO add ADLO to v2 2006-10-14 21:35:30 +00:00
abuild Revert the image size increasing for abuild. It breaks more boards than 2007-04-25 00:23:39 +00:00
analysis New analysis tool with preliminary source usage information gathering. 2006-07-20 15:35:04 +00:00
buildrom Trivial patch: Make buildrom a little bit more verbose. 2007-04-11 23:36:02 +00:00
dump_mmcr small ts5300 update, fix endian problem in dummmcr. 2006-03-18 00:10:29 +00:00
flashrom Add continuation ID support to jedec.c 2007-12-31 01:49:00 +00:00
getpir Update URL for the PCI IRQ Routing Table Specification (trivial). 2007-04-22 01:17:36 +00:00
k8resdump K8 resource dump utility from Rudolf Marek 2007-10-30 01:12:20 +00:00
lbtdump fix lbtdump after last checkin. (trivial) 2007-05-20 17:28:55 +00:00
lxbios Signed-off-by: Stefan Reinauer <stepan@coresystems.de> 2007-07-12 16:35:42 +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 smaller changes to silence build warnings. (trivial) 2007-10-24 11:12:15 +00:00
resetcf epia-m support 2004-10-06 17:33:54 +00:00
romcc This change removes all warnings from romcc in my build environment, 2007-10-24 11:14:14 +00:00
superiotool Add dump support for NSC PC87317. 2007-12-17 22:10:00 +00:00
vgabios Adds support for understanding bus:dev.func to the -d option of testbios 2006-04-23 19:16:09 +00:00