Commit Graph

182 Commits (master)

Author SHA1 Message Date
Leah Rowe 8fa0e2984f link more e6400 notes, make it findable
just adding links to docs/install etc
2023-04-19 19:14:14 +01:00
Leah Rowe 9f2ec6abf0 fix e6400 instructions
remove all the lenovo stuff

just a basic stub for now. i'll let nicholas
have at it later on
2023-04-19 19:09:55 +01:00
Nicholas Chin 7c12c507ed WIP: Add E6400 documentation 2023-04-19 17:55:16 +01:00
Leah Rowe de5d140dd6 hp elite 8200 sff port plus announcement 2023-04-15 03:45:07 +01:00
Leah Rowe cb057e9c7a bios-pw.org link for x60 users (lenovobios) 2023-04-13 15:36:31 +01:00
Leah Rowe 11087e7337 docs/install: note about t60 bios password 2023-04-13 13:44:45 +01:00
Leah Rowe 65c571ff86 exorcism 3 2023-04-09 23:01:53 +01:00
Leah Rowe 67930fa5df exorcism 2 2023-04-09 22:38:30 +01:00
Leah Rowe 8c5b99cea4 more notes about removed boards 2023-04-09 21:04:23 +01:00
Leah Rowe 74ba54fd13 ninja'd the hardware list up to date 2023-04-09 18:17:31 +01:00
Leah Rowe 74fbb280b2 Merge branch 'blobrelease' of shmalebx9/lbwww into master 2023-04-09 15:03:51 +00:00
Leah Rowe 3da84b4b2f Merge branch 'master' of v-t60/lbwww into master 2023-04-09 11:51:14 +00:00
Leah Rowe 157ba01446 Merge pull request 'Add information about RPi drive strength' (#1) from nic3-14159/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/1
2023-04-08 23:21:11 +00:00
Leah Rowe ef10acb0a6 codeberg 2023-04-08 19:45:15 +01:00
Nicholas Chin 1eaee8ae3a Add information about RPi drive strength 2023-04-07 18:23:33 -06:00
Vladislav Shapovalov 6a913a96c7 introduce docs/install/ivy_has_common.uk.md 2023-04-06 11:14:53 +03:00
shmalebx9 e1fc7f97d9 documented new easy use of blob injection script 2023-04-02 20:30:13 -06:00
Leah Rowe 3cd72fb81e docs/install/t440p: note about t440pmrc 2023-03-31 22:26:49 +01:00
Leah Rowe e86a613aac ch341a: explain why pull-up resistors are needed 2023-03-27 19:24:41 +01:00
Leah Rowe 0dac87838a docs/install/spi: reveal the mark of the devil
(ch341a pics, 3.3v modded with pull-up resistors)
2023-03-27 14:54:29 +01:00
Leah Rowe e9d6c5991e link 2023-03-24 13:02:08 +00:00
Leah Rowe e5d16c2a99 Libreboot 20230319 release announcement 2023-03-19 13:38:51 +00:00
Leah Rowe e5ec1f7d17 link to librerpi website 2023-03-04 19:53:36 +00:00
Leah Rowe 75f44b82c2 install/spi: link to librerpi 2023-03-04 19:47:18 +00:00
Leah Rowe 87993b88a8 remove bbb-specific info on external flash guides
the removed info is a relic, from before all information was
centralised in docs/install/spi.md

remove it, because it is extremely confusing for new readers
2023-03-03 05:44:56 +00:00
Leah Rowe 3463912e88 use yewtu.be for invidious links 2023-03-03 04:53:23 +00:00
Leah Rowe 1ca42d2958 add note about veyron speed video init issue 2023-02-19 13:30:13 +00:00
Leah Rowe bd6ff49ac5 re-add C201 pages 2023-02-19 11:49:28 +00:00
Leah Rowe 0390b7c5f0 install/ivy_has_common: document bad nvmutil path 2023-01-10 03:52:52 +00:00
Leah Rowe eae005d95f Merge branch 'master' of v-t60/lbwww into master 2023-01-10 03:35:43 +00:00
Leah Rowe ff260b4f1c use tabs for command lines 2023-01-08 01:22:04 +00:00
v-t60 8630dcc31d add docs/install/x200_external.uk.md 2022-12-31 17:12:44 +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
Leah Rowe dbd62b1a11 blobutil guide: document 20221214 bug+fix 2022-12-22 23:28:49 +00:00
Leah Rowe 4c30ed4db3 libreboot 20221214 2022-12-14 19:05:07 +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 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 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 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 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 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 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 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 84477b69d3 Libreboot 20220710 2022-07-10 08:32:06 +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
Leah Rowe 93024fe671 docs/install/d510mo: remove wrong image 2021-12-08 23:57:29 +00:00
Leah Rowe d3ed7de6ff docs/hardware: report D945GCLF2D as working 2021-12-08 06:59:01 +00:00
Leah Rowe 9406f98e4b again i say: libreboot 20211122 2021-11-22 21:11:07 +00:00
Leah Rowe 3fc7e6d464 updated build instructions 2021-11-21 16:25:52 +00:00
Leah Rowe 4be2eed23e remove nuke notices for c201 stuff. the docs will be retained 2021-11-19 08:49:15 +00:00
Leah Rowe 2c90b91a5d docs/install/spi: fix the coolest typo ever 2021-11-06 22:47:34 +00:00
Leah Rowe 4d5ac6cd5b docs/install/spi: note about wp/hold pins on ch341a 2021-10-16 09:10:52 +01:00
Leah Rowe cb0b313dd6 remove dead youtube links 2021-10-04 08:42:46 +01:00
Leah Rowe df5c6766fc t500 setup page: add link to FrostKiwi's quad core video 2021-09-28 23:23:46 +01:00
0xloem f2f2938a7c a couple links for lpc flashing 2021-09-11 08:52:44 -04:00
Leah Rowe 8a93fac21f make the homepage not suck 2021-09-05 13:04:32 +01:00
Leah Rowe d379a8e673 optimized css, and optimize specific pages 2021-08-31 10:16:22 +01:00
Leah Rowe e611d23566 fix bad instructions for flashrom 2021-08-29 20:32:18 +01:00
Leah Rowe 405829f925 delete odysee links. odysee is slow as hell, and very unreliable 2021-08-20 02:08:23 +01:00
Leah Rowe 12bf76d88e x60/t60 install guide: mention about /dev/mem issue when using bucts 2021-07-29 06:18:09 +01:00
Leah Rowe a5defb4f5b docs/install/spi.md: fix wrong names given to pomona test clips 2021-07-29 05:54:25 +01:00
Leah Rowe dfedd4bed6 nuke all mentions of stm32 bluepill
i'll just add actual instructions later
2021-07-28 05:04:22 +01:00
Leah Rowe fa68a196fa fix bad invidious links 2021-07-19 17:00:09 +01:00
Leah Rowe 48466eb0af install page: further clarification about add-on GPUs 2021-05-24 18:12:56 +01:00
Leah Rowe 80aa303931 re-assure the user about flashrom's safety options and so on
also talk about --ifd --i bios option for updating existing x200/t400 rom and
so on
2021-05-24 00:08:16 +01:00
Leah Rowe 2d05c36fd1 docs/install: note about different ROM image file names 2021-05-23 22:44:15 +01:00
Leah Rowe e7943a719e add note about flashrom patches to X60/T60 guide 2021-05-23 22:43:39 +01:00
Leah Rowe 135ca5a07e docs/install/spi typo: intentaionally. change to: intentionally 2021-05-23 22:38:24 +01:00
Leah Rowe d7e5e7640d add todo to tasks page about RPi distros, and warn about security issues 2021-05-23 22:37:45 +01:00
Leah Rowe f4ab2921da docs/install/ich9utils: fix a typo in command 2021-05-23 22:36:31 +01:00
Leah Rowe 501e77d996 libreboot site
new one
2021-05-23 22:34:47 +01:00