Commit Graph

353 Commits (90d4d7a9b5acb49e520782c3b10a485711354d5c)

Author SHA1 Message Date
Alper Nebi Yasak 76ccea8aa9 contrib: Add section for U-Boot
The payloads Libreboot uses are listed in contrib. Add a section for
U-Boot as well, now used by supported Chromebooks.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:05:33 +00:00
Alper Nebi Yasak f9aae8628e news/libreboot20221214: Update for Chromebooks docs
Update the Chromebook codenames in the 20221214 release news page, and
remove part of the note about missing documentation added in previous
commits.

Remove note about me doing "extensive changes to U-Boot" regarding it
being a coreboot payload, that's not exactly true. The patches in lbmk
are optional, quality of life stuff, and mostly other people's. Upstream
basically happens to work fine this way but integration could be much
much better (which I will try to work on in the future).

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:05:27 +00:00
Alper Nebi Yasak 626d287ad0 uboot: Add docs for U-Boot payload
Replace the placeholder "U-Boot instructions" page with initial
documentation about the U-Boot payload. Move the warnings in the
hardware index to this document, but keep a small warning with a link.

This is light on installation instructions compared to what's there on
GRUB, since U-Boot's UEFI support means generic installer images should
work and at that point I think it becomes distro developers' job. But
the added links should be enough as a good start otherwise.

Also add a section for known issues that people might want to know.
Not sure about opening lbmk issues for those, because they're mostly
long-standing upstream things and I'm not really as invested in the
issue tracker.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:05:21 +00:00
Alper Nebi Yasak 21f4d159b9 install: Add flashing guide for Chromebooks
Add initial documentation about flashing Libreboot on supported ChromeOS
devices. Link the Chromebooks in the hardware index to it. I only have
tried firmware work on gru-kevin, so there is an implicit focus on that,
but most others should be similar.

The one exception is gru-bob, as it is new enough to support Closed Case
Debugging which can be used to disable write-protect and flash the
firmware externally. Provide links to the ChromiumOS docs for that.

Although not supported on Libreboot, x86 Chromebooks still carry the
curse that is unreadable non-redistributable Intel ME firmware, so
provide a warning against flashing x86 images without it just in case.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:05:16 +00:00
Alper Nebi Yasak 2f712e36fb install/spi: Generalize to not assume 3.3V
At least one Chromebook (gru-kevin) has GD25LQ64C [1], which is a 1.8V
8MB SPI NOR flash chip. Although it can be flashed internally, it has to
be flashed externally when a broken image is flashed. I have been using
an unmodified bad CH341A with a 1.8V adapter which works fine so far.

Try to replace mentions of 3.3V with either nondescript terms like
"power" or "VCC", or both 1.8V and 3.3V, except where it's specifically
about 3.3V. Add warnings to check the part number and datasheet for the
rated supply voltage for the chips, and to make sure to match the
flashing hardware's supply to that.

[1] https://www.gigadevice.com/flash-memory/gd25lq64c/

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:05:11 +00:00
Alper Nebi Yasak 1383dc2e72 maintain: Document U-Boot resources, scripts and options
Add new U-Boot related options to coreboot board.cfg section. Fix a
remark about not being able to build non-x86 roms. Copy the sections
documenting coreboot resources and other payload scripts, and modify
them to document U-Boot resources and scripts.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:05:05 +00:00
Alper Nebi Yasak e631636a26 misc/codenames: Add codenames for supported Chromebooks
Add codenames for the Chromebooks now supported in Libreboot. The names
of the per-board lbmk resources directories are slightly different than
these for naming consistency (e.g. "gru-kevin" instead of "kevin"). The
names in the coreboot src/mainboard are usually of the baseboard
("google/gru" instead of "kevin").

