Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • R reform-boundary-uboot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Reform
  • reform-boundary-uboot
  • Merge requests
  • !6

use distro_bootcmd

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Johannes Schauer Marin Rodrigues requested to merge josch/reform-boundary-uboot:distro_bootcmd into master May 02, 2022
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 2
  • this partially reverts b3a8287b which prevented BOOTENV as set by config_distro_boot.h being appended to CONFIG_EXTRA_ENV_SETTINGS
  • distro_bootcmd can do everything the nested loop can do:
    • boot from usb
    • arbitrary boot order
    • set arbitrary boot partition
    • search arbitrary list of prefixes
    • load a boot.scr
  • in addition to that, distro_bootcmd:
    • is the standard boot mechanism for distros (see doc/README.distro)
    • thus we can replace hard-to-read custom code
    • works with extlinux.conf (needed for debian-installer)

Lots of thanks to @vagrantc for helping me with this! :D

Edited May 31, 2022 by Johannes Schauer Marin Rodrigues
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: distro_bootcmd