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

V1.0 for review #19

Merged
merged 132 commits into from Apr 14, 2023
Merged

V1.0 for review #19

merged 132 commits into from Apr 14, 2023

Conversation

jonasblixt
Copy link
Owner

No description provided.

A small helper to convert UUID string's to C defines.
This introduces a block I/O layer that replaces the storage API.
mmio functions from ATF, these will replace the 'io.h' header in the
future. All new drivers should use this instead.
New common core driver for emmc's. MMC and standard level stuff was
implemented in the imx_usdhc driver.

This is the first in a series of changes to separate the two.
Re-work the driver to use the new mmc_core and bio layers.
This updates the GPT partition table to use the new bio layer.
This is mainly for other common imx drivers to depend on.
This allows for greater flexibility. It would require alot of Kconfig to
express all permutations of bus/speed and modes.
These are not really useful anymore
It's not used by anyone
This functionality was spread across plaform files. They are now
centralised through these two API's.
To allow for more flexibility and to un-complicate platform level
makefile
It's not activily being maintained. Might put this back later if someone
needs it.
Use a table to wrap different partition table variants insteada of
having the 'variant' field on each partition entry.
@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Merging #19 (fc7bde1) into master (ead4b3a) will increase coverage by 6.76%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   61.63%   68.39%   +6.76%     
==========================================
  Files          74       54      -20     
  Lines        4170     2781    -1389     
==========================================
- Hits         2570     1902     -668     
+ Misses       1600      879     -721     
Impacted Files Coverage Δ
include/libc/ctype.h 0.00% <ø> (ø)
include/libfdt.h 0.00% <ø> (ø)
include/libfdt_env.h 0.00% <ø> (ø)
src/arch/armv7a/arch.c 5.00% <ø> (-30.00%) ⬇️
src/arch/armv7a/arm32_aeabi_divmod.c 34.17% <ø> (-42.97%) ⬇️
src/boot/ab_state.c 67.92% <ø> (ø)
src/boot/boot.c 75.55% <ø> (ø)
src/boot/image_helpers.c 83.33% <ø> (ø)
src/boot/linux.c 21.48% <ø> (ø)
src/cm/cm_main.c 79.09% <ø> (ø)
... and 12 more

... and 56 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jonasblixt jonasblixt merged commit 0cd607c into master Apr 14, 2023
4 checks passed
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.

None yet

1 participant