Commit Graph

1368 Commits (ca4a6756e3e0961255814b948ef888648761d000)

Author SHA1 Message Date
Leah Rowe 0424b1f6a4 add playstation page to docs
Signed-off-by: Leah Rowe <info@minifree.org>
2024-09-26 07:53:44 +01:00
Leah Rowe b3cb1d224f docs/install: add missing latitudes to hcl
the ones that nicholas added recently

Signed-off-by: Leah Rowe <info@minifree.org>
2024-09-23 18:01:00 +01:00
Leah Rowe c18402c8a7 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-09-23 17:57:06 +01:00
Leah Rowe 025ac72aee 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-09-07 02:24:15 +01:00
Leah Rowe 09844d6258 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 Libreboot.

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

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-31 23:46:51 +01:00
Leah Rowe 2f1107f2ca remove wrong info about 820 g2
yeah, you can't use release images

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-30 02:40:32 +01:00
Leah Rowe 2cf3d6911a minor 820 g2 docs cleanup
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-30 02:39:11 +01:00
Leah Rowe a6d33c4158 update the 820 g2 hp guide
make it easier to read

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-30 02:36:57 +01:00
Leah Rowe 002b0520f4 hp2560.md: remove note about wifi
it's not broken anymore. it was fixed in the last
two libreboot releases!

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-30 01:47:04 +01:00
Leah Rowe 406f9f0352 clarify pre-install requirement for latitudes
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-29 23:59:28 +01:00
Leah Rowe 1b938fa414 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-08-29 23:57:10 +01:00
Leah Rowe ac0e683336 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-08-29 23:54:48 +01:00
Leah Rowe 040a918adf update commands on the porting page
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-29 22:21:02 +01:00
Leah Rowe 1687ff6e98 add safety link on the e6400 news page
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-29 22:20:29 +01:00
Leah Rowe a2e2d85ca1 add safety link on the 20240612 page
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-29 22:19:58 +01:00
Leah Rowe d450d080ff 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-08-29 21:11:48 +01:00
Leah Rowe 9909590362 ivy_has_common: explicitly mention latitudes
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-29 01:00:37 +01:00
Leah Rowe feda02a728 grammar
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-27 16:29:19 +01:00
Leah Rowe e8aaa24fb8 policy: re-add section saying why fsdg sucks
but in a more diplomatic way, and fsf/fsdg/ryf isn't
even mentioned directly, but their ideology is referenced,
spoken in tongues.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-27 16:27:19 +01:00
Leah Rowe 3c4f5d78e3 add safety instructions on ivy_has_common
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-27 04:12:07 +01:00
Leah Rowe 87fb10032c shorten ivy_has_common.md
it contains so much useless babble

fix that

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-27 04:06:28 +01:00
Leah Rowe c50c0e1676 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-08-27 01:38:53 +01:00
Leah Rowe 30cae6536a make grub_cbfs.md a bit clearer
a lot of the instructions are really old

make it relevant to the way libreboot currently works

