diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-20 19:56:23 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-20 22:01:33 +0100 |
| commit | 009103c8f6bb3c3d1a77967b8878bc71b00d1a4e (patch) | |
| tree | 3ab8c1c8bda977ea42e88ba3bf4de0ce4f2aea98 /config/dependencies/debian | |
| parent | 645002ac2b63f953e8bcf9894a5482e449e72342 (diff) | |
switch to 15h.org fork for kgpe-d16 and kcma-d8
aka "Mike's coreboot"
libreboot recently improved its multi-tree design to
allow specifying git repository links per-tree instead
of just per-project. this means i can now use the 15h
fork quite easily, on fam15h boards. this fork uses
AMD's AGESA source code instead of raptor engineering's
code. the modified AGESA code is compatible with a lot
more memory modules, and can support higher amounts of
memory. it's generally more reliable.
the only submodule they changed was the blobs one,
but the only commits they add are things i don't
need. they add commits that violate copyright, e.g.
distributing AST2500 VGA ROM without permission.
thus, i do not use their blobs repo. i use the
upstream coreboot one, which has what we need.
since i don't use the VGA ROM in libreboot, it's
fine. therefore, the submodule config is currently
the same as the old 4.11 tree.
they were missing two of my build fixes. they have
added some of their own as well.
note that there are two boards for kgpe-d16 and d8
here: the raptor one, and the agesa one. we are using
the agesa one.
kfnsn4-dre still uses the old tree.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/debian')
| -rw-r--r-- | config/dependencies/debian | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/dependencies/debian b/config/dependencies/debian index 099e28a7..9adec785 100644 --- a/config/dependencies/debian +++ b/config/dependencies/debian @@ -1,5 +1,9 @@ # SPDX-License-Identifier: GPL-3.0-or-later +# TODO: find out what imagemagick is needed for in 15h.org dependencies: +# https://15h.org/index.php/Coreboot-15h +# probably the coreboot splash screen option, which we don't use in lbmk + pkg_add="apt-get install --no-install-recommends $reinstall" pkglist=" \ acpica-tools autoconf autogen automake autopoint autotools-dev bc \ |
