Age | Commit message (Expand) | Author |
2019-05-29 | src/southbridge: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-29 | sb/intel/*: Delete early_spi | Patrick Rudolph |
2019-05-16 | nb/intel/sandybridge: Move DMI init code | Patrick Rudolph |
2019-05-16 | sb/intel/bd82x6x/early_pch: Make use of RCBA and DMIBAR marcros | Patrick Rudolph |
2019-05-16 | sb/intel/sandybridge/early_pch: Make DMI init more readable | Patrick Rudolph |
2019-05-15 | src/southbridge: Remove unneeded include <arch/io.h> | Elyes HAOUAS |
2019-05-13 | {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro | Elyes HAOUAS |
2019-05-10 | sb/bd82x6x: Don't rewrite over BCTRL | Elyes HAOUAS |
2019-05-07 | sb/intel/bd82x6x: Fix flashconsole after lockdown | Dan Elkouby |
2019-05-07 | sb/{ICH7,NM10,PCH}: Use common watchdog_off function | Elyes HAOUAS |
2019-05-06 | sb/intel/bd82x6x: Use common/rcba.h | Patrick Rudolph |
2019-05-03 | {soc, southbridge} : Correct typo in comment | Frans Hendriks |
2019-04-29 | sb/intel/bd82x6x: Use system_reset() | Elyes HAOUAS |
2019-04-23 | sb/intel/bd82x6x: fix linking for non-native raminit case | Matt DeVillier |
2019-04-23 | nb/intel/sandybridge: Drop pch.h from sandybridge.h | Patrick Rudolph |
2019-04-18 | nb/intel/sandybridge: Move southbridge code to bd82x6x | Patrick Rudolph |
2019-04-16 | sb/intel/bd82x6x: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB | Patrick Rudolph |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-25 | sb/intel/{i82801g/i/j,bd82x6x}: Make use of generic set_subsystem() | Kyösti Mälkki |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of generic set_subsystem() | 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-16 | src: Drop unused '#include <halt.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
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-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-03-01 | ACPI: Rename FADT model and set it to zero | Elyes HAOUAS |
2019-02-21 | sb/intel/bd82x6x: Fix default IRQ mapping | Nico Huber |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2019-01-14 | sb/intel: Use common RCBA MACROs | Peter Lemenkov |
2019-01-13 | sb/intel: Check for NULL-return of pcidev_on_root() | Nico Huber |
2019-01-09 | cpu/intel: Use the common code to initialize the romstage timestamps | Arthur Heymans |
2019-01-07 | sb/intel/bd82x6x: Fix typo in GPIO Level | Arthur Heymans |
2019-01-07 | src: Use "foo **bar" instead of "foo ** bar" | Elyes HAOUAS |
2019-01-06 | Kconfig: Unify power-after-failure options | Nico Huber |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2019-01-03 | sb/intel/bd82x6x: Move pcie ACPI code to a common place | Arthur Heymans |
2018-12-29 | sb/intel/bd828x6x: Make CONFIG_ELOG=y compile | Arthur Heymans |
2018-12-19 | southbridge: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | southbridge: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-12-03 | sb/intel/common: Create a common PCH finalise implementation | Tristan Corrick |
2018-11-23 | sb/intel/bd82x6x/early_usb.c: Fix formatting | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbfs.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-07 | sb/intel: Deduplicate vbnv_cmos_failed and rtc_init | Patrick Rudolph |
2018-11-01 | sb/intel/common: Create a common implementation of `acpi_fill_madt()` | Tristan Corrick |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-22 | intel: Use CF9 reset (part 1) | Patrick Rudolph |
2018-10-18 | mb/lenovo/*/romstage: Use macros instead of magic numbers | Peter Lemenkov |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-09-21 | sb/intel/bd82x6x: Don't use device_t | Elyes HAOUAS |
2018-09-13 | src/*/intel/: clarify Kconfig options regarding IFD | Stefan Tauner |
2018-09-06 | chromeos/gnvs: remove function and naming cleanup | Joel Kitching |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-14 | sb/intel/{bd82x6x,ibexpeak}: Don't build with FAKE_IFD by default | Angel Pons |
2018-08-05 | southbridge/intel/bd82x6x/Kconfig: Do not include any IFD by default | Angel Pons |
2018-07-30 | sb/intel/bd82x6x/finalize: Use new PMBASE API | Patrick Rudolph |
2018-07-28 | sb/intel/bd82x6x: Fix watchdog | Patrick Rudolph |
2018-07-28 | nb/intel/sandybridge/report_platform: Move remaining code to sb folder | Patrick Rudolph |
2018-07-02 | src/sb: Fix non-local header treated as local | Elyes HAOUAS |
2018-06-21 | sb/intel/common: Make RCBA manipulation MACROs common | Arthur Heymans |
2018-06-21 | Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" | Arthur Heymans |
2018-06-14 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-06-14 | src: Get rid of device_t | Elyes HAOUAS |
2018-06-04 | src: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-04 | sb/intel/bd82x6x: Get rid of device_t | Elyes HAOUAS |
2018-06-03 | intel bd82x6x/lynxpoint systems: Update ACPI thermal zone handler | Martin Roth |
2018-05-29 | southbridge/intel/bd82x6x: Remove unused argument from ACPI method | Martin Roth |
2018-05-29 | sb/intel/{bd82x6x,ibexpeak}: Fix out of bounds access in intel_me_status() | Nicola Corna |
2018-05-24 | src: Remove space after `defined` | Elyes HAOUAS |
2018-05-08 | src/southbridge: Add required space before the open parenthesis | Elyes HAOUAS |
2018-04-30 | southbridge/intel: Remove space before/after parenthesis | Elyes HAOUAS |
2018-04-20 | pci: Move inline PCI functions to pci_ops.h | Patrick Rudolph |
2018-04-11 | Revert "model_206ax: Use parallel MP init" | Arthur Heymans |
2018-04-11 | model_206ax: Use parallel MP init | Arthur Heymans |
2018-04-05 | sb/intel/bd82x6x: Let mainboard override SPI opmenu | Nico Huber |
2018-03-28 | sb/intel/common: Add common code for SMM setup and smihandler | Arthur Heymans |
2018-03-02 | sb/intel/common: Fix conflicting OIC register definition | Nico Huber |
2018-02-27 | sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location | Arthur Heymans |
2018-01-23 | sb/intel/bd82x6x: Reduce function-disable mess | Nico Huber |
2017-12-20 | intel/bd82x6x: Use generated ACPI PIRQ | Tobias Diedrich |
2017-12-10 | sb/intel/common: Add SOUTHBRIDGE_INTEL_COMMON_SPI | Arthur Heymans |
2017-12-07 | intel/bd82x6x: Fix a small mistake in DIR_ROUTE | Tobias Diedrich |
2017-12-07 | intel/bd82x6x: Add missing IRQs in ACPI PIRQ link devices | Tobias Diedrich |
2017-11-04 | sb and soc: Enforce correct offset of member "chromeos" in global_nvs_t | Jonathan Neuschäfer |
2017-10-22 | security/vboot: Move vboot2 to security kconfig section | Philipp Deppenwiese |
2017-10-19 | sb/intel/bd82x6x: Add new USB currents | Vagiz Trakhanov |
2017-09-22 | sb/intel/bd82x6x: Revise flash ROM lockdown options | Nico Huber |
2017-09-20 | vboot: reset vbnv in cmos when cmos failure occurs | Aaron Durbin |
2017-09-20 | southbridge/intel/bd82x6x: refactor rtc failure checking | Aaron Durbin |
2017-09-19 | sb/intel/bd82x6x: Add awareness of ME's Alt Disable Mode | Nathaniel Roach |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-09-13 | sb/intel/bd82x6x: Add time-stamp around ME DRAM update | Nathaniel Roach |