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

x86: fsp: misc improvements #365

Merged
merged 21 commits into from
Sep 19, 2023
Merged

Conversation

rizlik
Copy link
Contributor

@rizlik rizlik commented Sep 14, 2023

  • support .data and .bss in stage1
  • moved SATA memory areas in wolfboot .bss
  • improved flash layout
  • load app image right after wolfboot

danielinux and others added 12 commits September 19, 2023 10:12
- keystore moved to the beginning of the flash space
- fixed .bss
if users call the mapping function without specifying a physical page to use,
then the function uses a page from a reserved pool. Check that we don't finish
them.
including the symbol in the C file will ensure that the linker reserves the
necessary space.
now the size of the image is limited by the available memory only.
The image is loaded in RAM just after wolfboot.
To have more room for app loading
@rizlik
Copy link
Contributor Author

rizlik commented Sep 19, 2023

tested

@rizlik rizlik requested a review from dgarske September 19, 2023 16:38
@rizlik rizlik assigned rizlik and dgarske and unassigned rizlik Sep 19, 2023
@dgarske dgarske merged commit ec59410 into wolfSSL:master Sep 19, 2023
64 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.

3 participants