[U-Boot] [PATCH 01/11] video: vesa_fb: Look up VGA device by class instead of id

Simon Glass sjg at chromium.org
Wed Jul 1 16:58:49 CEST 2015


On 1 July 2015 at 02:27, Bin Meng <bmeng.cn at gmail.com> wrote:
> Per PCI spec, VGA device reports its class as standard 030000h in
> its configuration space, so we can use it to determine if we need
> run option rom instead of testing the supported vendor/device ids.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  drivers/video/vesa_fb.c | 16 ++--------------
>  1 file changed, 2 insertions(+), 14 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list