Age | Commit message (Expand) | Author |
2018-07-19 | device/pci: Add MSI-X helper functions | Patrick Rudolph |
2018-07-17 | pnp_device: improve readability | Felix Held |
2018-07-09 | src/{device,drivers}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-07-02 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-06-29 | src/device: Add check for existence and validity of PCIE base address config | Aamir Bohra |
2018-06-14 | src: Use of device_t is deprecated | Elyes HAOUAS |
2018-06-12 | drivers/intel/gma: Unify VBT related Kconfig names | Nico Huber |
2018-06-06 | drivers/intel/gma: Include mainboard data.vbt | Arthur Heymans |
2018-06-04 | device: Only expose VGA_ROM_RUN on supported architectures | Patrick Rudolph |
2018-05-25 | device: Move find_dev_path() to device_const.c | Kyösti Mälkki |
2018-05-25 | device: Move dev_find_path() to device_const.c | Nico Huber |
2018-05-25 | device: Rename device_simple.c --> device_const.c | Nico Huber |
2018-05-24 | device: Always build device_simple.c for less code duplication | Nico Huber |
2018-05-22 | src/device: Get rid of device_t | Elyes HAOUAS |
2018-05-22 | device/device_util.c: Remove space after sizeof | Elyes HAOUAS |
2018-05-11 | devicetree: Add USB device type | Duncan Laurie |
2018-05-09 | {device,drivers,lib,mb,nb}: Use only one space after 'if' | Elyes HAOUAS |
2018-05-08 | Move `pci_ops_mmconf` from arch/x86/ to device/ | Nico Huber |
2018-05-08 | device/pci_ops: Remove unnecessary weak implementation | Nico Huber |
2018-05-04 | device/root_device.c: Get rid of device_t | Elyes HAOUAS |
2018-05-04 | device/pci_class.c: Get rid of device_t | Elyes HAOUAS |
2018-05-04 | device/pcix_device.c: Get rid of device_t | Elyes HAOUAS |
2018-05-04 | device/smbus_ops.c: Get rid of device_t | Elyes HAOUAS |
2018-05-04 | src/device/cardbus_device.c: Get rid of device_t | Elyes HAOUAS |
2018-05-04 | src/device/pciexp_device.c: Get rid of device_t | Elyes HAOUAS |
2018-05-04 | src/device/pnp_device.c: Get rid of device_t | Elyes HAOUAS |
2018-05-02 | src/device: Fix discarded-qualifiers compilation issue | Subrata Banik |
2018-05-02 | pci: Fix MMCONF_SUPPORT on non x86 | Patrick Rudolph |
2018-05-02 | software_i2c: Improve error behavior | Julius Werner |
2018-04-30 | device: constify some variables | Lubomir Rintel |
2018-04-26 | device: Add flag to disable PCIe ASPM | Nico Huber |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-04-23 | device/oprom/yabel: Fix spelling of *successful* | Paul Menzel |
2018-04-20 | pci: Move inline PCI functions to pci_ops.h | Patrick Rudolph |
2018-04-20 | device/oprom/yabel: Fix vbe-buffer index in vbe.c | Hal Tsai |
2018-04-16 | device/dram/ddr3: improve XMP support | Dan Elkouby |
2018-04-09 | device/dram/ddr2.c: Add methods to compute to identify dram | Arthur Heymans |
2018-03-14 | src/device/dram/ddr2: Fix supported burst lengths | Elyes HAOUAS |
2018-03-08 | timestamps: Add timestamps around the vbios load & init | Martin Roth |
2018-02-22 | device/ddr2,ddr3: Rename and move a few things | Arthur Heymans |
2018-02-22 | device: Include devicetree in SMM stage | Subrata Banik |
2018-02-01 | Add a default path for vbt.bin | Arthur Heymans |
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 |
2018-01-25 | sconfig: Add a new mmio resource type | Justin TerAvest |
2018-01-24 | device/i2c_bus: allow i2c_bus and i2c_simple to coexist | Aaron Durbin |
2018-01-15 | Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT | Martin Roth |
2017-12-20 | device/dram/ddr2.c: Store the checksum in the decoded SPD struct | Arthur Heymans |
2017-12-13 | device: Make pci_dev_ops_pci structure global | Subrata Banik |