libreboot / lbwww (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot website (markdown files). https://libreboot.org/
List of commits:
Subject Hash Author Date (UTC)
docs/hardware/dell9029: Internal Flashing is possible with original BIOS 10b6ca1f638f1d131a8c286a64fe5850b2a34a74 Ben Westover 2024-05-13 03:55:53
updates 5d5ed3b930ef76310683b95ec7f26f9a5d48bc13 Leah Rowe 2024-05-10 04:04:10
purge remaining stragglers cb8dbd0f386b5b0a892ff05fdc03481708160e3c Leah Rowe 2024-05-07 18:44:53
extreme ditto 96e51ca06ed3cca057cc2d9aaa0c3f9de1cf9fc8 Leah Rowe 2024-05-07 16:38:45
extremely ditto 83de07b6033250c5c113fd172badb0216e88ded1 Leah Rowe 2024-05-07 16:25:34
don't promote canoeboot in release 4f992eedaa5fedb8caa3429e003e3b6da6471e5a Leah Rowe 2024-05-07 16:19:49
shorter intro ef774e2587d38f6b5e95f47d85e32bec4690126e Leah Rowe 2024-05-06 23:24:10
fix directory name 32b14145b30836c7138c90bb026b58ab3fc583a0 Leah Rowe 2024-05-04 20:13:15
grammar 27283a84d3e019aba76490fabfc0aa468abbc663 Leah Rowe 2024-05-04 19:27:52
update release links 511d24b9ff48655172d11920405ab3144157a22d Leah Rowe 2024-05-04 19:25:50
Libreboot 20240504 release eb209ce8997b42f535984256dcd5297f985fce35 Leah Rowe 2024-05-04 18:45:28
download: list princeton/shapovalov first feb43add4d5b10eaff7bce82097594a7420904ed Leah Rowe 2024-05-04 07:29:20
remove redundant sentence 20fd775c855428ecff647a42823746863fd57efe Leah Rowe 2024-05-01 09:35:18
add missing files plus tweak docs/maintain/ b7a4d7b1216fc8122fde1e0f5788ca1b76fe4cd8 Leah Rowe 2024-05-01 05:24:05
docs/maintain: remove obsolete section 71fc7a1981578f8522e32cf3c477a44a8fc19665 Leah Rowe 2024-05-01 05:19:35
document wifi issue on hp 2560p e62d443e8199298680684577a688f0e976cddb70 Leah Rowe 2024-05-01 05:09:46
docs/build: notes about release status e647adc841e00fcf891b1b46808f05d4e8d4beb9 Leah Rowe 2024-05-01 05:07:51
document dell latitude thermal safety paranoia 67770346e26c52f20c3a5d450c540f2b249e2975 Leah Rowe 2024-05-01 04:53:28
update docs/maintain/ based on lbmk changes dc7d5cef900fbe3c58c55ed4966ab1c25e91d552 Leah Rowe 2024-05-01 04:40:30
remove redundant/finished tasks from todo b716e3feddb118365a99909c2abe851ca6536fff Leah Rowe 2024-04-27 00:47:10
Commit 10b6ca1f638f1d131a8c286a64fe5850b2a34a74 - docs/hardware/dell9029: Internal Flashing is possible with original BIOS
Author: Ben Westover
Author date (UTC): 2024-05-13 03:55
Committer name: Ben Westover
Committer date (UTC): 2024-05-13 03:55
Parent(s): 5d5ed3b930ef76310683b95ec7f26f9a5d48bc13
Signer:
Signing key: C311C5F54E89B698
Signing status: E
Tree: 9e5eabd0398a52cb46a596f74254fee3ffa14804
File Lines added Lines deleted
site/docs/hardware/dell9020.md 16 1
File site/docs/hardware/dell9020.md changed (mode: 100644) (index 2825ab8..51ea9ea)
... ... P*: Partially works with blobs
48 48
49 49 | ***Features*** | | | ***Features*** | |
50 50 |---------------------------------------------------|----| |---------------------------------------------------|----|
51 | **Internal flashing with original boot firmware** | ? |
51 | **Internal flashing with original boot firmware** | W+ |
52 52 | **Display (if Intel GPU)** | W+ | | **Display (if Intel GPU)** | W+ |
53 53 | **Display (discrete CPU, SeaBIOS payload only)** | W* | | **Display (discrete CPU, SeaBIOS payload only)** | W* |
54 54 | **Audio** | W+ | | **Audio** | W+ |
 
... ... Flash a ROM image (software)
206 206 If you're already running Libreboot, and you don't have flash protection If you're already running Libreboot, and you don't have flash protection
207 207 turned on, [internal flashing](../install/) is possible. turned on, [internal flashing](../install/) is possible.
208 208
209 Internal flashing can also be done with the original Dell BIOS, if the
210 SERVICE_MODE jumper near the PCIe slots is removed. Before flashing,
211
212 rmmod spi-intel-platform
213
214 needs to be run to prevent errors. Once Libreboot is installed, the
215 SERVICE_MODE jumper can be replaced.
216
217 **Note: The Dell BIOS can write EFI variables to flash when shutting
218 down, which could corrupt the newly flashed Libreboot ROM and render
219 the system unusable. To prevent this, after flashing internally from
220 the original Dell BIOS, remove power from the computer instead of
221 shutting it down normally. It's recommended to use a live USB instead
222 of the internal drive to prevent potential filesystem corruption.**
223
209 224 Flash a ROM image (hardware) Flash a ROM image (hardware)
210 225 ----------------- -----------------
211 226
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/libreboot/lbwww

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/libreboot/lbwww

Clone this repository using git:
git clone git://git.rocketgit.com/user/libreboot/lbwww

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main