Page MenuHomePhabricator

UART: Unify Non-secure and secure implementation
Closed, ResolvedPublic

Description

The uart_stdout implementations are actually identical for
Non-secure and Secure. The only difference is the actual
underlying stdio driver.
This patch unifies the implementations to one file, using
Macro to ditingush different drivers.