1. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  2. ff96f4e superio: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  3. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  4. 3f3eca9 src/superio: replace license boilerplate with SPDX by Felix Held · 4 years, 6 months ago
  5. 2329a25 superio: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  6. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  7. 085a226 superio/*: Link early initialization into bootblock by Arthur Heymans · 6 years ago
  8. c40275b superio/ite: pass the chip-specific ops struct to pnp_enable_devices by Felix Held · 7 years ago
  9. 7daac91 device/pnp: remove struct io_info by Samuel Holland · 7 years ago
  10. 57603e2 superio/*: Relocate Kconfig to chip folder. by Omar Pakker · 8 years ago
  11. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  12. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  13. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  14. 0f7ec31 superio/ite: Use common dispatch for pnp entry/exit functions by Edward O'Callaghan · 10 years ago
  15. f21bdc3 superio/*/superio.c: Don't hide pointer types behind typedefs by Edward O'Callaghan · 10 years ago
  16. b918623 superio/ite/it8712f: Depreciate model specific early_serial.c by Edward O'Callaghan · 10 years ago
  17. 9bea0c1 superio/ite/it8712f: Drop model specific sio func for generic ver by Edward O'Callaghan · 10 years ago
  18. f6f1ad6 superio/*: Remove redundant chip.h header by Edward O'Callaghan · 10 years ago
  19. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  20. f292002 superio/ite/*: Factor out generic romstage component by Edward O'Callaghan · 10 years ago
  21. e2f4c2a uart8250: Drop includes in superio by Kyösti Mälkki · 10 years ago
  22. 0b2ee93 pnp: Remove now plain wrappers for default PnP functions by Nico Huber · 11 years ago
  23. 13dc976 pnp: Register implementations of enter/exit config state by Nico Huber · 11 years ago
  24. f898f7b pnp: Provide alternative pnp_enable() implementation by Nico Huber · 11 years ago
  25. 9cb0941 pnp: Unify some alignment to ease autogenerating patches by Nico Huber · 11 years ago
  26. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  27. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  28. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  29. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  30. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  31. 13508b9 Drop baud rate init to an arbitrary baud rate from Super I/O code. by Stefan Reinauer · 13 years ago
  32. 0c8e664 It turns out that the code which enables specific LDN is somewhat buggy. by Rudolf Marek · 13 years ago
  33. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  34. a69d978 C and other Super I/O cosmetic fixes. by Uwe Hermann · 14 years ago
  35. 5330dd9 Remove superfluous Super I/O res0/res1 lines. by Uwe Hermann · 14 years ago
  36. 7fa0819 Add #include guards to all Super I/O header files (trivial). by Uwe Hermann · 14 years ago
  37. 5c6bae2 Random ITE Super I/O fixes. by Uwe Hermann · 14 years ago
  38. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  39. 94c27b3 fix up sb600 and it8712f tree. by Stefan Reinauer · 14 years ago
  40. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  41. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  42. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  43. 9db833b trival. All the changes is about comment and spaces. In superio folder. by Zheng Bao · 15 years ago
  44. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  45. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  46. e86c65b The IT8712F needs to have the configuration bits changed to handle the power for by Rudolf Marek · 15 years ago
  47. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  48. 632f865 Add the missing I/O resources for IT8712F GPIOs. (E.g. some LiPPERT by Jens Rottmann · 16 years ago
  49. 6c0b6d7 Fix/amend the incorrect pnp_dev_info[] items for the ITE IT8712F Super I/O. by Uwe Hermann · 16 years ago
  50. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  51. ecd176f This patch fixes the dbm690t keyboard not working issue. It should also by Marc Jones · 16 years ago
  52. 4590ce2 by Rudolf Marek · 16 years ago
  53. 3aca4b5 The AMD dbm690t mainboard uses the it8712f SIO with the by Marc Jones · 16 years ago
  54. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
  55. 4adc742 Various IT8712F fixes: by Philipp Degler · 17 years ago
  56. 23d1e35 The *_early_serial.c pre-RAM code should do just that -- enable the serial by Uwe Hermann · 17 years ago
  57. dc95add Remove by Uwe Hermann · 18 years ago
  58. 2a44fbf Status update (trivial). by Uwe Hermann · 18 years ago
  59. 6b2475d Explicitly set the CLKIN to 24 MHz on all ITE Super I/Os, otherwise by Uwe Hermann · 18 years ago
  60. 39b13f4 Add missing #includes to some ITE Super I/O files. by Jon Dufresne · 18 years ago
  61. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  62. 1549f2a Various minor cosmetic changes in the ITE Super I/Os, mostly whitespace by Uwe Hermann · 18 years ago
  63. a4c56c3 Adapt GPL license headers to match the current conventions. by Uwe Hermann · 18 years ago
  64. f28674e Rename some variables from *ITE* to *ite* for consistency reasons (refs #4). by Uwe Hermann · 18 years ago
  65. 2073ce2 Patch from Uwe Hermann: by Stefan Reinauer · 18 years ago
  66. 6af77ae Support for two new ITE superio parts: it8712f and it8673f from Uwe Hermann. by Stefan Reinauer · 18 years ago