Jordan Hand

Results 37 issues of Jordan Hand

[rpp](https://github.com/oreboot/oreboot/tree/main/tools/rpp) does not currently support multiline macros such as ``` #define MACRO some \ stuff ``` This should be an easy thing to add

Feature Request
Good First Issue

The QEMU FSP build outputs to the same directory regardless of architecture. This causes conflicts during a multithreaded build where both targets are built. Need to rework this build to...

Bug
Code Health

We should make an effort to deduplicate assembly code that is needed for different use cases but is largely the same. One such example is code in `src/arch/x86/x86_64/src/bootblock.S` and `src/arch/x86/x86_64/src/bootblock_nomem.S`....

Help Wanted
Code Health

Please make sure all of the following is true so your issue can be quickly resolved (check like [X]): - [X] My version of the userstyle is up to date...

Support filepath globbing for `Watcher#Ignore`. Example: `w.Ignore("/usr/bin/*")`

Are there currently plans to support random stack protectors in SGX-LKL code? Currently the OE branch sets the stack protector for each ethread to the same value (0). This is...

enhancement
area: sgx-lkl
p2

Very cool tool! I wanted to propose an update to the way reviewers are counted. Let me know what you think. Currently review counting is based on someone who creates...

Would it be feasible to document the configurations were used to generate the fiat-crypto arithmetic used in this crate? In particular: In particular: * Which version of `fiat-crypto` was used...

Revisions of ROM and FMC/RT are spread across different branches/tags. We do not currently have a way to produce a single release which will package binaries at specific revisions (currently...

maintenance