Also add a link to a ChromiumOS docs page listing most if not all
Chromebooks and their codename information among other things.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:04:59 +00:00
Alper Nebi Yasak 1dc86401b1 misc/emulation: Add x86 U-Boot and arm64 examples
Add an example qemu-system invocation for the qemu_x86_12mb board's
U-Boot payload. List the QEMU arm64 board in the supported hardware page
and an example invocation for that as well.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:04:52 +00:00
Alper Nebi Yasak ec46a0c5f1 docs/build: Add U-Boot examples
Add some lbmk invocation examples for U-Boot. Try to keep it light in
the section that tells people to just use "build boot roms" instead,
but have more detail in the payload-specific section.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:04:47 +00:00
Libreboot Contributor dc899625ab
Translated index.md to French 2022-12-30 23:14:43 +01:00
Leah Rowe 1eda00be69 css: make text scale more nicely to screen sizes 2022-12-29 10:10:32 +00:00
Leah Rowe 8f8eed4760 separate css into new file
http2 now enabled on the server, so multiple http requests
are a bit more efficient for modern browsers

this will save a bit of bandwidth, at the expense of causing
additional delay on high latency connections:

someone on 500ms latency and using http1.1 basically has to
wait an extra half-second for the site to load

(however, that's only the first time, assuming their browser
caches the css file)
2022-12-29 10:10:30 +00:00
Leah Rowe 22d7a2e4e8 Merge branch 'master' of v-t60/lbwww into master 2022-12-27 20:08:38 +00:00
v-t60 202f925e76 add contact.uk.md 2022-12-26 21:20:54 +00:00
v-t60 89d1aba2e9 fix docs/hardware/x200.uk.md
few mistakes
2022-12-26 20:35:42 +00:00
v-t60 3d0b477580 add docs/hardware/x200.uk.md 2022-12-26 20:27:56 +00:00
Leah Rowe 9b9b4744dd Merge branch 'master' of vitali64/lbwww into master 2022-12-26 15:27:01 +00:00
Leah Rowe 86876e375b Merge branch 'master' of v-t60/lbwww into master 2022-12-26 15:26:39 +00:00
Ferass 'Vitali64' EL HAFIDI 9536b051af docs/hardware/macbook21: Heavily improve and update.
Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
2022-12-26 15:00:12 +01:00
Leah Rowe dbd62b1a11 blobutil guide: document 20221214 bug+fix 2022-12-22 23:28:49 +00:00
v-t60 de601a3aaa add index.uk.md
ukrainian index.md page
2022-12-21 19:27:14 +00:00
Leah Rowe a3b2135f69 updated notes about ga-g41m-es2l 2022-12-20 16:33:45 +00:00
Leah Rowe 646f1c836d delete twitter links. i no longer post to twitter. 2022-12-15 10:15:03 +00:00
Leah Rowe e726217e41 fix incorrect date 2022-12-14 21:31:09 +00:00
Leah Rowe 9274dec063 remove dead mirrors from the download page 2022-12-14 19:22:38 +00:00
Leah Rowe b132b76302 Update version info on download pages 2022-12-14 19:09:03 +00:00
Leah Rowe 4c30ed4db3 libreboot 20221214 2022-12-14 19:05:07 +00:00
Leah Rowe fda65a0969 docs/hardware: Add note about u-boot testing 2022-12-11 13:27:04 +00:00
Leah Rowe a76afd9efd remove errant sentence in the FAQ 2022-12-04 09:06:13 +00:00
Leah Rowe 7aa6dc6a31 link to winraid site 2022-11-25 23:16:06 +00:00
Leah Rowe 8c6e891727 typo 2022-11-25 23:11:52 +00:00
Leah Rowe 36e098d915 x230 internal flashing guide 2022-11-25 23:02:20 +00:00
Leah Rowe 997b4f3115 exorcism 2022-11-25 15:00:15 +00:00
Leah Rowe 55261c3b11 policy: say "reduction", not "minimalisation"
non-native english speakers will more likely know what reduction
means, but not minimalisation (both words have the same meaning)
2022-11-25 14:43:14 +00:00
Leah Rowe b0bb6fe2b6 clarify a few things 2022-11-25 14:30:44 +00:00
Leah Rowe f28a4b380b policy: link to steve's debian firmware article 2022-11-25 14:20:40 +00:00
Leah Rowe f4cabc43e4 fix typo 2022-11-25 14:03:54 +00:00
Leah Rowe 9ccfe9ebb2 fix a bad link in the footer 2022-11-25 01:36:16 +00:00
Leah Rowe 269534e901 docs/bsd: improved notes about video modes 2022-11-25 01:08:18 +00:00
Leah Rowe 6c126b7df4 corrected some obsolete terminology 2022-11-24 21:36:56 +00:00
Leah Rowe a51c337f74 Merge branch 'dev' of shmalebx9/lbwww into master 2022-11-24 21:07:57 +00:00
Leah Rowe aec0f37e6b cleanup 2022-11-23 01:26:21 +00:00
Leah Rowe 33dc596206 deprecation notice, regarding seabios_grubfirst 2022-11-22 23:02:11 +00:00
Leah Rowe 8f87a236f7 docs/nvmutil: say where to find the source code 2022-11-20 10:14:56 +00:00
Leah Rowe 567141ead9 anti-fsdg policy: actually link fsdg in the policy
libreboot complies with psdg

