Subject | Hash | Author | Date (UTC) |
---|---|---|---|
further debian trixie/sid instructions | c3037165691d6d34bcce4b709336fd1d7726346c | Leah Rowe | 2025-01-04 00:25:09 |
docs/build: mention gcc/gnat version match issue | ed08e80f5972ed9e258d275024b356281958106e | Leah Rowe | 2025-01-04 00:20:43 |
make the text SLIGHTLY smaller | 8c2e77e0c742c3d1b7f3f9d78ca15ecf91d2ca75 | Leah Rowe | 2025-01-03 10:20:23 |
remove a pointless link | ec57019f3eda5e12849287c1e34f6ed1046bbb7c | Leah Rowe | 2025-01-03 08:37:35 |
update links to the inject guide | 6ae9714ecfba82c8a2ccae648f29350b5fe40606 | Leah Rowe | 2025-01-03 07:30:12 |
further cleanup | 12b4f64b1b6a5495dc74870de3cbda8f8d78d1fc | Leah Rowe | 2025-01-03 06:58:04 |
update the vendorfile injection guide | 9d018b474a661b8ca3f69843ce4d2c7702435462 | Leah Rowe | 2025-01-03 05:24:44 |
update the freedom-status page | c3ad859ea09a00ad6d2709d109daf1d63ab2bdf3 | Leah Rowe | 2025-01-03 01:07:20 |
docs/build: Update fedora38 reference to fedora41 | 6c57ce1586aebdbc79255f1cc023e3eca1e494b4 | Leah Rowe | 2025-01-01 17:09:20 |
XBMK_THREADS, not LBMK_THREADS | 4d7f0dbb9dd5ad1c84adc9d40fbb36f44ec5a557 | Leah Rowe | 2025-01-01 16:53:19 |
docs/build: Mention MIPS XGCC for PCSX-Redux BIOS | a1ff143fe641f7e79a19372ca5ed0dbf3c3c06f3 | Leah Rowe | 2025-01-01 16:52:00 |
correction | 2c7d4c4df855f85f18ef5998b54ce423d543bfa4 | Leah Rowe | 2024-12-31 23:58:10 |
another typo | 965baf9bb0b16f10bd9cefc2bcd4115ca7408246 | Leah Rowe | 2024-12-31 21:46:55 |
remove obsolete note | c5273bc020247c78a3e406df2b330d1c7ed04506 | Leah Rowe | 2024-12-31 21:44:38 |
t's eCryptfs, not cryptfs | ab51fb8ba6ad6b938ae4f22d46c49c9cd426db55 | Leah Rowe | 2024-12-31 21:43:01 |
docs/build,ivy_common: mention cryptfs bug | 8cdb2f257cca740e90d06e9b3fdaa6974a71c835 | Leah Rowe | 2024-12-31 20:27:34 |
document t480/3050 pmc config | 3b55fca2c913f5875860fc1397f0b316aa249727 | Leah Rowe | 2024-12-31 15:44:26 |
mention refcode fix for hp 820 g2 | 32c80dae9c9f370cbf205dae409dbd17d7a3591f | Leah Rowe | 2024-12-31 15:20:18 |
install/spi: Document the Raspberry Pi Pico 2 | 935e5aec1413a7b2d3ddff7d67c8a2974ea5c024 | Leah Rowe | 2024-12-30 17:28:53 |
t480 uart: mention the 115200 baud rate | 0893abd63554d6b71a0b756e0dba7d2ad0428ef4 | Leah Rowe | 2024-12-30 16:09:16 |
File | Lines added | Lines deleted |
---|---|---|
site/docs/build/index.md | 10 | 0 |
site/docs/build/index.uk.md | 10 | 0 |
File site/docs/build/index.md changed (mode: 100644) (index 7f6c916..3b176d4) | |||
... | ... | so that `gnat` and `gcc` are both in PATH at build time, resolving to v14.x. | |
49 | 49 | GNAT is used by coreboot, because some of the Intel graphics devices are | GNAT is used by coreboot, because some of the Intel graphics devices are |
50 | 50 | initialised natively, with code written in Ada spark (called `libgfxinit`). | initialised natively, with code written in Ada spark (called `libgfxinit`). |
51 | 51 | ||
52 | When updating from Debian stable to Debian Trixie(testing) or Sid, you should | ||
53 | also check for orphaned packages, using `aptitude search '~o'`. Do this, | ||
54 | removing what was leftover from the old release, and make sure to re-run the | ||
55 | Debian dependencies script, but do it like this: | ||
56 | |||
57 | ./mk dependencies debian --reinstall | ||
58 | |||
59 | NOTE: Ubuntu 24.10 also has the issue described above. Some other distros may | ||
60 | also have it, if they're based on Debian Testing/Sid or Ubuntu 24.10. | ||
61 | |||
52 | 62 | MIPS cross compiler | MIPS cross compiler |
53 | 63 | =================== | =================== |
54 | 64 |
File site/docs/build/index.uk.md changed (mode: 100644) (index fd66a6c..f6a8bb1) | |||
... | ... | so that `gnat` and `gcc` are both in PATH at build time, resolving to v14.x. | |
57 | 57 | GNAT is used by coreboot, because some of the Intel graphics devices are | GNAT is used by coreboot, because some of the Intel graphics devices are |
58 | 58 | initialised natively, with code written in Ada spark (called `libgfxinit`). | initialised natively, with code written in Ada spark (called `libgfxinit`). |
59 | 59 | ||
60 | When updating from Debian stable to Debian Trixie(testing) or Sid, you should | ||
61 | also check for orphaned packages, using `aptitude search '~o'`. Do this, | ||
62 | removing what was leftover from the old release, and make sure to re-run the | ||
63 | Debian dependencies script, but do it like this: | ||
64 | |||
65 | ./mk dependencies debian --reinstall | ||
66 | |||
67 | NOTE: Ubuntu 24.10 also has the issue described above. Some other distros may | ||
68 | also have it, if they're based on Debian Testing/Sid or Ubuntu 24.10. | ||
69 | |||
60 | 70 | MIPS cross compiler | MIPS cross compiler |
61 | 71 | =================== | =================== |
62 | 72 |