-
Notifications
You must be signed in to change notification settings - Fork 33
"chipset" command freezes on Ryzen 9 7945HX platform #9
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
Comments
It seems there are some major differences in the way things are mapped in this particular model. |
Is there any way I can help? |
I have same issue on ryzen 7 8840u apu. gpd win max 2, tho the same soc on gpd win mini it works fine. |
So for me ryzen 7 8840u zen4 for sum reason it was failing too accurately distinguish between new and old amd in function amd_retrieve_chipset_information, failing to set "spi_addr = AMD_DEFAULT_NEW_SPI_ADDR" or "isNewAmdChipset = true" once i hard coded those it goes thru fine now. @moldimolt I would try this. In PlatboxLib/src/amd/amd_chipset.cpp function amd_retrieve_chipset_information replace; with
This is a dirty dirty hack, but at least see if its the same issue/area to fix. |
I'll be updating some of this portion with the release of the sinkclose exploit soon. |
Thank you! And again thank you for all your work and time, unbelievably
awesome project.
…On Sat, Aug 24, 2024, 4:09 PM Enrique Elias Nissim ***@***.***> wrote:
I'll be updating some of this portion with the release of the sinkclose
exploit soon.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAWMP7YIOJ5YO6YSTQGPYTZTDR7ZAVCNFSM6AAAAABNBSIVJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGUZDGNZZGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
hello. same behave on
any advises? |
Hello,
On my Ryzen 9 7945HX, the
chipset
command does not work properly. I will provide the log with debug messages enabled:The text was updated successfully, but these errors were encountered: