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

soc: lowrisc: opentitan: Fix manifest sizing #84166

Merged

Conversation

snematbakhsh
Copy link
Collaborator

The actual manifest is 1024 bytes, but we previously had padding bytes due to the implementation of SECTION_FUNC(). The manifest is not executable code so SECTION_VAR() is appropriate and produces a section of the appropriate size.

Fixes: #82822

The actual manifest is 1024 bytes, but we previously had padding bytes
due to the implementation of SECTION_FUNC(). The manifest is not
executable code so SECTION_VAR() is appropriate and produces a section of
the appropriate size.

Fixes: zephyrproject-rtos#82822

Signed-off-by: Shawn Nematbakhsh <[email protected]>
@kartben kartben merged commit c8e9da2 into zephyrproject-rtos:main Jan 21, 2025
27 checks passed
@snematbakhsh snematbakhsh deleted the opentitan_manifest_size branch January 22, 2025 00:32
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.

soc/lowrisc/opentitan: rom header is 2 bytes larger than expected
5 participants