Commit Graph

74 Commits (master)

Author SHA1 Message Date
Leah Rowe 0c53ec500c fix errant reference on the 780 page
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 06:48:15 +00:00
Leah Rowe 92e977ebfd Dell OptiPlex 780 documentation
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 06:44:45 +00:00
Leah Rowe 163e77f1ce docs/install: remove errant references
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:28:22 +00:00
Leah Rowe 952db805ad fix references on the psx page
it's in canoeboot and libreboot, but the canoeboot page
referenced libreboot; i've fixed it to reference canoeboot.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:13:19 +00:00
Leah Rowe 33f18414cc docs/install: Reference the Dell E4300 in HCL
Recently added to lbmk by Nicholas Chin, with testing provided
by Lorenzo Aloe.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:04:12 +00:00
Leah Rowe 8ccc19f074 spelling
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:03:08 +00:00
Leah Rowe f3c938e69b more clarification
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:03:00 +00:00
Leah Rowe d763bb5fa8 more notes about timings on psx
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:02:51 +00:00
Leah Rowe 2ec42568ba 32 pin, not 32 bit
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:02:43 +00:00
Leah Rowe d851fb6f0f tidy up the playstation page
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:02:10 +00:00
Leah Rowe 0aa16fbfe1 spelling
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:00:54 +00:00
Leah Rowe 445e6c7feb grammar
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:00:44 +00:00
Leah Rowe 7d8b6b74f9 typo
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:00:08 +00:00
Leah Rowe a2d8a7b7cb add playstation page to docs
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 05:00:00 +00:00
Leah Rowe da6ef88196 update docs/maintain/
it was missing a few items, and some items were out of date,
based on changes in lbmk audit 6

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 04:57:32 +00:00
Leah Rowe d3d65ae8de grub_cbfs: add -t raw to example cbfs command
i overlooked this, when re-writing the guide

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 04:55:15 +00:00
Leah Rowe 633dbebbc6 simplify docs/install and merge docs/hardware
docs/hardware is redundant, because it now mostly
contains installation instructions, and docs/install
also contains hardware information. therefore, in
practise, they are both the same kind of information.

merge the two, and streamline everything. a lot of
redundant information has been removed.

docs/install/ has been re-structured in such a way
as to enable more chronological reading, to make it
easier for the average user to install Canoeboot.

This is part of a larger series of changes I'm working
on for the documentation. I'm massively auditing the
entire Canoeboot documentation.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 04:52:22 +00:00
Leah Rowe c35da8dc01 actually add latitude.md
it's what the old dell_internal.md used to be, but with
additional info merged from the old guides that were
removed in the previous revision.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 02:02:10 +00:00
Leah Rowe c0ac65ecb8 unified dell latitude instructions
90% of the info on the old pages was fluff, copied and pasted
to all the other pages.

replace them all with a single page. i've already directed the
old pages to the new one, in libreboot.org's httpd

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 01:54:22 +00:00
Leah Rowe 1e1d083c44 maintain/style: update err reference
it's a variable now, called err, rather than
 a function called err. the variable defines
the name of a function that handles errors.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 01:11:40 +00:00
Leah Rowe 58820a1a61 complete cleanup of grub.cfg docs
remove all the redundant information, and merge some of it
between the two articles (grub hardening and grub cbfs guides)

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 01:10:17 +00:00
Leah Rowe 9fe5e0a8d2 make grub_cbfs.md a bit clearer
a lot of the instructions are really old

make it relevant to the way canoeboot currently works

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 01:03:19 +00:00
Leah Rowe fb80442611 grub_hardening: document addition security/safety
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:58:56 +00:00
Leah Rowe babe597844 clarifification about flash descriptor override
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:57:11 +00:00
Leah Rowe a662f2f19a clarify ifdtool location for grub hardening
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:56:59 +00:00
Leah Rowe c131211696 improved grub hardening guide
some steps were outdated based on recent changes
to libreboot. update it accordingly.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:56:18 +00:00
Leah Rowe 83d5d86a92 remove redundant i945 thinkpad unbrick info
the bucts unbrick instructions are not useful, because
libreboot already provides both bootblocks as duplicates.