some legacy information has been removed, pertaining to
libreboot 20230625 which is oldstable; 20240612 is the
current stable release, so the 20230625 information no
longer needs to be written here.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-26 22:36:21 +01:00
Leah Rowe c6fde88de7 grub_hardening: document addition security/safety
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-26 21:55:49 +01:00
Leah Rowe a54283de34 clarifification about flash descriptor override
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-26 21:24:32 +01:00
Leah Rowe 972de7d840 clarify ifdtool location for grub hardening
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-26 18:53:47 +01:00
Leah Rowe 2e6ed95570 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-08-26 18:51:02 +01:00
Leah Rowe 9bc8fb3eba 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-08-26 03:47:30 +01:00
Leah Rowe 41861ae96f move devmem.md to correct location
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-26 03:14:08 +01:00
Leah Rowe 1a330900d4 unified iomem=relaxed instructions
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-26 03:12:42 +01:00
Leah Rowe d2e8cda2d1 unified internal dell latitude flashing guide
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-26 02:22:04 +01:00
Leah Rowe 82120ac94e delete unused page
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-25 14:08:18 +01:00
Leah Rowe f8f58a679e update freedom-status
re-populate the list of boards that need neutered ME

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-25 12:05:23 +01:00
Leah Rowe 111405dfe7 rounded borders on images
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-24 14:46:29 +01:00
Leah Rowe 918b8a968a make text a bit darker (#ccc, not #eee)
i normally use redshift, and the #eee shade looks
fine, but the text is a bit too bright when i turn
off redshift.

ccc looks fine with or without. the dark purple theme
was restored, because the light theme was a bit of an
eye sore, but the shiny bright text on the dark theme
was also an eye strain

the slightly darker shade should be easier on the eyes

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-23 15:30:41 +01:00
Leah Rowe bae3fad52c switch libreboot.org back to purple 2024-08-23 12:16:24 +01:00
Leah Rowe a2164297b9 snip
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-23 01:28:08 +01:00
Leah Rowe b5ca9e1686 re-add news/10.md
it kinda needs to be there. my intention to be at peace
with *those people* is still on. you know the ones. but
there's no way to host this page without revealing that
hostility, which is currently *former* (or rather,
dormant) hostility. rather than censor specific information,
the entire page was deleted as part of the reconciliation
with fsf, referenced in the article itself, but this too was
a mistake.

no, the correct thing to do is *continue to host this page*.
the other hostile pages are not being re-added.

i'll probably delete this page again at some point, and
redirect it to a new history page, that will contain all
of the same substance and *more*, because:

this page was written in a day. it was written from start
to finish *on the same day* of libreboot's 10 year anniversary.
therefore, it's not as long as it could be.

a more complete history is on my TODO. one that also goes
into a lot more technical detail. libreboot has a rich and
vibrant history, yet has so far not documented its own
history well, and the relatively niche nature of libreboot
is that a lot of people don't really get what it's about,
so you won't find a lot of that info online - the history
of the project is entirely in my head.

there are other people who can provide their own accounts,
but i'm the only person that's been here since the beginning.

anyway, i digress.

dubiously happy hacking

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-23 00:38:56 +01:00
Leah Rowe b7c7fd53e4 w541: clarify notes about chip select
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-18 01:26:14 +01:00
Leah Rowe f1151c0f3e install/w541_external: new guide
based off of t440p_external

it tells how to flash libreboot on the w541

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-18 01:21:52 +01:00
Leah Rowe 47c02c29b7 ivy_has_common: add clarification
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-18 01:09:45 +01:00
Leah Rowe 18940ed35d fix toc on ru homepage
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-18 01:03:32 +01:00
Leah Rowe 649118fc65 fix link
Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-18 01:02:29 +01:00
Leah Rowe 54a8893c32 Merge pull request 'Russian Translation of two pages' (#117) from chashkakefir/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/117
2024-08-17 23:59:54 +00:00
Leah Rowe a5f1a7b2a3 Merge pull request 'Update faq.md - link led to a 404' (#118) from beeburrt/lbwww:link-fix into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/118
2024-08-17 23:57:36 +00:00
Leah Rowe cba73bc382 link wikipedia page instead, for right to repair
the louis rossmann video previously linked is no longer
acceptable for promotion, due to louis rossmann's work
promoting FUTO's "source first" license, which is a
proprietary software license because it restrictions
commercial usage of software released under it.

context is available on my mastodon thread:

https://mas.to/@libreleah/112888424905996535

Signed-off-by: Leah Rowe <info@minifree.org>
2024-08-02 09:58:31 +01:00
Leah Rowe 68062ce608 document 20240612 rev2 and rev3 changes
Signed-off-by: Leah Rowe <info@minifree.org>
2024-07-29 06:15:27 +01:00
Leah Rowe 3703d3737c document utils command change
Signed-off-by: Leah Rowe <info@minifree.org>
2024-07-23 02:49:08 +01:00
Leah Rowe c2f9253c45 remove obsolete mentions on audit6
the removed notes pertain to feature changes that i've since
reversed; seabios-only images provided now, alongside seagrub,
where seabios and grub are both enabled on a given board.

and multiple keymaps now provided again, but only on seagrub.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-07-22 09:38:11 +01:00
Leah Rowe 54962a782c audit6.md: mark the interesting changes in bold
i forgot to do this. it's something that i started
doing since audit 5, to help lazy people who tl;dr

Signed-off-by: Leah Rowe <info@minifree.org>
2024-07-19 19:00:32 +01:00