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

Some minor bugfix and refine of u-boot #550

Merged
merged 5 commits into from
Jun 21, 2024
Merged

Some minor bugfix and refine of u-boot #550

merged 5 commits into from
Jun 21, 2024

Commits on Jun 19, 2024

  1. u-boot-iot2050: Remove the unused x509 template

    This file has been deprecated for a long time, now we have the
    iot2050-sign-fw.sh.
    
    Signed-off-by: Baocheng Su <baocheng.su@siemens.com>
    BaochengSu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    46e5a11 View commit details
    Browse the repository at this point in the history
  2. u-boot-iot2050: Drop the unused preseed EFI vars

    This should be dropped in 8135173. With the disabling of
    CONFIG_EFI_VARIABLES_PRESEED, no need to make these pre-built efi vars
    during build.
    
    Signed-off-by: Baocheng Su <baocheng.su@siemens.com>
    BaochengSu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9b24f04 View commit details
    Browse the repository at this point in the history
  3. u-boot-iot2050: Generate patch correctly

    The patch in question was not properly generated.
    
    Signed-off-by: Baocheng Su <baocheng.su@siemens.com>
    BaochengSu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5a0f616 View commit details
    Browse the repository at this point in the history
  4. u-boot-iot2050: Move the tools building to the last step

    So that the previous steps could use the native tools, for example,
    the iot2050-sign-fw.sh could use the built native mkimage.
    
    Signed-off-by: Baocheng Su <baocheng.su@siemens.com>
    BaochengSu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4db48c1 View commit details
    Browse the repository at this point in the history
  5. u-boot-iot2050: Add an explicit env to mark secure boot building

    The existence of keys folder implying the secure boot building only
    applies to scenarios that private key is locally accessible.
    
    In cases when a clear private key is not available, an explicit
    environment to mark the secure boot building is required.
    
    Signed-off-by: Baocheng Su <baocheng.su@siemens.com>
    BaochengSu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    29f46b5 View commit details
    Browse the repository at this point in the history