Age | Commit message (Expand) | Author |
2017-07-25 | src/device: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-07-15 | device/pciexp_device.c: Terminate CLK PM message with newline | Arthur Heymans |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-28 | src/device: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-28 | device/oprom/yabel: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-13 | device/pnp: remove struct io_info | Samuel Holland |
2017-06-09 | pciexp_device: Remove useless write on a read-only register | Youness Alaoui |
2017-06-09 | pciexp_device: Prevent race condition with retrain link | Youness Alaoui |
2017-06-09 | device/dram/ddr2.c: Fix is_registered_ddr2 | Arthur Heymans |
2017-06-08 | fsp/gop: Add running the GOP to the choice of gfx init | Nico Huber |
2017-06-08 | device/Kconfig: Put gfx init methods into a `choice` | Nico Huber |
2017-06-08 | device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT | Nico Huber |
2017-06-06 | device/Kconfig: Move "Display" menu below gfx options | Nico Huber |
2017-06-04 | Kconfig: Add choice of framebuffer mode | Nico Huber |
2017-06-04 | device/Kconfig: Clarify ON_DEVICE_ROM_LOAD | Nico Huber |
2017-06-02 | device/device_util: Add function to determine bridge state | Patrick Rudolph |
2017-06-02 | Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER | Nico Huber |
2017-06-02 | Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG | Nico Huber |
2017-05-30 | lib/edid: Split out fill_lb_framebuffer() | Nico Huber |
2017-05-22 | device/oprom/include: Use IS_ENABLED() macro | Nico Huber |
2017-05-18 | vbe: remove the necessity for a global vbe_mode_info_valid() | Aaron Durbin |
2017-05-18 | coreboot_tables: specify clear interface for lb_framebuffer() | Aaron Durbin |
2017-05-03 | lib/edid.c: Allow use of when not NGI | Arthur Heymans |
2017-05-01 | pci_device: Write vendor ID to subsystem vendor ID | Rizwan Qureshi |
2017-04-27 | x86/acpi: Use initialized VBIOS in VFCT table | Marshall Dawson |
2017-04-25 | device: allow devicetree accesses in postcar stage | Aaron Durbin |
2017-04-25 | lib: provide clearer devicetree semantics | Aaron Durbin |
2017-04-08 | libgfxinit: Select CONFIG_VGA when needed | Nico Huber |
2017-03-10 | device/dram/ddr2: Add common ddr2 spd decoder | Patrick Rudolph |
2017-02-16 | device: Add scan_generic_bus support | Furquan Shaikh |
2017-02-16 | device: Add a new "SPI" device type | Furquan Shaikh |
2017-02-10 | ddr3 spd: move accessor code into lib/spd_bin.c | Patrick Georgi |
2017-02-10 | ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs() | Patrick Georgi |
2017-02-10 | device/dram: use global DIMM_SPD_SIZE Kconfig variable | Patrick Georgi |
2017-02-06 | devtree: Drop unused parameter show_devs_tree() call | Kyösti Mälkki |
2017-02-04 | x86/acpi: Add VFCT table | Patrick Rudolph |
2017-01-10 | SPD_CACHE: Drop debug statement | Kyösti Mälkki |
2016-12-29 | Kconfig: Document what ASPM means | Jonathan Neuschäfer |
2016-12-27 | device/dram/ddr3: add FTB timings | Nicola Corna |
2016-12-19 | drivers/intel/gma: Add textmode support with libgfxinit | Nico Huber |
2016-12-08 | buildsystem: Drop explicit (k)config.h includes | Kyösti Mälkki |
2016-12-07 | src/device: Get device structure by path type | Subrata Banik |
2016-12-07 | MMCONF_SUPPORT: Consolidate resource registration | Kyösti Mälkki |
2016-12-07 | MMCONF_SUPPORT: Flip default to enabled | Kyösti Mälkki |
2016-12-07 | PCI ops: MMCONF_SUPPORT_DEFAULT is required | Kyösti Mälkki |
2016-12-06 | PCI ops: Remove pci_mmio_xx() in ramstage | Kyösti Mälkki |
2016-12-06 | PCI ops: Define read-modify-write routines globally | Kyösti Mälkki |
2016-12-01 | PCIEXP_PLUGIN_SUPPORT: Change dependency on PCI access | Kyösti Mälkki |
2016-12-01 | PCIEXP_ASPM: Unify code with other PCI-e tuning | Kyösti Mälkki |
2016-11-29 | drivers/intel/gma: Hook up libgfxinit | Nico Huber |