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)
fix nasm download path for coreboot/fam15h 1952db55540606b2fb00ddd4be9e358dbc99ef8b Leah Rowe 2024-06-11 09:44:49
minor code cleanup in the build system 2ee186aee3aa3ab9619ed9549bd3b82909dcfbd0 Leah Rowe 2024-06-09 17:48:58
re-add ability to use cbfs grub.cfg as default c5441bb9f538ca45468db21c1c62f45680349a3d Leah Rowe 2024-06-09 15:06:07
trees: exit with error if project undefined d33556c6ae548415a274c0a10bb122535c2fad9a Leah Rowe 2024-06-09 14:57:53
build: also make a lock file during release build 1799a33663fdfc28577dca3afccad26eefd829e3 Leah Rowe 2024-06-09 14:47:51
lib.sh: more useful lock message 78426a97e57d3cfe77d8189a10a3c10125284426 Leah Rowe 2024-06-09 14:44:20
create a lock file during builds e80c4b73ceb10c38a93c769e681afb947d9dfb1c Leah Rowe 2024-06-09 14:37:13
git.sh: hide e() output on for loop a0710ef9cac6e9f27852676d1bafa5d8c5f8ac47 Leah Rowe 2024-06-09 14:27:03
lib.sh: fix regression 86eb566b131b4e71dce0a911a0d97890338fbe9f Leah Rowe 2024-06-09 14:23:50
git.sh: download xtree *before*, not after fbcdf33f93149700a69bb588fdb7e9b4ea632037 Leah Rowe 2024-06-09 10:55:30
git.sh: fix deletion path in nuke() 6a3d8a9600a8eabceaeae54bb0394d89ff9372fa Leah Rowe 2024-06-09 10:43:47
lib.sh: less confusing error in download() 3478b28821335398a07866276657fcc725104d24 Leah Rowe 2024-06-09 10:07:07
lib.sh: hide stderr on download() f3f5b99cecefe7d768173988f021490a50a1cac3 Leah Rowe 2024-06-09 10:04:25
lib.sh: simplify download() 3440e1f651623cd909c6a2a17a024e754950a61b Leah Rowe 2024-06-09 10:04:08
lib.sh: fix redundancy in download() 75b39dbeb15c7ac0a942da84d1c0784e80b51156 Leah Rowe 2024-06-09 09:58:19
lib.sh: simplify singletree() 26df6e7ab29cc745e40beae867310089fe0a7cf3 Leah Rowe 2024-06-09 09:55:33
git.sh: further simplify nuke() 9cdf419295a248e8853ca7c9cc98df90990aca6c Leah Rowe 2024-06-09 09:49:58
git.sh: simplify link_crossgcc() 1cede024d6c2c6964dbbeb7dca51af5bb01e9714 Leah Rowe 2024-06-09 09:48:28
git.sh: simplify nuke() 77e482aae607e0c9d13ff6263823f816db2c5372 Leah Rowe 2024-06-09 09:42:10
add crossgcc tarballs to config/submodules/ a0eb79dfd823665bc33171f6d82b0ef8794038c7 Leah Rowe 2024-06-08 07:30:59
Commit 1952db55540606b2fb00ddd4be9e358dbc99ef8b - fix nasm download path for coreboot/fam15h
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2024-06-11 09:44
Committer name: Leah Rowe
Committer date (UTC): 2024-06-11 09:44
Parent(s): 2ee186aee3aa3ab9619ed9549bd3b82909dcfbd0
Signer:
Signing key:
Signing status: N
Tree: f83f4b76e25ba4ef2456a93c807e94707edcfc78
File Lines added Lines deleted
config/submodule/coreboot/fam15h_rdimm/module.list 1 1
File config/submodule/coreboot/fam15h_rdimm/module.list changed (mode: 100644) (index 747c8912..64f09aea)
... ... util/crossgcc/tarballs/gcc-8.3.0.tar.xz
6 6 util/crossgcc/tarballs/gmp-6.1.2.tar.xz util/crossgcc/tarballs/gmp-6.1.2.tar.xz
7 7 util/crossgcc/tarballs/mpc-1.1.0.tar.gz util/crossgcc/tarballs/mpc-1.1.0.tar.gz
8 8 util/crossgcc/tarballs/mpfr-4.0.2.tar.xz util/crossgcc/tarballs/mpfr-4.0.2.tar.xz
9 util/crossgcc/tarballs/tarballs/nasm-2.14.02.tar.bz2
9 util/crossgcc/tarballs/nasm-2.14.02.tar.bz2
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