Heads up on EFI error status change

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've been trying to iron out a couple of platform differences when
starting the LF preboot loader.  It basically wasn't working on the
latest version of the tianocore image, but was on the Intel reference
platform.  The reason for the discrepancy is that tianocore stopped
returning EFI_ACCESS_DENIED if the image wouldn't load and began
returning EFI_SECURITY_VIOLATION instead.

Fixing the check for failure to be

if (status == EFI_ACCESS_DENIED || status == EFI_SECURITY_VIOLATION)

worked for me.

James


--
To unsubscribe from this list: send the line "unsubscribe linux-efi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux