Trammell Hudson
Trammell Hudson
In order to work with a remote target (such as a device with openocd), it was necessary to stub out the relocation and mappings methods. Otherwise python would throw an...
This is a *very early* draft set of changes to integrate Single Sign On using OpenID Connect into PixelFed. This hacks together the [GCS OIDC Client](https://bitbucket.org/cabinetoffice/oidc-client/src/master/) library with some glue...
With a remarkable 2 running 2.4.1.30, the ePUB files installed with `repush.sh` never seem to be updated beyond the two page placeholder added in commit https://github.com/reHackable/scripts/commit/67b15a3dc448a954813f420fa050c9be56ac8550 The `$UUID.ePUB` file in...
https://github.com/tpm2-software/tpm2-tools/blob/857e6fc7f160f14e7571ffaa70caa84e28c59935/tools/tpm2_makecredential.c#L299 What is the source of this policy hash? It seems like it should have a comment explaining its meaning and use.
Is there a reason to require a TCTI for policy tools that do not interact with the TPM when they are not invoked with `--policy-session`? I need to build an...
The fix for #2755 adds a check for the length returned from `files_load_bytes_from_buffer_or_file_or_stdin()`, although a quick grep through the code shows that there are many places where this needs to...
Currently the integration kernel is special cased in the Makefile. Should it be a proper platform instead?
Some ideas for speeding up the u-bmc boot time: * One kernel. Starting the boot kernel that kexec's the u-bmc kernel adds quite a bit of time. * Read-only root:...
How much power does u-bmc draw at idle? How much can this be reduced with enabling power management in the Linux `.config`?
For some reason the `--lpc_cache` and `--print_lpc_stats` command line arguments from `pkg/aspeed/lpc_mem.go` are ending up in every command. For example: ``` ~# pwd --help Usage of pwd [-LP]: -L don't...