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)
remove a fact that is no longer a fact 0cd6d8de10b3a5cd3f9024117490635cb19943d3 Leah Rowe 2024-12-08 19:58:26
t480 verb 670df4e5e3e034068497698e39764160059004fd Leah Rowe 2024-12-08 17:17:43
uboot errors 7c0d9349ed8871fa7c01e5861fc9dcc218ca3045 Leah Rowe 2024-12-08 16:41:23
move qemu pic further up on the uboot page 66a862b10a1cec24160c67633e83dcc377226edd Leah Rowe 2024-12-08 03:40:39
add x200 u-boot pic 4fa9b69411e578c90c5d33b2c52fa66a8873c99b Leah Rowe 2024-12-08 03:37:12
Sex up the release announcement title a bit 853f2db51d6c6bab5f327f725e31c2ffd2cf4de2 Leah Rowe 2024-12-08 02:06:17
swap f191930c1fed1c917c2cbdaf341e8f9949d86906 Leah Rowe 2024-12-08 02:01:27
also add u-boot pic on u-boot page 1a5937905b359fff8925cd784bee54952647afaf Leah Rowe 2024-12-06 22:57:56
move the pics a bit c372dde2d56f234c0072583eecb16ae622e6f254 Leah Rowe 2024-12-06 22:53:37
also add uboot screenshot 3f41235319df361429b097b8f409f378e328fee8 Leah Rowe 2024-12-06 22:52:26
add t480 pic to the release announcement fe741e7acc186544328633283f57ec5f176956d4 Leah Rowe 2024-12-06 22:44:19
show t480 on homepage 058ae354ed2e27be069c71d1fd9f77d6c5b659f5 Leah Rowe 2024-12-06 22:36:58
make it rainbow 7e1fa9ff12009b5d309b17a317c772dea6bae352 Leah Rowe 2024-12-06 20:40:15
make ivy_has_common a bit less crap 9b6df387baa18be80f1c673af76f90ef5591d775 Leah Rowe 2024-12-06 20:31:58
made the t480 guide a bit less hazardous 21aec25c8d9dcbf28f58d1592def9fe4bdbc09a2 Leah Rowe 2024-12-06 20:25:36
t480/t480 quirks 1c0b7b2aa8f6983b058cbf4f93b69f8091c78f4e Leah Rowe 2024-12-06 11:19:13
t480 and t480s are similar 332faa80c9b90c953486b6f1fb730b60a108936a Leah Rowe 2024-12-06 11:06:06
Libreboot 20241206 release 89131e1615d9b81e8cbe58d617833a0e6e00674c Leah Rowe 2024-12-06 10:00:37
another tweak to docs/maintain/ 29762494bcd34b69f5ccd93ae3fa35cb69fca57c Leah Rowe 2024-12-06 00:11:31
correction 942512a16c5339772f528a521e2669b609e03ade Leah Rowe 2024-12-05 23:58:23
Commit 0cd6d8de10b3a5cd3f9024117490635cb19943d3 - remove a fact that is no longer a fact
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-12-08 19:58
Committer name: Leah Rowe
Committer date (UTC): 2024-12-08 19:58
Parent(s): 670df4e5e3e034068497698e39764160059004fd
Signer:
Signing key:
Signing status: N
Tree: 9380cbd870f48af8fadec62547ac00c4d1ada021
File Lines added Lines deleted
site/docs/misc/emulation.md 1 2
File site/docs/misc/emulation.md changed (mode: 100644) (index 74def10..23d7d5f)
... ... qemu-system-aarch64 \
53 53 -bios bin/qemu_arm64_12mb/*.rom -bios bin/qemu_arm64_12mb/*.rom
54 54 ``` ```
55 55
56 NOTE: After the 20230625 release, U-Boot support was removed from x86 Qemu.
57 It works fine on the aaarch64 one.
56 U-Boot is also available on the x86 QEMU images.
58 57
59 58 Use Cases Use Cases
60 59 ========= =========
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