| Set version to 2.9. |
|
More...
|
almost 19 years ago
|
| Refresh the date. |
|
More...
|
almost 19 years ago
|
| The product name is no longer displayed. |
|
More...
|
almost 19 years ago
|
| List the FJKEYINF entry point type. |
|
More...
|
almost 19 years ago
|
| Some OEM-specific types can be decoded now. |
|
More...
|
almost 19 years ago
|
| Use printf instead of fwrite. |
|
More...
|
almost 19 years ago
|
| Fix an array overrun while decoding the system event log status (DMI type 15). |
|
More...
|
almost 19 years ago
|
| Update. |
|
More...
|
almost 19 years ago
|
| Success report on OpenBSD i386. |
|
More...
|
almost 19 years ago
|
| Do not build biosdecode, ownership and vpddecode on IA-64, as IA-64 systems have no BIOS. This was quite tricky to keep both GNU make and BSD make happy, but it seems that I finally succeeded. |
|
More...
|
almost 19 years ago
|
| Do not print the BIOS base address and runtime size if the base address is 0. This happens on IA-64 because there's no BIOS. |
|
More...
|
almost 19 years ago
|
| Minor edits. |
|
More...
|
almost 19 years ago
|
| Fix the AMD processors signature decoding. |
|
More...
|
almost 19 years ago
|
| Fix the mask of 3 bitfield tests. This will let the memory type of some systems be properly reported as SDRAM. |
|
More...
|
almost 19 years ago
|
| Update to support SMBIOS specification version 2.5, second round. * Decode new processor characteristics (multi-core, multi-thread, 64-bit) (DMI type 4). * Decode slot ID of AGP 8x and PCI Express slots (DMI type 9). |
|
More...
|
almost 19 years ago
|
| Update to support SMBIOS specification version 2.5. This is only a first round, adding all the new enumerated values. * Add chassis types "CompactPCI" and "AdvancedTCA" (DMI type 3). * Add processor types "Turion 64", "Dual-Core Opteron", "Athlon 64 X2", "Celeron D", "Pentium D" and "Pentium EE" (DMI type 4). * Add processor upgrade types "Socket mPGA604", "Socket LGA771" and "Socket LGA775" (DMI type 4). * Add connector type "SAS/SATA Plug Receptacle" and port types "SATA" and "SAS" (DMI type 8). * Add on-board device types "PATA Controller", "SATA Controller" and "SAS Controller" (DMI type 10). * Add memory device form factor "FB-DIMM" and memory device type "DDR2 FB-DIMM" (DMI type 17). Original patch from Jens Elkner. |
|
More...
|
almost 19 years ago
|
| Update to support Intel AP-485 (CPUID) revision 31: * New CPUID flag IA64. * Fix the decoding of Intel extended family. |
|
More...
|
almost 19 years ago
|
| Decode HP-specific type 204 entries in a safer way: check the length before decoding, and don't assume that all strings are provided in the same order as they are used. |
|
More...
|
almost 19 years ago
|
| Do not complain about truncated entries in quiet mode. |
|
More...
|
almost 19 years ago
|
| Include decoded OEM-specific entries in quiet mode output (--quiet). |
|
More...
|
almost 19 years ago
|
| Let --type decode OEM-specific entries when possible. |
|
More...
|
almost 19 years ago
|
| Make the HP-specific types 209 and 221 output a bit more verbose. |
|
More...
|
almost 19 years ago
|
| Share the code between HP-specific types 209 and 221. Both types are really the same, only the title is different. |
|
More...
|
almost 19 years ago
|
| Update. |
|
More...
|
almost 19 years ago
|
| Define an ARRAY_SIZE macro which computes the size of a static array, and use it where relevant. |
|
More...
|
almost 19 years ago
|
| Warning fix. |
|
More...
|
almost 19 years ago
|
| The PCI function is typically represented as a single digit. |
|
More...
|
almost 19 years ago
|
| DMI type 38 is tested by now. |
|
More...
|
almost 19 years ago
|
| Move the decoding of OEM-specific entries to a separate source file. |
|
More...
|
almost 19 years ago
|
| Add support for 3 HP-specific entries: system/rack locator (type 204), NIC MAC information (type 209) and NIC iSCSI MAC information (type 221). Original patch from John Cagle. |
|
More...
|
almost 19 years ago
|