Skip to content

Commit 5fced58

Browse files
committed
Update.
1 parent 295cb78 commit 5fced58

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Dave Johnson <[email protected]>
1313
Petter Reinholdtsen <[email protected]>
1414
Roberto Nibali <[email protected]>
1515
John Cagle <[email protected]>
16+
Jens Elkner <[email protected]>
1617

1718
MANY THANKS TO (IN CHRONOLOGICAL ORDER)
1819
Werner Heuser
@@ -55,3 +56,4 @@ Garry Belka
5556
Klaus Muth
5657
Antoine Fuselier
5758
Matthew Garrett
59+
Landry Breuil

CHANGELOG

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
2007-02-16 Jean Delvare <[email protected]>
2+
3+
* dmidecode.c: Do not print the BIOS base address and runtime size
4+
if the base address is 0. This happens on IA-64 because there's
5+
no BIOS.
6+
* Makefile, README: Do not build biosdecode, ownership and
7+
vpddecode on IA-64, as IA-64 systems have no BIOS. This was
8+
quite tricky to keep both GNU make and BSD make happy, but it
9+
seems that I finally succeeded.
10+
11+
2007-02-13 Jean Delvare <[email protected]>
12+
13+
Update to support SMBIOS specification version 2.5, second round.
14+
15+
* dmidecode.c: Decode new processor characteristics (multi-core,
16+
multi-thread, 64-bit) (DMI type 4).
17+
* dmidecode.c: Decode slot ID of AGP 8x and PCI Express slots (DMI
18+
type 9).
19+
20+
* dmidecode.c: Fix the mask of 3 bitfield tests. This will let
21+
the memory type of some systems be properly reported as SDRAM.
22+
* dmidecode.c: Fix the AMD processors signature decoding.
23+
* README: Minor edits.
24+
25+
2007-02-12 Jens Elkner <[email protected]>
26+
27+
Update to support SMBIOS specification version 2.5, first round.
28+
29+
* dmidecode.c: Add chassis types "CompactPCI" and "AdvancedTCA"
30+
(DMI type 3).
31+
* dmidecode.c: Add processor types "Turion 64",
32+
"Dual-Core Opteron", "Athlon 64 X2", "Celeron D", "Pentium D"
33+
and "Pentium EE" (DMI type 4).
34+
* dmidecode.c: Add processor upgrade types "Socket mPGA604",
35+
"Socket LGA771" and "Socket LGA775" (DMI type 4).
36+
* dmidecode.c: Add connector type "SAS/SATA Plug Receptacle" and
37+
port types "SATA" and "SAS" (DMI type 8).
38+
* dmidecode.c: Add on-board device types "PATA Controller",
39+
"SATA Controller" and "SAS Controller" (DMI type 10).
40+
* dmidecode.c: Add memory device form factor "FB-DIMM" and memory
41+
device type "DDR2 FB-DIMM" (DMI type 17).
42+
43+
2007-02-12 Jean Delvare <[email protected]>
44+
45+
* dmioem.c: Share the code between HP-specific types 209 and 221.
46+
Both types are really the same, only the title is different.
47+
* dmioem.c: Make the HP-specific types 209 and 221 output a bit
48+
more verbose.
49+
* dmidecode.c: Let --type decode OEM-specific entries when
50+
possible.
51+
* dmidecode.c: Include decoded OEM-specific entries in quiet mode
52+
output (--quiet).
53+
* dmidecode.c: Do not complain about truncated entries in quiet
54+
mode.
55+
* dmioem.c: Decode HP-specific type 204 entries in a safer way:
56+
check the length before decoding, and don't assume that all
57+
strings are provided in the same order as they are used.
58+
59+
Update to support Intel AP-485 (CPUID) revision 31 (was 28).
60+
61+
* dmidecode.c: New CPUID flag IA64.
62+
* dmidecode.c: Fix the decoding of Intel extended family.
63+
164
2007-02-11 Jean Delvare <[email protected]>
265

366
* dmioem.c, dmioem.h: New.

0 commit comments

Comments
 (0)