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

Not supported. #2

Open
Zibri opened this issue Jan 9, 2019 · 6 comments
Open

Not supported. #2

Zibri opened this issue Jan 9, 2019 · 6 comments

Comments

@Zibri
Copy link

Zibri commented Jan 9, 2019

Please add support for chipset Intel Sunrise Point-H

@cblichmann
Copy link
Member

Note: Intel Sunrise Point is a 100 Series Chipset. Should work on this next. 200 and 300 Series will likely work similar (see #3).

@nochkin
Copy link

nochkin commented Aug 8, 2021

Just wondering if there are still any plans for this.

@cblichmann
Copy link
Member

[ Sorry for the late reply, was on vacation. ]

There are no immediate plans, but I do have a rather recent Intel machine where I could test this on. Are you using Pawn in any meaningful way other than experimenting?

@nochkin
Copy link

nochkin commented Aug 16, 2021

I hope your vacation was great (it seems like it).
I was trying to use it to make a BIOS dump for repairing purposes. Considering just desoldering the chip, but did not have time to do it. Obviously running "pawn" would be much easier.

@cblichmann
Copy link
Member

Chipsec should be able to dump your BIOS:
chipsec_util.py spi dump rom.bin

Alternatively, you can also try flashrom, but I don't know a simple invocation off the top of my head.

@nochkin
Copy link

nochkin commented Aug 17, 2021

Thanks a lot for the references.
I already tried flashrom and it could not handle it due to Intel ME or something similar, I mainly use flashrom with a hardware programmer and well aware of it so it's a first thing I tried.
But Chipsec is a new to me. I just tried it now and it worked great on 6th Gen, that's Sunrise Point-LP.
Thanks again, I appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@cblichmann @Zibri @nochkin and others