video: Add a way to write a partial string to the console
authorSimon Glass <sjg@chromium.org>
Tue, 1 Apr 2025 17:29:40 +0000 (06:29 +1300)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 19:40:25 +0000 (13:40 -0600)
commit8301239ad05b7b786e96c6a982c92ed06a4944c6
tree4fce922b7be38fbd01325e46796515d60c3e00df
parentcdd095e48a3934b18a3875c658cbb90d70aa8739
video: Add a way to write a partial string to the console

When writing multiple lines of text we need to be able to control which
text goes on each line. Add a new vidconsole_put_stringn() function to
help with this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/vidconsole-uclass.c
include/video_console.h
test/dm/video.c