Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MNT Reform Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Schauer Marin Rodrigues
MNT Reform Tools
Commits
7357b533
Commit
7357b533
authored
1 year ago
by
minute
Browse files
Options
Downloads
Patches
Plain Diff
flash-kernel/uboot: add missing reform board variant
parent
e87bafea
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
flash-kernel/ubootenv.d/00reform2_ubootenv
+3
-0
3 additions, 0 deletions
flash-kernel/ubootenv.d/00reform2_ubootenv
with
3 additions
and
0 deletions
flash-kernel/ubootenv.d/00reform2_ubootenv
+
3
−
0
View file @
7357b533
...
@@ -2,6 +2,9 @@ setenv bootargs "console=tty1 ro no_console_suspend cma=512M@3G cryptomgr.notest
...
@@ -2,6 +2,9 @@ setenv bootargs "console=tty1 ro no_console_suspend cma=512M@3G cryptomgr.notest
if test "${board}" = "nitrogen8m_som"; then
if test "${board}" = "nitrogen8m_som"; then
setenv bootargs "${bootargs} console=ttymxc0,115200 pci=nomsi"
setenv bootargs "${bootargs} console=ttymxc0,115200 pci=nomsi"
elif test "${board}" = "MNT Reform 2.0"; then
# some imx8mq Reforms have this board value
setenv bootargs "${bootargs} console=ttymxc0,115200 pci=nomsi"
elif test "${board}" = "u200"; then
elif test "${board}" = "u200"; then
# amlogic internal name for a311d dev board
# amlogic internal name for a311d dev board
setenv bootargs "${bootargs} console=ttyAML0,115200 pci=pcie_bus_perf libata.force=noncq nvme_core.default_ps_max_latency_us=0"
setenv bootargs "${bootargs} console=ttyAML0,115200 pci=pcie_bus_perf libata.force=noncq nvme_core.default_ps_max_latency_us=0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment