libreboot / libreboot (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot project provides free boot firmware based on coreboot
List of commits:
Subject Hash Author Date (UTC)
tree.sh: Remove redundant deletion fb95230a4c343647e96c58f79b142ccc46e620af Leah Rowe 2025-07-10 00:07:55
T480/T480: Drop redundant PcieRpEnable from dt e25bca2ef7798c0454130ae3ea85f37d8a2d87bd Leah Rowe 2025-07-08 16:57:53
tree.sh: Place target builds under tree/target/ cc82b733d3dbf5f91badede6daf88ba724a0d9d8 Leah Rowe 2025-07-08 12:20:28
rom.sh: bump pcsx-redux copyright date to 2025 9541dfcefae0e5f4262dc965e4f109d73c505a78 Leah Rowe 2025-07-08 09:39:54
hppro3500: enlarge CBFS to match the BIOS region 91a63ccd1faac0431d8717942d6da8a57846f370 Leah Rowe 2025-07-08 00:59:13
pcsx-redux: bump rev 8f8cc3d5, 20 June 2025 ed839db0a06b6ac05054994c25f8343565a1c184 Leah Rowe 2025-07-06 20:07:19
coreboot/default: bump rev 812d0e2f62, 5 Apr 2025 dd65f55b29546b25889f45ba5dbb5b316ddd9c5c Leah Rowe 2025-07-06 17:59:47
deguard: bump to rev 0ed3e4f f6da49b3a7ba59b04668dbc9e9b031df14678114 Leah Rowe 2025-07-06 16:54:51
GRUB: Bump to rev a68a7dece, 23 June 2025 81dc1a7f897d95e272e25969a59ccad48bb49879 Leah Rowe 2025-07-06 14:48:02
SeaBIOS/default: Bump to rev b686f460, 28 Jun 2025 5b2661a485f172e3b6298981df1d171951db9a1b Leah Rowe 2025-07-06 14:31:48
ifd/hppro3500: use truncated ME, enlarge BIOS size 248192ad9a13b998080c5cda62c56a814a6651d8 Leah Rowe 2025-07-06 03:34:14
ifd/hppro3500: unlock regions by default 1cd8353082377d4e64bc9c11400b88e17b5293ce Leah Rowe 2025-07-06 03:25:22
ifd/hppro3500: set HAP bit by default 67858207eb229f5eae9e23e211dbb25289392f34 Leah Rowe 2025-07-06 03:22:48
cb/hppro3500: use seagrub, not grubsea a13772bf31fc2e63c38067a3baffe3cabd011b0d Leah Rowe 2025-07-06 03:15:22
lib.sh: remove erroneous break from fx_ d25aaac9ad9a366c05f0b67af9cf9c8e3b35479c Leah Rowe 2025-07-06 02:25:35
Libreboot 25.06 release c46a71138c77556b103a4a5c85917d5bb5cc915a Leah Rowe 2025-06-30 13:08:48
Add HP Pro 3500 Series 587af4a7b601198f4d701d5e81c2299b5df8413d Joel Linn 2025-06-15 13:20:32
tree.sh: add sha512 error for check_project_hashes b1ef562b7677f7238636dcbc76fa53999efdcfbb Leah Rowe 2025-05-28 17:43:44
tree.sh: add error check in check_project_hashes() 04bee3834d031b1b9209f53112367a46d0c7606f Leah Rowe 2025-05-28 17:38:23
tree.sh: more reliable clean in run_make_command 677dfc4d103f01b2d6c3b9d9b92011523e248308 Leah Rowe 2025-05-27 11:59:42
Commit fb95230a4c343647e96c58f79b142ccc46e620af - tree.sh: Remove redundant deletion
Target builds go inside a common directory for
the given tree now, which gets deleted, thus
deleting all target builds of that given tree.

Therefore, the deletion being removed is redundant.

Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-07-10 00:07
Committer name: Leah Rowe
Committer date (UTC): 2025-07-10 00:07
Parent(s): e25bca2ef7798c0454130ae3ea85f37d8a2d87bd
Signer:
Signing key:
Signing status: N
Tree: 88ee8d860113a48b06a2745b6a57869401be0ff8
File Lines added Lines deleted
include/tree.sh 1 1
File include/tree.sh changed (mode: 100644) (index 59dd765c..ef96ac9b)
... ... check_project_hashes()
193 193 err "!mk $XBMK_CACHE/hash/$project$tree" err "!mk $XBMK_CACHE/hash/$project$tree"
194 194
195 195 [ "$badhash" != "y" ] || x_ rm -Rf "src/$project/$tree" \ [ "$badhash" != "y" ] || x_ rm -Rf "src/$project/$tree" \
196 "elf/$project/$tree" "elf/$project/$target"; :
196 "elf/$project/$tree"; :
197 197 } }
198 198
199 199 check_cross_compiler() check_cross_compiler()
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/libreboot

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

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

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