summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_rom.c
AgeCommit message (Expand)Author
2025-01-22pci: video: Set up the pixel-format fieldSimon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07pci: Remove <common.h> and add needed includesTom Rini
2023-07-17pci: Mask the ROM address in case it is already enabledSimon Glass
2023-07-17pci: Adjust video BIOS debugging to be SPL-friendlySimon Glass
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass
2023-07-17x86: Allow video-BIOS code to be built for SPLSimon Glass
2023-07-17pci: Tidy up logging and reporting for video BIOSSimon Glass
2023-03-13efi: Support a 64-bit frame buffer addressSimon 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