Age | Commit message (Expand) | Author |
2019-06-14 | device/cpu_device.c: Use 'unsigned int' instead of 'unsigned' | Elyes HAOUAS |
2019-06-03 | src/device: Prevent attack on null pointer dereference | John Zhao |
2019-05-29 | src/{device,drivers}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-15 | vboot: remove OPROM-related code | Joel Kitching |
2019-05-07 | device: ignore NONE devices behind bridge | Patrick Rudolph |
2019-05-02 | x86emu: add console.h header to fix compilation | Martin Kepplinger |
2019-04-25 | device/dram/ddr3: Remove unused variable | Elyes HAOUAS |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
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 |