1. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  2. af5a9d6 soc/intel/common: Re-use Alder Lake-M device IDs for Alder Lake-N by Usha P · 2 years, 6 months ago
  3. 191a8d7 soc/intel/common: Add TGL-H PCI IDs by Jeremy Soller · 2 years, 11 months ago
  4. f9bb1b4 soc/intel/cannonlake: Use new IRQ module by Tim Wawrzynczak · 3 years ago
  5. e42ce6b soc/intel/common/block/uart: Fix resources in ACPI mode by Patrick Rudolph · 3 years, 1 month ago
  6. f530e36 soc/intel: Rename 200-series PCH device IDs by Angel Pons · 3 years, 2 months ago
  7. 405f229 soc/intel/*: drop UART pad configuration from common code by Michael Niewöhner · 3 years, 7 months ago
  8. f4d98fdd2 soc/intel/commmon: Include Alder Lake device IDs by Varshit Pandya · 3 years, 6 months ago
  9. f3faddc soc/intel: rename uart_max_index by Michael Niewöhner · 3 years, 6 months ago
  10. 582a0e2 soc/intel/common/uart: Use simple(_s_) variants of PCI functions by Furquan Shaikh · 3 years, 6 months ago
  11. 4fa183f soc/intel/uart: Drop SoC callback `soc_uart_console_to_device` by Furquan Shaikh · 3 years, 6 months ago
  12. d3b7e2f soc/intel/common/uart: Restrict scope of uart_common_init to uart.c by Furquan Shaikh · 3 years, 6 months ago
  13. fb29ca0 soc/intel/common: Pass in pci_devfn_t into lpss_set_power_state by Furquan Shaikh · 3 years, 6 months ago
  14. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  15. 49ae596 soc/intel/common: Add support for LPSS UART in ACPI mode by Patrick Rudolph · 4 years, 3 months ago
  16. f672f7f soc/intel/common: Include Alder Lake device IDs by Subrata Banik · 4 years ago
  17. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 1 month ago
  18. 5daa1d3 ACPI: Replace uses of CBMEM_ID_ACPI_GNVS by Kyösti Mälkki · 4 years, 1 month ago
  19. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  20. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  21. 2ec1c13 soc/intel/common: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 2 months ago
  22. 0612b27 soc/intel/common: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  23. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  24. 3f4af0d soc/intel/common: Update Jasper Lake Device IDs by Meera Ravindranath · 4 years, 5 months ago
  25. 2613609 soc/intel/common: Add Elkhartlake Device IDs by Tan, Lean Sheng · 4 years, 6 months ago
  26. 12a651c soc/intel/common: Add PCI device IDs for CMP-H by Gaggery Tsai · 4 years, 7 months ago
  27. 263f129 soc/intel/common: Add Jasperlake Device IDs by rkanabar · 4 years, 7 months ago
  28. 6b5bf40 soc/intel/common: Include Tigerlake device IDs by Ravi Sarawadi · 4 years, 9 months ago
  29. 5e59a82 soc/intel/common: Set controller state to active in uart init by Usha P · 5 years ago
  30. 17cfba6 soc/intel/common/block/uart: Update the UART PCI device reference by Aamir Bohra · 5 years ago
  31. 931e991 Revert "soc/intel/common: Set controller state to active in uart init" by Christian Walter · 5 years ago
  32. 4644515 soc/intel/common: Set controller state to active in uart init by Usha P · 5 years ago
  33. 9995418 soc/intel: Replace UART_BASE() and friends with a Kconfig by Nico Huber · 5 years ago
  34. 62ddc49 soc/intel/common/uart: Correctly guard uart_platform_base() by Nico Huber · 5 years ago
  35. ce8eebd soc/intel/common/uart: Only return valid UART base by Nico Huber · 5 years ago
  36. 8bbad6c soc/intel/common/uart: Drop dead call to soc_uart_set_legacy_mode() by Nico Huber · 5 years ago
  37. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  38. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  39. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  40. da7ffb48 soc/intel/common: Include cometlake PCH IDs by Ronak Kanabar · 5 years ago
  41. 1d19127 soc/{amd,intel}: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  42. a96e66a soc/intel: Clean mess around UART_DEBUG by Nico Huber · 6 years ago
  43. 9eac039 soc/intel/common: Include Icelake device IDs by Aamir Bohra · 6 years ago
  44. e26c4a4 soc/intel/cannonlake: Add new cannon lake PCH-H support by praveen hodagatta pranesh · 6 years ago
  45. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  46. afa07f7 soc/intel/common/block: Move common uart function to block/uart by Subrata Banik · 6 years ago
  47. 68c851b src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  48. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  49. 5268b76 src/soc: Fix various typos by Jonathan Neuschäfer · 6 years ago
  50. acc2a48 soc/intel/skylake: Add Kabylake PCH H device ID's by V Sowmya · 6 years ago
  51. 7c15047 soc/intel/skylake: Clean up the skylake PCH H device ID macros by V Sowmya · 6 years ago
  52. 6bbc91a soc/intel/common/block: Add option to have subsystem_id in common pci driver by Subrata Banik · 7 years ago
  53. a8198eb soc/intel/common/uart: Add support for enabling UART debug controller on resume by Furquan Shaikh · 7 years ago
  54. 3406dd6 soc/intel/common/uart: Refactor uart_common_init by Furquan Shaikh · 7 years ago
  55. bbedef9 soc/intel/common: Add Cannonlake pci ids for common by Lijian Zhao · 7 years ago
  56. f714965 soc/intel/common/block/uart: Add GLK UART pci ids by Hannah Williams · 7 years ago
  57. 83f7bae soc/intel/common: Add PCI configuration code for UART by Aamir Bohra · 7 years ago
  58. 01d75f4 soc/intel/common/block: Add Intel common UART code by Aamir Bohra · 7 years ago