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

[keymgr] Move code for shared keymgr_dpe #25175

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Razer6
Copy link
Member

@Razer6 Razer6 commented Nov 17, 2024

No description provided.

We've got an assertion (AdvDataWidth_A) that checks AdvDataWidth isn't
bigger than the MAC operation that we're happy to do. With a single
KDFMaxWidth=1600 was a sensible upper bound.

This isn't enough with an extra rom_ctrl port! (We end up with
AdvDataWidth=1920)

Bump KDFMaxWidth by a small amount to make everything fit again.

Signed-off-by: Rupert Swarbrick <[email protected]>
We can use some of the keymgr submodules in Keymgr_DPE
instead of duplicating them. This PR adds a core file
so that we can access these submodules from Keymgr_DPE
IP directory.

Signed-off-by: Fatih Balli <[email protected]>
Previously, `valid_data_chk` function resided in ctrl module of keymgr.
This commit moves the function to pkg, so that keymgr_dpe
can also use the function.

Signed-off-by: Fatih Balli <[email protected]>
The current impl. of keymgr does not make full key version comparison,
but the submodule `keymgr_input_checks` redundantly receives the full
history of max_key_versions values. This PR removes that unncessary
interface so that the same submodule can be used also in keymgr_DPE.

Signed-off-by: Fatih Balli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants