Thanks to visit codestin.com
Credit goes to github.com

Skip to content

UEFI Improvements #1061

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

Merged
merged 56 commits into from
Jan 10, 2022
Merged

UEFI Improvements #1061

merged 56 commits into from
Jan 10, 2022

Conversation

elicn
Copy link
Member

@elicn elicn commented Jan 9, 2022

[Just realized I was stacking too many modifications to the UEFI system over time.. so here there are in a huge PR]

Changes highlights:

  • Cleaner UEFI OS and Loader modules
  • Reduced UEFI OS and Loader mutual dependency
  • Better separation between DXE and SMM (memory regions, contexts, etc.)
  • SMM module to handle SMM entries (SMI) and exits (RSM)
    • SMRAM locking / unlocking
    • Save / restore CPU context from SSA
    • SW SMI invocations
  • Implemented a few more RT functions
  • Friendlier execution logging output
  • Colorful and organized crashdumps
  • Bug fixes
  • Typing annotations and comments

@elicn elicn marked this pull request as draft January 9, 2022 19:15
@elicn
Copy link
Member Author

elicn commented Jan 9, 2022

@xwings - it looks like EVM tests are failing.
Could you please take a look..?

@elicn elicn marked this pull request as ready for review January 9, 2022 19:20
@xwings
Copy link
Member

xwings commented Jan 10, 2022

Roger. Fixing it now

@kabeor kabeor merged commit b5e1080 into qilingframework:dev Jan 10, 2022
@elicn elicn deleted the dev-uefi branch January 10, 2022 07:29
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.

3 participants