RE: [PATCH 21/23] video: Support virtio devices with the splash screen

2021-11-22 Thread Peng Fan (OSS)
> Subject: Re: [PATCH 21/23] video: Support virtio devices with the splash > screen > > On 11/20/21 5:24 AM, Simon Glass wrote: > > This is useful for showing a logo when booting from qemu. > > > > Signed-off-by: Simon Glass > > ---

Re: [PATCH 21/23] video: Support virtio devices with the splash screen

2021-11-22 Thread Jaehoon Chung
On 11/20/21 5:24 AM, Simon Glass wrote: > This is useful for showing a logo when booting from qemu. > > Signed-off-by: Simon Glass > --- > > common/splash_source.c | 14 ++ > include/splash.h | 1 + > include/virtio.h | 1 + > 3 files changed, 16 insertions(+) > > dif