-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
(WiP) X200-maximized board addition #934
base: master
Are you sure you want to change the base?
Conversation
-Without TPM nor HOTP support. Basically useable to boot Tails from USB SDCARD adapter, with SDCARD set in read only mode. Based on past work https://github.com/tlaurion/heads/tree/x200_readd Adds: - gbe.bin in tree (generated with bincfg) - unlocked ifd.bin in tree (generated by bincfg and unlucked with ifdtool) - extract.sh script (which extracts gbe.bin from backup with ifdtool and replaced gbe.bin in tree) Fixes linuxboot#878
@fhvyhjriur Can you test this? |
I would have to buy a x200 and then test this. Does it already work on your x200 or didnt you have the time/ability/... to test this on your device? |
I have a T400 and X200 for testing. Also DYNE.org TBM project should also be considered. Especially now that mxm amd gpus have been added makes for this machines still very usable today until RISC-V is ready. |
What is the device you own?
This was the fulfill your issue. Thought you had x200.
On December 31, 2020 1:32:58 PM UTC, fhvyhjriur ***@***.***> wrote:
I would have to buy a x200 and then test this. Does it already work on your x200 or didnt you have the time/ability/... to test this on your device?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#934 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
@fhvyhjriur @irelativism added you under #692 |
@irelativism : |
For example the T400 i have with a 8mb SPI chip i can test quickly. I also have a T500 and R500 here. The R400 does not have to be extra tested because its equal T400. Also The W500 have not to be extra tested because its a T500. |
Needs #954 related changes |
@fhvyhjriur t400 is #953 |
Interestingly enough, since x200 doesn't have TPM, that Heads code is now dynamically deactivating TPM codepaths when no TPM is detected, and that https://github.com/Dasharo/flashrom/ now supports WP bits on external flash, we might arrive to a point where if there is community interest, some documentation and additioanl testing after rebasing on master might make gm45 based boards interesting targets, only based on the fact that having boot binaries and detached signature with hte help of a USB Security dongle would increase usability of those platforms for amnesiac boards Heads on a diskless x200 would permit to boot from USB to tails without issue. This is a brain dump since I did some cleanup of old and now irrelevant PR closure. |
-Without TPM nor HOTP support. Basically useable to boot Tails from USB SDCARD adapter, with SDCARD set in read only mode. Based on past work https://github.com/tlaurion/heads/tree/x200_readd
Keep in mind limitations og GM45 based laptops: QubesOS/qubes-issues#1594 (comment) which lead to Heads project (Read down from this referred post.)
Adds:
Fixes #878 upon merge. (and partly #925)
Todo:
Based on :