Age | Commit message (Expand) | Author |
2019-04-09 | src: Fix remaining #include <timer.h> | Nico Huber |
2019-04-07 | device/pci: Rewrite PCI MMCONF with symbol reference | Kyösti Mälkki |
2019-04-02 | vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS | Julius Werner |
2019-03-27 | drivers/intel/gma: Make libgfxinit available w/o gfxinit | Nico Huber |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | 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-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-17 | resources: introduce io_resource() | Subrata Banik |
2019-03-16 | device/pci_ops: Have only default PCI bus ops available | Kyösti Mälkki |
2019-03-16 | device/pci_ops: Reuse romstage PCI config for ramstage | Kyösti Mälkki |
2019-03-16 | src: Drop unused 'include <device/pciexp.h>' | Elyes HAOUAS |
2019-03-13 | device/pci_ops: Rename 'where' to 'reg' | Kyösti Mälkki |
2019-03-13 | device/pci_ops: Unify signatures | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | src/device/Kconfig: Include the discrete VGA OpROM at config UI | Mike Banon |
2019-03-06 | device/pci_ops: Inline PCI config accessors for ramstage | Kyösti Mälkki |
2019-03-06 | device/pci_ops: Change ramstage PCI accessor signatures | Kyösti Mälkki |
2019-03-06 | device/pci_ops: Simplify logic for PCI bus ops | Kyösti Mälkki |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-03 | device/pci: Organize Makefile | Kyösti Mälkki |
2019-03-03 | device/pci_ops: Drop parameter from pci_bus_default_ops() | Kyösti Mälkki |
2019-03-03 | device/pci_ops: Drop unused parameter | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-02-25 | src/device/Kconfig: Change default VESA mode from 117h to 118h | Mike Banon |
2019-02-11 | device/pci_ops: Apply some symmetry in headers | Kyösti Mälkki |
2019-02-11 | device/pci_ops: Move questionable pci_locate() variants | Kyösti Mälkki |
2019-02-11 | device/pci_early.c: Drop some guards | Kyösti Mälkki |
2019-02-06 | libgfxinit: Add options to limit framebuffer size | Nico Huber |
2019-01-27 | src: Fix the warning "type 'hex' are always defined" | Elyes HAOUAS |
2019-01-10 | device/pci_device: Do not break tree topology | Kyösti Mälkki |
2019-01-08 | amdfam10 boards: Fix regression on dev_find_slot() removal | Kyösti Mälkki |
2019-01-07 | src: Use "foo **bar" instead of "foo ** bar" | Elyes HAOUAS |
2019-01-07 | src: Move constant to the right side of comparison | Elyes HAOUAS |
2019-01-04 | device: Introduce pcidev_on_root() and friends | Kyösti Mälkki |
2018-12-30 | device/pci_early: Fixes for __SIMPLE_DEVICE__ | Kyösti Mälkki |
2018-12-21 | cpu/amd/geode_lx: Drop support | Arthur Heymans |
2018-12-19 | {device,drivers}: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | Fix typos involving "the the" | Jonathan Neuschäfer |
2018-11-30 | arch/power8: Rename to ppc64 | Jonathan Neuschäfer |
2018-11-19 | src: Add required space after "switch" | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <lib.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-23 | {device,drivers}: Use 'unsigned int' to bare use of 'unsigned' | Elyes HAOUAS |
2018-10-22 | reset: Provide new single-function reset API | Nico Huber |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-09-19 | src/device/device.c: Don't use device_t in ramstage | Elyes HAOUAS |
2018-09-14 | device/ddr3: Prevent overflow when adding SMBUS Table 17 entries | Nico Huber |
2018-09-11 | src/device/dram: Fix typo | Elyes HAOUAS |
2018-08-21 | nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.c | Patrick Rudolph |
2018-08-20 | nb/intel/sandybridge: Fill in DIMM serial number | Patrick Rudolph |
2018-08-09 | src/device: Fix typo | Elyes HAOUAS |
2018-08-09 | src/device/pci_rom.c: Remove double initialization | Richard Spiegel |
2018-08-08 | device/pci_device.c: Remove unused variable attr setting | Richard Spiegel |
2018-07-29 | pnp_device: don't treat missing PNP_MSC devicetree entry as error | Felix Held |
2018-07-29 | device/pnp_device: rewrite pnp_get_ioresource | Felix Held |
2018-07-26 | device: add child traversal helper function | Aaron Durbin |
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 |