further cleanup

and i've generally cleaned up the documentation

Signed-off-by: Leah Rowe <info@minifree.org>
Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2025-01-03 06:58:04 +00:00 committed by Leah Rowe
parent abd00dc26f
commit 663467d8bf
10 changed files with 26 additions and 27 deletions

View File

@ -9,9 +9,8 @@ WARNING: eCryptfs file name limits
Do not run the build system on a eCryptfs file system, because it has
very short file name limits and Canoeboot's build system deals with very
long file names. We commonly get reports from this by Linux Mint users
who encrypt their home directory with cryptfs; use a serious distro like
Debian or Arch please. And use a decent file system; ZFS or perhaps LUKS
with btrfs will do nicely.
who encrypt their home directory with eCryptfs; regular LUKS encryption will
do nicely.
Introduction
============

View File

@ -9,9 +9,8 @@ WARNING: eCryptfs file name limits
Do not run the build system on a eCryptfs file system, because it has
very short file name limits and Canoeboot's build system deals with very
long file names. We commonly get reports from this by Linux Mint users
who encrypt their home directory with cryptfs; use a serious distro like
Debian or Arch please. And use a decent file system; ZFS or perhaps LUKS
with btrfs will do nicely.
who encrypt their home directory with eCryptfs; regular LUKS encryption will
do nicely.
Introduction
============

View File

@ -27,12 +27,12 @@ motherboard while they still have the original BIOS present.
| **Flash chip** | SOIC-8 512KiB |
```
W+: Works without blobs;
W+: Works without vendor firmware;
N: Doesn't work;
W*: Works with blobs;
W*: Works with vendor firmware;
U: Untested;
P+: Partially works;
P*: Partially works with blobs
P*: Partially works with vendor firmware
```
| ***Features*** | | Notes |

View File

@ -29,12 +29,12 @@ Dell OptiPlex 780
```
W+: Works without blobs;
W+: Works without vendor firmware;
N: Doesn't work;
W*: Works with blobs;
W*: Works with vendor firmware;
U: Untested;
P+: Partially works;
P*: Partially works with blobs
P*: Partially works with vendor firmware
?: UNKNOWN AT THIS TIME
```
@ -75,7 +75,7 @@ lack `_truncate` in the file name.
100% FREE
=========
This mainboard does not rely on any binary blobs in the flash. It is using
This mainboard is entirely free software in the main boot flash. It is using
the Intel X4X / ICH10 platform, same as on the already supported
Gigabyte GA-G41M-ES2L mainboard.

View File

@ -24,12 +24,12 @@ GA-G41M-ES2L
| **Flash chip** | 2x8Mbit |
```
W+: Works without blobs;
W+: Works without vendor firmware;
N: Doesn't work;
W*: Works with blobs;
W*: Works with vendor firmware;
U: Untested;
P+: Partially works;
P*: Partially works with blobs
P*: Partially works with vendor firmware
```
| ***Features*** | |

View File

@ -9,7 +9,8 @@ a relic from Libreboot, upon which Canoeboot is based, and provided for
historical purposes (Libreboot also uses nvmutil these days).**
**If all you want to do is change the MAC address, you might use `nvmutil`
instead. See: [nvmutil documentation](../install/nvmutil.md).**
instead. See: [nvmutil documentation](../install/nvmutil.md), or use
the [inject script](ivy_has_common.md).**
The documentation below is *still valid*, if you actually want to use ich9utils.
You can find it in older Libreboot releases, up to Libreboot 20230625. The only

View File

@ -28,12 +28,12 @@ x-toc-enable: true
| **Flash chip** | SOIC-8/SOIC-16 4MiB/8MiB (Upgradable to 16MiB) |
```
W+: Works without blobs;
W+: Works without vendor firmware;
N: Doesn't work;
W*: Works with blobs;
W*: Works with vendor firmware;
U: Untested;
P+: Partially works;
P*: Partially works with blobs
P*: Partially works with vendor firmware
```
| ***Features*** | |

View File

@ -27,12 +27,12 @@ x-toc-enable: true
| **Flash chip** | SOIC-8/SOIC-16/WSON-8 4MiB/8MiB (Upgradable
to 16MiB) |
```
W+: Works without blobs;
W+: Works without vendor firmware;
N: Doesn't work;
W*: Works with blobs;
W*: Works with vendor firmware;
U: Untested;
P+: Partially works;
P*: Partially works with blobs
P*: Partially works with vendor firmware
```
| ***Features*** | |

View File

@ -27,12 +27,12 @@ x-toc-enable: true
| **Flash chip** | SOIC-8/SOIC-16/WSON-8 4MiB/8MiB (Upgradable
to 16MiB) |
```
W+: Works without blobs;
W+: Works without vendor firmware;
N: Doesn't work;
W*: Works with blobs;
W*: Works with vendor firmware;
U: Untested;
P+: Partially works;
P*: Partially works with blobs
P*: Partially works with vendor firmware
```
| ***Features*** | |

View File

@ -572,7 +572,7 @@ these changes relative to the old one:
* 192e23b7 vbe: implement function 09h (get/set palette data)
* 3722c21d vgasrc: round up save/restore size
* 5d87ff25 vbe: Add VBE 2.0+ OemData field to struct vbe_info
* 163fd9f0 fix smbios blob length overflow
* 163fd9f0 fix smbios data length overflow
* 82faf1d5 Add LBA 64bit support for reads beyond 2TB.
* 3f082f38 Add AHCI Power ON + ICC_ACTIVE into port setup code
* 3ae88886 esp-scsi: terminate DMA transfer when ESP data transfer completes