
On Tue, Sep 12, 2017 at 8:30 AM, Simon Glass sjg@chromium.org wrote:
Hi Rob,
On 10 September 2017 at 07:22, Rob Clark robdclark@gmail.com wrote:
Really just the subset that is needed by efi_console. Perhaps more will be added later, for example color support would be useful to implement efi_cout_set_attribute().
Signed-off-by: Rob Clark robdclark@gmail.com
drivers/video/vidconsole-uclass.c | 112 ++++++++++++++++++++++++++++++++++++++ drivers/video/video-uclass.c | 4 +- include/video.h | 7 +++ include/video_console.h | 11 ++++ 4 files changed, 131 insertions(+), 3 deletions(-)
Can we put this behind an option (perhaps default on) to reduce code size? Also please update test/dm/video.c to add a test.
yup, already done.. I'll resend this and the other video patches separately, so you can drop this one from the set.
BR, -R