summaryrefslogtreecommitdiffstats
path: root/src/superio/nsc
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-314-4/+4
* superio: Rename Makefiles from .inc to .mkMartin Roth2024-01-245-0/+0
* src: Remove redundant <device/pnp_def.h>Elyes HAOUAS2020-09-171-1/+0
* src/superio: Use 'PNP_IDX_*' macros instead of magic numbersElyes HAOUAS2020-09-111-1/+2
* superio/*/Makefiles: Remove non-existing directory inclusionElyes HAOUAS2020-08-131-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1121-21/+0
* src/superio: replace license boilerplate with SPDXFelix Held2020-01-3021-321/+42
* src: Remove some romcc workaroundsJacob Garber2019-12-311-3/+1
* superio/nsc/pc87417: Remove unused <stdint.h>Elyes HAOUAS2019-12-061-1/+0
* superio: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-204-4/+4
* src/superio: Remove unused superio chipsMartin Roth2019-10-1317-593/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-206-6/+0
* src/nsc/common/nsc.h: Drop unused includeElyes HAOUAS2019-03-181-1/+0
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-046-3/+6
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-048-8/+0
* superio/nsc/pc87417: Use common early_serialPeter Lemenkov2019-02-144-33/+1
* superio/nsc/pc87366: Use common early_serialPeter Lemenkov2019-02-144-36/+1
* superio/nsc/pc87360: Use common early_serialPeter Lemenkov2019-02-144-36/+1
* superio/nsc/pc87309: Use common early_serialPeter Lemenkov2019-02-144-34/+1
* superio/nsc/pc87392: Use common early_serialPeter Lemenkov2019-02-142-26/+1
* superio/nsc: Introduce common early_serialPeter Lemenkov2019-02-144-0/+80
* superio/nsc: fix IO masksFelix Held2019-01-177-13/+13
* superio/*: Link early initialization into bootblockArthur Heymans2019-01-065-0/+6
* src: Add required space after "switch"Elyes HAOUAS2018-11-195-5/+5
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-167-7/+0
* src: Remove unneeded include <pc80/keyboard.h>Elyes HAOUAS2018-11-162-2/+0
* superio/nsc: pass the chip-specific ops struct to pnp_enable_devicesFelix Held2018-07-188-73/+74
* device/pnp: remove struct io_infoSamuel Holland2017-06-138-56/+56
* superio/*: Relocate Kconfig to chip folder.Omar Pakker2016-08-098-15/+119
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-015-5/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3133-132/+0
* Drop SuperIO nsc/pc97307Stefan Reinauer2015-10-305-143/+0
* Drop SuperIO nsc/pc8374Stefan Reinauer2015-10-306-187/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2140-40/+40
* superio/nsc/pc87417: Use link-time symbols over .c inclusionEdward O'Callaghan2015-01-045-18/+19
* superio/nsc/pc87366: Use link-time symbols over .c inclusionEdward O'Callaghan2015-01-044-5/+12
* superio/nsc/pc97317: Use link-time symbols over .c inclusionEdward O'Callaghan2015-01-044-5/+12
* superio/nsc/pc87360: Use link-time symbol over .c includesEdward O'Callaghan2015-01-044-5/+12
* Drop Intel E7520 and E7525 and related boardsStefan Reinauer2014-12-186-272/+0
* Drop obsolete SuperIOs used by GX1 systems onlyStefan Reinauer2014-12-166-164/+0
* superio/*/superio.c: Don't hide pointer types behind typedefsEdward O'Callaghan2014-10-2711-11/+11
* superio: Use 'pnp_devfn_t' over 'device_t' in romstage componentEdward O'Callaghan2014-10-2712-18/+18
* superio,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1711-11/+0
* superio/nsc/pc87309: Avoid .c includes in mainboardEdward O'Callaghan2014-05-313-5/+11
* superio/*: Remove redundant chip.h headerEdward O'Callaghan2014-05-137-224/+0
* superio/*: Deal with some chip.h special casesEdward O'Callaghan2014-05-134-77/+0
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-139-27/+14
* uart8250: Drop includes in superioKyösti Mälkki2014-02-0618-18/+0
* Drop prototype guarding for romccStefan Reinauer2013-05-101-1/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-2210-10/+10