-
Notifications
You must be signed in to change notification settings - Fork 14
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
Develop #113
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Mykola Solianko <[email protected]>
Signed-off-by: Oleksandr Grytsov <[email protected]>
We have extended vchan message and rename existing fields. Use new names. Signed-off-by: Oleksandr Grytsov <[email protected]>
New field - source is introduced. We should initialize it properly. Also fix cmclient unit test to use new vchan API. Signed-off-by: Oleksandr Grytsov <[email protected]>
Update U-boot IPL binaries to xentroops zephyr_rcar_ipl_v2023.10 branch. Signed-off-by: Dmytro Firsov <[email protected]>
Update config to address UFS issue on spider S4 1.2 board. This patch adopts commits: 70174147e6fd912172087eafa24b4512307d1c94 1c0480494189ed28b45d240cd58e250d8739347f from https://github.com/xen-troops/meta-xt-prod-devel-rcar-gen4 Signed-off-by: Andrii Chepurnyi <[email protected]>
Set explicit machine_dt_compat for spider boards, to enable the correct initialization for platform. Signed-off-by: Andrii Chepurnyi <[email protected]> Acked-by: Dmytro Firsov <[email protected]>
Add proto options file generator and integrate it into cmake build system. Signed-off-by: Oleksandr Grytsov <[email protected]>
Now location for Domain-D IPL binary can be dynamically configured on build-time, so there is now need to keep ipl binaries in-tree. Remove whole prebuilt directory and unify domain_bins file for all required boards. It is expected to receive location of binaries from build system via CONFIG_DOMD_UBOOT_PATH and CONFIG_DOMD_DTB_PATH, that are introduced by this commit. Also it is possible to create prebuilt directory with ipl.bin/ipl.dtb for development purposes (this is default value for these configs). Signed-off-by: Dmytro Firsov <[email protected]>
Signed-off-by: Oleksandr Grytsov <[email protected]>
Signed-off-by: Oleksandr Grytsov <[email protected]>
We move building IPL's out of zephyr build system. These files should be deployed externally. As on CI we check only build for rcar devices, create empty IPL's. Signed-off-by: Oleksandr Grytsov <[email protected]>
Signed-off-by: Oleksandr Grytsov <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
==========================================
- Coverage 68.05% 67.81% -0.24%
==========================================
Files 8 9 +1
Lines 1083 1106 +23
Branches 280 293 +13
==========================================
+ Hits 737 750 +13
+ Misses 198 197 -1
- Partials 148 159 +11 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.