|
| 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 | + |
1 | 64 | 2007-02-11 Jean Delvare < [email protected]>
|
2 | 65 |
|
3 | 66 | * dmioem.c, dmioem.h: New.
|
|
0 commit comments