itAdd Raspberry Pi firmware blobs and .txt files. - uwu - hardware bitcoin wallet software and build system Err parazyd.org 70 hgit clone https://git.parazyd.org/uwu URL:https://git.parazyd.org/uwu parazyd.org 70 1Log /git/uwu/log.gph parazyd.org 70 1Files /git/uwu/files.gph parazyd.org 70 1Refs /git/uwu/refs.gph parazyd.org 70 1README /git/uwu/file/README.md.gph parazyd.org 70 1LICENSE /git/uwu/file/LICENSE.gph parazyd.org 70 i--- Err parazyd.org 70 1commit 8c820dd294e8d210002659c0db33c1e0beac1e96 /git/uwu/commit/8c820dd294e8d210002659c0db33c1e0beac1e96.gph parazyd.org 70 1parent f7b7a4341a7c9719eec08d5afc5b018422762285 /git/uwu/commit/f7b7a4341a7c9719eec08d5afc5b018422762285.gph parazyd.org 70 hAuthor: parazyd URL:mailto:parazyd@dyne.org parazyd.org 70 iDate: Sat, 21 Nov 2020 01:47:03 +0100 Err parazyd.org 70 i Err parazyd.org 70 iAdd Raspberry Pi firmware blobs and .txt files. Err parazyd.org 70 i Err parazyd.org 70 iDiffstat: Err parazyd.org 70 i A rpi-boot/LICENCE.broadcom | 31 +++++++++++++++++++++++++++++++ Err parazyd.org 70 i A rpi-boot/bootcode.bin | 0 Err parazyd.org 70 i A rpi-boot/cmdline.txt | 1 + Err parazyd.org 70 i A rpi-boot/config.txt | 26 ++++++++++++++++++++++++++ Err parazyd.org 70 i A rpi-boot/fixup.dat | 0 Err parazyd.org 70 i A rpi-boot/fixup_cd.dat | 0 Err parazyd.org 70 i A rpi-boot/fixup_db.dat | 0 Err parazyd.org 70 i A rpi-boot/fixup_x.dat | 0 Err parazyd.org 70 i A rpi-boot/start.elf | 0 Err parazyd.org 70 i A rpi-boot/start_cd.elf | 0 Err parazyd.org 70 i A rpi-boot/start_db.elf | 0 Err parazyd.org 70 i A rpi-boot/start_x.elf | 0 Err parazyd.org 70 i Err parazyd.org 70 i12 files changed, 58 insertions(+), 0 deletions(-) Err parazyd.org 70 i--- Err parazyd.org 70 1diff --git a/rpi-boot/LICENCE.broadcom b/rpi-boot/LICENCE.broadcom /git/uwu/file/rpi-boot/LICENCE.broadcom.gph parazyd.org 70 it@@ -0,0 +1,31 @@ Err parazyd.org 70 i+Copyright (c) 2006, Broadcom Corporation. Err parazyd.org 70 i+Copyright (c) 2015, Raspberry Pi (Trading) Ltd Err parazyd.org 70 i+All rights reserved. Err parazyd.org 70 i+ Err parazyd.org 70 i+Redistribution. Redistribution and use in binary form, without Err parazyd.org 70 i+modification, are permitted provided that the following conditions are Err parazyd.org 70 i+met: Err parazyd.org 70 i+ Err parazyd.org 70 i+* This software may only be used for the purposes of developing for, Err parazyd.org 70 i+ running or using a Raspberry Pi device, or authorised derivative Err parazyd.org 70 i+ device manufactured via the element14 Raspberry Pi Customization Service Err parazyd.org 70 i+* Redistributions must reproduce the above copyright notice and the Err parazyd.org 70 i+ following disclaimer in the documentation and/or other materials Err parazyd.org 70 i+ provided with the distribution. Err parazyd.org 70 i+* Neither the name of Broadcom Corporation nor the names of its suppliers Err parazyd.org 70 i+ may be used to endorse or promote products derived from this software Err parazyd.org 70 i+ without specific prior written permission. Err parazyd.org 70 i+ Err parazyd.org 70 i+DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND Err parazyd.org 70 i+CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, Err parazyd.org 70 i+BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND Err parazyd.org 70 i+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE Err parazyd.org 70 i+COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, Err parazyd.org 70 i+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, Err parazyd.org 70 i+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS Err parazyd.org 70 i+OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND Err parazyd.org 70 i+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR Err parazyd.org 70 i+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE Err parazyd.org 70 i+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH Err parazyd.org 70 i+DAMAGE. Err parazyd.org 70 i+ Err parazyd.org 70 1diff --git a/rpi-boot/bootcode.bin b/rpi-boot/bootcode.bin /git/uwu/file/rpi-boot/bootcode.bin.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 1diff --git a/rpi-boot/cmdline.txt b/rpi-boot/cmdline.txt /git/uwu/file/rpi-boot/cmdline.txt.gph parazyd.org 70 it@@ -0,0 +1 @@ Err parazyd.org 70 i+console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 fsck.repair=yes rootwait Err parazyd.org 70 1diff --git a/rpi-boot/config.txt b/rpi-boot/config.txt /git/uwu/file/rpi-boot/config.txt.gph parazyd.org 70 it@@ -0,0 +1,26 @@ Err parazyd.org 70 i+kernel=zImage Err parazyd.org 70 i+device_tree=bcm-2835-rpi-zero.dtb Err parazyd.org 70 i+#avoid_warnings=2 Err parazyd.org 70 i+gpu_mem=16 Err parazyd.org 70 i+#initramfs initramfs.gz followkernel Err parazyd.org 70 i+disable_splash=1 Err parazyd.org 70 i+ Err parazyd.org 70 i+# There are two framebuffers when an SPI display is attached: Err parazyd.org 70 i+# Err parazyd.org 70 i+# - /dev/fb0 - represents the HDMI output. This output is hardware-accelerated Err parazyd.org 70 i+# and therefore should be the target of GUIs Err parazyd.org 70 i+# - /dev/fb1 - represents the SPI/LCD output Err parazyd.org 70 i+# Err parazyd.org 70 i+# The following settings enable a custom mode (mode 87) that sets the HDMI Err parazyd.org 70 i+# output to the same resolution as the LCD. This is useful so an application Err parazyd.org 70 i+# can target the hardware-accelerated output, and the raspi2fb tool can be Err parazyd.org 70 i+# used to mirror the output to the LCD. Err parazyd.org 70 i+# Err parazyd.org 70 i+# The HDMI group forces DMT output even on the HDMI output. DMT is the Err parazyd.org 70 i+# standard for monitors, in contrast to CEA, the standard for TVs. Err parazyd.org 70 i+ Err parazyd.org 70 i+framebuffer_width=250 Err parazyd.org 70 i+framebuffer_height=122 Err parazyd.org 70 i+hdmi_cvt 250 122 60 1 0 0 0 Err parazyd.org 70 i+hdmi_mode=87 Err parazyd.org 70 i+hdmi_group=2 Err parazyd.org 70 1diff --git a/rpi-boot/fixup.dat b/rpi-boot/fixup.dat /git/uwu/file/rpi-boot/fixup.dat.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 1diff --git a/rpi-boot/fixup_cd.dat b/rpi-boot/fixup_cd.dat /git/uwu/file/rpi-boot/fixup_cd.dat.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 1diff --git a/rpi-boot/fixup_db.dat b/rpi-boot/fixup_db.dat /git/uwu/file/rpi-boot/fixup_db.dat.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 1diff --git a/rpi-boot/fixup_x.dat b/rpi-boot/fixup_x.dat /git/uwu/file/rpi-boot/fixup_x.dat.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 1diff --git a/rpi-boot/start.elf b/rpi-boot/start.elf /git/uwu/file/rpi-boot/start.elf.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 1diff --git a/rpi-boot/start_cd.elf b/rpi-boot/start_cd.elf /git/uwu/file/rpi-boot/start_cd.elf.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 1diff --git a/rpi-boot/start_db.elf b/rpi-boot/start_db.elf /git/uwu/file/rpi-boot/start_db.elf.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 1diff --git a/rpi-boot/start_x.elf b/rpi-boot/start_x.elf /git/uwu/file/rpi-boot/start_x.elf.gph parazyd.org 70 iBinary files differ. Err parazyd.org 70 .