Commit Graph

371 Commits (ffb8692922976032519b7824564da6ef8e843181)

Author SHA1 Message Date
v-t60 8630dcc31d add docs/install/x200_external.uk.md 2022-12-31 17:12:44 +00:00
v-t60 4c77918aa6 add contrib.uk.md
- Sorted in alphabetical order
- Added alpernebbi & U-Boot
2022-12-31 17:11:37 +00:00
v-t60 a760592e16 fix few typos in contrib.md
- Removed extra word decision and fixed "decision decisions"
- Added letter 'n' to word Serbineko
- Added letter 'r' to word Athur
2022-12-31 17:05:56 +00:00
Leah Rowe dec4b59f6e Merge branch 'cleanmain' of randomomumu/lbwww into master 2022-12-31 11:12:14 +00:00
Alper Nebi Yasak f2d2fcf1e7 contrib: who: Add Alper to contributors, developers
Add myself, my contributions, and what I'll try to do in Libreboot to
the contributors and developer pages. I might not always have enough
time to work on things, though. Let's see how it goes.

It feels weird to place my section next to Leah and Caleb, mostly due to
not matching the bullet point format and contribution volume. It also
feels weird placing it to the top of the alphabetical-order contributors
list without mentioning the order, so do that as a title. Add a title
for projects as well.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-12-31 11:05:44 +00:00
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