index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
device
/
pci_rom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
device/device.h: Rename busses for clarity
Arthur Heymans
2024-01-31
1
-2
/
+2
*
device: Add support for multiple PCI segment groups
Felix Held
2024-01-16
1
-0
/
+4
*
device: Drop MULTIPLE_VGA_ADAPTERS Kconfig
Nico Huber
2023-12-19
1
-2
/
+0
*
device/pci_rom: rename pci_rom_acpi_fill_vfct()
Matt DeVillier
2023-09-06
1
-2
/
+2
*
device/pci_rom: Set VBIOS checksum when filling VFCT table
Matt DeVillier
2023-09-06
1
-1
/
+10
*
device/pci_rom: rework PCI ID remapping in pci_rom_probe
Felix Held
2023-03-09
1
-15
/
+5
*
src/device/pci_: Remove unnecessary space after casts
Elyes Haouas
2022-11-22
1
-4
/
+4
*
src: Make PCI ID define names shorter
Felix Singer
2022-03-07
1
-1
/
+1
*
device/pci_rom: Add vga_oprom_preload
Raul E Rangel
2021-11-15
1
-0
/
+15
*
device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthy
Raul E Rangel
2021-07-20
1
-5
/
+5
*
device/pci_rom: Convert #if to C code
Raul E Rangel
2021-07-20
1
-3
/
+1
*
lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize
Raul E Rangel
2021-07-20
1
-0
/
+19
*
device: Reflow strings in printk statements
Angel Pons
2021-07-05
1
-13
/
+13
*
soc/amd/common/block/graphics/graphics: GOP: load VBIOS
Nikolai Vyssotski
2021-03-13
1
-1
/
+1
*
device/pci_rom.c: Use __func__
Elyes HAOUAS
2021-01-24
1
-1
/
+1
*
device/pci_rom.c: Treat BASE_DISPLAY class as GPU
Benjamin Doron
2020-08-15
1
-2
/
+2
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
1
-1
/
+1
*
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
1
-1
/
+1
*
device: Constify struct device * parameter to write_acpi_tables
Furquan Shaikh
2020-04-28
1
-4
/
+4
*
src/device: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
1
-12
/
+2
*
Rework map_oprom_vendev to add revision check and mapping
Martin Roth
2020-03-25
1
-11
/
+16
*
src/device: Add option to look at revision in option roms
Martin Roth
2020-03-25
1
-2
/
+8
*
src/device/pci_rom.c: Show device IDs on oprom failure
Martin Roth
2020-03-17
1
-1
/
+1
*
treewide: Replace BOARD_EMULATION_QEMU_X86
Angel Pons
2020-03-03
1
-1
/
+1
*
arch/acpi.h: Use of typedef for acpi_vfct
Himanshu Sahdev
2019-10-24
1
-3
/
+3
*
arch/acpi.h: Use of typedef for acpi_vfct_image_hdr
Himanshu Sahdev
2019-10-24
1
-1
/
+1
*
AUTHORS: Move src/device copyrights into AUTHORS file
Martin Roth
2019-09-17
1
-6
/
+0
*
device/pci_rom.c: Fix out of bounds read
Jacob Garber
2019-07-19
1
-1
/
+1
*
device/pci_rom.c: Fix indent for 'if' statement
Elyes HAOUAS
2019-07-05
1
-3
/
+3
*
device/pci_rom: Fix redundant pci_rom_probe() calls
Kyösti Mälkki
2019-07-02
1
-13
/
+9
*
device/pci_rom: Fix on-board optionrom address
Kyösti Mälkki
2019-07-02
1
-0
/
+2
*
device/pci_rom: use ALIGN_UP instead of ALIGN for better readability
Felix Held
2019-06-21
1
-1
/
+1
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-5
/
+5
*
src: Move constant to the right side of comparison
Elyes HAOUAS
2019-01-07
1
-1
/
+1
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
1
-1
/
+0
*
src/device/pci_rom.c: Remove double initialization
Richard Spiegel
2018-08-09
1
-1
/
+1
*
src/device: Get rid of device_t
Elyes HAOUAS
2018-05-22
1
-7
/
+5
*
compiler.h: add __weak macro
Aaron Durbin
2018-04-24
1
-1
/
+2
*
device/pci_rom: Write _ROM method for VGA devices
Patrick Rudolph
2018-01-31
1
-0
/
+59
*
src/device: Fix checkpatch warning: no spaces at the start of a line
Martin Roth
2017-07-25
1
-1
/
+1
*
src/device: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-28
1
-2
/
+2
*
x86/acpi: Use initialized VBIOS in VFCT table
Marshall Dawson
2017-04-27
1
-2
/
+36
*
x86/acpi: Add VFCT table
Patrick Rudolph
2017-02-04
1
-0
/
+65
*
device/pci_rom: Rename missleading ON_DEVICE_ROM_RUN
Patrick Rudolph
2016-02-16
1
-6
/
+4
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
oprom: Fix for 64bit
Stefan Reinauer
2015-06-22
1
-1
/
+1
*
cbfs: new API and better program loading
Aaron Durbin
2015-06-02
1
-5
/
+3
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMs
Kyösti Mälkki
2014-12-28
1
-2
/
+4
[next]