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

U-Boot boot commands Support #1082

Merged
merged 2 commits into from Feb 23, 2023
Merged

Commits on Feb 7, 2023

  1. driver/ubootdriver: Fix boot method

    uboot doesn't have pre defined boot sources. The "boot" command takes no
    parameters.
    Add self.boot_commands to hold different boot_command by name.
    They can be used with LinuxBootProtocol boot(name)
    
    Signed-off-by: Jan Remmet <j.remmet@phytec.de>
    jremmet committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e775690 View commit details
    Browse the repository at this point in the history
  2. tests: add UBootDriver boot tests.

    Test if cmd parameter is send to console or the default if no cmd is
    given.
    Fix names while on it.
    
    Signed-off-by: Jan Remmet <j.remmet@phytec.de>
    jremmet committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    cfb9903 View commit details
    Browse the repository at this point in the history