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

efi/internal: move to internal/efi #313

Merged

Conversation

chrisccoulson
Copy link
Collaborator

This will allow internal/efi to be used by internal/efitest in a follow-up PR, which will extend HostEnvironment with some methods that are only intended for use by efi/preinstall, and which I don't want to immediately make public - the extended HostEnvironment will be used only in unit tests, as it requires the ability to mock some low-level parts of the system, such as sysfs, cpuid and MSRs and I'm not sure if there will be a need for this to be part of the public API yet.

This will allow internal/efi to be used by internal/efitest in a
follow-up PR, which will extend HostEnvironment with some methods that
are only intended for use by efi/preinstall, and which I don't want to
immediately make public - the extended HostEnvironment will be used only
in unit tests, as it requires the ability to mock some low-level parts of
the system, such as sysfs, cpuid and MSRs and I'm not sure if there will
be a need for this to be part of the public API yet.
Copy link
Collaborator

@pedronis pedronis left a comment

Choose a reason for hiding this comment

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

this looks alright

@chrisccoulson chrisccoulson merged commit 8dd835e into canonical:master Jul 11, 2024
2 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.

2 participants