summaryrefslogtreecommitdiff
path: root/imworkingon/upstreams.yml
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-06-06 17:55:32 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-06-06 19:00:49 -0600
commitf6080300406a674419dba5005c76bc424df35502 (patch)
tree213a1296ee3428f1c55eda7d8e449fb05c8d967d /imworkingon/upstreams.yml
parentbf8cb8f908c1d3939a56a3fe75781612c5168555 (diff)
imworkingon: Add things I've submitted since last update
Diffstat (limited to 'imworkingon/upstreams.yml')
-rw-r--r--imworkingon/upstreams.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml
index cc96eb6..bb9f14a 100644
--- a/imworkingon/upstreams.yml
+++ b/imworkingon/upstreams.yml
@@ -51,3 +51,28 @@
name: Go
desc: |
The Go programming language.
+- urls:
+ - https://libreboot.org
+ - https://codeberg.org/libreboot
+ name: Libreboot
+ desc: |
+ Libreboot is a distribution of coreboot, a Free Software
+ motherboard-firmware platform.
+- urls:
+ - https://www.gnu.org/software/binutils
+ - https://sourceware.org/binutils
+ - https://sourceware.org/pipermail/binutils
+
+ - https://www.gnu.org/software/gdb
+ - https://sourceware.org/gdb
+ - https://sourceware.org/pipermail/gdb-patches
+ name: GNU Binutils / GDB
+ desc: |
+ GNU Binutils and GDB (the GNU Project Debugger) share a Git
+ repository.
+- urls:
+ - https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/ # v1 & v2
+ - https://chromium-review.googlesource.com/c/chromiumos/platform/vboot/ # v3 rewrite
+ name: vboot
+ desc: |
+ vboot is Google's Verified Boot reference implementation.