index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pci_rom.c
Age
Commit message (
Expand
)
Author
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-07-09
video: pci: Set up the copy framebuffer
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2020-04-16
x86: Move acpi_s3.h to include/acpi/
Simon Glass
2020-01-17
common: Move ll_boot_init() to init.h
Simon Glass
2019-10-08
x86: Move acpi_s3.h to a common location
Simon Glass
2019-05-08
x86: Support PCI VGA ROM when TPL is used
Simon Glass
2018-12-03
video: Allow driver to specify the line length
Simon Glass
2018-10-09
pci: Add a little more debugging to pci_rom
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-16
pci: video: Only print out when everything is OK
Bin Meng
2017-08-24
vbe: Drop vbe_get_video_info()
Bin Meng
2017-05-17
x86: pci: Allow conditionally run VGA rom in S3
Bin Meng
2017-02-06
x86: Don't try to run the VGA BIOS in 64-bit mode
Simon Glass
2016-10-12
vbe: Make vbe_setup_video_priv() public
Bin Meng
2016-10-12
dm: video: Output verbose information in vbe_setup_video()
Bin Meng
2016-10-11
dm: video: Add driver-model support to vesa graphics
Simon Glass
2016-07-12
pci: Add board_ prefix to should_load_oprom() and make it weak
Bin Meng
2016-07-12
pci: Make load_oprom and run_oprom independent
Bin Meng
2016-07-12
pci: Remove CONFIG_ALWAYS_LOAD_OPROM
Bin Meng
2016-02-24
pci_rom: fix may be used uninitialized warning
Andreas Bießmann
2016-01-24
dm: pci: Convert bios_emu to use the driver model PCI API
Simon Glass
2016-01-19
pci_rom.c: Fix may be used uninitialized warning
Tom Rini
2016-01-15
dm: pci: Avoid a memory leak when allocating the ROM
Simon Glass
2016-01-12
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API
Simon Glass
2016-01-12
dm: pci: video: Convert video and pci_rom to use DM PCI API
Simon Glass
2015-12-09
x86: Remove HAVE_ACPI_RESUME
Bin Meng
2015-08-26
x86: Set up video framebuffer for coreboot before loading kernel
Bin Meng
2015-08-26
video: coreboot: Save VESA mode for future use
Bin Meng
2015-08-05
x86: Sanity test on vesa parameters before setting up kernel screen_info
Bin Meng
2015-07-14
pci: Disable expansion ROM address decoding when signature check fails
Bin Meng
2015-07-14
pci: Configure expansion ROM during auto config process
Bin Meng
2015-07-14
x86: Configure VESA parameters before loading Linux kernel
Bin Meng
2015-07-14
x86: Move VGA option rom macros to Kconfig
Bin Meng
2015-07-14
video: Add 32-bit color depth support for VBE
Jian Luo
2015-04-29
pci: Remove parameter 'class' of pci_rom_load()
Bin Meng
2015-04-29
pci: Option rom class is a 24-bit number
Bin Meng
2015-02-05
x86: video: Allow video ROM execution to fall back to the other method
Simon Glass
2015-01-30
drivers/pci/pci_rom.c: fix compile warning under 64bit mode
Minghuan Lian
2015-01-23
x86: Access the VGA ROM when needed
Simon Glass
2015-01-23
x86: pci: Don't stop when we get a vendor/device mismatch
Simon Glass
2015-01-23
x86: Support ROMs on other archs
Simon Glass
2015-01-23
x86: Correct endianness isues in pci_rom
Simon Glass
2015-01-13
x86: pci: Display vesa modes in hex
Simon Glass
2015-01-13
x86: video: Add debug option to time the BIOS copy
Simon Glass
2015-01-13
x86: pci: Don't return a vesa mode when there is not video
Simon Glass
2014-11-25
pci: Add general support for execution of video ROMs
Simon Glass