Commit Graph

433 Commits (master)

Author SHA1 Message Date
Leah Rowe 819195233a docs/emulation: qemu command (aarch64 framebuffer)
courtesy alper nebi yasak who sent the recent patch in
lbmk adding this:

https://codeberg.org/libreboot/lbmk/pulls/142

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-23 23:18:45 +01:00
Leah Rowe 33f28eec8c straggler 2
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-23 05:36:41 +01:00
Leah Rowe 962ba02cba straggler
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-23 05:36:07 +01:00
Leah Rowe d20bcc38fd use less harsh language on safety notices
there doesn't need to be a big load of text on every
page that features this warning. a bold warning at the
top of the page will be sufficient.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-23 05:33:27 +01:00
Leah Rowe dafba8a5cb docs/maintain: more minor inaccuracies (fixed)
again, these were left over from a previous audit.
lbmk now uses a 1-argument design for commands,
rather than 1-argument; e.g. ./build boot roms
is now ./build roms.

there were a few stragglers left over, still referring
to the old 2-argument design. this patch fixes that.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-22 00:24:37 +01:00
Leah Rowe 239ef69956 update the maintenance manual
it's not a big issue, but there were a few minor
inaccuracies here, left over after the last audit.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-22 00:14:09 +01:00
Leah Rowe aee0da2bea correction
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-21 16:46:37 +01:00
Leah Rowe 6951fc6f43 clarification 3
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-21 16:43:18 +01:00
Leah Rowe 88869036a6 clarification 2
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-21 16:41:53 +01:00
Nicholas Chin b52b93ebad
docs/{hardware,install}/e6430.md: Fix inaccuracies
Most of the issues were just leftover from the E6400 docs which
are not accurate for the E6430.

Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
2023-10-20 18:58:25 -06:00
Nicholas Chin 42814e9326
docs/hardware: List GRUB as FAIL for E6400 and E6430
Due to the way the keyboard controller is implemented in the EC and the
somewhat unique way GRUB does keyboard init GRUB payloads do not work
properly on these systems.

Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
2023-10-20 18:57:54 -06:00
Leah Rowe bcbe9df5d5 Libreboot 20231021
I've also simplified the encryption guides by deleting them,
and 301 redirecting them on libreboot.org httpd.

LUKS information and guidance is now provided as a stub
entry in docs/linux/index.md, as it should be.

This new release has argon2 support in GRUB.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-21 00:24:48 +01:00
Leah Rowe 887817240a installation notes for dell latitude e6430
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 16:56:58 +01:00
Leah Rowe fbcca65929 docs/maintain: add missing header
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 06:32:48 +01:00
Leah Rowe bc17953e23 update docs based on recent lbmk changes
the commands changed again

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 06:07:57 +01:00
Leah Rowe 60571ed2f0 fix tabs in docs/build
the last patch submitted used four spaces, but lbwww
requires a tab (or 8 spaces), because it correctly
treats tabs as 8 spaces (and tells pandoc to do this
in the Untitled Static Site Generator)

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 05:58:47 +01:00
Andrea Perotti 95710d9faf Small md syntax fixes 2023-10-19 17:51:36 +02:00
Andrea Perotti c8fe363ff3 Improved readibility for first time contributors
The dedicated paragraph for the Sources makes more visible where the
repo is.
Improved the examples for the dependency resolution: now is clearer,
without digging into srcs that ubuntu2004 is just a special case, while
there's a generic target for debian based distros.
2023-10-19 17:14:26 +02:00
Leah Rowe 8e76ed523c re-link dell-flash-unlock in guides (util rename)
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-15 01:34:17 +01:00
Leah Rowe cd61e272cb correct a sentence
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-13 00:52:07 +01:00
Leah Rowe e33cba84da docs/build: add section: post-compilation
it also mentions specific binary blobs such as nvidia
vga rom (dell e6400) and cpu microcode.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-13 00:45:54 +01:00
Leah Rowe ebb8614cf6 simplified testing instructions
caleb is great but he isn't always around

