uwu

hardware bitcoin wallet software and build system
git clone https://git.parazyd.org/uwu
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-02-03 00:10Formatting.parazyd1+25-31
2021-02-03 00:07Add IRC channel.parazyd1+2-0
2021-02-03 00:00Download and compile everything in the 'all' target.parazyd6+21-29
2021-02-02 23:50Install Electrum from upstream source.parazyd5+35-20
2021-02-02 23:49Mount overlayfs on top of squashfs.parazyd1+8-4
2021-02-02 23:49Only use gadget serial console in cmdline.parazyd1+2-2
2021-02-02 23:48Note how to prepare microSD.parazyd1+20-2
2021-02-02 23:25Add ThomasV's key into the keyring.parazyd1+0-0
2021-02-02 22:59Create .electrum for user.parazyd2+4-2
2021-02-02 22:59Add more initscripts to runlevels.parazyd1+6-1
2021-02-02 22:58More progress on initramfs init.parazyd1+4-0
2021-02-02 22:58Update kernel defconfig.parazyd1+14-42
2021-02-02 21:49Note busybox config in TODO.parazyd1+1-0
2021-02-02 21:48Spawn getty on UART.parazyd1+1-0
2021-02-02 21:43Actually boot into initramfs.parazyd1+1-0
2021-02-02 21:40Remove DEBUG option.parazyd1+0-3
2021-02-02 21:39Clean up busybox config.parazyd1+545-553
2021-02-02 21:25Create cpio image with "make image".parazyd3+11-14
2021-02-02 21:15Remove Travis hell.parazyd1+0-2
2021-02-02 21:11Build chroot and busybox.parazyd6+1306-97
2021-02-02 21:09Update config.txt and cmdline.txt.parazyd2+3-2
2021-02-02 21:09Add ttyAMA0 to securetty.parazyd1+2-1
2021-02-02 21:08Update kernel defconfig.parazyd1+21-23
2021-02-02 21:08Remove manual binfmt handling.parazyd1+2-16
2021-02-02 21:06Add shell script to mount dev,proc,sys in chroot.parazyd1+22-0
2021-02-02 21:06Update year.parazyd1+1-1
2021-02-02 21:06Update initramfs initscript.parazyd1+20-2
2021-02-02 21:05Update software versions.parazyd1+13-25
2021-02-02 21:05Move comment above line in qemu-wrapper.parazyd1+2-1
2021-02-02 21:04Copy the GPL3 license in /boot.parazyd1+676-0
2021-02-02 21:02Update verification_keyring.gpg.parazyd1+0-0
2021-02-02 20:58Cleanup.parazyd7+1-121
2020-11-27 15:01Makefile: Full leftover cleanup.parazyd1+4-2
2020-11-27 14:59initramfs keepfile.parazyd1+0-0
2020-11-27 14:58Add sbase and ubase makefiles.parazyd4+78-2
2020-11-27 14:52Add dash makefile.parazyd1+32-0
2020-11-27 14:49Enable INIT_BINS build for "all" target.parazyd1+1-1
2020-11-27 14:48Build dash shell for initramfs.parazyd2+15-3
2020-11-27 14:48Use variables for KERNEL_SRC in main Makefile.parazyd1+2-2
2020-11-27 14:47Add initramfs stub.parazyd1+3-0
2020-11-27 14:46Disable travis build until they fix building zImages.parazyd1+3-2
2020-11-27 12:27Use the valid "upstream_kernel" setting and install kernel and dtb.parazyd3+15-8
2020-11-27 12:24rpi-boot: Use actually working boot blobs.parazyd12+7-38
2020-11-27 12:23defconfig: Disable powersave governor.parazyd1+0-1
2020-11-22 00:00Note the SPI display stuff in TODO.parazyd2+5-5
2020-11-21 21:21Support multiple kernel patches.parazyd2+2-2
2020-11-21 20:09rc.conf tweaks.parazyd2+22-12
2020-11-21 18:51Use subshell for cleanup, and exit 1 properly.parazyd1+5-5
2020-11-21 18:16Build in two steps rather than one.parazyd2+2-0
2020-11-21 18:12Cleanup bind mounts if things fail.parazyd1+8-10
2020-11-21 18:10Add potential build hang sidenote in Readme.parazyd1+5-0
2020-11-21 18:10Makefile cleanups.parazyd2+22-22
2020-11-21 18:10Rename install-chroot to install.parazyd2+44-44
2020-11-21 18:09Cleanup header in qemu-wrapper.parazyd1+1-4
2020-11-21 16:14Eneble fbcon_rotate and dev/ramX in defconfig.parazyd1+6-2
2020-11-21 15:09Write /etc/hosts and remove resolv.conf when done with Internet access in chroot.parazyd1+4-3
2020-11-21 15:01Support automatic patching of the kernel source tree before building.parazyd2+7-0
2020-11-21 14:47Update TODO.parazyd1+15-5
2020-11-21 14:30Add some useful comments to the rpi config.txt.parazyd1+14-2
2020-11-21 14:27Add more sections to the Readme.parazyd2+43-7
2020-11-21 14:13Move pictures to res directory.parazyd2+1-1
2020-11-21 14:11Add note about reference build instructions.parazyd1+2-0
2020-11-21 13:34Don't compress kernel and cpio archive.parazyd4+21-19
2020-11-21 13:53Add travisfile.parazyd1+17-0
2020-11-21 13:52Add Travis badge in README.parazyd1+2-0
2020-11-21 10:19Add bitcoin address in README.parazyd1+3-0
2020-11-21 01:47Add picture.parazyd2+2-0
2020-11-21 01:36Write a bit of conceptual info in the readme.parazyd1+24-1
2020-11-21 01:27Add TODO.parazyd1+6-0
2020-11-21 01:22Cleanup makefile.parazyd1+3-6
2020-11-21 01:22cmdline: Output console on the serial gadget.parazyd1+1-1
2020-11-21 01:06Update kernel defconfig.parazyd1+27-11
2020-11-21 00:49Add main makefile.parazyd1+62-0
2020-11-21 00:49Add kernel makefile.parazyd1+37-0
2020-11-21 00:48Add alpine makefile.parazyd1+26-0
2020-11-21 00:48Add configuration makefile.parazyd1+23-0
2020-11-21 00:48Add script for chroot setup.parazyd1+43-0
2020-11-21 00:47Add qemu-wrapper source code.parazyd1+20-0
2020-11-21 00:47Add kernel defconfig.parazyd1+156-0
2020-11-21 00:47Add Raspberry Pi firmware blobs and .txt files.parazyd12+58-0
2020-11-21 00:44Add GnuPG keyring with ncopa and gregkh's pubkeys.parazyd1+0-0
2020-11-21 00:40Note sudo requirements.parazyd1+9-5
2020-11-21 00:39Add LICENSE and README.parazyd2+765-0