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

Dynamic bmm #195

Open
wants to merge 3 commits into
base: dasharo
Choose a base branch
from
Open

Dynamic bmm #195

wants to merge 3 commits into from

Conversation

miczyg1
Copy link
Contributor

@miczyg1 miczyg1 commented Dec 4, 2024

No description provided.

Move generating the HII opcodes to the library constructor. Previously the
opcodes were generated on form entry, which prevented the F9 (reset to defaults)
to not apply to the dynamically generated options if BMM was not enetered.
NOw, when the opcodes are generated in the library constructor, the dynamically
generated options are "visible" from any level of the setup browser and F9
can restore defaults from any browser level.

There was a specific need to generate those dynamic options on form entry because
of legacy UI library dependency. As we do not use legacy UI nor CSM, we do not
have to worry about it.

Signed-off-by: Michał Żygowski <[email protected]>
@miczyg1
Copy link
Contributor Author

miczyg1 commented Dec 4, 2024

Did a quick test on OVMF and nothing exploded. The timeout also works as expected (F9 can reset it fro many level of setup browser without a need to enter BMM).

@miczyg1 miczyg1 requested a review from mkopec December 4, 2024 12:01
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.

1 participant