pragmatic system distribution guidelines
(libreboot psdg)
2022-11-20 09:47:43 +00:00
Leah Rowe 36017510c9 clarify the mission 2022-11-20 09:01:39 +00:00
Leah Rowe 848c0bcdd5 clean up the policy page (make the intro shorter) 2022-11-20 08:53:09 +00:00
shmalebx9 ee430dc934 document qemu board 2022-11-19 15:00:31 -07:00
Leah Rowe 25fdfbd32c FAQ: say yt-dlp instead of youtube-dl 2022-11-19 17:47:37 +00:00
Ferass 'Vitali64' EL HAFIDI f8dce24869 docs/hardware: Move all CSS to template.include
Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
2022-11-19 17:09:02 +01:00
Ferass 'Vitali64' EL HAFIDI 34e745489e docs/hardware: Add tables for hardware specifications, features, and supported payloads
This requires a small CSS change to look pleasant

Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
2022-11-19 16:08:49 +01:00
Leah Rowe 47c3a9f0bb cleanup 2022-11-19 04:30:38 +00:00
Leah Rowe 1f0b6545eb notices about d16/d8/kfsn4-dre removal 2022-11-19 03:59:02 +00:00
Leah Rowe 2d0bdd7b73 gigabyte/ga-g41m-es2l: notes about macchanger 2022-11-19 02:24:23 +00:00
Leah Rowe dbfd6c948c fix psdg compliance issue 2022-11-19 02:21:04 +00:00
Leah Rowe 4d12cfe7f9 notes about MAC address on acer/g43t-am3 2022-11-19 01:42:43 +00:00
Leah Rowe 3a97c3fad4 nuke obsolete linux fde guides 2022-11-19 01:16:55 +00:00
Leah Rowe f4bd7ed4af docs/build: fix bad advice about python versions 2022-11-19 00:47:03 +00:00
Leah Rowe 99d1e919ea Revert "remove obsolete information from docs/build"
This reverts commit 32918ba1ef.
2022-11-18 22:41:56 +00:00
Leah Rowe 61c49ce3c3 make mentions of osboot make sense contextually 2022-11-18 20:32:21 +00:00
Leah Rowe ba531a1058 ditto last commit 2022-11-18 20:28:25 +00:00
Leah Rowe 6af5f48584 nvmutil page: remove errant pre-osboot-merge info 2022-11-18 20:26:16 +00:00
Leah Rowe d22a3b65a2 fix bad links on the faq page 2022-11-18 15:37:49 +00:00
Leah Rowe 57b618d7c1 librebootbootbootbootlibrebootlibre 2022-11-18 06:15:34 +00:00
Leah Rowe 863519d407 fix title on nvmutil manual 2022-11-17 12:12:37 +00:00
Leah Rowe 7034a9b745 assimilate nvmutil documentation 2022-11-17 12:10:32 +00:00
Leah Rowe 3ffcc8f093 note about missing roms 2022-11-17 00:50:34 +00:00
Leah Rowe 450264b8db note about missing hardware documentation 2022-11-17 00:48:37 +00:00
Leah Rowe d6cc05490a debian fde guide is obsolete 2022-11-17 00:44:41 +00:00
Leah Rowe 4bda81d011 lenovo/x230t: link to disassembly instructions 2022-11-17 00:35:26 +00:00
Leah Rowe 1fc818156c fix erroneous osbwww mentions (say lbwww instead)
another post-merge bonerfix
2022-11-16 22:56:15 +00:00
Leah Rowe 978f91509a note on homepage about the recent merge 2022-11-16 22:13:25 +00:00
Leah Rowe 90c9b9e6a1 placeholder arm/uboot documentation 2022-11-16 22:10:02 +00:00
Leah Rowe 09d866a987 fix broken url 2022-11-16 18:25:50 +00:00
Leah Rowe 078c78d9a9 another post-merge bonerfix 2022-11-16 00:30:37 +00:00
Leah Rowe cceb4db35b clarify a bit, what the merger means 2022-11-15 23:32:48 +00:00
Leah Rowe 1367035a15 typo 2022-11-15 22:24:42 +00:00
Leah Rowe 7f80ffb7ae merge announcement 2022-11-15 22:23:17 +00:00
Leah Rowe ab03eadd49 ditto 2022-11-15 21:52:55 +00:00
Leah Rowe 9a62729c2c more boners 2022-11-15 20:37:18 +00:00
Leah Rowe 6098abe89f fix logo display on pages 2022-11-15 20:34:00 +00:00
Leah Rowe fccb128f48 update the favicon 2022-11-15 20:29:31 +00:00
Leah Rowe 6e2c3f0234 post-merge bonerfixes
mistakes made during osbwww->lbmk merge have been corrected

