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

[rom] remove 64k ROM_EXT code size restriction #21831

Merged
merged 3 commits into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. [rom] remove 64k code size restriction ROM_EXT

    This fixes lowRISC#21553.
    
    Note, this simply removes the restriction. Additional changes will be
    required to truly support dynamic ROM_EXT / Owner slot sizes (if that is
    deemed desirable in the future).
    
    Signed-off-by: Tim Trippel <[email protected]>
    timothytrippel committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d099c8c View commit details
    Browse the repository at this point in the history
  2. [rom_e2e] add e2e test for big ROM_EXT images

    This tests the ability to load a ROM_EXT image that is larger than the
    64k ROM_EXT slot to facilitate provisioning flows.
    
    Signed-off-by: Tim Trippel <[email protected]>
    timothytrippel committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0a26aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e071831 View commit details
    Browse the repository at this point in the history