we only need these guides to be for teardown, then linking
to the SPI flasher guide

Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:53:05 +00:00
Leah Rowe 2c12d74ed0 move devmem.md to correct location
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:51:09 +00:00
Leah Rowe a8b15ba891 unified iomem=relaxed instructions
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:50:16 +00:00
Leah Rowe de0e141087 unified internal dell latitude flashing guide
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:19:55 +00:00
Leah Rowe ee575a619b snip
Signed-off-by: Leah Rowe <info@minifree.org>
2024-11-02 00:11:21 +00:00
Leah Rowe cc843552df Canoeboot 20241031 release
Signed-off-by: Leah Rowe <info@minifree.org>
2024-10-31 21:13:55 +00:00
Leah Rowe 86f2c6cf53 document utils command change
Signed-off-by: Leah Rowe <info@minifree.org>
2024-10-31 20:29:50 +00:00
Leah Rowe 98b3c81c4a Canoeboot 20240612 release
Signed-off-by: Leah Rowe <info@minifree.org>
2024-06-12 10:32:34 +01:00
Leah Rowe 2898b5b8f6 update docs/maintain as per audit 1
Signed-off-by: Leah Rowe <info@minifree.org>
2024-06-12 10:23:45 +01:00
Leah Rowe 4c27f0bff5 update
Signed-off-by: Leah Rowe <info@minifree.org>
2024-06-09 23:03:27 +01:00
chrislogan2 6036db04fe Update site/docs/hardware/ga-g41m-es2l.md
I do not believe this board supports 16GB as it is limited to 2 DDR2 slots. If anyone can find an example of it supporting 8GB DDR2 DIMMs then perhaps the SKU should be linked to the doc page.
2024-06-01 18:57:51 +01:00
Leah Rowe 9becb18333 update
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-28 00:46:50 +01:00
Leah Rowe 67bcda1dda update
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-28 00:08:08 +01:00
Leah Rowe 66aeddb1bc grub payload warning
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-27 12:02:00 +01:00
Nicholas Chin c5ad4f2b10 docs/install/e6400.md: Make note of 1440x900 panel errata
Due to an issue in libgfxinit, Latitude E6400 systems with a 1440 x 900
display panel would have garbled graphics before the OS boots. Make a
note of this issue in releases 20240504 and earlier.

Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
2024-05-26 10:52:39 +01:00
Leah Rowe 474c952192 don't require sending patches to libreboot first
i now wish for canoeboot to be its own project, entirely
isolated from libreboot. i myself will still use my own
preferred method: submit to libreboot and patch canoeboot
accordingly.

however, some users may wish to send to work on canoeboot
exclusively. this is permitted, as of now. i will simply
cherry-pick those patches into libreboot, where indicated.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-12 01:27:09 +01:00
Leah Rowe b9a58b7984 update docs/maintain/index.md
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-10 05:09:49 +01:00
Leah Rowe 1d6428ef74 more stragglers
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-10 04:37:48 +01:00
Leah Rowe b1582ab0d0 stragglers
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-10 04:22:51 +01:00
Leah Rowe 2e0e689d3a further cleanup
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-10 03:37:02 +01:00
Leah Rowe 1b9e28c3b8 extreme cleanup / grandiose gesture
make canoeboot a truly GNU FSDG compliant coreboot distro,
by removing all overly positive reference to Libreboot;
what remains is technical in nature, so as to provide
historical context since Canoeboot is a fork of Libreboot.

I've stated before that I wish to take a more neutral tone
toward the FSF, in contrast to the *coldboot war* of 2023
when GNU Boot started.

Canoeboot was heavily linking to Libreboot, even going so far
as to call itself "inferior" and tell the reader to use
Libreboot.

From now on, Canoeboot will be maintained as though I actually
believed in FSF propoganda. I don't, but its users do. Treat
them with respect. My reason for providing Canoeboot is
precisely that I wish for such people to have a high quality
coreboot distro, much unlike the inferior *GNU Boot* project;
inferior because to this day, it's still based on very old
Libreboot, with not much changed (of any real substance)
relative to the Libreboot 20220710 release on which it forked.

In general, I've also found a lot of stragglers from when
Canoeboot started, where paragraphs referred to Libreboot that
should have actually referred to Canoeboot, or paragraphs
with Libreboot-specific information that does not make sense
in the Canoeboot project e.g. references to vendor scripts.

The resulting canoeboot.org will now look no different to any
typical reader than a typical FSF-aligned project.

There is a next stage to this, which will become apparent to
everyone if I have my way.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-10 03:12:44 +01:00
Leah Rowe bf5bf9aa13 remove redundant paragraph
the paragraph in question largely pertains to
the ivybridge and sandybridge latitudes in libreboot,
not the gm45 latitudes supported in both libreboot
and canoeboot. remove this paragraph (instead of adding
the missing article).

nobody ever reported such issue on the gm45 model, only
the ivy/sandy models.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-08 07:16:04 +01:00
Leah Rowe 6284b64e73 cleanup
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-07 18:22:38 +01:00
Leah Rowe 507ea08b12 purge
Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-07 18:11:37 +01:00