Home
last modified time | relevance | path

Searched hist:"91 b48c9f8f44db91ae73635cc543fb89d292a6f7" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/console/
H A Dmulti_console.c91b48c9f8f44db91ae73635cc543fb89d292a6f7 Wed Nov 28 06:10:56 UTC 2018 Julius Werner <jwerner@chromium.org> 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>
/rk3399_ARM-atf/
H A DMakefile91b48c9f8f44db91ae73635cc543fb89d292a6f7 Wed Nov 28 06:10:56 UTC 2018 Julius Werner <jwerner@chromium.org> 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>