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

Lmp.cfg common (lmp/lmp-mfgtool) #985

Merged
merged 5 commits into from
Jun 15, 2023

Commits on May 31, 2023

  1. base: u-boot-fio: introduce lmp-common.cfg

    Introduce lmp-common.cfg, which contains common options for all machines
    for lmp distro. This approach helps to avoid duplication of Kconfig
    options and is less prone to errors (lower possibility to miss
    vital config option).
    
    Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
    igoropaniuk committed May 31, 2023
    Configuration menu
    Copy the full SHA
    21f77f8 View commit details
    Browse the repository at this point in the history
  2. base: u-boot-fio: introduce lmp-common-nosec.cfg

    Introduce lmp-common-nosec.cfg, which contains common options for machines,
    that don´t have enabled signing in U-Boot.
    
    Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
    igoropaniuk committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a346c10 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. bsp: u-boot-fio: drop common config options

    Drop options that are already set in lmp-common.cfg.
    Force enable options for machines like qemuarm, qemuarm64, qemuriscv64,
    rpi, sun8i, beaglebone-yocto, that doesn't have full support of LmP
    boot sequence.
    
    Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
    igoropaniuk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e3fb5ac View commit details
    Browse the repository at this point in the history
  2. base: u-boot-fio-mfgtool: introduce lmp-common.cfg

    Introduce lmp-common.cfg, which contains common options for all machines
    for lmp-mfgtool distro. This approach helps to avoid duplication of Kconfig
    options and is less prone to errors (lower possibility to miss
    vital config option).
    
    Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
    igoropaniuk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    20bc69c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. bsp: u-boot-fio-mfgtool: drop common config options

    Drop options that are already set in lmp-common.cfg.
    Explicitly enable/disable options in some configs, where
    it's not supposed to use default value from lmp-common.cfg.
    
    Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
    igoropaniuk committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3422a65 View commit details
    Browse the repository at this point in the history