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

libplatsupport: Add support for imx8mp-evk #182

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

nomadeel
Copy link
Contributor

The i.MX 8M Plus Evaluation Kit is similar to the other platforms in the i.MX 8M family and shares the same serial and timer peripherals.

# For the imx8mp, the DTS is in a different format compared to those of
# the imx8mm and imx8mq, there are some constants in the headers that
# point to the proper path
target_compile_definitions(platsupport PRIVATE USE_IMX8MP_GPT_PATH)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could use #ifdef CONFIG_PLAT_IMX8MP_EVK below and avoid this, that would be more in line with the existing code. If it gets messy in the future we can always add defines, also for serial. But if you prefer it this way then that's fine with me too.

The i.MX 8M Plus Evaluation Kit is similar to the other platforms in the
i.MX 8M family and shares the same serial and timer peripherals.

Signed-off-by: Damon Lee <[email protected]>
@kent-mcleod kent-mcleod merged commit f98dad1 into seL4:master Jun 12, 2024
20 checks passed
@nomadeel nomadeel deleted the imx8mp_evk branch June 12, 2024 22:43
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.

3 participants