Updated patch 2010-09-19. Uses its own copy of the dmi_chassis_types
list. Each dmi_init prints if its either internal DMI or external
Dmidecode. Selectable using -D'STANDALONE=1'
Signed-off-by: Sean Nelson
___
flashrom mailing list
flashrom@flashr
On 9/13/10 8:34 PM, Carl-Daniel Hailfinger wrote:
Half a dozen hardcoded strcmp() don't make sense if we need a
chassis-type list anyway once we merge the internal DMI decoder.
Provide and array of the most interesting chassis types and annotate
them with laptop/non-laptop status.
Match the dmide
Hi,
This patch:
- Changes chip ID constant names to the "canonical" chip name for AMD chips
- Adds useful comments where the same ID corresponds to different chips.
- Also adds a bunch of new chip IDs.
All IDs are verified against the official AMD datasheets.
Signed-off-by: Mattias Mattsson
On 9/15/10 4:23 AM, Carl-Daniel Hailfinger wrote:
On 04.02.2010 07:13, Sean Nelson wrote:
I'd like Uwe, Stepan, or Carl-Daniel to test this and send an ack/nack.
On 1/31/10 8:07 AM, Anders Juel Jensen wrote:
On Sunday 31 January 2010 06:33:12 Sean Nelson wrote:
Add a reset t
Hi list,
I modified the rayer spi programmer source to be used with a Xilinx
parallel III (also called DLC5) programmer cable.
It's a trivial change of parallel port pins, but I did not know how the
support for this cable should be included into the source code. Copying
the same code to a separa
I've been extremely busy with preparing for the US Air Force, which I
leave for Basic on November 2nd.
But...
Fintek SPI Flashrom Driver:
* based off of it87spi.c
* untested
* should be good for F71882 and F71889
Signed-off-by: Sean Nelson
diff --git a/Makefile b/Makefile
index e83fc0b..c2639