Age | Commit message (Expand) | Author |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-24 | device/pci_rom: handle non-remapped VGA_BIOS_ID | Felix Held |
2024-05-23 | device: drop unnecessary CHECK_REV_IN_OPROM_NAME option | Felix Held |
2024-04-12 | tree: Drop duplicated <stdarg.h> and <stdio.h> | Elyes Haouas |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-16 | device: Add support for multiple PCI segment groups | Felix Held |
2023-12-19 | device: Drop MULTIPLE_VGA_ADAPTERS Kconfig | Nico Huber |
2023-09-06 | device/pci_rom: rename pci_rom_acpi_fill_vfct() | Matt DeVillier |
2023-09-06 | device/pci_rom: Set VBIOS checksum when filling VFCT table | Matt DeVillier |
2023-03-09 | device/pci_rom: rework PCI ID remapping in pci_rom_probe | Felix Held |
2022-11-22 | src/device/pci_: Remove unnecessary space after casts | Elyes Haouas |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2021-11-15 | device/pci_rom: Add vga_oprom_preload | Raul E Rangel |
2021-07-20 | device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthy | Raul E Rangel |
2021-07-20 | device/pci_rom: Convert #if to C code | Raul E Rangel |
2021-07-20 | lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize | Raul E Rangel |
2021-07-05 | device: Reflow strings in printk statements | Angel Pons |
2021-03-13 | soc/amd/common/block/graphics/graphics: GOP: load VBIOS | Nikolai Vyssotski |
2021-01-24 | device/pci_rom.c: Use __func__ | Elyes HAOUAS |
2020-08-15 | device/pci_rom.c: Treat BASE_DISPLAY class as GPU | Benjamin Doron |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-04 | src/device: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-25 | Rework map_oprom_vendev to add revision check and mapping | Martin Roth |
2020-03-25 | src/device: Add option to look at revision in option roms | Martin Roth |
2020-03-17 | src/device/pci_rom.c: Show device IDs on oprom failure | Martin Roth |
2020-03-03 | treewide: Replace BOARD_EMULATION_QEMU_X86 | Angel Pons |
2019-10-24 | arch/acpi.h: Use of typedef for acpi_vfct | Himanshu Sahdev |
2019-10-24 | arch/acpi.h: Use of typedef for acpi_vfct_image_hdr | Himanshu Sahdev |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-07-19 | device/pci_rom.c: Fix out of bounds read | Jacob Garber |
2019-07-05 | device/pci_rom.c: Fix indent for 'if' statement | Elyes HAOUAS |
2019-07-02 | device/pci_rom: Fix redundant pci_rom_probe() calls | Kyösti Mälkki |
2019-07-02 | device/pci_rom: Fix on-board optionrom address | Kyösti Mälkki |
2019-06-21 | device/pci_rom: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-01-07 | src: Move constant to the right side of comparison | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-08-09 | src/device/pci_rom.c: Remove double initialization | Richard Spiegel |
2018-05-22 | src/device: Get rid of device_t | Elyes HAOUAS |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-01-31 | device/pci_rom: Write _ROM method for VGA devices | Patrick Rudolph |
2017-07-25 | src/device: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-06-28 | src/device: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-04-27 | x86/acpi: Use initialized VBIOS in VFCT table | Marshall Dawson |
2017-02-04 | x86/acpi: Add VFCT table | Patrick Rudolph |
2016-02-16 | device/pci_rom: Rename missleading ON_DEVICE_ROM_RUN | Patrick Rudolph |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-22 | oprom: Fix for 64bit | Stefan Reinauer |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2014-12-28 | RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMs | Kyösti Mälkki |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2012-11-30 | Rename devices -> device | Stefan Reinauer |