-
Notifications
You must be signed in to change notification settings - Fork 709
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
boot: zephyr: nxp: Add NXP platforms to the allow list #2076
Conversation
boot/zephyr/sample.yaml
Outdated
- frdm_k22f | ||
- frdm_k64f | ||
- frdm_k82f | ||
- frdm_ke17z | ||
- frdm_ke17z512 | ||
- rddrone_fmuk66 | ||
- twr_ke18f | ||
- twr_kv58f220m | ||
- frdm_mcxn947/mcxn947/cpu0 | ||
- lpcxpresso55s06 | ||
- lpcxpresso55s16 | ||
- lpcxpresso55s28 | ||
- lpcxpresso55s36 | ||
- lpcxpresso55s69/lpc55s69/cpu0 | ||
- mimxrt1010_evk | ||
- mimxrt1015_evk | ||
- mimxrt1020_evk | ||
- mimxrt1024_evk | ||
- mimxrt1040_evk | ||
- mimxrt1050_evk | ||
- mimxrt1060_evk | ||
- mimxrt1062_fmurt6 | ||
- mimxrt1064_evk | ||
- mimxrt1160_evk/mimxrt1166/cm7 | ||
- mimxrt1170_evk/mimxrt1176/cm7 | ||
- vmu_rt1170/mimxrt1176/cm7 | ||
- mimxrt595_evk/mimxrt595s/cm33 | ||
- mimxrt685_evk/mimxrt685s/cm33 | ||
- rd_rw612_bga | ||
- nrf52840dk/nrf52840 | ||
- disco_l475_iot1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is reworked... can we have these in alphabetical order?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is reworked... can we have these in alphabetical order?
I tried to have it per vendor, not alphabetical.
BTW: Just an idea.
Can we add "mcuboot" to the board's .yaml "supported:" section and avoid adding boards to the allow list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is reworked... can we have these in alphabetical order?
I tried to have it per vendor, not alphabetical.
Yeah, so then you have primary by vendor, secondary by alphabet, or primary by vendor secondary by chaos.
Or just everything goes by alphabet.
Anyway, up to you, but I am in favor of everything alphabetically.
BTW: Just an idea. Can we add "mcuboot" to the board's .yaml "supported:" section and avoid adding boards to the allow list?
Haven't thought about that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, so then you have primary by vendor, secondary by alphabet, or primary by vendor secondary by chaos.
Or just everything goes by alphabet.
Not so easy;)
By vendor, then by family (kinetis, RT, LPC...), so it may look like a bit chaotic but better for real searching.
Haven't thought about that.
It's not convenient to update all these lists in different tests/samples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, so then you have primary by vendor, secondary by alphabet, or primary by vendor secondary by chaos.
Or just everything goes by alphabet.
@de-nordic
According your request, it has been updated by vendor and after by alphabet.
BTW:
CI is broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is broken.
Very strange.
According error logs:
- It reported error "Missing "Signed-off-by: Andrej Butok [email protected]" in commit. I had "Signed-off-by: Andrej Butok [email protected]"
- So I have changed the commit message to requested "Signed-off-by: Andrej Butok [email protected]"
- After that CI reports error "Missing "Signed-off-by: Andrej Butok [email protected]".
It looped its requirements :)
Should I close the PR and try to create a new one?
385456e
to
c81e0f6
Compare
c81e0f6
to
26be491
Compare
I manually got the branch and amended it to |
26be491
to
102100c
Compare
OK, Amend again to the original Signed-off-by: Andrej Butok [email protected] |
Hmm when I run it locally it passes:
|
I think you have some conflict with your local git setup, it is doing: |
102100c
to
d36970f
Compare
Thank you for pointing to the root cause. |
Adds NXP platforms, sorted alphabetically, to the boot zephyr allow list. Signed-off-by: Andrej Butok <[email protected]>
d36970f
to
c320f54
Compare
Rebased. |
Adds NXP platforms to the boot zephyr allow list.