diff options
author | Ard Biesheuvel <ard.biesheuvel@arm.com> | 2020-05-19 14:23:50 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-06-03 14:04:59 +0000 |
commit | b1d3895fb97fa8b387739eb4600c6a0b820e4ec0 (patch) | |
tree | 67c278380144383b348ccdd94597f25645b7ff2a /BaseTools/Source/Python/GenFds/DataSection.py | |
parent | ca407c7246bf405da6d9b1b9d93e5e7f17b4b1f9 (diff) | |
download | edk2-b1d3895fb97fa8b387739eb4600c6a0b820e4ec0.tar.gz edk2-b1d3895fb97fa8b387739eb4600c6a0b820e4ec0.tar.bz2 edk2-b1d3895fb97fa8b387739eb4600c6a0b820e4ec0.zip |
ArmPkg/PlatformBootManagerLib: use static assertion for console type
Replace the runtime ASSERT with the build time STATIC_ASSERT on the
check that ensures that the terminal type we use for the serial
console matches the one we explicitly add to the ConIn/ConOut/StdErr
variables.
This helps catch serial console issues early, even in RELEASE builds,
reducing the risk of ending up with no console at all, which can be
tricky to debug on bare metal.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Reviewed-by: Sami Mujawar <Sami.Mujawar@arm.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'BaseTools/Source/Python/GenFds/DataSection.py')
0 files changed, 0 insertions, 0 deletions