]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/rpi-firmware/config.txt
rpi-firmware: update to 20211127
[people/pmueller/ipfire-2.x.git] / config / rpi-firmware / config.txt
index 37b1b2dac0829c98e3191bd8aa7ff55a9288c75b..b2813233556912abaf6da2e023344f56b177b881 100644 (file)
@@ -3,6 +3,7 @@
 # Raspberry Pi - Videocore configuration file
 #
 ###############################################################################
+enable_uart=1
 
 ###############################################################################
 #
@@ -21,6 +22,7 @@ gpu_mem=16
 #
 # hdmi_drive: 0 auto, 1 DVI (no Sound), 2 HDMI (Sound)
 #hdmi_drive=1
+hdmi_safe=1
 #
 # sdtv_mode: 0 NTSC, 1 NTSC (JP), 3 PAL, 4 PAL (Brazil)
 #sdtv_mode=2
@@ -52,8 +54,18 @@ gpu_mem=16
 # higher clock than 900Mhz most need over voltage. Use with care.
 #over_voltage=3
 
-################################################################################
-#
-# end
-#
-################################################################################
+##############################################################################
+#
+# u-boot selection for different rpi boards
+#
+##############################################################################
+[pi1]
+kernel=u-boot-rpi1.bin
+[pi2]
+kernel=u-boot-rpi2.bin
+[pi3]
+kernel=u-boot-rpi3.bin
+[pi4]
+kernel=u-boot-rpi4.bin
+[all]
+##############################################################################