summaryrefslogtreecommitdiffstats
path: root/src/superio/ite
Commit message (Expand)AuthorAgeFilesLines
* superio: Replace bad uses of `find_resource`Angel Pons2021-11-048-9/+9
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-051-1/+1
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* superio: Use get_int_option()Angel Pons2021-04-211-3/+1
* superio/ite/it8772f/acpi: Convert superio.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-121-13/+13
* superio/ite: Distinguish between chips for PECI readingsMichael Büchler2020-09-228-3/+41
* src/superio: Use 'PNP_IDX_*' macros instead of magic numbersElyes HAOUAS2020-09-111-1/+2
* src/superio: Drop unneeded empty linesElyes HAOUAS2020-08-243-3/+0
* superio/ite: delay PWRGD3 during resumeMichael Büchler2020-08-212-0/+28
* superio/ite/it8728f: Correct Kconfig selectionsMatt DeVillier2020-08-141-0/+2
* superio/ite/common: Add support for closed-loop modeMatt DeVillier2020-08-143-6/+23
* superio/*/Makefiles: Remove non-existing directory inclusionElyes HAOUAS2020-08-131-2/+0
* superio/ite: allow 24 MHz clock for external sensor interfaceMichael Büchler2020-08-102-0/+12
* superio/ite: configure EC for fans to full at thermal limitMichael Büchler2020-08-103-10/+16
* superio/ite/Makefile.inc: Add it8613eAngel Pons2020-05-261-0/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1166-66/+0
* superio/ite: Improve code formattingElyes HAOUAS2020-03-316-16/+13
* src/superio: replace license boilerplate with SPDXFelix Held2020-01-3066-1034/+132
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-1/+1
* superio/ite/it8728f: remove unused LDN selection register defineFelix Held2019-12-161-1/+0
* superio/ite: remove unused stdint.h include from header filesFelix Held2019-12-162-4/+0
* superio/ite/it8528e: Fix typoElyes HAOUAS2019-12-051-1/+1
* superio/*/*/acpi: Improve the readability of the IndexFieldElyes HAOUAS2019-11-054-4/+4
* superio: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-208-8/+2
* src/superio: Remove unused 'include <arch/io.h>'Elyes HAOUAS2019-10-161-1/+0
* src/superio: Remove unused superio chipsMartin Roth2019-10-139-427/+0
* superio/it8772f: use pnp_ops.h for pnp register accessFelix Held2019-10-082-39/+17
* superio/it8772f: use HWM access functionality from hwm5_conf.hFelix Held2019-10-081-35/+26
* superio/hwm5_conf: factor out HWM access from ITE env_ctrlFelix Held2019-10-081-71/+51
* superio/ite: Add IT8786E-IKyösti Mälkki2019-05-157-0/+395
* src/superio/ite/common: Prepare for ITE IT8786E SuperIOMichał Żygowski2019-05-154-2/+46
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-19/+19
* superio/ite/it8613e: add support for ITE IT8613EKrystian Hebel2019-03-065-0/+206
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-048-5/+8
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-046-6/+0
* superio/ite/common: add option for enabling 5 FANsKrystian Hebel2019-03-024-22/+111
* superio/ite/common/env_ctrl.c: fix IS_ENABLED argumentKrystian Hebel2019-03-021-1/+1
* src: Remove unused include device/pnp_def.hElyes HAOUAS2019-02-071-1/+0
* superio/ite: Add it8528ePatrick Rudolph2019-01-245-0/+146
* superio/it8716f: fix pnp_dev_infoFelix Held2019-01-241-10/+12
* superio/*: Link early initialization into bootblockArthur Heymans2019-01-0616-16/+20
* superio/ite/it8772f: Fix typoElyes HAOUAS2018-12-161-1/+1
* superio/ite/it8721f/acpi: Remove unneeded white spaceElyes HAOUAS2018-12-161-1/+1
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* superio/ite/it8721f: Add SuperIO ACPI declarationsArthur Heymans2018-08-211-0/+171
* superio/ite/it8721f: Add resourcesArthur Heymans2018-08-211-1/+11
* superio/ite/it8720f: fix power control initFelix Held2018-08-172-7/+21
* src/superio: Fix typo and remove unneeded whitespaceElyes HAOUAS2018-08-091-1/+1
* superio/ite: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-1810-96/+95