summaryrefslogtreecommitdiffstats
path: root/src/superio/nsc
Commit message (Expand)AuthorAgeFilesLines
* 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
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0157-57/+57
* Remove assembly coded log2 functionRonald G. Minnich2012-11-289-9/+0
* Remove chip.h files without config structureKyösti Mälkki2012-10-076-93/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-2212-25/+0
* remove trailing whitespaceStefan Reinauer2011-11-0112-12/+12
* PC87384: remove unused init functionSven Schnelle2011-04-201-14/+0
* fix boards that still had some uart init remaindersStefan Reinauer2011-04-201-2/+0
* Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer2011-04-1924-128/+12
* PC87384: add GPIO definesSven Schnelle2011-04-121-0/+11
* Add GPIO definitions to PC87392 superioSven Schnelle2011-04-011-0/+11
* add PC87384 SuperIOSven Schnelle2011-03-036-0/+164