summaryrefslogtreecommitdiffstats
path: root/src/superio
Commit message (Expand)AuthorAgeFilesLines
* superio/ite/common/early_serial.c: ite_kill_watchdog: set timeout to 0Michał Kopeć2022-08-071-6/+10
* superio/nuvoton/nct6687d: Add ramstage driver and ACPIMichał Żygowski2022-07-083-0/+270
* superio/winbond/w83667hg-a: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* sio/winbond/w83627hf/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* sio/winbond/w83627hf/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* superio/winbond/w83627hf/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-2/+2
* superio/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* superio/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-092-2/+2
* superio/nuvoton/nct6687d: Add early support for NCT6687DMichał Żygowski2022-05-163-0/+30
* superio/kbc1100: Fix set but unused variablesArthur Heymans2022-05-111-4/+0
* superio/smsc/mec1308: Drop `_PRS` from static devicesAngel Pons2022-04-201-38/+0
* superio/smsc/sch5545: Drop `_PRS` from static devicesAngel Pons2022-04-201-25/+0
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+1
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-074-12/+12
* superio/smsc/lpc47n207/early_serial.c: Fix indent for 'if' statementElyes HAOUAS2022-01-311-1/+1
* superio/smsc/sch5545/superio.c: Include `stdint.h` and `bsd/helpers.h`Elyes HAOUAS2022-01-101-0/+2
* src/superio/smsc: Remove unused <stdlib.h>Elyes HAOUAS2022-01-101-1/+0
* src/superio: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-01-102-2/+0
* superio/winbond/w83627hf/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* superio/winbond/w83627hf/acpi: Replace LOr() with ASL 2.0 syntaxFelix Singer2022-01-011-13/+13
* superio/winbond/w83627hf/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* superio/winbond/w83977tf/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-2/+2
* superio/winbond/w83627hf/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-301-7/+7
* superio/smsc/sch5545: Disable PS/2 lines isolation during initMichał Żygowski2021-11-271-0/+6
* superio/smsc/sch5545: Clear PMEs in the early initMichał Żygowski2021-11-271-0/+7
* superio: Replace bad uses of `find_resource`Angel Pons2021-11-0413-14/+14
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-053-7/+7
* superio/nuvoton/nct6776: Correct the definition of NCT6776_GPIOBASEBill XIE2021-08-291-1/+1
* src: Retype option API to use unsigned integersAngel Pons2021-05-066-6/+6
* superio/nuvoton/npcd378: Fall back to non-negative valueAngel Pons2021-04-281-2/+2
* superio/nuvoton/npcd378: Fix `psu_fan_lvl` optionAngel Pons2021-04-211-3/+3
* superio: Use get_int_option()Angel Pons2021-04-215-12/+7
* acpi/acpigen.h: Add more intuitive AML package closing functionsJakub Czapiga2021-03-221-2/+0
* superio/smsc/sch5545: Add missing <types.h>Elyes HAOUAS2021-02-132-1/+2
* src/superio: Fix typo in commentElyes HAOUAS2021-02-112-2/+2
* superio/nuvoton/common/Kconfig: Remove HWM configFrans Hendriks2021-01-291-4/+0
* src/superio: trim and move Makefile.inc, instead use wildcard matchesIdwer Vollering2020-12-272-14/+4
* src: Remove redundant use of ACPI offset(0)Elyes HAOUAS2020-12-031-3/+2
* superio/smsc/sio1036: Support 16-bit IO port addressingNikolai Vyssotski2020-11-181-2/+2
* superio/nuvoton: Factor out equivalent Kconfig optionAngel Pons2020-10-195-18/+8
* superio/nuvoton: Correct NCT6791D COM A mux toggleAngel Pons2020-10-191-4/+1
* superio: Add newline to log message about disabled mouse controllerPaul Menzel2020-10-172-2/+2
* superio/nuvoton: Only set bit 7 of global CR 0x2a for COM APaul Menzel2020-10-171-1/+1
* superio/nuvoton/common: Collapse two if statementsPaul Menzel2020-10-131-5/+2
* superio/smsc/sch5147/acpi: Convert superio.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-121-2/+2
* superio/smsc/sio1007/acpi: Convert superio.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-121-13/+13
* superio/ite/it8772f/acpi: Convert superio.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-121-13/+13
* superio/smsc/mec1308/acpi: Convert superio.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-121-10/+10
* superio/fintek/f81803a/acpi: Convert superio.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-121-3/+3
* superio/winbond/*/acpi: Convert superio.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-122-32/+32