-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
T430s on coreboot 4.13 #1017
Comments
@Siproqu MEASURED_BOOT is replaced with TPM_MEASURED_BOOT while some boards names have changed in coreboot when passing to 4.13 Can you copy coreboot_t430_maximized.config and start from there? Also run the blobs script to make sure the ifd me and gbe are valid and report back? |
@Siproqu why are you changing CONFIG_ROM_SIZE? The flash chip size is already set correctly to 16MiB in the t430s mainboard Kconfig |
The config file was a copy of the T430 one.
I extracted the blobs with the extract script from my dumped flash. Also downloaded the cleaned me with the download script. But the configuration file of the coreboot build does not have the correct variables set. If I make a config file with coreboots If I didn't do a mistake there seem to be two problems:
I will write an fmd myself and report back. |
Testing build of the following, which is clone of t430 from #1015 (have not took your changes @Siproqu from #723 )
|
@Siproqu note that board name changed to Also, as stated previously |
@Siproqu : the previous board config + coreboot config builds
But as said in previous comment, nothing of #723 was taken in. (Where it was reviewed but you never answered questions there.) |
@Siproqu as stated https://github.com/osresearch/heads/pull/723/files#r516916422 the above config is the result of |
@tlaurion Thank you very much for your help! It compiled just fine. Will flash it later this day.
Also sorry for that, it simply fall through the cracks. |
Unfortunately I couldn't flashed the image yesterday. The very tiny legs of the chip were too wear down, the clip couldn't grip it and flashrom could not read the chip.
Since I won't have access to proper soldering equipment in the next weeks to replace it, I will maybe try to flash it via the internal programmer. So I will wait with that until I have soldering equipment available.
Aug 19, 2021 15:45:12 tlaurion ***@***.***>:
… @Siproqu[https://github.com/Siproqu] Let us know how it goes. We could close #723[#723] at the same time and merge those changes to #1015[#1015]. If you have some additional commits, please do a PR and I will take your signed commits and add them to #1015[#1015] where relevant.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub[#1017 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/API3UWFHI23VEGJFLOCECQDT5UDGNANCNFSM5CJNM6HA].
Triage notifications on the go with GitHub Mobile for iOS[https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675] or Android[https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email]. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA1CAYAAADh5qNwAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAiSURBVGiB7cEBDQAAAMKg909tDjegAAAAAAAAAAAAAIB7AywZAAGURgP6AAAAAElFTkSuQmCC###24x24:true###][Tracking image][https://github.com/notifications/beacon/API3UWGSUXOLCWE5Z3KJO6TT5UDGNA5CNFSM5CJNM6HKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGXBFMFA.gif]
|
Abandoned alongside #1019. Closing |
I currently write the coreboot configuration for the t430s-maximized:
Unfortunately the build fails with:
My guess is the flash map descriptor could not be generated correctly because in
build/coreboot-4.13/t430s-maximized/.config
CONFIG_ROM_SIZE
is incorrect.It is
CONFIG_ROM_SIZE=0x00400000
instead ofCONFIG_ROM_SIZE=0x01000000
(as in thecoreboot-t430s-maximized.config
)Can anyone give me a hint why
CONFIG_ROM_SIZE
is overwritten?The text was updated successfully, but these errors were encountered: