1. c1e9eab efi: Support a 64-bit frame buffer address by Simon Glass · Fri Mar 10 12:47:13 2023 -0800
  2. 04c640c pci: Drop test for DM_VIDEO by Simon Glass · Tue Oct 18 07:58:16 2022 -0600
  3. 5b92520 video: Rename structs and functions to avoid VBE by Simon Glass · Sat Jul 30 15:52:05 2022 -0600
  4. ec86bc6 video: Renname vbe.h to vesa.h by Simon Glass · Sat Jul 30 15:52:04 2022 -0600
  5. eeab2fc video: Drop video_fb header by Simon Glass · Sun Jan 23 07:04:06 2022 -0700
  6. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  7. 98145af video: Fix video on coreboot with the copy buffer by Simon Glass · Mon Mar 15 18:00:26 2021 +1300
  8. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  9. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  10. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  11. 3ed840c video: pci: Set up the copy framebuffer by Simon Glass · Thu Jul 02 21:12:30 2020 -0600
  12. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  13. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  14. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · Wed Apr 08 16:57:35 2020 -0600
  15. da25eff common: Move ll_boot_init() to init.h by Simon Glass · Sat Dec 28 10:44:56 2019 -0700
  16. 5c2aabf x86: Move acpi_s3.h to a common location by Simon Glass · Wed Sep 25 08:56:32 2019 -0600
  17. 69c5b2d x86: Support PCI VGA ROM when TPL is used by Simon Glass · Thu Apr 25 21:59:08 2019 -0600
  18. 7d18673 video: Allow driver to specify the line length by Simon Glass · Thu Nov 29 15:08:52 2018 -0700
  19. baac4eb pci: Add a little more debugging to pci_rom by Simon Glass · Mon Oct 01 12:22:44 2018 -0600
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  21. be4551e pci: video: Only print out when everything is OK by Bin Meng · Wed Apr 11 22:02:18 2018 -0700
  22. dfb453d vbe: Drop vbe_get_video_info() by Bin Meng · Wed Aug 16 07:35:36 2017 -0700
  23. 62a8f7d x86: pci: Allow conditionally run VGA rom in S3 by Bin Meng · Fri Apr 21 07:24:46 2017 -0700
  24. 3dfe451 x86: Don't try to run the VGA BIOS in 64-bit mode by Simon Glass · Mon Jan 16 07:04:09 2017 -0700
  25. 23f5cb5 vbe: Make vbe_setup_video_priv() public by Bin Meng · Sun Oct 09 04:14:15 2016 -0700
  26. 57b65e6 dm: video: Output verbose information in vbe_setup_video() by Bin Meng · Sun Oct 09 04:14:12 2016 -0700
  27. 4ef5d2d dm: video: Add driver-model support to vesa graphics by Simon Glass · Wed Oct 05 20:42:17 2016 -0600
  28. f49c485 pci: Add board_ prefix to should_load_oprom() and make it weak by Bin Meng · Tue Jun 14 02:02:40 2016 -0700
  29. 0ea6bcb pci: Make load_oprom and run_oprom independent by Bin Meng · Tue Jun 14 02:02:39 2016 -0700
  30. 6ac0ee5 pci: Remove CONFIG_ALWAYS_LOAD_OPROM by Bin Meng · Tue Jun 14 02:02:38 2016 -0700
  31. cb8aefa pci_rom: fix may be used uninitialized warning by Andreas Bießmann · Tue Feb 16 23:29:31 2016 +0100
  32. d3e0c8f dm: pci: Convert bios_emu to use the driver model PCI API by Simon Glass · Sun Jan 17 16:11:09 2016 -0700
  33. c36adb1 pci_rom.c: Fix may be used uninitialized warning by Tom Rini · Sat Jan 16 14:50:26 2016 +0000
  34. 7548d64 dm: pci: Avoid a memory leak when allocating the ROM by Simon Glass · Fri Jan 15 05:23:22 2016 -0700
  35. a063086 dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API by Simon Glass · Sun Nov 29 13:17:58 2015 -0700
  36. f9d94d3 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · Sun Nov 29 13:17:57 2015 -0700
  37. a986c3a x86: Remove HAVE_ACPI_RESUME by Bin Meng · Wed Nov 25 17:46:09 2015 -0800
  38. 9f671fd x86: Set up video framebuffer for coreboot before loading kernel by Bin Meng · Thu Aug 13 00:29:17 2015 -0700
  39. c8990bd video: coreboot: Save VESA mode for future use by Bin Meng · Thu Aug 13 00:29:16 2015 -0700
  40. e751844 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · Thu Jul 30 03:49:13 2015 -0700
  41. a966473 pci: Disable expansion ROM address decoding when signature check fails by Bin Meng · Wed Jul 08 13:06:41 2015 +0800
  42. 51e98ca pci: Configure expansion ROM during auto config process by Bin Meng · Wed Jul 08 13:06:40 2015 +0800
  43. f6d504f x86: Configure VESA parameters before loading Linux kernel by Bin Meng · Mon Jul 06 16:31:36 2015 +0800
  44. 4de3886 x86: Move VGA option rom macros to Kconfig by Bin Meng · Mon Jul 06 16:31:33 2015 +0800
  45. 4000260 video: Add 32-bit color depth support for VBE by Jian Luo · Mon Jul 06 16:31:29 2015 +0800
  46. 7cc45c7 pci: Remove parameter 'class' of pci_rom_load() by Bin Meng · Fri Apr 24 15:48:04 2015 +0800
  47. 932f80e pci: Option rom class is a 24-bit number by Bin Meng · Fri Apr 24 15:48:03 2015 +0800
  48. 684818d x86: video: Allow video ROM execution to fall back to the other method by Simon Glass · Tue Jan 27 22:13:34 2015 -0700
  49. f40ad9f drivers/pci/pci_rom.c: fix compile warning under 64bit mode by Minghuan Lian · Thu Jan 22 13:21:55 2015 +0800
  50. 1c1695b x86: Access the VGA ROM when needed by Simon Glass · Wed Jan 14 21:37:04 2015 -0700
  51. 02db217 x86: pci: Don't stop when we get a vendor/device mismatch by Simon Glass · Mon Dec 29 19:32:27 2014 -0700
  52. 1b6b9b9 x86: Support ROMs on other archs by Simon Glass · Mon Dec 29 19:32:24 2014 -0700
  53. dfca446 x86: Correct endianness isues in pci_rom by Simon Glass · Mon Dec 29 19:32:23 2014 -0700
  54. c49a8f8 x86: pci: Display vesa modes in hex by Simon Glass · Thu Jan 01 16:18:05 2015 -0700
  55. f689808 x86: video: Add debug option to time the BIOS copy by Simon Glass · Thu Jan 01 16:18:01 2015 -0700
  56. ed33cb8 x86: pci: Don't return a vesa mode when there is not video by Simon Glass · Thu Jan 01 16:18:00 2015 -0700
  57. f87bbff pci: Add general support for execution of video ROMs by Simon Glass · Fri Nov 14 20:56:33 2014 -0700