tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

ArmPlatformPkg: Update LcdHwNullLib to Prevent Init #5927

Closed os-d closed 1 month ago

os-d commented 1 month ago

Description

Library previously returned EFI_SUCCESS which causes the platform to continue initializing LCD HW. Should return EFI_NOT_FOUND as this is a null library.

Resolves TCBZ3351: https://bugzilla.tianocore.org/show_bug.cgi?id=3351.

How This Was Tested

Tested using the null lib and seeing LCD HW init not continue.

Integration Instructions

N/A.

os-d commented 1 month ago

@ardbiesheuvel @leiflindholm @samimujawar can you please review?