Hi Rob, On 10 September 2017 at 07:22, Rob Clark <[email protected]> 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 <[email protected]> > --- > 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. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

