Skip to content
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

BIOS Offsets Incorrect/Offset Assumptions #1

Open
OdinVex opened this issue Mar 30, 2019 · 2 comments
Open

BIOS Offsets Incorrect/Offset Assumptions #1

OdinVex opened this issue Mar 30, 2019 · 2 comments

Comments

@OdinVex
Copy link

OdinVex commented Mar 30, 2019

1.7.2 (maybe under) has an offset issue with my XFX RX 580 8GB GTS XXX BIOS. Tech Power Up has a dump of my BIOS already. Same hashes.

Vendor and Device ID are wrong.

Bootup Message Offset: 122h <-- I notice other BIOS such as ASUS use 120h (0D 0A ...)
Vendor ID: 5249h <-- Should be 1002h
Device ID: 1002h <-- Should be 67DFh

I suspect it is because of the BootupMessageOffset being 122h instead of 120h. Did you forget relative offsets? Not a problem because I can work around it at the moment but eh...

@IndeedMiners
Copy link
Owner

Yep, this is common problem that we haven't fixed. It is there from PBE 1.6.

@Dwokfur
Copy link

Dwokfur commented Nov 14, 2020

I try to parse and display XW 4170 BIOS files extracted from a laptop chimera giant BIOS pile. It displays Vendor ID 5249 and Device ID 1002, whereas it must be 1002 67E0. Many voltage and fan values are also strange - probably due to parsing problems. However it correctly identifies memory timing tables. Are there any plans to make adjustments in case problems like this? I can provide BIOS samples.

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

No branches or pull requests

3 participants