Commit 8762d86
committed
kgpe-d16: add AGESA 15h fork support; move all boards to tested
Add coreboot-15h module pointing to the AGESA-based 15h fork:
repo: https://git.15h.org/mrothfuss/coreboot-15h.git
branch: 4.11_wip-tpm
commit: 1afdea5572e4908c51c5b4bed43fcdc2a98fd768
Builds its own toolchain (not reusing coreboot 4.11 buildstack).
Move all four kgpe-d16 boards out of unmaintained_boards/ to boards/:
git mv unmaintained_boards/UNMAINTAINED_kgpe-d16_workstation
boards/kgpe-d16_workstation
git mv unmaintained_boards/UNMAINTAINED_kgpe-d16_workstation-usb_keyboard
boards/kgpe-d16_workstation-usb_keyboard
git mv unmaintained_boards/UNMAINTAINED_kgpe-d16_server
boards/kgpe-d16_server
git mv unmaintained_boards/UNMAINTAINED_kgpe-d16_server-whiptail
boards/kgpe-d16_server-whiptail
Save all four coreboot configs in defconfig format:
./docker_repro.sh make BOARD=kgpe-d16_workstation coreboot.save_in_defconfig_format_in_place
./docker_repro.sh make BOARD=kgpe-d16_workstation-usb_keyboard coreboot.save_in_defconfig_format_in_place
./docker_repro.sh make BOARD=kgpe-d16_server coreboot.save_in_defconfig_format_in_place
./docker_repro.sh make BOARD=kgpe-d16_server-whiptail coreboot.save_in_defconfig_format_in_place
Enable TPM measured boot via menuconfig for kgpe-d16 boards.
Update kgpe-d16 server and workstation coreboot configs to use 15h fork.
circleci: add fam15h build jobs with standalone x86-musl-cross-make dep.
doc/BOARDS_AND_TESTERS.md: note KGPE-D16 revived via 15h fork.
Signed-off-by: arhabd <arhabodey@proton.me>
Signed-off-by: Thierry Laurion <insurgo@riseup.net>1 parent a1bf81d commit 8762d86
File tree
11 files changed
+62
-2783
lines changed- .circleci
- boards
- kgpe-d16_server-whiptail
- kgpe-d16_server
- kgpe-d16_workstation-usb_keyboard
- kgpe-d16_workstation
- config
- doc
- modules
11 files changed
+62
-2783
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
588 | 617 | | |
589 | 618 | | |
590 | 619 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | | - | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments