]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(console): move putchar() to console driver
authorClaus Pedersen <claustbp@google.com>
Mon, 12 Sep 2022 23:47:10 +0000 (23:47 +0000)
committerJoanna Farley <joanna.farley@arm.com>
Tue, 4 Oct 2022 07:30:48 +0000 (09:30 +0200)
commite0b6826e44116fb6f261df1fc06b269721d29999
tree2081d3e2d813786456b70d7f657554d1963c946f
parent9bd1aed30ddee8415a198209f5bb6f0b72a70104
refactor(console): move putchar() to console driver

Moving putchar() out of libc and adding a weak dummy
implementation in libc.

This is to remove libc's dependencies to the platform
driver.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Ib7fefaec0babb783def614ea23521f482fa4a28a
drivers/console/multi_console.c
lib/libc/putchar.c