summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/firmware
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-26 13:58:55 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-10-26 15:26:33 +0200
commit61a92e0b6933f593e0224fb88e1c693f380e1a8f (patch)
tree2faefa70cb995a0292170a89076b183e9ff770ec /configs/platform-rpi/firmware
parent988931418facbd39a82ae643eb6df6a022444a35 (diff)
downloadDistroKit-61a92e0b6933f593e0224fb88e1c693f380e1a8f.tar.gz
DistroKit-61a92e0b6933f593e0224fb88e1c693f380e1a8f.tar.xz
platform-rpi: image-boot-vfat: add layer support
Remove all references to PTXDIST_PLATFORMCONFIGDIR to do this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi/firmware')
-rw-r--r--configs/platform-rpi/firmware/config.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/platform-rpi/firmware/config.txt b/configs/platform-rpi/firmware/config.txt
new file mode 100644
index 0000000..956ad81
--- /dev/null
+++ b/configs/platform-rpi/firmware/config.txt
@@ -0,0 +1,14 @@
+# Set barebox as third state bootloader
+kernel=barebox
+# Set stdv mode to PAL (as used in Europe)
+sdtv_mode=2
+# Force the monitor to HDMI mode so that sound will be sent over HDMI cable
+hdmi_drive=2
+# Set monitor mode to DMT
+hdmi_group=1
+# Set monitor resolution to 1080p60
+hdmi_mode=16
+# No overscan
+disable_overscan=1
+# GPU memory in megabyte
+gpu_mem=@GPU_MEM@