Age | Commit message (Expand) | Author |
2021-01-28 | ACPI: Move include for <vc/google/chromeos.asl> | Kyösti Mälkki |
2021-01-27 | ACPI: Add top-level ASL | Kyösti Mälkki |
2021-01-24 | arch/x86: Use wildcard for mb/smihandler.c | Kyösti Mälkki |
2021-01-06 | soc/intel/skylake: Move MAX_CPUS from mb to SoC | Felix Singer |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-11-24 | mb/**/cmos.layout: Drop copy-pasted SNB entries on non-SNB | Angel Pons |
2020-11-23 | mb/**/cmos.layout: Indent everything with tabs | Angel Pons |
2020-11-23 | mb/**/cmos.layout: Remove crusty comments | Angel Pons |
2020-11-13 | soc/intel/{skl,cnl}: replace PM ACPI timer dt option by Kconfig | Michael Niewöhner |
2020-10-26 | mb/*,soc/intel: drop the obsolete dt option `speed_shift_enable` | Michael Niewöhner |
2020-10-21 | soc/intel,mb/*: get rid of legacy pad macros | Michael Niewöhner |
2020-10-13 | {src/mb,util/autoport}: Use macro for DSDT revision | Elyes HAOUAS |
2020-10-13 | mb, soc/intel: Switch to using drivers/wifi/generic for Intel WiFi devices | Furquan Shaikh |
2020-10-13 | mb/intel/latest mainboards: Get rid of power button device in coreboot | Subrata Banik |
2020-10-05 | soc/intel/common/block/acpi: Factor out common platform.asl | Subrata Banik |
2020-09-23 | treewide: rename GENERIC_SPD_BIN to HAVE_SPD_BIN_IN_CBFS | Michael Niewöhner |
2020-09-21 | mb/intel: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-06 | mb: remove duplicated Make code for spd.bin generation | Michael Niewöhner |
2020-08-08 | soc/intel/skylake: Enable SDXC depending on devicetree configuration | Felix Singer |
2020-08-07 | soc/intel/skylake: Enable thermal subsystem depending on devicetree | Felix Singer |
2020-07-29 | soc/intel/skylake: Enable HDA depending on devicetree configuration | Felix Singer |
2020-07-29 | soc/intel/skylake: Enable eMMC depending on devicetree configuration | Felix Singer |
2020-07-29 | soc/intel/skylake: Enable SMBus depending on devicetree configuration | Felix Singer |
2020-07-26 | skylake boards: Factor out copy-pasted PIRQ routes | Angel Pons |
2020-07-01 | ACPI GNVS: Replace uses of smm_get_gnvs() | Kyösti Mälkki |
2020-05-18 | skylake: update processor power limits configuration | Sumeet R Pawnikar |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-06 | mainboard/intel: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-20 | drivers/generic/max98357a: Allow custom _HID from config | Aamir Bohra |
2020-03-18 | mainboard/[g-p]*: Remove copyright notices | Patrick Georgi |
2020-03-10 | mb/intel/{saddlebrook,kunimitsu}: Add macro for SaGv config | Praveen Hodagatta Pranesh |
2020-03-07 | chromeos: stop sharing write protect GPIO with depthcharge | Joel Kitching |
2020-01-10 | src: Remove blank acpi_tables source files | Karthikeyan Ramasubramanian |
2019-12-31 | mb/**/dsdt.asl: Remove outdated sleepstates.asl comment | Angel Pons |
2019-12-21 | mb/**/dsdt.asl: Remove "Some generic macros" comment | Angel Pons |
2019-12-19 | mb/{hp,intel}: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-16 | mb: Use fixed value in RcompTarget structure | Wim Vervoorn |
2019-11-01 | soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpi | Subrata Banik |
2019-10-26 | soc/intel/skylake: move/rename files after drop of FSP 1.1 | Michael Niewöhner |
2019-10-26 | soc/intel/skylake: drop support for FSP 1.1 | Michael Niewöhner |
2019-10-21 | mb/intel/kunimitsu: drop support for FSP 1.1 | Michael Niewöhner |
2019-10-09 | mb/[google/intel/lenovo]/*: fix posix shell bug with SPD files | Greg V |
2019-09-30 | mb: remove test-only HWIDs | Hung-Te Lin |
2019-09-15 | src/mainboard: Remove not used #include <elog.h> | Elyes HAOUAS |
2019-08-20 | mb/{asrock,intel,purism}: Copy channel arrays separately | Jacob Garber |
2019-08-15 | mainboard/google: Fix indirect includes | Kyösti Mälkki |
2019-07-25 | mb/*/chromeos.c: Remove some ENV_RAMSTAGE and __SIMPLE_DEVICE__ | Kyösti Mälkki |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
2019-06-19 | src/mainboard: Remove unused include <arch/byteorder.h> | Elyes HAOUAS |
2019-05-29 | drivers/intel/fsp1.1: Simplify bootflow and clean up | Arthur Heymans |
2019-05-13 | mainboard: remove "recovery" gpio, selectively add "presence" gpio. | Matt Delco |
2019-05-07 | mb/intel/kunimitsu: Refactor to get rid of `pei_data` | Nico Huber |
2019-04-06 | {mb,soc/intel/skylake}: remove unused InternalGfx | Maxim Polyakov |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-05 | mainboard: Enable PRESERVE flag in all vboot/chromeos FMD files | Hung-Te Lin |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-01 | soc/intel/skylake: Unify serial IRQ options | Nico Huber |
2019-02-18 | soc/intel/skylake: Use real common code for VMX init | Nico Huber |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2019-01-11 | soc/mainboard: Update mainboard UART Kconfig | Lijian Zhao |
2019-01-03 | mb/intel/{kblrvp,kunimitsu,saddlebrook}: Remove duplicated HAVE_SMI_HANDLER | Elyes HAOUAS |
2018-11-30 | cpu/intel/common: Use a common acpi/cpu.asl file | Arthur Heymans |
2018-11-28 | mb/*/*/Kconfig: Remove useless comment | Elyes HAOUAS |
2018-11-23 | mb: Set coreboot as DSDT's manufacturer model ID | Elyes HAOUAS |
2018-11-21 | ACPI: Fix DSDT's revision field | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbfs.h> | Elyes HAOUAS |
2018-11-05 | mainboard: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-09-12 | mainboards: Add SMMSTORE region in chromeos configs | Patrick Georgi |
2018-06-06 | soc/intel/common/block: Add common chip config block | Subrata Banik |
2018-06-05 | soc/intel/skylake: Add option to skip coreboot MP init | Subrata Banik |
2018-06-04 | mb/intel: Get rid of whitespace before tab | Elyes HAOUAS |
2018-06-04 | src: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-05-08 | mb/intel: Get rid of device_t | Elyes HAOUAS |
2018-01-26 | mb/*/*/cmos.layout: Fix the values for the console level | Arthur Heymans |
2017-12-07 | boardid: Switch from Kconfig to weak functions | Julius Werner |
2017-11-23 | src/mainboard: Fix various typos | Jonathan Neuschäfer |
2017-10-09 | skylake mainboards: Use PAD_CFG_GPI_GPIO_DRIVER instead of PAD_CFG_GPI | Furquan Shaikh |
2017-10-08 | ec/google/chromeec: Add library function google_chromeec_events_init | Furquan Shaikh |
2017-09-26 | mb/google/*: Use newly added Chrome EC boardid function | Furquan Shaikh |
2017-09-23 | mb/*/*: Remove rtc nvram configurable baud rate | Arthur Heymans |
2017-08-25 | soc/intel/skylake: Add LPC and SPI lock down config option | Subrata Banik |
2017-07-01 | mainboards: Remove unused EC event for thermal overload | Duncan Laurie |
2017-06-02 | mainboard/*/*/Kconfig: Remove MONOTONIC_TIMER_MSR selection | Aamir Bohra |
2017-04-24 | *.asl: Remove obsolete reference to TPM ASL file | Patrick Rudolph |
2017-04-13 | soc/intel/skylake: Split AC/DC settings for Deep Sx config | Duncan Laurie |
2017-03-28 | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner |
2017-03-28 | vboot: Assume EC_SOFTWARE_SYNC and VIRTUAL_DEV_SWITCH by default | Julius Werner |
2017-03-27 | ec: Use EC_ENABLE_LID_SWITCH for all mainboards with LID using chromeec | Furquan Shaikh |
2017-02-22 | acpi: Add ACPI_ prefix to IRQ enum and struct names | Furquan Shaikh |
2017-02-20 | mainboard/{google,intel}: Change config option selection | Furquan Shaikh |
2016-12-05 | mainboard & southbridge: Clear files that are just headers | Martin Roth |
2016-12-01 | lib/nhlt: add support for setting the oem_revision | Aaron Durbin |
2016-11-28 | soc/intel/skylake: Add USB Port Over Current (OC) Pin programming | Subrata Banik |