Rot127

Results 545 comments of Rot127

Some quick links: SeaBIOS option rom handling: https://github.com/coreboot/seabios/blob/master/src/optionroms.c and as it looks like it has a validator function we could patch: https://github.com/coreboot/seabios/blob/0026c353eb4e220af29750fcf000d48faf8d4ab3/src/optionroms.c#L70-L87 SeaBIOS TPM driver: https://github.com/coreboot/seabios/blame/master/src/hw/tpm_drivers.h Also, how would an...

Thanks for the report! You are probably interested into https://github.com/linuxboot/heads/issues/2004 I think the GPU is not detected because Coreboot doesn't run the OptionROM of it to init it. And neither...

@wanistar Besides, you run Qubes I assume? Would you mind adding the Laptop to the [HCL](https://www.qubes-os.org/hcl/)? This was the first place I looked at.

Is this still an issue for you? If yes, I opened an issue about fixing the DIET build in general: https://github.com/capstone-engine/capstone/issues/2404 If you have more requests, it would be nice...

Please use the issue template for bugs. Also, see the following discussion: https://github.com/capstone-engine/capstone/discussions/2505

@ivg Do you think you will have time to take a look?

Likely a duplicate of https://github.com/rizinorg/rizin/issues/4431

cc @hainest You are probably aware of this PR, just wanted to ping you as well. Because you mentioned in the Zydis discussion you use Capstone for RISCV as well.

The conflicts are coming from the clang-format formatting we did recently btw. So nothing to preserve there. You can just accept all your changes.