Skip to content

Instantly share code, notes, and snippets.

View corv89's full-sized avatar

Corv corv89

View GitHub Profile
@corv89
corv89 / README.md
Created July 14, 2026 13:29
Git trailer tool

Decision Trailers

Track architectural decisions as git trailers on the commits that implement them — not as an ever-growing pile of markdown files.

The problem

Long-lived projects end up choosing between two bad options: decisions left in prose that silently drifts from the code as the project moves on, or an ever-growing stack of loosely-coupled ADR files that becomes the

@corv89
corv89 / espressobin_u-boot_fix
Created February 12, 2018 18:04
u-boot workaround for Espressobin parity bug
setenv bootcmd 'mmc dev 0;ext4load mmc 0:1 $kernel_addr $image_name;ext4load mmc 0:1 $fdt_addr $fdt_name;mw.l 0xd0011500 0x78e3ffff;setenv bootargs $console root=/dev/mmcblk0p1 rw rootwait net.ifnames=0 biosdevname=0;booti $kernel_addr - $fdt_addr'