gaspar-ilom
f75ddb81c3
add t480 board
...
Signed-off-by: gaspar-ilom <gasparilom@riseup.net>
2025-02-12 00:56:17 +01:00
Thierry Laurion
e8974daebb
boards/t480-maximized/t480-maximized.config: enable pr0 (impacts only after kexec call to final OS. Otherwise, problem with coreboot config)
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 17:17:26 -05:00
Thierry Laurion
002d107ec9
config/coreboot-t480.config: unset CONFIG_DISPLAY_FSP_VERSION_INFO otherwise build error
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 17:09:31 -05:00
Thierry Laurion
e62b84b4c0
config/coreboot-t480.config: add PR0, unify against nv41, save in oldconfig
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 14:09:57 -05:00
Thierry Laurion
32fc31bc6e
patches/coreboot-t480/85278-post-skylake-pr0.patch: remove xeon bits we are not interested into which are conflicting against coreboot upstream commit 2f1e4e5e8515dd350cc9d68b48d32a5b6b02ae6a
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 14:04:01 -05:00
Thierry Laurion
7f673d4882
patches/coreboot-t480/85278-post-skylake-pr0.patch: add unmerged upstream PR0 patchset https://review.coreboot.org/c/coreboot/+/85278
...
Repro:
git fetch https://review.coreboot.org/coreboot refs/changes/78/85278/3 && git format-patch -1 --stdout FETCH_HEAD > patches/coreboot-t480/85278-post-skylake-pr0.patch
Unfortunately
Applying patch file : patches/coreboot-t480/85278-post-skylake-pr0.patch
Checking patch build/x86/coreboot-t480/src/soc/intel/alderlake/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/cannonlake/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/common/block/lpc/Makefile.mk...
Checking patch build/x86/coreboot-t480/src/soc/intel/common/block/smm/smihandler.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/common/pch/include/intelpch/lockdown.h...
Checking patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/Kconfig...
Checking patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/Makefile.mk...
Checking patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/lockdown.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/lockdown_lpc.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/lockdown_spi.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/denverton_ns/lpc.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/elkhartlake/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/jasperlake/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/meteorlake/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/pantherlake/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/skylake/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/tigerlake/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/xeon_sp/finalize.c...
Checking patch build/x86/coreboot-t480/src/soc/intel/xeon_sp/lockdown.c...
error: while searching for:
static void lpc_lockdown_config(void)
{
/* Set BIOS Interface Lock, BIOS Lock */
lpc_set_bios_interface_lock_down();
/* Only allow writes in SMM */
if (CONFIG(BOOTMEDIA_SMM_BWP)) {
lpc_set_eiss();
lpc_enable_wp();
}
lpc_set_lock_enable();
}
void soc_lockdown_config(int chipset_lockdown)
{
if (chipset_lockdown == CHIPSET_LOCKDOWN_FSP)
return;
lpc_lockdown_config();
pmc_lockdown_config();
sata_lockdown_config(chipset_lockdown);
spi_lockdown_config(chipset_lockdown);
error: patch failed: build/x86/coreboot-t480/src/soc/intel/xeon_sp/lockdown.c:6
Applied patch build/x86/coreboot-t480/src/soc/intel/alderlake/finalize.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/cannonlake/finalize.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/common/block/lpc/Makefile.mk cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/common/block/smm/smihandler.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/common/pch/include/intelpch/lockdown.h cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/Kconfig cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/Makefile.mk cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/lockdown.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/lockdown_lpc.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/common/pch/lockdown/lockdown_spi.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/denverton_ns/lpc.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/elkhartlake/finalize.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/jasperlake/finalize.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/meteorlake/finalize.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/pantherlake/finalize.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/skylake/finalize.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/tigerlake/finalize.c cleanly.
Applied patch build/x86/coreboot-t480/src/soc/intel/xeon_sp/finalize.c cleanly.
Applying patch build/x86/coreboot-t480/src/soc/intel/xeon_sp/lockdown.c with 1 reject...
Rejected hunk #1 .
make: *** [Makefile:570: /home/user/heads/build/x86/coreboot-t480/.canary] Error 1
Will have to edit patch
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 13:59:49 -05:00
Thierry Laurion
d666b81150
config/coreboot-t480.config: Set CONFIG_FSP_FULL_FD=y so that vendorfiles exist
...
For repro:
- To remove all files created by patches (would error to help dev remove them manually)
- echo "bogus" | tee build/x86/coreboot-t480/.canary
- sudo rm -rf build/x86/coreboot-t480/src/mainboard/lenovo/sklkbl_thinkpad/variants/t480*
- sudo rm build/x86/libgpg-error-1.46/src/syscfg/lock-obj-pub.powerpc64le-unknown-linux-musl.h
- Remove all .canary files, outside of detected git forks to speedup local builds, rebuilding only new files with make magic
- ./docker_repro.sh make BOARD=t480-maximized real.remove_canary_files-extract_patch_rebuild_what_changed
- Rebuild from sources: unpack archives/git clone, patch, build from source
- ./docker_repro.sh make BOARD=t480-maximized
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 13:33:16 -05:00
Thierry Laurion
4310d89fb8
CircleCI: add t480 without reusing any other cache then muslc-cross-make first layer
...
Will fail at
Updating git submodules.
payloads/external/Makefile.mk:399: "Using host toolchain to build Linuxboot"
GEN build.h
IFDTOOL -p sklkbl -F t480-maximized/fmap-template.fmd ../../../blobs/t480/ifd_16
HOSTCC cbfstool/fmd_parser.o
HOSTCC cbfstool/fmd_scanner.o
make[1]: *** No rule to make target '../../../vendorfiles/kabylake/Fsp_M.fd', needed by 't480-maximized/coreboot.pre'. Stop.
make[1]: *** Waiting for unfinished jobs....
File ../../../blobs/t480/ifd_16 is 4096 bytes
Wrote layout to t480-maximized/fmap-template.fmd
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:28:33 -05:00
Thierry Laurion
44b4d6a2ac
config/coreboot-t480.config: change Dsp_*.fd paths to non-existing files in tree as per http://web.archive.org/web/20250211155526/https://notgivenby.github.io/heads-wiki/t480-port/#coreboot-config-for-t480 : No joy building, but will dump progress for others to pickup
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:48 -05:00
Thierry Laurion
6176f6c08f
modules/coreboot: t480; state its based on 24.12, do not reuse coreboot 24.02 buildstack)
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:43 -05:00
Thierry Laurion
bdb09c6449
bin/fetch_coreboot_crossgcc_archive.sh: change acpica default PFG_BASEURL to use one of libreboot web mirror
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:37 -05:00
Thierry Laurion
de0a1f4795
config/coreboot-t480.config: adapt from config/coreboot-librem_15v4.config and config/coreboot-novacustom-nv4x_adl.config
...
Then saved back in oldconfig with ./docker_repro.sh make BOARD=t480-maximized coreboot.modify_and_save_oldconfig_in_place
Notes:
- Pr0 requirements don't stick, investigate
- real quick overview of config, just rying to get thing build here
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:31 -05:00
Thierry Laurion
c44285c58e
config/linux-t480.config: use config/linux-librem_common-6.1.8.config as base
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:25 -05:00
Thierry Laurion
5ce57053e6
boards/t480-maximized/t480-maximized.config: use t480 target that calls blobs scripts
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:20 -05:00
Thierry Laurion
304f6b9a8c
blobs/t480/download-clean-deguard-me.sh: deguard local call needs python when used under nix docker
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:14 -05:00
Thierry Laurion
820931bcf7
Revert "modules/coreboot: t480; do not reuse 24.02.01 coreboot buildtack, since its not sharing the same coreboot buildstack (something 25.X.X, need to check)"
...
This reverts commit b1f279354388fd8e71abd9f1514246d7e9f6ed1c.
Hmmm....
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/user/heads/build/x86/coreboot-t480" "binutils" "/home/user/heads/packages/x86"
--2025-02-11 14:46:38-- https://ftpmirror.gnu.org/binutils/binutils-2.43.1.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://mirror.csclub.uwaterloo.ca/gnu/binutils/binutils-2.43.1.tar.xz [following]
--2025-02-11 14:46:40-- https://mirror.csclub.uwaterloo.ca/gnu/binutils/binutils-2.43.1.tar.xz
Resolving mirror.csclub.uwaterloo.ca (mirror.csclub.uwaterloo.ca)... 129.97.134.71, 2620:101:f000:4901:c5c:0:f:1055
Connecting to mirror.csclub.uwaterloo.ca (mirror.csclub.uwaterloo.ca)|129.97.134.71|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28174300 (27M) [text/plain]
Saving to: '/home/user/heads/packages/x86/coreboot-crossgcc-binutils-2.43.1.tar.xz.tmp'
/home/user/heads/packages/x86/coreboot-crossgcc-binu 100%[=====================================================================================================================>] 26.87M 8.88MB/s in 3.0s
2025-02-11 14:46:44 (8.88 MB/s) - '/home/user/heads/packages/x86/coreboot-crossgcc-binutils-2.43.1.tar.xz.tmp' saved [28174300/28174300]
/home/user/heads/packages/x86/coreboot-crossgcc-binutils-2.43.1.tar.xz.tmp: OK
touch "/home/user/heads/build/x86/coreboot-t480/.heads-crossgcc-pkg-binutils"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/user/heads/build/x86/coreboot-t480" "gcc" "/home/user/heads/packages/x86"
--2025-02-11 14:46:44-- https://ftpmirror.gnu.org/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://mirror2.evolution-host.com/gnu/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz [following]
--2025-02-11 14:46:44-- https://mirror2.evolution-host.com/gnu/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz
Resolving mirror2.evolution-host.com (mirror2.evolution-host.com)... 167.114.8.249, 2607:5300:60:450d:c259:13f4:6df0:1
Connecting to mirror2.evolution-host.com (mirror2.evolution-host.com)|167.114.8.249|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 92306460 (88M) [application/x-xz]
Saving to: '/home/user/heads/packages/x86/coreboot-crossgcc-gcc-14.2.0.tar.xz.tmp'
/home/user/heads/packages/x86/coreboot-crossgcc-gcc- 100%[=====================================================================================================================>] 88.03M 32.9MB/s in 2.7s
2025-02-11 14:46:48 (32.9 MB/s) - '/home/user/heads/packages/x86/coreboot-crossgcc-gcc-14.2.0.tar.xz.tmp' saved [92306460/92306460]
/home/user/heads/packages/x86/coreboot-crossgcc-gcc-14.2.0.tar.xz.tmp: OK
touch "/home/user/heads/build/x86/coreboot-t480/.heads-crossgcc-pkg-gcc"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/user/heads/build/x86/coreboot-t480" "nasm" "/home/user/heads/packages/x86"
--2025-02-11 14:46:48-- https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/nasm-2.16.03.tar.bz2
Resolving www.nasm.us (www.nasm.us)... 198.137.202.136, 2607:7c80:54:3::136
Connecting to www.nasm.us (www.nasm.us)|198.137.202.136|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1361988 (1.3M) [application/x-bzip2]
Saving to: '/home/user/heads/packages/x86/coreboot-crossgcc-nasm-2.16.03.tar.bz2.tmp'
/home/user/heads/packages/x86/coreboot-crossgcc-nasm 100%[=====================================================================================================================>] 1.30M 2.90MB/s in 0.4s
2025-02-11 14:46:49 (2.90 MB/s) - '/home/user/heads/packages/x86/coreboot-crossgcc-nasm-2.16.03.tar.bz2.tmp' saved [1361988/1361988]
/home/user/heads/packages/x86/coreboot-crossgcc-nasm-2.16.03.tar.bz2.tmp: OK
touch "/home/user/heads/build/x86/coreboot-t480/.heads-crossgcc-pkg-nasm"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/user/heads/build/x86/coreboot-t480" "iasl" "/home/user/heads/packages/x86"
--2025-02-11 14:46:49-- https://distfiles.macports.org/acpica/acpica-unix-20241212.tar.gz
Resolving distfiles.macports.org (distfiles.macports.org)... 151.101.138.132
Connecting to distfiles.macports.org (distfiles.macports.org)|151.101.138.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-02-11 14:46:50 ERROR 404: Not Found.
Failed to download https://distfiles.macports.org/acpica/acpica-unix-20241212.tar.gz
Try mirrors for coreboot-crossgcc-acpica-unix-20241212.tar.gz
--2025-02-11 14:46:50-- https://storage.puri.st/heads-packages/coreboot-crossgcc-acpica-unix-20241212.tar.gz
Resolving storage.puri.st (storage.puri.st)... 146.190.140.226
Connecting to storage.puri.st (storage.puri.st)|146.190.140.226|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-02-11 14:46:51 ERROR 404: Not Found.
Failed to download https://storage.puri.st/heads-packages/coreboot-crossgcc-acpica-unix-20241212.tar.gz
--2025-02-11 14:46:51-- https://storage.puri.sm/heads-packages/coreboot-crossgcc-acpica-unix-20241212.tar.gz
Resolving storage.puri.sm (storage.puri.sm)... 146.190.140.226
Connecting to storage.puri.sm (storage.puri.sm)|146.190.140.226|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-02-11 14:46:52 ERROR 404: Not Found.
Failed to download https://storage.puri.sm/heads-packages/coreboot-crossgcc-acpica-unix-20241212.tar.gz
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:08 -05:00
Thierry Laurion
fd3745c179
modules/coreboot: t480; do not reuse 24.02.01 coreboot buildtack, since its not sharing the same coreboot buildstack (something 25.X.X, need to check)
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:26:02 -05:00
notgiven by
277e4da250
change gbe and ifd_16 files
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:25:56 -05:00
notgiven by
0be89cb3a0
add dependencies and a script to download and modify essential blobs for t480
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:25:51 -05:00
notgiven by
3a4be9617e
add a new t480.mk dealing with blobs
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:25:45 -05:00
AK Unterkontrolle
effa9f63e3
Add board config for T480
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:25:39 -05:00
AK Unterkontrolle
b101d312ef
Add coreboot config for T480
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:25:33 -05:00
AK Unterkontrolle
ca1bd2025b
Add coreboot patches for T480
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:25:28 -05:00
AK Unterkontrolle
bce18815fd
Add additional coreboot version for T480
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-11 11:25:22 -05:00
Thierry Laurion
462c157b23
Merge pull request #1903 from tlaurion/BUGFIX_non_hotp_nk3_regression_fix
...
non-hotp boards: skip Secrets App reset with hotp_verification if binary doesn't exit
2025-02-04 09:23:05 -05:00
Thierry Laurion
e2d1a87809
non-hotp boards: skip Secrets App reset with hotp_verification if binary doesn't exit
...
nk3 was not tested on non-hotp boards. Make sure both htop_verification and nk3 is present before resetting Secrets App
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-02-03 15:10:13 -05:00
Thierry Laurion
89a9c1b276
Merge pull request #1899 from tlaurion/unify_nv41_with_other_novacustom_board_name_scheme
...
novacustom_nv4x_adl -> novacustom-nv4x_adl consistent NovaCustom board naming scheme from now on
2025-01-30 14:09:15 -05:00
Thierry Laurion
8381ee3a86
novacustom_nv4x_adl -> novacustom-nv4x_adl consistent NovaCustom board naming scheme from now on
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-24 12:07:59 -05:00
Thierry Laurion
2ba5a0420b
Merge pull request #1896 from tlaurion/nitropad_novacustom-point_to_dasharo_docs
...
nitropad/novacustom board configs: point to Dasharo docs for disassembly and recovery instructions
2025-01-22 15:48:01 -05:00
Thierry Laurion
fef0326f55
nitropad/novacustom board configs: point to Dasharo docs for disassembly and recovery instructions
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-22 15:24:29 -05:00
Thierry Laurion
decb100288
Merge pull request #1895 from tlaurion/board_testers_review
...
Board testers review
2025-01-21 13:46:15 -05:00
Thierry Laurion
c62b0c93ec
BOARD_TESTERS.md: add https://matrix.to/#/@rsabdpy:matrix.org per https://matrix.to/#/!pAlHOfxQNPXOgFGTmo:matrix.org/$pj1W6y6usxTnE0DnU1uhQKX2HfPVVgCcCeyAoOITmgk?via=matrix.org&via=nitro.chat&via=envs.net agreement for d16 and x230 fhd
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-21 11:15:49 -05:00
Thierry Laurion
f17cd908fb
BOARD_TESTERS.md: remove @natterangell for t420 and x230i per https://github.com/linuxboot/heads/issues/692#issuecomment-2603162727 request)
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-20 15:25:46 -05:00
Thierry Laurion
6ab23088dc
BOARD_TESTERS.md: add @notgivenby on t420 and t430
...
Closes https://github.com/linuxboot/heads/issues/1869
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-20 15:23:43 -05:00
Thierry Laurion
36e30d0174
Merge pull request #1875 from tlaurion/introduce_quiet_mode-diceware_STAGING
...
TESTING NEEDED: STAGING PR (quiet mode + diceware + nk3 fixes)
2025-01-20 14:53:29 -05:00
Thierry Laurion
836af32a42
BUGFIX >2tb drives: replace all fdisk -l calls with stderr suppression (workaround)
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-20 14:15:06 -05:00
Thierry Laurion
2d19fa9470
Merge remote-tracking branch 'osresearch/master' into introduce_quiet_mode-diceware_STAGING
2025-01-17 18:36:37 -05:00
Thierry Laurion
6b73d6d7cd
Merge pull request #1892 from tlaurion/revert_coreboot_bump_dasharo
...
BUGFIX: Revert "modules/coreboot: set Dasharo coreboot fork rev to the main d…
2025-01-17 18:35:55 -05:00
Thierry Laurion
a37c4e4264
Revert "modules/coreboot: set Dasharo coreboot fork rev to the main dasharo branch"
...
This reverts commit 13f8cce1bf9cdbf7ffd78672d732924a425841fa.
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-17 18:32:11 -05:00
Thierry Laurion
0cdd4414cf
Merge remote-tracking branch 'osresearch/master' into introduce_quiet_mode-diceware_STAGING
2025-01-17 16:38:51 -05:00
Thierry Laurion
8c3fb0394d
Merge pull request #1889 from Dasharo/dasharo_coreboot_main_branch
...
modules/coreboot: set Dasharo coreboot fork rev to the main dasharo branch
2025-01-17 16:38:24 -05:00
Thierry Laurion
61e6cf6129
Merge remote-tracking branch 'osresearch/master' into introduce_quiet_mode-diceware_STAGING
2025-01-17 16:25:04 -05:00
Thierry Laurion
05ad469fcb
Merge pull request #1890 from tlaurion/v560tu_remove_debug
...
BUGFIX: v560tu: unify board config, remove debug cmdline passed from coreboot to linux kernel
2025-01-17 16:24:23 -05:00
Thierry Laurion
0cb5f2faa8
BUGFIX: v560tu: unify board config, remove debug cmdline passed from coreboot to linux kernel
...
Note: qemu coreboot config still pass debug (non quiet, non prod board = debug)
config/coreboot-qemu-tpm1.config:173:CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0,115200 console=tty"
config/coreboot-qemu-tpm2.config:170:CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0,115200 console=tty"
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-17 16:21:17 -05:00
Michał Kopeć
13f8cce1bf
modules/coreboot: set Dasharo coreboot fork rev to the main dasharo branch
...
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2025-01-17 13:24:11 +01:00
Jonathon Hall
22a86e6d48
oem-factory-reset: Only badger user to record passphrases if generated
...
There are many flows through oem-factory-reset that use passwords
provided by the user or basic defaults to be changed later. We don't
need to badger the user to record those passwords.
Still do this if we generated diceware passwords though, as the user
does not know them yet.
Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
2025-01-16 11:31:30 -05:00
Thierry Laurion
2872f44621
v560tu: unify board config, remove debug cmdline passed from coreboot to linux kernel
...
Note: qemu coreboot config still pass debug (non quiet, non prod board = debug)
config/coreboot-qemu-tpm1.config:173:CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0,115200 console=tty"
config/coreboot-qemu-tpm2.config:170:CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0,115200 console=tty"
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-16 11:23:40 -05:00
Thierry Laurion
392d4561f3
typo: s01x -> s0ix
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-15 21:58:30 -05:00
Thierry Laurion
bab46bc97b
novacustom-v560tu board config: set board to have quiet mode enabled by default
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-15 15:41:22 -05:00
Thierry Laurion
69037fc0bb
BOARD_TESTERS.md: revise board names, add v560tu, add testers expected to answer testing calls
...
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2025-01-15 15:38:58 -05:00