Andrew Turner

Results 4 comments of Andrew Turner

The problem seems to be the `#pragma pack(1)` in `include/ipmitool/ipmi_delloem.h`. If I comment it out I can build ipmitool. I'm not sure if the pragma is needed as most of...

Is this generated from the blake3 C code? If so would it be a problem to also build with `-mbranch-protection=standard`? It adds support for the pointer authentication and branch target...

We could add options to set them, e.g. `options EARLY_PRINTF_REG_SHIFT=2`.

I would prefer to not depend on the SPCR/FDT so printf works before we parse them, e.g. we may need to call printf from within the parsing code to debug...