mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/PL180MciDxe: warn on probe fail
If the PL180 fails to probe, issue a warning on debug builds. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
cde024957b
commit
b5ffaf7d70
|
@ -534,6 +534,8 @@ PL180MciDxeInitialize (
|
|||
MmioRead8 (MCI_PCELL_ID_REG2) != MCI_PCELL_ID2 ||
|
||||
MmioRead8 (MCI_PCELL_ID_REG3) != MCI_PCELL_ID3) {
|
||||
|
||||
DEBUG ((EFI_D_WARN, "Probing ID registers at 0x%lx for a PL180"
|
||||
" failed\n", MCI_PERIPH_ID_REG0));
|
||||
return EFI_NOT_FOUND;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue