1. fa5690c pci: Mask the ROM address in case it is already enabled by Simon Glass · 1 year, 3 months ago
  2. b7d4df5 pci: Adjust video BIOS debugging to be SPL-friendly by Simon Glass · 1 year, 3 months ago
  3. 03fe79c x86: Pass video settings from SPL to U-Boot proper by Simon Glass · 1 year, 3 months ago
  4. 5345700 x86: Allow video-BIOS code to be built for SPL by Simon Glass · 1 year, 3 months ago
  5. d424553 pci: Tidy up logging and reporting for video BIOS by Simon Glass · 1 year, 3 months ago
  6. 644e614 efi: Support a 64-bit frame buffer address by Simon Glass · 1 year, 7 months ago
  7. 9330abf pci: Drop test for DM_VIDEO by Simon Glass · 2 years ago
  8. da62e1e video: Rename structs and functions to avoid VBE by Simon Glass · 2 years, 3 months ago
  9. cafe871 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 3 months ago
  10. fff49e0 video: Drop video_fb header by Simon Glass · 2 years, 9 months ago
  11. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  12. bcac361 video: Fix video on coreboot with the copy buffer by Simon Glass · 3 years, 7 months ago
  13. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  14. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  15. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  16. 0938767 video: pci: Set up the copy framebuffer by Simon Glass · 4 years, 4 months ago
  17. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  18. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  19. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 6 months ago
  20. 35a3f87 common: Move ll_boot_init() to init.h by Simon Glass · 4 years, 10 months ago
  21. 49a0f8c x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  22. 6c45651 x86: Support PCI VGA ROM when TPL is used by Simon Glass · 5 years ago
  23. 06696eb video: Allow driver to specify the line length by Simon Glass · 6 years ago
  24. 595aac9 pci: Add a little more debugging to pci_rom by Simon Glass · 6 years ago
  25. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  26. 6113093 pci: video: Only print out when everything is OK by Bin Meng · 7 years ago
  27. 76e7265 vbe: Drop vbe_get_video_info() by Bin Meng · 7 years ago
  28. 68769eb x86: pci: Allow conditionally run VGA rom in S3 by Bin Meng · 8 years ago
  29. 05cbd98 x86: Don't try to run the VGA BIOS in 64-bit mode by Simon Glass · 8 years ago
  30. 5f6ad02 vbe: Make vbe_setup_video_priv() public by Bin Meng · 8 years ago
  31. f0920e4 dm: video: Output verbose information in vbe_setup_video() by Bin Meng · 8 years ago
  32. ee87ee8 dm: video: Add driver-model support to vesa graphics by Simon Glass · 8 years ago
  33. f698baa pci: Add board_ prefix to should_load_oprom() and make it weak by Bin Meng · 8 years ago
  34. c0aea6b pci: Make load_oprom and run_oprom independent by Bin Meng · 8 years ago
  35. b45dd66 pci: Remove CONFIG_ALWAYS_LOAD_OPROM by Bin Meng · 8 years ago
  36. ed48899 pci_rom: fix may be used uninitialized warning by Andreas Bießmann · 9 years ago
  37. 7282672 dm: pci: Convert bios_emu to use the driver model PCI API by Simon Glass · 9 years ago
  38. 55616b8 pci_rom.c: Fix may be used uninitialized warning by Tom Rini · 9 years ago
  39. d830b15 dm: pci: Avoid a memory leak when allocating the ROM by Simon Glass · 9 years ago
  40. 8beb0bd dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API by Simon Glass · 9 years ago
  41. 3f4e1e8 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · 9 years ago
  42. 789fa27 x86: Remove HAVE_ACPI_RESUME by Bin Meng · 9 years ago
  43. 1916ec1 x86: Set up video framebuffer for coreboot before loading kernel by Bin Meng · 9 years ago
  44. 153e1dd video: coreboot: Save VESA mode for future use by Bin Meng · 9 years ago
  45. 1e7a047 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · 9 years ago
  46. f110da9 pci: Disable expansion ROM address decoding when signature check fails by Bin Meng · 9 years ago
  47. 6c89663 pci: Configure expansion ROM during auto config process by Bin Meng · 9 years ago
  48. a452002 x86: Configure VESA parameters before loading Linux kernel by Bin Meng · 9 years ago
  49. 786a08e x86: Move VGA option rom macros to Kconfig by Bin Meng · 9 years ago
  50. 0e98a14 video: Add 32-bit color depth support for VBE by Jian Luo · 9 years ago
  51. 81d0b35 pci: Remove parameter 'class' of pci_rom_load() by Bin Meng · 9 years ago
  52. d57c2f2 pci: Option rom class is a 24-bit number by Bin Meng · 9 years ago
  53. bc17d8f x86: video: Allow video ROM execution to fall back to the other method by Simon Glass · 10 years ago
  54. ef2d17f drivers/pci/pci_rom.c: fix compile warning under 64bit mode by Minghuan Lian · 10 years ago
  55. 4a2708a x86: Access the VGA ROM when needed by Simon Glass · 10 years ago
  56. c5caba0 x86: pci: Don't stop when we get a vendor/device mismatch by Simon Glass · 10 years ago
  57. bdc88d4 x86: Support ROMs on other archs by Simon Glass · 10 years ago
  58. 4030524 x86: Correct endianness isues in pci_rom by Simon Glass · 10 years ago
  59. 9a99caf x86: pci: Display vesa modes in hex by Simon Glass · 10 years ago
  60. fba7eac x86: video: Add debug option to time the BIOS copy by Simon Glass · 10 years ago
  61. 23609c7 x86: pci: Don't return a vesa mode when there is not video by Simon Glass · 10 years ago
  62. 6854f87 pci: Add general support for execution of video ROMs by Simon Glass · 10 years ago