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

td-layout: move payload to the start of image file #679

Commits on Mar 30, 2024

  1. td-layout: move payload to the start of image file

    When the payload is loaded into physical memory rather than the ROM space,
    image-rom mapping of other regions will not be affected if payload is at
    the start of the image file.
    
    Signed-off-by: Jiaqi Gao <[email protected]>
    gaojiaqi7 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9bd29eb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. td-shim-tools: generate metadata with seperated BFV and Payload

    As the payload is moved to the beginning part of the image and is no
    longer adjacent to B, so the metadata section needs to be modified
    according to two cases:
    
    1. If `exec-payload-section` feature is set, load payload in `Payload`
       section.
    2. If the feature is not set, load payload into another `BFV` section.
    
    Signed-off-by: Jiaqi Gao <[email protected]>
    gaojiaqi7 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    344a457 View commit details
    Browse the repository at this point in the history