Skip to content
Snippets Groups Projects
Unverified Commit 982efa90 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

flash-kernel integrated our changes

parent db30debc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
patch -p1 << 'EOF'
diff -Nru flash-kernel-3.104/db/all.db flash-kernel-3.104+nmu1/db/all.db
--- flash-kernel-3.104/db/all.db 2021-02-07 00:13:15.000000000 +0100
+++ flash-kernel-3.104+nmu1/db/all.db 2022-01-03 17:37:18.000000000 +0100
@@ -1064,6 +1064,23 @@
U-Boot-Script-Name: bootscr.sunxi
Required-Packages: u-boot-tools
+Machine: MNT Reform 2
+Kernel-Flavors: any
+Boot-Script-Path: /boot/boot.scr
+DTB-Id: freescale/imx8mq-mnt-reform2.dtb
+U-Boot-Script-Name: bootscr.uboot-generic
+Required-Packages: u-boot-tools
+
+# drawback of the dual display dtb is that the internal display is run by a
+# less performant display engine (LCDIF instead of DCSS) and the panel is run
+# at a lower freq, so we can't just default to it
+Machine: MNT Reform 2 HDMI
+Kernel-Flavors: any
+DTB-Id: freescale/imx8mq-mnt-reform2-hdmi.dtb
+Boot-Script-Path: /boot/boot.scr
+U-Boot-Script-Name: bootscr.uboot-generic
+Required-Packages: u-boot-tools
+
Machine: MK802
Kernel-Flavors: armmp
Boot-Script-Path: /boot/boot.scr
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment