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

add generic image_builder #206

Merged
merged 5 commits into from
Sep 30, 2024
Merged

add generic image_builder #206

merged 5 commits into from
Sep 30, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    9c0b3d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. build: build host tools with ASAN disabled

    In phoenixrtos/build there is no libasan.so.8 installed by default which
    results in broken host tools.
    
    JIRA: CI-494
    nalajcie committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c783696 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. strip.py: add ELF program headers parser

    JIRA: CI-494
    nalajcie committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5bceb2d View commit details
    Browse the repository at this point in the history
  2. scripts/g716: enhance size param parsing

    JIRA: CI-494
    nalajcie committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d6deea7 View commit details
    Browse the repository at this point in the history
  3. scripts: add image_builder

    New generic tool for generating target plo scripts and partition / disk
    images.
    
    JIRA: CI-494
    nalajcie committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f7fc6cf View commit details
    Browse the repository at this point in the history