Tested on Qemu 2.12.0-rc3 with OVMF.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18865 Build 18522: arc lint + arc unit
Event Timeline
stand/efi/libefi/delay.c | ||
---|---|---|
36 | When was this function added to the UEFI standard? If it's too new, then you'll need to provide a fallback... |
stand/efi/libefi/delay.c | ||
---|---|---|
36 | It's in UEFI 2.0 from 2006, and EFI 1.10 from 2002. |
Comment Actions
I've now tested the change on an ARM64 Overdrive 1000, an EFI 1.10 MacBook Pro from 2007, and a ThinkPad T530.
Comment Actions
I haven't test on u-boot but the function is defined (https://elixir.bootlin.com/u-boot/latest/source/lib/efi_loader/efi_boottime.c#L1938) so ok for me.