- d3a1a41 src/superio: Remove unused superio chips by Martin Roth · 4 years, 1 month ago
- a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 4 years, 7 months ago
- d2894f6 src/nsc/common/nsc.h: Drop unused include by Elyes HAOUAS · 4 years, 7 months ago
- 3855c01 device/pnp: Add header files for PNP ops by Kyösti Mälkki · 4 years, 7 months ago
- 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 4 years, 7 months ago
- 9c790a2 superio/nsc/pc87417: Use common early_serial by Peter Lemenkov · 4 years, 8 months ago
- 272804f superio/nsc/pc87366: Use common early_serial by Peter Lemenkov · 4 years, 8 months ago
- 485937f superio/nsc/pc87360: Use common early_serial by Peter Lemenkov · 4 years, 8 months ago
- 0538328 superio/nsc/pc87309: Use common early_serial by Peter Lemenkov · 4 years, 8 months ago
- 1224570 superio/nsc/pc87392: Use common early_serial by Peter Lemenkov · 4 years, 8 months ago
- e7705f2 superio/nsc: Introduce common early_serial by Peter Lemenkov · 4 years, 8 months ago
- d5292bf superio/nsc: fix IO masks by Felix Held · 4 years, 9 months ago
- 085a226 superio/*: Link early initialization into bootblock by Arthur Heymans · 4 years, 9 months ago
- 0ce41f1 src: Add required space after "switch" by Elyes HAOUAS · 4 years, 11 months ago
- e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 5 years ago
- 1e8c9ad src: Remove unneeded include <pc80/keyboard.h> by Elyes HAOUAS · 5 years ago
- faca0bc superio/nsc: pass the chip-specific ops struct to pnp_enable_devices by Felix Held · 6 years ago
- 7daac91 device/pnp: remove struct io_info by Samuel Holland · 6 years ago
- 57603e2 superio/*: Relocate Kconfig to chip folder. by Omar Pakker · 7 years ago
- 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 8 years ago
- a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 8 years ago
- 6c4ea73 Drop SuperIO nsc/pc97307 by Stefan Reinauer · 8 years ago
- 0cca931 Drop SuperIO nsc/pc8374 by Stefan Reinauer · 8 years ago
- b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
- b8f05d4 superio/nsc/pc87417: Use link-time symbols over .c inclusion by Edward O'Callaghan · 9 years ago
- db1a2fb superio/nsc/pc87366: Use link-time symbols over .c inclusion by Edward O'Callaghan · 9 years ago
- fc4e855 superio/nsc/pc97317: Use link-time symbols over .c inclusion by Edward O'Callaghan · 9 years ago
- 24fb03e superio/nsc/pc87360: Use link-time symbol over .c includes by Edward O'Callaghan · 9 years ago
- 5878bbd Drop Intel E7520 and E7525 and related boards by Stefan Reinauer · 9 years ago
- bfea6cc Drop obsolete SuperIOs used by GX1 systems only by Stefan Reinauer · 9 years ago
- f21bdc3 superio/*/superio.c: Don't hide pointer types behind typedefs by Edward O'Callaghan · 9 years ago
- 85836c2 superio: Use 'pnp_devfn_t' over 'device_t' in romstage component by Edward O'Callaghan · 9 years ago
- ff9e45e superio,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 9 years ago
- 32da8d9 superio/nsc/pc87309: Avoid .c includes in mainboard by Edward O'Callaghan · 9 years ago
- f6f1ad6 superio/*: Remove redundant chip.h header by Edward O'Callaghan · 9 years ago
- 0403c863 superio/*: Deal with some chip.h special cases by Edward O'Callaghan · 9 years ago
- def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 9 years ago
- e2f4c2a uart8250: Drop includes in superio by Kyösti Mälkki · 10 years ago
- 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 10 years ago
- 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
- a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
- 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 11 years ago
- 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 11 years ago
- fee73df Auto-declare chip_operations by Kyösti Mälkki · 11 years ago
- 5ff7c13 remove trailing whitespace by Stefan Reinauer · 12 years ago
- ea3b585 PC87384: remove unused init function by Sven Schnelle · 12 years ago
- 012d867 fix boards that still had some uart init remainders by Stefan Reinauer · 12 years ago
- 13508b9 Drop baud rate init to an arbitrary baud rate from Super I/O code. by Stefan Reinauer · 12 years ago
- ae08c56 PC87384: add GPIO defines by Sven Schnelle · 12 years ago
- 1aba096 Add GPIO definitions to PC87392 superio by Sven Schnelle · 13 years ago
- 071d835 add PC87384 SuperIO by Sven Schnelle · 13 years ago
- 1440d08 Actually add PC87382 into Kconfig, missing from r6332 by Peter Stuge · 13 years ago
- 82e3617 Add PC87392 support by Sven Schnelle · 13 years ago
- 92cf08c Add PC87382 support by Sven Schnelle · 13 years ago
- 6559f43 add license headers to some trivial files and pc87427.h by Stefan Reinauer · 13 years ago
- 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 13 years ago
- 20c3d77 fix random breakage by Stefan Reinauer · 13 years ago
- a69d978 C and other Super I/O cosmetic fixes. by Uwe Hermann · 13 years ago
- 5330dd9 Remove superfluous Super I/O res0/res1 lines. by Uwe Hermann · 13 years ago
- 7fa0819 Add #include guards to all Super I/O header files (trivial). by Uwe Hermann · 13 years ago
- 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 13 years ago
- 80d9804 fix superio warnings. interesting side node: most superio .h files have no by Stefan Reinauer · 13 years ago
- 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
- 30a4a93 fix clock polling in pc97317 driver. by Stefan Reinauer · 14 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
- 9db833b trival. All the changes is about comment and spaces. In superio folder. by Zheng Bao · 14 years ago
- e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 14 years ago
- 748475b More kconfig cleanups: by Uwe Hermann · 14 years ago
- 7b6a0a8 Get rid of early_serial, it is now a generic function in early_init. by Ronald G. Minnich · 14 years ago
- 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 14 years ago
- 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 14 years ago
- 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
- 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 15 years ago
- 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
- 3a66263 Add support for the NSC PC87309 Super I/O. by Uwe Hermann · 17 years ago
- a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 17 years ago
- 3d61074 Rename src/superio/NSC to src/superio/nsc. by Uwe Hermann · 17 years ago