| Commit message (Expand) | Author | Age | Files | Lines |
* | {src/mb,util/autoport}: Use macro for DSDT revision | Elyes HAOUAS | 2020-10-13 | 1 | -1/+1 |
* | mb/intel: Drop unneeded empty lines | Elyes HAOUAS | 2020-09-21 | 5 | -12/+0 |
* | src: Remove unused 'include <types.h>' | Elyes HAOUAS | 2020-07-14 | 2 | -2/+0 |
* | ACPI GNVS: Replace uses of smm_get_gnvs() | Kyösti Mälkki | 2020-07-01 | 1 | -5/+5 |
* | ACPI: Drop typedef global_nvs_t | Kyösti Mälkki | 2020-06-30 | 1 | -1/+2 |
* | acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt() | Kyösti Mälkki | 2020-06-07 | 1 | -1/+1 |
* | soc/intel/baytrail,braswell,broadwell,quark: Select COMMON_FADT | Kyösti Mälkki | 2020-06-07 | 2 | -33/+5 |
* | mb,soc/intel: Rename acpi_fill_in_fadt() to acpi_fill_fadt() | Kyösti Mälkki | 2020-06-07 | 1 | -1/+1 |
* | mb/google/cyan,intel/strago: Remove EC_GOOGLE_CHROMEEC tests | Kyösti Mälkki | 2020-06-03 | 2 | -16/+1 |
* | src: Remove unused 'include <bootstate.h>' | Elyes HAOUAS | 2020-06-02 | 1 | -1/+0 |
* | src: Remove unused 'include <arch/smp/mpspec.h>' | Elyes HAOUAS | 2020-06-02 | 1 | -1/+0 |
* | src: Remove leading blank lines from SPDX header | Elyes HAOUAS | 2020-05-18 | 2 | -6/+0 |
* | treewide: Remove "this file is part of" lines | Patrick Georgi | 2020-05-11 | 22 | -22/+0 |
* | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi | 2020-05-09 | 2 | -18/+2 |
* | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh | 2020-05-02 | 4 | -4/+4 |
* | mainboard/intel: Use SPDX for GPL-2.0-only files | Angel Pons | 2020-04-06 | 20 | -261/+40 |
* | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber | 2020-04-02 | 1 | -1/+1 |
* | mainboard/[g-p]*: Remove copyright notices | Patrick Georgi | 2020-03-18 | 22 | -45/+0 |
* | chromeos: stop sharing write protect GPIO with depthcharge | Joel Kitching | 2020-03-07 | 1 | -1/+0 |
* | treewide: capitalize 'BIOS' | Elyes HAOUAS | 2020-02-17 | 1 | -2/+2 |
* | src/mainboard/*.asl: Remove _HID / _ADR objects overlapping | Jonas Moehle | 2020-01-11 | 1 | -1/+1 |
* | mb/**/dsdt.asl: Remove outdated sleepstates.asl comment | Angel Pons | 2019-12-31 | 1 | -1/+0 |
* | mb/**/dsdt.asl: Remove "Some generic macros" comment | Angel Pons | 2019-12-21 | 1 | -1/+0 |
* | src/mainboard: Remove unused '#include <device/pci.h>' | Elyes HAOUAS | 2019-12-20 | 1 | -1/+0 |
* | mb/{hp,intel}: Remove unused <stdlib.h> | Elyes HAOUAS | 2019-12-19 | 1 | -1/+0 |
* | soc/intel/braswell: Use common sb code for SPI lockdown configuration | Arthur Heymans | 2019-12-05 | 1 | -38/+3 |
* | mb/*/*/Kconfig: Drop redundant redeclaration of MAINBOARD_VENDOR | Arthur Heymans | 2019-11-28 | 1 | -4/+0 |
* | Kconfig: comply to Linux 5.3's Kconfig language rules | Patrick Georgi | 2019-11-23 | 1 | -1/+1 |
* | ELOG: Introduce elog_gsmi variants | Kyösti Mälkki | 2019-11-09 | 1 | -3/+1 |
* | soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpi | Subrata Banik | 2019-11-01 | 1 | -1/+1 |
* | mb/[google/intel]/*: Specify Chrome EC bus - LPC or ESPI | Martin Roth | 2019-10-03 | 1 | -0/+1 |
* | mb: remove test-only HWIDs | Hung-Te Lin | 2019-09-30 | 1 | -5/+0 |
* | mb/*/chromeos.c: Remove some ENV_RAMSTAGE and __SIMPLE_DEVICE__ | Kyösti Mälkki | 2019-07-25 | 1 | -4/+1 |
* | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki | 2019-07-09 | 1 | -1/+1 |
* | {mb,sb}: Use get_acpi_table_revision(FADT) | Elyes HAOUAS | 2019-06-19 | 1 | -1/+1 |
* | {drivers,soc/intel/braswell}: Implement C_ENVIRONMENT_BOOTBLOCK support | Frans Hendriks | 2019-06-12 | 2 | -3/+4 |
* | drivers/intel/fsp1.1: Simplify bootflow and clean up | Arthur Heymans | 2019-05-29 | 1 | -2/+0 |
* | mainboard: remove "recovery" gpio, selectively add "presence" gpio. | Matt Delco | 2019-05-13 | 1 | -1/+0 |
* | soc/intel/bsw: Move memory init values into `romstage.h` | Nico Huber | 2019-05-07 | 1 | -1/+0 |
* | mainboard/intel/strago/acpi: Serialize _CRS method | Frans Hendriks | 2019-05-06 | 1 | -2/+2 |
* | google/cyan,intel/strago: increase default CBFS size | Matt DeVillier | 2019-05-01 | 1 | -0/+5 |
* | soc/intel/braswell: Move LPE ACPI code to mainboard | Frans Hendriks | 2019-04-29 | 1 | -1/+1 |
* | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS | 2019-03-20 | 3 | -3/+0 |
* | src: Drop unused 'include <arch/acpigen.h>' | Elyes HAOUAS | 2019-03-12 | 1 | -1/+0 |
* | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner | 2019-03-08 | 2 | -9/+9 |
* | mainboard: Enable PRESERVE flag in all vboot/chromeos FMD files | Hung-Te Lin | 2019-03-05 | 1 | -4/+4 |
* | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki | 2019-03-04 | 1 | -1/+1 |
* | device/pci: Fix PCI accessor headers | Kyösti Mälkki | 2019-03-01 | 1 | -0/+1 |
* | ACPI: Rename FADT model and set it to zero | Elyes HAOUAS | 2019-03-01 | 1 | -1/+1 |
* | ACPI: Correct asl_compiler_revision value | Elyes HAOUAS | 2019-02-21 | 1 | -1/+2 |