heads
heads copied to clipboard
A minimal Linux that runs as a coreboot or LinuxBoot ROM payload to provide a secure, flexible boot environment for laptops, workstations and servers.
new file: blobs/w541/vbios_w541_k2100m.sh new file: boards/UNTESTED-w541-dgpu-k2100m-hotp-maximized/UNTESTED-w541-dgpu-k2100m-hotp-maximized.config new file: boards/UNTESTED-w541-dgpu-k2100m-maximized/UNTESTED-w541-dgpu-k2100m-maximized.config new file: config/coreboot-w541-dgpu-k2100m-maximized.config
**Is your feature request related to a problem? Please describe.** Infineon SLB9672 TPMs are already supporting SHA384 PCR bank (default disabled) besides SHA1 (default disabled) and SHA256 (default enabled). It...
From https://matrix.to/#/!WtRrlYUTHOQjqGcSnn:invisiblethingslab.com/$zJFI4O_26wjlsNvQ-DybW3vpTsoJet5m8j7Y4ffqXuQ?via=invisiblethingslab.com&via=matrix.org&via=nitro.chat @krystian-hebel said: > I've added exposing CBMEM (i.e. memory region) as sysfs files for PPC64 in https://github.com/linuxboot/heads/blob/master/patches/linux-5.5-openpower/0011-drivers-firmware-google-expose-CBMEM-as-sysfs-file.patch, it may work on x86 after CBMEM is added as a...
CircleCI showed an issue when attempting to build https://app.circleci.com/pipelines/github/tlaurion/heads?branch=pre423-edp_fhd_in-tpm_tcg_event_log-CircleCi_coreboot_cache_fixed See mpfr download failing here: https://app.circleci.com/pipelines/github/tlaurion/heads/2275/workflows/f6d1bfb3-f5f5-4141-a8d6-5afa95a2ce0a/jobs/40709?invite=true#step-103-4141_69
## Context of the Build **1. What board are you trying to build?** nitropad-nv41 but also tried with t430, x230 and librem_14 **2. What repository:branch are you using to build...
Heads can't boot Manjaro or Garuda ISOs. Both of these use variables in the GRUB configuration that Heads doesn't understand. In this menu item, Heads would need to know the...
Work done under #1378 has not been tested under that board. Meaning that it is not expected that a flat framebuffer is passed through kexec. Interesting enough, this board is...
There is code in Heads to accept `kexec_package_trigger_pre.txt` or `kexec_package_trigger_post.txt` on /boot, which are intended for a package manager to describe intentional updates it made to /boot. This originates from...
> @tlaurion I checked out CONFIG_CRYPTO_AES and CONFIG_PCIEASPM_PERFORMANCE. > CONFIG_CRYPTO_AES adds the "generic" implementation of AES. We already get the AES-NI implementation from CONFIG_CRYPTO_AES_NI_INTEL, which is preferred over the generic...
> MEI is removed because the HECI devices are disabled on all Librems (all either have HAP bit or neutralized ME). > > AFAICT, there also are no boards actually...