Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | More va_* work | Peter Jones | |
Be much more explicit about exactly which va_* stuff comes from which ABI in both shim and gnu-efi. This fixes the problem where we see: | (null):0:(null)() v->name:"(null)" v->rtname:"(null)" | (null):0:(null)() v->data_size:0 v->data:0x0 and similar messages where everything is NULL. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2021-03-10 | Fix stdarg to work the same everywhere. | Peter Jones | |
This gets us the same working definition for VA_* va_* etc everywhere, and it's the same definition edk2 is using. Signed-off-by: Peter Jones <pjones@redhat.com> |