summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_rom.c
AgeCommit message (Expand)Author
2023-06-12x86: Pass video settings from SPL to U-Boot properSimon Glass
2022-10-30pci: Drop test for DM_VIDEOSimon Glass
2022-08-12video: Rename structs and functions to avoid VBESimon Glass
2022-08-12video: Renname vbe.h to vesa.hSimon Glass
2022-03-28video: Drop video_fb headerSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-03-27video: Fix video on coreboot with the copy bufferSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-07-09video: pci: Set up the copy framebufferSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass
2020-01-17common: Move ll_boot_init() to init.hSimon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-05-08x86: Support PCI VGA ROM when TPL is usedSimon Glass
2018-12-03video: Allow driver to specify the line lengthSimon Glass
2018-10-09pci: Add a little more debugging to pci_romSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-16pci: video: Only print out when everything is OKBin Meng
2017-08-24vbe: Drop vbe_get_video_info()Bin Meng
2017-05-17x86: pci: Allow conditionally run VGA rom in S3Bin Meng
2017-02-06x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass
2016-10-12vbe: Make vbe_setup_video_priv() publicBin Meng
2016-10-12dm: video: Output verbose information in vbe_setup_video()Bin Meng
2016-10-11dm: video: Add driver-model support to vesa graphicsSimon Glass
2016-07-12pci: Add board_ prefix to should_load_oprom() and make it weakBin Meng
2016-07-12pci: Make load_oprom and run_oprom independentBin Meng
2016-07-12pci: Remove CONFIG_ALWAYS_LOAD_OPROMBin Meng
2016-02-24pci_rom: fix may be used uninitialized warningAndreas Bießmann
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass
2016-01-19pci_rom.c: Fix may be used uninitialized warningTom Rini
2016-01-15dm: pci: Avoid a memory leak when allocating the ROMSimon Glass
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng
2015-08-26x86: Set up video framebuffer for coreboot before loading kernelBin Meng
2015-08-26video: coreboot: Save VESA mode for future useBin Meng
2015-08-05x86: Sanity test on vesa parameters before setting up kernel screen_infoBin Meng
2015-07-14pci: Disable expansion ROM address decoding when signature check failsBin Meng
2015-07-14pci: Configure expansion ROM during auto config processBin Meng
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng
2015-07-14x86: Move VGA option rom macros to KconfigBin Meng
2015-07-14video: Add 32-bit color depth support for VBEJian Luo
2015-04-29pci: Remove parameter 'class' of pci_rom_load()Bin Meng
2015-04-29pci: Option rom class is a 24-bit numberBin Meng
2015-02-05x86: video: Allow video ROM execution to fall back to the other methodSimon Glass
2015-01-30drivers/pci/pci_rom.c: fix compile warning under 64bit modeMinghuan Lian
2015-01-23x86: Access the VGA ROM when neededSimon Glass