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

Simon Glass sjg at chromium.org
Wed Jul 8 00:54:16 CEST 2015


On 6 July 2015 at 02:31, 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>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/video/vesa_fb.c | 16 ++--------------
>  1 file changed, 2 insertions(+), 14 deletions(-)

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list