Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
  • Sign in / Register
U
uboot-imx
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Librem5
  • uboot-imx
  • Merge Requests
  • !5

Merged
Opened Jan 18, 2019 by Dorota Czaplejewicz@dorota.czaplejewicz
  • Report abuse
Report abuse

Enable distro boot

  • Overview 12
  • Commits 2
  • Pipelines 1
  • Changes 2

This is the u-boot side of flash-kernel!1 (comment 14543) . It will include a cleanup of the imx8 som predefined u-boot variables (not done yet, even though it works).

Edited Jan 25, 2019 by Dorota Czaplejewicz

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch "https://source.puri.sm/dorota.czaplejewicz/uboot-imx.git" "devkit-wip"
git checkout -b "dorota.czaplejewicz/uboot-imx-devkit-wip" FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/devkit-wip"
git merge --no-ff "dorota.czaplejewicz/uboot-imx-devkit-wip"

Step 4. Push the result of the merge to GitLab

git push origin "devkit-wip"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
1
Labels
devkit
Assign labels
  • View project labels
Reference: Librem5/uboot-imx!5

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.