-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add support for AMD_CPU_EXT_FAMILY_1AH #557
Conversation
tscFCvtn2tValue = DivU64x64Remainder ((1000000000ULL << 32), tscFCvtt2nValue, NULL); | ||
|
||
} else if (CpuInfo->ExtFamily == 0xB) { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why cannot we just add a 100 MHz fallback to the upper if?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can do. I had it split for testing incase further modification was required. I'll have it tested to ensure compatibility.
VS compiler does not like your change, could you please fix? |
@@ -786,7 +815,12 @@ ScanAmdProcessor ( | |||
if (MaxBusRatio == 0) { | |||
Cpu->FSBFrequency = 100000000; // 100 MHz like Intel part. | |||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to change to else if, and not introduce a new level of indentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Hopefully that fixes your concerns
Thank you! |
AMD 9000 Series CPUs have changed from Family 19h to 1Ah.
Tested and confirmed to boot.