trpi-boot: Use actually working boot blobs. - uwu - hardware bitcoin wallet software and build system
 (HTM) git clone https://git.parazyd.org/uwu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 76685eac09e017c4ea2fffe1934f797d42baa8cf
 (DIR) parent 2ec2cfed49afc9cc03b0ff0a395920c6fdabf5a4
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 27 Nov 2020 13:24:40 +0100
       
       rpi-boot: Use actually working boot blobs.
       
       Should equal 2020-08-20-raspios-buster-armhf-lite.img from the
       foundation.
       
       Diffstat:
         M rpi-boot/bootcode.bin               |       0 
         D rpi-boot/cmdline.txt                |       1 -
         M rpi-boot/config.txt                 |      43 +++++--------------------------
         M rpi-boot/fixup.dat                  |       0 
         M rpi-boot/fixup_cd.dat               |       0 
         M rpi-boot/fixup_db.dat               |       0 
         M rpi-boot/fixup_x.dat                |       0 
         M rpi-boot/start.elf                  |       0 
         M rpi-boot/start_cd.elf               |       0 
         M rpi-boot/start_db.elf               |       0 
         M rpi-boot/start_x.elf                |       0 
         A rpi-boot/upstream/cmdline.txt       |       1 +
       
       12 files changed, 7 insertions(+), 38 deletions(-)
       ---
 (DIR) diff --git a/rpi-boot/bootcode.bin b/rpi-boot/bootcode.bin
       Binary files differ.
 (DIR) diff --git a/rpi-boot/cmdline.txt b/rpi-boot/cmdline.txt
       t@@ -1 +0,0 @@
       -console=ttyGS0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 fsck.repair=yes rootwait
 (DIR) diff --git a/rpi-boot/config.txt b/rpi-boot/config.txt
       t@@ -1,38 +1,7 @@
       -# Path to kernel binary
       -kernel=Image
       -
       -# Path to device tree
       -device_tree=bcm-2835-rpi-zero.dtb
       -
       -# Initramfs and loadaddr
       -#initramfs initramfs.gz followkernel
       -
       -# Misc
       -#avoid_warnings=2
       -
       -# Wishful boot speedups
       +[all]
       +enable_uart=1
       +upstream_kernel=1
       +avoid_warnings=2
       +#gpu_mem=16
        disable_splash=1
       -#boot_delay=0
       -gpu_mem=16
       -#start_file=start_cd.elf
       -#fixup_file=fixup_cd.elf
       -
       -# There are two framebuffers when an SPI display is attached:
       -#
       -# - /dev/fb0 - represents the HDMI output. This output is hardware-accelerated
       -#              and therefore should be the target of GUIs
       -# - /dev/fb1 - represents the SPI/LCD output
       -#
       -# The following settings enable a custom mode (mode 87) that sets the HDMI
       -# output to the same resolution as the LCD. This is useful so an application
       -# can target the hardware-accelerated output, and the raspi2fb tool can be
       -# used to mirror the output to the LCD.
       -#
       -# The HDMI group forces DMT output even on the HDMI output. DMT is the
       -# standard for monitors, in contrast to CEA, the standard for TVs.
       -
       -framebuffer_width=250
       -framebuffer_height=122
       -hdmi_cvt 250 122 60 1 0 0 0
       -hdmi_mode=87
       -hdmi_group=2
       +boot_delay=0
 (DIR) diff --git a/rpi-boot/fixup.dat b/rpi-boot/fixup.dat
       Binary files differ.
 (DIR) diff --git a/rpi-boot/fixup_cd.dat b/rpi-boot/fixup_cd.dat
       Binary files differ.
 (DIR) diff --git a/rpi-boot/fixup_db.dat b/rpi-boot/fixup_db.dat
       Binary files differ.
 (DIR) diff --git a/rpi-boot/fixup_x.dat b/rpi-boot/fixup_x.dat
       Binary files differ.
 (DIR) diff --git a/rpi-boot/start.elf b/rpi-boot/start.elf
       Binary files differ.
 (DIR) diff --git a/rpi-boot/start_cd.elf b/rpi-boot/start_cd.elf
       Binary files differ.
 (DIR) diff --git a/rpi-boot/start_db.elf b/rpi-boot/start_db.elf
       Binary files differ.
 (DIR) diff --git a/rpi-boot/start_x.elf b/rpi-boot/start_x.elf
       Binary files differ.
 (DIR) diff --git a/rpi-boot/upstream/cmdline.txt b/rpi-boot/upstream/cmdline.txt
       t@@ -0,0 +1 @@
       +console=ttyAMA0,115200 console=ttyGS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait