mirror of https://github.com/acidanthera/audk.git
ArmDisassemblerLib is used to pretty print the instruction that triggered an unhandled exception, but it was never implemented for AARCH64, and according to the existing file comment, Thumb2 support (which is used predominantly when building EDK2 for 32-bit ARM due to its smaller size) is incomplete. The DEBUG diagnostics that are produced on an unhandled exception are generally sufficient to dump the entire executable that triggered it, and so this disassembly is of limited value, especially because it doesn't work on AARCH64. So let's start getting rid of it, by dropping references to it in code and in the various .INF and .DSC files. Once out-of-tree platforms have been allowed to catch up, we can remove the library implementation and its class definition entirely. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> |
||
---|---|---|
.. | ||
ArmCrashDumpDxe | ||
ArmGicDxe | ||
ArmPciCpuIo2Dxe | ||
ArmPsciMpServicesDxe | ||
ArmScmiDxe | ||
CpuDxe | ||
CpuPei | ||
GenericWatchdogDxe | ||
MmCommunicationDxe | ||
MmCommunicationPei | ||
StandaloneMmCpu | ||
TimerDxe |