Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
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
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
9ef34134
Commit
9ef34134
authored
Apr 22, 2020
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imx8: Make it possible to use the DP instead of the HDMI firmware
parent
c2868584
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
arch/arm/mach-imx/imx8m/Kconfig
arch/arm/mach-imx/imx8m/Kconfig
+5
-0
arch/arm/mach-imx/imx8m/imximage.cfg
arch/arm/mach-imx/imx8m/imximage.cfg
+7
-1
No files found.
arch/arm/mach-imx/imx8m/Kconfig
View file @
9ef34134
...
...
@@ -12,6 +12,10 @@ config IMX8MQ
bool
select IMX8M
config IMX8MQ_DP
depends on IM8MQ
bool "Use iMX8MQ Display Port firmware"
config IMX8MM
bool
select IMX8M
...
...
@@ -61,6 +65,7 @@ config TARGET_LIBREM5
bool "Purism Librem5 Phone"
select IMX8MQ
select IMX8M_LPDDR4
select IMX8MQ_DP
config TARGET_LIBREM5_DEVKIT
bool "Purism Librem5 devkit board"
...
...
arch/arm/mach-imx/imx8m/imximage.cfg
View file @
9ef34134
...
...
@@ -8,7 +8,13 @@
FIT
BOOT_FROM sd
#ifdef CONFIG_IMX8MQ
SIGNED_HDMI signed_hdmi_imx8m.bin
# ifdef CONFIG_IMX8MQ_DP
# warning "Using DP Firmware"
signed_hdmi signed_dp_imx8m.bin
# else
# warning "Using HDMI Firmware"
signed_hdmi signed_hdmi_imx8m.bin
# endif
#endif
LOADER spl/u-boot-spl-ddr.bin 0x7E1000
SECOND_LOADER u-boot.itb 0x40200000 0x60000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment