Skip to content

psptool/file.py: Mark CPU_FEAT_CONFIG_TBL as no-header type#78

Merged
cwerling merged 1 commit intoPSPReverse:masterfrom
3mdeb:fix_type_x98
Jan 27, 2026
Merged

psptool/file.py: Mark CPU_FEAT_CONFIG_TBL as no-header type#78
cwerling merged 1 commit intoPSPReverse:masterfrom
3mdeb:fix_type_x98

Conversation

@miczyg1
Copy link
Contributor

@miczyg1 miczyg1 commented Jan 26, 2026

CPU_FEAT_CONFIG_TBL type 0x98 is a raw data structure that has no header. To avoid ParseError exceptions add it to the list of types without a header.

TEST=Parse coreboot image for AM5 platform with type 0x98 included.

CPU_FEAT_CONFIG_TBL type 0x98 is a raw data structure that has no
header. To avoid ParseError exceptions add it to the list of types
without a header.

TEST=Parse coreboot image for AM5 platform with type 0x98 included.

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
@github-actions
Copy link

Metrics

psptool command line interface metrics

Metric Value
Files Processed 68
Stdout Lines 14,913
Stderr Lines 144
Total Lines 15,057
Error Ratio 0.96%

PSPTool python library metrics

Status Count Percentage
✓ Successful 68 100.0%
✗ Failed 0 0.0%
Total 68 100%

All files parsed successfully!

@cwerling cwerling merged commit 4c58c9a into PSPReverse:master Jan 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants