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

Use newer version of coreboot-utils (MTL support in inteltool & intelp2m) #120

Merged
merged 2 commits into from
May 10, 2024

Conversation

m-iwanicki
Copy link
Contributor

No description provided.

TomaszAIR and others added 2 commits May 9, 2024 14:18
Running HCL on platforms that are not listed in board_config ends on
exiting the script. Calling that function was added while working on APU
support, as there is multiple flash chip detected when try to use
flashrom on that platform so chip name definition was added to specific
platform in board_config.

here is no need for that as check_flash_chip function check one by one
known chips from the list defined as FLASH_CHIP_LIST
(in dts_environment) and uses one, that does not return error when
flashrom is invoked.

Later in HCL we uses check_intel_regions func which needs
PROGRAMMER_BIOS variable but this is by default defined in
dts_enviroment as internal so in HCL we can assume to use this
programmer for every platform.

Signed-off-by: Tomasz Żyjewski <[email protected]>
@m-iwanicki m-iwanicki requested review from mkopec and macpijan May 9, 2024 13:53
@m-iwanicki m-iwanicki self-assigned this May 9, 2024
@m-iwanicki m-iwanicki linked an issue May 9, 2024 that may be closed by this pull request
@macpijan macpijan marked this pull request as ready for review May 10, 2024 11:32
@macpijan macpijan merged commit 2695d03 into main May 10, 2024
@artur-rs artur-rs deleted the use-inteltool-mtl-version branch November 15, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MTL support in DTS
3 participants