summaryrefslogtreecommitdiffstats
path: root/src/superio
Commit message (Expand)AuthorAgeFilesLines
* pnp: Allow setting of misc register 0xf4 in device treeStefan Reinauer2014-09-171-1/+2
* pnp: Allow setting of misc register 0xfa in device treeStefan Reinauer2014-09-111-1/+1
* superio/smsc/sch4037: Cleanup and fix .c inclusionEdward O'Callaghan2014-08-234-33/+27
* superio/smsc/sio1036: Fix hardcoded TTY0 base addr and .c includeEdward O'Callaghan2014-08-233-16/+21
* superio/smsc/sio1036: Clean up RAMstage superio.c componentEdward O'Callaghan2014-08-091-29/+13
* superio/f71869ad: fix documentation of io_info mask valuesFelix Held2014-07-181-1/+1
* src/superio/smsc/lpc47m15x: Avoid #include early_serial.cEdward O'Callaghan2014-07-183-4/+13
* superio/smsc: Add some missing header guardsEdward O'Callaghan2014-07-182-0/+10
* src/superio/ite/it8772f: Separate mainboard from SIO at obj levelEdward O'Callaghan2014-07-184-93/+104
* superio,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1727-27/+0
* superio/fintek/f71869ad: config struct should be const qualifiedEdward O'Callaghan2014-07-152-2/+2
* superio: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-087-7/+0
* PS2 keyboard: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-7/+0
* superio/smsc/fdc37n972: Trivial cleanup reorder headersEdward O'Callaghan2014-06-213-5/+5
* superio/nuvoton: Add chip support for setting IRQs to edge/levelDave Frodin2014-06-203-1/+99
* superio/nuvoton: Adds a function to route pins 41-48 to UARTDDave Frodin2014-06-203-3/+62
* superio/ite/it8772f: Remove prototypes for func with no bodyEdward O'Callaghan2014-06-201-2/+0
* superio/smscsuperio: Fix chip detectionKyösti Mälkki2014-06-121-2/+5
* nuvoton/nct5104d: Update the #defined LDNsDave Frodin2014-06-091-4/+9
* superio/nuvoton: factor out generic romstage componentsFelix Held2014-06-066-28/+94
* superio/smsc/kbc1100: Virtually rewrite support and fix mainboardsEdward O'Callaghan2014-06-063-16/+31
* superio/smsc/smscsuperio: Make romstage linkable with headerEdward O'Callaghan2014-06-033-11/+60
* superio/ite/it8661f: Make early_serial into romstage symEdward O'Callaghan2014-06-033-5/+8
* superio/ite/it8772f: Depreciate early wdt functionsEdward O'Callaghan2014-06-032-31/+2
* superio/ite/it8772f: Move towards removing #include .cEdward O'Callaghan2014-06-032-24/+7
* superio/nsc/pc87309: Avoid .c includes in mainboardEdward O'Callaghan2014-05-313-5/+11
* superio/winbond/w83627hf: Avoid .c includes in mainboardsEdward O'Callaghan2014-05-314-19/+46
* superio/winbond/w83627ehg: Depreciate romstage componentEdward O'Callaghan2014-05-313-44/+0
* superio/winbond/w83627thg: Depreciate romstage componentEdward O'Callaghan2014-05-282-50/+0
* superio/winbond/w83627uhg: Depreciate romstage componentEdward O'Callaghan2014-05-283-59/+1
* superio/ite/it8712f: Depreciate model specific early_serial.cEdward O'Callaghan2014-05-283-79/+0
* superio/ite/it8712f: Drop model specific sio func for generic verEdward O'Callaghan2014-05-282-8/+0
* superio/ite/it8721f: Trivial drop redundant headersEdward O'Callaghan2014-05-241-3/+0
* superio/winbond/w83697hf: Depreciate romstage componentEdward O'Callaghan2014-05-233-5/+13
* Implement proper IT8728F PNP opsRudolf Marek2014-05-231-4/+14
* ite/common: Introduce common watchdog and 3.3V VSB helpersRudolf Marek2014-05-232-0/+42
* superio/ite/it8728f/it8728f_hwm.c: Small fixesRudolf Marek2014-05-231-3/+4
* src/*: Remove the last remnants of struct keyboardEdward O'Callaghan2014-05-136-68/+1
* superio/*: Remove redundant chip.h headerEdward O'Callaghan2014-05-1336-1134/+0
* superio/*: Deal with some chip.h special casesEdward O'Callaghan2014-05-137-83/+3
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-1344-126/+56
* superio/ite/it8718f: Remove hard coding from romstageEdward O'Callaghan2014-05-122-43/+7
* superio/ite/*: Factor out generic romstage componentEdward O'Callaghan2014-05-1121-295/+112
* superio/ite/it8728f: RAMstage PNP configuration componentEdward O'Callaghan2014-05-115-0/+213
* superio/fintek/f71869ad: Fix incorrect LDN'sEdward O'Callaghan2014-05-102-4/+7
* superio/serverengines/pilot: Avoid .c includesEdward O'Callaghan2014-05-096-7/+64
* superio/fintek/f71869ad: Make hwm devicetree configurableEdward O'Callaghan2014-05-085-0/+126
* superio/fintek/f71869ad: Configure multi-func reg in devicetreeEdward O'Callaghan2014-05-085-0/+102
* superio/common/conf_mode: Provide another common pnp entry/exitEdward O'Callaghan2014-05-071-0/+24
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-1/+1