-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update dmidecode.c to smibios 3.3 (7.1-7.14) #32
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. add TPM Device to types[]; 2. adjust boundary of code, add code >= 128 for OEM specific scenario;
1. add dmi_bios_rom_size function for higher units: MB, GB; 2. remove origin units KB;
1. add dmi_chassis_type 7 classes, from 'Tablet' to 'Stick PC'; 2. modify available boardary;
1. add processor family2[] list
1. update dmi_processor_id type; 2. update AMD judgement boardary;
1. modify code to code & 0x07
1. add upgrade[] from 0x2D to 0x3C; modify boundary to 0x3C
1. add dmi_memory_module_error status[] & add "error status" attribute
1. modify dmi_cache_size & add dmi_cache_size_2 for Maximumsize and InstalledSize 2. add dmi_cache_size_2 and use dmi_add_memory_size for large cache size
1. update dmi_port_connector_type, add type[] to 0x23 and code boundary
1. add data bus width attribute. 2. add dmi_slot_peers function to for peer devices. 3. add dmi_slot_segment_bus_func for bus address. 4. update dmi_slot_type type[], add type_0x30 for CXL Flexbus, add PCI Express 4, also modify judgement boundary. 5. update 'Unavailable' to dmi_slot_current_usage usages[]. 6. update dmi_slot_length length[] 2.5/3.5 drive form factor. 7. update dmi_slot_id case 0xB1:0xBD for PCI express
1. add language description format for abbreviated or long mode. 2. add currently installed language attribute
Thank you for the patchset, Zhongze Hu. |
…or_id & dmi_tpm_characteristics
1. add TPM Device to types[]; 2. adjust boundary of code, add code >= 128 for OEM specific scenario;
1. add dmi_bios_rom_size function for higher units: MB, GB; 2. remove origin units KB;
1. add dmi_chassis_type 7 classes, from 'Tablet' to 'Stick PC'; 2. modify available boardary;
1. add processor family2[] list
1. update dmi_processor_id type; 2. update AMD judgement boardary;
1. modify code to code & 0x07
1. add upgrade[] from 0x2D to 0x3C; modify boundary to 0x3C
1. add dmi_memory_module_error status[] & add "error status" attribute
1. modify dmi_cache_size & add dmi_cache_size_2 for Maximumsize and InstalledSize 2. add dmi_cache_size_2 and use dmi_add_memory_size for large cache size
1. update dmi_port_connector_type, add type[] to 0x23 and code boundary
1. add data bus width attribute. 2. add dmi_slot_peers function to for peer devices. 3. add dmi_slot_segment_bus_func for bus address. 4. update dmi_slot_type type[], add type_0x30 for CXL Flexbus, add PCI Express 4, also modify judgement boundary. 5. update 'Unavailable' to dmi_slot_current_usage usages[]. 6. update dmi_slot_length length[] 2.5/3.5 drive form factor. 7. update dmi_slot_id case 0xB1:0xBD for PCI express
1. add language description format for abbreviated or long mode. 2. add currently installed language attribute
2. Add OUT_OF_SPEC macro instead of "outofspec"
We can close this PR32 because another PR( #46) has been merged. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello , All
I update dmidecode.c to smibios version 3.3.
this pr include smibios 7.1-7.14, about bios info, processor(processor and processor related), cache, system slot, bios language;
please review and comments