on the off-chance that someone does contact him and he
doesn't respond, make sure the testers page says only
to contact me (leah)

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-11 20:49:05 +01:00
Leah Rowe d50f897be3 fix typo: docs/maintain should say sha512sum
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:29:29 +01:00
Leah Rowe 7fc827f074 fix typo: vender should be vendor
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:27:07 +01:00
Leah Rowe bd017989ca even more stragglers
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:07:39 +01:00
Leah Rowe be2ec75a58 docs/maintain: replace obsolete information
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:01:12 +01:00
Leah Rowe 67294ab056 more stragglers
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 21:46:44 +01:00
Leah Rowe a918978371 more stragglers
a big cleanup was needed, based on recent changes

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 21:39:28 +01:00
Leah Rowe 3f3b501c6a update docs/maintain/ for recent lbmk changes
lbmk was massively re-designed since audit2.

we're currently on audit3, though audit3 is not yet
complete, but people are using lbmk.git every day
to build ROM images.

therefore, it is important that we keep the documentation
up to date. this file documents the entire build system.

there are 13 scripts, at the time of this revision,
versus 18 as of audit2 and about 50 in the previous
release before audits 2 and 3; that, and the code is
nearly 50% reduced in size, with no loss of function!

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 20:40:58 +01:00
Leah Rowe b432883234 more stragglers
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 18:31:56 +01:00
Leah Rowe dc5b8d2367 straggler
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 18:17:39 +01:00
Leah Rowe f9f3171e0f update user docs as per current lbmk
docs/maintain/ not updated yet. i'll do that
separately to the user documentation.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 17:58:18 +01:00
Leah Rowe 7bb075099b Merge pull request 'add docs/maintain/testing.uk.md' (#89) from v-t60/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/89
2023-09-17 00:09:12 +00:00
Riku Viitanen 38e9fd08e1 update serprog section
the final file path is wrong already.
https://codeberg.org/libreboot/lbmk/pulls/131 modifies the command

Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-09-16 22:05:12 +03:00
Vladislav Shapovalov 257aa2192f add docs/maintain/testing.uk.md 2023-09-16 14:12:03 +03:00
Leah Rowe 10dd889a2a maintain/style: notes about work directory
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 08:04:41 +01:00
Leah Rowe a575774180 maintain/style: clarify actual design
link to the maintenance manual

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:50:04 +01:00
Leah Rowe a6d8f39b7e Revert "maintain/style: refer to newer scl manual"
This reverts commit 7eb315bddc.
2023-09-15 07:46:41 +01:00
Leah Rowe 7eb315bddc maintain/style: refer to newer scl manual
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:45:23 +01:00
Leah Rowe d79acf435e maintain/style: put no-bashisms section at the top
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:44:12 +01:00
Leah Rowe fb08e2fb93 fix the example script in maintain/style
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:42:44 +01:00
Leah Rowe 8fde7f2445 add docs/maintain/style.md (coding style info)
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:31:46 +01:00
Leah Rowe 72452988d8 update documentation for new lbmk implementation
many commands have changed since lbmk audit 2

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 05:38:36 +01:00
Leah Rowe a985886bc6 update docs/maintain/ based on lbmk audit 2
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-13 20:24:05 +01:00
Leah Rowe bc3fc190ed straggler
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-12 01:06:02 +01:00
Leah Rowe 191eabcb32 docs/build: simplify/update per newer lbmk changes
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-12 01:03:17 +01:00
Leah Rowe 1fdfd4a2b3 install/ivy_has_common: mention e6400 nvidia
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-12 00:17:52 +01:00
Leah Rowe aea8d0f8bb update nvidia e6400 notes (it's in lbmk master now)
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-12 00:15:55 +01:00
Leah Rowe 34ea0e1f7e misc/emulation: add note about u-boot on qemu
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-11 17:20:57 +01:00
Vladislav Shapovalov f57744dd9b add docs/bsd/index.uk.md 2023-09-04 18:18:19 +03:00
Leah Rowe 8b2ec7fda6 docs/bsd: fix "libreboot and libreboot" reference
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-04 12:32:17 +01:00
Riku Viitanen b1fd88bfc8 use webp
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-09-03 20:25:44 +03:00
Leah Rowe 308b6c5237 update linux guides based on lbmk changes
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-03 16:07:34 +01:00
Leah Rowe 870e53cf23 docs/install/spi: reference new pico-serprog links
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-03 14:47:28 +01:00
Leah Rowe 9cefbffcf3 Merge pull request 'add new programmer: raspberry pi pico' (#83) from Riku_V/lbwww:pico into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/83
2023-09-02 19:52:09 +00:00
Leah Rowe 28dbd1bd53 fix bad file path in grub doc
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-02 18:45:01 +01:00
Leah Rowe 9afa44e9ca docs/linux: note about GRUB_TERMINAL in distros
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-02 18:28:00 +01:00
Riku Viitanen 645066369b add new programmer: raspberry pi pico
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-09-02 16:43:37 +03:00
Riku Viitanen 872a1abae0 hp8300usdt updates
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-08-24 19:04:25 +03:00
Leah Rowe 82218b0759 adapt to recent build system changes
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-17 12:05:33 +01:00
Leah Rowe 02e9811c8f typo
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-17 01:02:22 +01:00
Leah Rowe ddc08e3e8b improved blobutil instructions, and explanation
i got annoyed with people who kept asking this stuff.

now it's actually written down.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 23:52:27 +01:00
Leah Rowe 882d901e65 remove superfluous paragraph
it already links to the 25xx guide. that's enough.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 07:59:16 +01:00
Leah Rowe 7acd196045 fix inaccurate statement
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 02:12:23 +01:00
Leah Rowe a7f42ee628 fix vendor name on the t1650 page
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 02:06:12 +01:00
Leah Rowe 40d9c50bf6 use thumbnails on the t1650 page
also improve the notes about ECC memory

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 01:58:10 +01:00
Leah Rowe 0a873e2d12 t1650 flashing guide
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 01:41:03 +01:00
Leah Rowe 152a9301db typo
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 00:57:09 +01:00
Leah Rowe 8d88722e9f fix formatting
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 00:45:07 +01:00
Leah Rowe ed147f2af9 remove wrong sentence on the 8470p guide
(the flash is not socketed)

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 00:44:30 +01:00
Leah Rowe 2a1994d5fd hp8470p installation guide
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 00:42:05 +01:00
Leah Rowe ebb1392cae hw/hp2170p: mention the grub keyboard fix
also link to coreboot documentation

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-16 00:17:16 +01:00
Leah Rowe c8fbd19efe docs/hardware: sort hardware list alphabetically
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-15 23:54:48 +01:00
Leah Rowe 873479c8c5 correctly list 2170p as a laptop
not a desktop

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-15 23:42:17 +01:00
Leah Rowe 036273bd1c hp2170p instructions
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-15 23:30:29 +01:00
Leah Rowe cb7cbfb90d say dell latitude, not latitute
i thought i fixed those typos , but clearly not

i grepped and did a thorough search/replace.
it should be ok now.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-15 18:52:33 +01:00
Peaksol 33a170dec7 even better wording 2023-08-05 16:32:31 +08:00
Peaksol a836fe381d better wording 2023-08-05 15:59:02 +08:00
Leah Rowe 77ba823b46 Merge pull request 'Translated several pages to Chinese' (#78) from Peaksol/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/78
2023-08-04 15:19:27 +00:00
Peaksol 967704947a zh-cn translation for hw compatibility list 2023-07-28 23:36:38 +08:00
Peaksol 60090fcf2c zh-cn for updated homepage, doc index & spi guide 2023-07-28 17:55:54 +08:00
Leah Rowe ef030e0473 Merge pull request 'docs/hardware: Don't mention a quad core mod for the E6400' (#77) from nic3-14159/lbwww:remove-e4600-quadcore into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/77
2023-07-27 13:22:51 +00:00
Nicholas Chin 22cad867b0
docs/hardware: Don't mention a quad core mod for the E6400
The E6400 has a different PCB/CPU socket design than the Thinkpads that
doesn't expose the CPU pins on vias, making one of the necessary steps
for the quad core mod significantly harder. Since this is not feasible
for most users, remove mention of it in the E6400 documentation.
2023-07-27 07:13:54 -06:00
Leah Rowe e11541a1ac news: kgpe-d16, kcma-d8 and kfsn4-dre re-added
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-16 12:51:54 +01:00
Leah Rowe c4377b8764 hw/8300usdt: fix link to SPI flashing guide
it was a localhost link. fix that.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-16 07:20:41 +01:00
Leah Rowe c33c7c3301 Merge pull request 'hp8300usdt internal flashing: some oem bios version behave differently' (#74) from Riku_V/lbwww:hp8300usdt into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/74
2023-07-15 20:50:40 +00:00
Riku Viitanen 49b6f57cb8 hp8300usdt internal flashing: some oem bios version behave differently 2023-07-15 23:07:05 +03:00
Leah Rowe b19e3589fc fact check, courtesy of AndrewYu on IRC
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-15 19:12:20 +01:00
Leah Rowe 7c7293a078 re-word ambiguous language
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-11 12:37:40 +01:00
Leah Rowe d266d649d8 safety... build error
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-08 00:35:32 +01:00
Leah Rowe ec10e8cb93 safety dance
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-07 23:04:10 +01:00
Leah Rowe c794179ff1 blobutil docs: say how to find board name
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-06 23:57:57 +01:00
Leah Rowe 1e97751272 more warnings
it really annoys me that people don't read manuals

i just have to make this warning as loud as possible, in
all the places people look

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-06 23:43:13 +01:00
Leah Rowe 0ffcb22272 copy
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-06 23:34:08 +01:00
Leah Rowe 0dfa8ee56d link
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-06 23:32:41 +01:00
Leah Rowe 4ccc89ea55 warning
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-06 23:30:59 +01:00
Leah Rowe 9f53d97970 Libreboot 20230625 release
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-06-25 23:40:38 +01:00
Riku Viitanen ff932a3b2b mention hp8200mt
internally flashed, confirmed working.
wake on lan works too

Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-06-23 00:47:36 +03:00
Leah Rowe 40d49f50af link t420 teardown from docs/install/index.md
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-06-22 16:13:25 +01:00
William Goodspeed b426c794be Add Thinkpad T420 installation guide
Signed-off-by: William Goodspeed (龚志乐) <goodspeed@anche.no>
2023-06-22 17:34:03 +08:00
Leah Rowe f6aa45e46b make clearer that ga-g41m-es2l has wonky raminit
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-06-20 21:13:30 +01:00
Riku Viitanen 57b601999c fixes to recent hp additions
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-06-20 18:07:13 +00:00
Leah Rowe 1a1a99a230 Merge pull request 'document hp8300usdt' (#67) from Riku_V/lbwww:hp8300usdt into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/67
2023-06-19 22:26:28 +00:00
Leah Rowe 9fa7b30d15 Merge pull request 'Document HP EliteBook 2570p' (#66) from Riku_V/lbwww:hp2570p into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/66
2023-06-19 22:25:48 +00:00
Riku Viitanen 3190163d40 document hp8300usdt
photos: https://codeberg.org/libreboot/lbwww-img/pulls/8
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-06-19 22:30:00 +03:00
Riku Viitanen 5baf4cb262 hp9470m: specify gpu
all of these shipped with 4000: https://web.archive.org/web/20220207060308/http://h10032.www1.hp.com/ctg/Manual/c03909856.pdf
2023-06-18 19:05:23 +00:00
Riku Viitanen 3d5d56ff11 Document HP EliteBook 2570p
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-06-18 22:00:56 +03:00
Leah Rowe c234d4b6df Merge pull request 'HP 8200 SFF internal flashing' (#61) from Riku_V/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/61
2023-06-10 11:12:58 +00:00
Leah Rowe b233b35cfc e6400 nvidia tips and tricks when running openbsd
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-05-31 13:49:39 +01:00
Leah Rowe d168ce3f27 tidy up information about nvidia e6400
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-05-31 12:27:30 +01:00
Riku Viitanen f3c82c64d9 HP 8200 SFF internal flashing
Guide for internal flashing from vendor BIOS.
Depends on this: https://codeberg.org/libreboot/lbmk/pulls/72
And the images are here: https://codeberg.org/libreboot/lbwww-img/pulls/7

Also tested PS/2 mouse and serial port. Both work well.

Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-05-30 12:46:48 +03:00
Jason Lenz 5035c2effc Clarify some install instructions for debian bookworm on xe513c24 2023-05-14 21:31:42 -05:00
Leah Rowe c12a74168c docs/maintain: remove obsolete information 2023-05-13 01:26:06 +01:00
Leah Rowe cd025273f2 fix bullet point list formatting
needed a line break
2023-05-11 09:24:15 +01:00
Leah Rowe 424fcea1b3 Merge pull request 'Add uboot instructions for installing Debian Bookworm' (#49) from lenzj/lbwww:lenzj into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/49
2023-05-11 08:18:52 +00:00
Leah Rowe 86b0d5aa05 updated e6400 notes and fixes 2023-05-09 20:13:02 +01:00
Leah Rowe dcdea42253 e6400 nvidia: copper shim 2023-05-09 18:16:35 +01:00
Leah Rowe 548bc415f8 typos do not forgive, but they can be forgotten
vigilance is required

typos are everywhere
2023-05-09 09:06:42 +01:00
Leah Rowe cd1b57e133 improved e6400nvidia instructions 2023-05-09 09:04:43 +01:00
Leah Rowe 316f60d346 link fix 2023-05-09 08:53:28 +01:00
Leah Rowe 2694bb99e8 news post: E6400 XFR and nvidia variants 2023-05-09 08:13:15 +01:00
Jason Lenz e3c8106def Add uboot instructions for installing Debian Bookworm 2023-05-08 22:44:21 -05:00
hslick 9674183c07 u-boot ArchLinuxARM guide
Feat: add new guide and link to it
2023-05-05 05:35:16 +01:00
hslick c68241bd4d new guide for installing ArchLinuxARM on gru-bob 2023-05-05 05:30:14 +01:00
Jason Lenz a0d7e293f9 u-boot OpenBSD installation attempt 2023-05-04 22:27:54 -05:00
Leah Rowe 0b6f24ca66 Merge pull request 'added generic SPI docs' (#38) from shmalebx9/lbwww:dev into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/38
2023-04-29 20:28:55 +00:00
shmalebx9 52dffc4d84 added generic SPI docs 2023-04-29 14:13:44 -06:00
Leah Rowe 9413888604 intentional provision 2023-04-26 03:02:23 +01:00
Leah Rowe 0af59d1b46 hcl: add missing w530 reference
thanks to Bardon_ on IRC for pointing it out
2023-04-24 13:34:40 +01:00
Leah Rowe 369e21e12d docs/install: shortened titles
makes the TOC width smaller, and the page more readable
2023-04-24 12:55:24 +01:00
Leah Rowe 6a9f11a95a link docs/maintain/ from home pages
we want to attract developers
2023-04-24 04:38:23 +01:00
Leah Rowe 43cc518561 make thumbnails clickable on hw pages 2023-04-24 03:23:17 +01:00
Riku Viitanen 42a5883a07 hp8200sff: add photo and specs 2023-04-23 16:37:06 +03:00
Nicholas Chin b87516f9ac
Update descriptions about e6400-flash-unlock
It also bypasses SMM BIOS lock protections by disabling SMIs
(Dell's BIOS doesn't set a certain bit in the chipset leaving
it vulnerable to this) in addition to telling the EC to set
the descriptor override.
2023-04-23 06:46:45 -06:00
Leah Rowe eccd0f2d9f Libreboot 20230423 is out! 2023-04-23 12:37:26 +01:00
Leah Rowe 0abe43312d Merge pull request 'added docs for testing release roms' (#18) from shmalebx9/lbwww:maintainers into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/18
2023-04-23 07:01:44 +00:00
Leah Rowe 976cbd8a9d Update freedom-status relative to HP laptops
EC firmware now documented, handled on HP laptops
that were recently added by Riku.
2023-04-23 01:30:02 +01:00
Riku Viitanen 06fca5bc4f hp2560p & hp9470 docs + news 2023-04-23 00:20:48 +01:00
Leah Rowe c8058e2aac Merge pull request 'Add info about E6400 flash size + PCB numbers' (#23) from nic3-14159/lbwww:e6400-spi-sizes into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/23
2023-04-21 23:21:06 +00:00
Leah Rowe 6d9e37ac90 E6400 is great, part 4 2023-04-21 02:36:32 +01:00
Leah Rowe cf01f33c98 E6400 is great, part 3 2023-04-21 02:32:51 +01:00
Leah Rowe 217ba73ef2 proper title 2023-04-21 02:23:56 +01:00
Leah Rowe 94670b60ae E6400 is great, part 2 2023-04-21 02:21:44 +01:00
Leah Rowe b572272e1b e6400 is great 2023-04-21 02:09:40 +01:00
Nicholas Chin 4d89947224
Add info about E6400 flash size + PCB numbers 2023-04-20 11:26:07 -06:00
Leah Rowe 1c94f4a128 hw/e6400: grub works now, so remove seabios notes 2023-04-20 13:13:23 +01:00
Vladislav Shapovalov 66c0a4b1a2 add site/docs/maintain/porting.uk.md & substitute link to it 2023-04-20 10:56:32 +03:00
Leah Rowe 8bffeebd2a another typo
i'm not touching git again today
2023-04-19 20:14:59 +01:00
Leah Rowe 12ab897d5c update note about gpu on e6400 dell 2023-04-19 20:13:18 +01:00
Leah Rowe 3f5edf203a another fucking stupid mistake i made
fixed
2023-04-19 20:08:27 +01:00