Age | Commit message (Expand) | Author |
2019-10-06 | device/pci: Enable full 16-bit VGA port i/o decoding | Nico Huber |
2019-10-04 | device/pci_device.c: Use verified boot to check oprom | Frans Hendriks |
2019-09-22 | device/pci: Replace add with bitwise-or | Kyösti Mälkki |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-09-15 | lib/coreboot_table: Show splashscreen in lb_table_init | Johanna Schander |
2019-08-02 | device/pci_ops: Make PCI_BDF() available in all stages | Kyösti Mälkki |
2019-07-26 | src/device/oprom: Fix bootsplash display code for optionroms | Johanna Schander |
2019-07-15 | device: Remove device->ops from early stages | Kyösti Mälkki |
2019-07-12 | device/pci: Replace use of dev_find_slot() for IRQs | Kyösti Mälkki |
2019-07-04 | device/pci_ops: Define pci_find_capability() just once | Kyösti Mälkki |
2019-05-15 | vboot: remove OPROM-related code | Joel Kitching |
2019-04-02 | vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS | Julius Werner |
2019-03-21 | device/pci_device: Add generic subsystem programming logic | Subrata Banik |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | Subrata Banik |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-06 | device/pci_ops: Inline PCI config accessors for ramstage | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-10 | device/pci_device: Do not break tree topology | Kyösti Mälkki |
2018-10-23 | {device,drivers}: Use 'unsigned int' to bare use of 'unsigned' | Elyes HAOUAS |
2018-08-08 | device/pci_device.c: Remove unused variable attr setting | Richard Spiegel |
2018-07-19 | device/pci: Add MSI-X helper functions | Patrick Rudolph |
2018-03-08 | timestamps: Add timestamps around the vbios load & init | Martin Roth |
2018-02-01 | device: add ALWAYS_RUN_OPROM option | Aaron Durbin |
2018-02-01 | device/pci_device: remove #if/#endif in oprom logic | Aaron Durbin |
2018-01-31 | device/pci_rom: Write _ROM method for VGA devices | Patrick Rudolph |
2017-12-13 | device: Make pci_dev_ops_pci structure global | Subrata Banik |
2017-10-22 | security/vboot: Move vboot2 to security kconfig section | Philipp Deppenwiese |
2017-08-09 | device/pci: untangle struct device and device_t | Aaron Durbin |
2017-06-28 | src/device: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-05-01 | pci_device: Write vendor ID to subsystem vendor ID | Rizwan Qureshi |
2017-02-04 | x86/acpi: Add VFCT table | Patrick Rudolph |
2016-12-08 | buildsystem: Drop explicit (k)config.h includes | Kyösti Mälkki |
2016-07-28 | bootmode: Get rid of CONFIG_BOOTMODE_STRAPS | Furquan Shaikh |
2016-07-28 | vboot: Separate vboot from chromeos | Furquan Shaikh |
2016-04-13 | src/device: Update license headers | Martin Roth |
2015-10-25 | device/pci_device: Set bridge primary bus number before scanning | Timothy Pearson |
2015-10-22 | allocator: Page align memory mapped PCI resources | Nico Huber |
2015-09-05 | symbols: add '_' to pci_drivers and cpu_drivers symbols | Aaron Durbin |
2015-06-04 | devicetree: Change scan_bus() prototype in device ops | Kyösti Mälkki |
2015-06-04 | devicetree: Single scan_bridges() | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Drop parameter max from scan_bus | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Use subordinate property to track bus enumeration | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Refactor PCI bridge register control | Kyösti Mälkki |
2015-06-04 | devicetree: Rename unused parameter max in domain_scan_bus() | Kyösti Mälkki |
2015-03-09 | AMD fam10: Drop PCI_BUS_SEGN_BITS | Kyösti Mälkki |
2015-02-10 | PCI subsystem: Remove AGP bridge type | Kyösti Mälkki |
2015-01-12 | src/device: Doxygen fixes | Martin Roth |
2015-01-06 | doxygen fixes: fix parameter names to match the functions | Martin Roth |
2014-06-25 | device/pci_device.c: Sanitize headers | Edward O'Callaghan |