[U-Boot] [PATCH v2 09/12] dm: video: Add driver-model support to vesa graphics
Bin Meng
bmeng.cn at gmail.com
Sat Oct 8 06:24:01 CEST 2016
On Thu, Oct 6, 2016 at 10:42 AM, Simon Glass <sjg at chromium.org> wrote:
> Provide a function to run the Vesa BIOS for a given PCI device and obtain
> the resulting configuration (e.g. display size) for use by the video
> uclass. This makes it easier to write a video driver that uses vesa and
> supports driver model.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Make vbe_setup_video_priv() static
>
> drivers/pci/pci_rom.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++
> include/vbe.h | 2 ++
> 2 files changed, 57 insertions(+)
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list