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.
I have below error while building heads: make BOARD=x230-maximized But not sure about the cause. i have searched the issue list, and couldn't find solution. Please kindly help. make -C...
- [X] Shell scripts without a file extension in `/initrd` renamed with `.sh` for consistency and simplifying shellcheck glob search. - [X] Any `#!/bin/ash` shebangs are changed to `#!/bin/sh` as...
During the course of debugging #872, correcting [shellcheck](https://github.com/koalaman/shellcheck) errors and warnings, a number of issues presented that made verifying the changes difficult. Examples of this were errors that existed in...
To fix: - Initial setup of disk unlock key setups kexec_key_devices.txt - We can use cryptsetup to check for all blkid and check if we have a LUKS header and...
There seems something wrong with the TPM-1.2 on my motherboard, not sure if this is a global issue. Output of dmesg | grep TPM `[ 0.480076] tpm_tis 00:06: 1.2 TPM...
The current build system is, to put it lightly, complex and slow, involving building an entire toolchain the first time heads is built. The goal of this is to ensure...
This way no complete disassembly would be needed. Since the 8mb SPI flash is the one exposed under palmrest and the 4mb is the one under bezel, we could create...
Essentially a tech demo that does absolutely nothing but throw the current build process, cross compilers and all, into a docker image. It doesn't pin dependencies or use snapshots of...
A lot of calls to warn in code are happening in between GUI prompts and are not reaching the user (going to console and show error there on called scripts...
This is broken and will be for the foreseeable future. The goal is to replace all tpm 1.2 commands with their tpm2 equivalent, as well as following tpm2 best practices...