arm-trusted-firmware/drivers/console/aarch64
Julius Werner 91b48c9f8f drivers/console: Reimplement MUTLI_CONSOLE_API framework in C
Now that we have switched to using the stack in MULTI_CONSOLE_API
framework functions and have factored all code involved in crash
reporting out into a separate file, there's really no reason to keep the
main framework code in assembly anymore. This patch rewrites it in C
which allows us to have a single implementation across aarch32/64 and
should be much easier to maintain going forward.

Change-Id: I6c85a01e89a79e8b233f3f8bee812f0dbd026221
Signed-off-by: Julius Werner <jwerner@chromium.org>
2018-12-06 16:18:10 -08:00
..
console.S drivers/console: Link console framework code by default 2018-12-06 16:13:50 -08:00
deprecated_console.S Improve MULTI_CONSOLE_API deprecation warnings 2018-03-01 16:14:29 +00:00
skeleton_console.S Multi-console: Deprecate the `finish_console_register` macro 2018-10-19 17:34:52 +01:00