mostly a few search/replace errors, and deleted pages that have since
been restored, or pages that were incorrectly scrubbed are now full; for
example, pages that said there are no releases yet (from osboot) have
been replaced with the version from libreboot that links to release archives,
which *do* exist in libreboot

i generally fixed all other minor issues with paragraphs that i found, where
the paragraphs made sense in osboot.org but did not so on libreboot.org

this is all of my fixes, after auditing the recent merge. no point splitting
them up. just patch it up and go!
2022-11-15 20:22:34 +00:00
shmalebx9 7e3609cec4 remove direct comparisons between osboot and libreboot 2022-11-14 17:58:28 -07:00
shmalebx9 3fcf8becbd fixed typo 2022-11-13 19:41:34 -07:00
shmalebx9 a3bd73a1c2 replace all occurances of osboot with libreboot 2022-11-13 19:31:12 -07:00
shmalebx9 0d073ce09c rebase from osbwww 2022-11-13 14:12:15 -07:00
Leah Rowe f1d5035a00 Merge branch 'master' of xjzi/lbwww into master 2022-11-13 05:22:09 +00:00
Leah Rowe 551be50aaa clean up all the irrevelant shit on bsd guides 2022-08-24 03:22:03 +01:00
Leah Rowe 26b530101f improve paragraph 2022-07-29 11:08:24 +01:00
Leah Rowe b25f7b5cda remove hyperlink 2022-07-23 14:09:28 +01:00
xjzi e205714125 Fix spelling error in index.md 2022-07-17 17:50:05 +00:00
Leah Rowe c5c6e1caed fix faulty paragraph 2022-07-10 21:08:27 +01:00
Leah Rowe e1d5e23e9b version number fix 2022-07-10 09:06:28 +01:00
Leah Rowe b2dff2eca9 move the release announcement to the top 2022-07-10 08:51:58 +01:00
Leah Rowe 84477b69d3 Libreboot 20220710 2022-07-10 08:32:06 +01:00
Leah Rowe eaac951721 clean up the faq 2022-05-01 16:13:34 +01:00
Leah Rowe 32918ba1ef remove obsolete information from docs/build 2022-04-02 13:44:04 +01:00
shmalebx9 115e39a5c5 add new diagram to docs/install/spi.md
this is imported from osbwww, based on a change shmalebx9 made.

this patch is a rebase/cherry-pick from osbwww performed by leah rowe,
based off of shmalebx9's work
2022-04-02 13:44:01 +01:00
Denis 'GNUtoo' Carikli 671f4a56a8
docs: maintain: Add information about u-boot-libre script
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-03-02 16:49:53 +01:00