audk/ArmPlatformPkg/Drivers
levi.yun 690f13fcb4 ArmPlatformPkg/Driver/PL061Gpio: Error checking for pin on release build
ASSERT_EFI_ERROR would be removed in release build.
This means it would trigger wrong behavior when invalid pin number given
to Get(), Set() and GetMode().

Adding error check routine for invalid pin number and before check the
pin number, check first other argument given to each function.

Signed-off-by: Levi Yun <yeoreum.yun@arm.com>
2024-07-16 15:19:27 +00:00
..
LcdGraphicsOutputDxe ArmPlatformPkg: Remove overly verbose DEBUG lines in LcdGraphicsBlt 2022-06-22 14:57:31 +00:00
PL061GpioDxe ArmPlatformPkg/Driver/PL061Gpio: Error checking for pin on release build 2024-07-16 15:19:27 +00:00
SP805WatchdogDxe ArmPlatformPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00