1. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  2. 367fff5 driver/parade to /driver/wwan: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  3. 5466261 drivers/uart/pl011.c Perform basic UART init by Naresh Solanki · 11 months ago
  4. e67513e drivers/uart/pl011: Fix regwidth by Arthur Heymans · 12 months ago
  5. 8324fe9 drivers: Add SPDX license headers to Makefiles by Martin Roth · 12 months ago
  6. 0de34dc drivers/uart/oxpcie: Fix broken console output by Nicholas Chin · 1 year, 3 months ago
  7. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 6 months ago
  8. cf440b6 drivers/uart/acpi: Drop 'disable_gpio_export_in_crs' flag by Matt DeVillier · 1 year, 6 months ago
  9. 336a06f drivers/uart/Kconfig: Drop unused Kconfig symbol by Elyes Haouas · 1 year, 8 months ago
  10. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 9 months ago
  11. 69451f1 src/drivers: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  12. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  13. 5e5335d src/drivers/uart: Add definition of FIFO enabled in IIR by Tim Chu · 1 year, 9 months ago
  14. ad8a2a4 drivers/uart/uart8250reg.h: use shifts in constants by Felix Held · 2 years, 5 months ago
  15. ec4493f drivers/uart/uart8250reg.h: use BIT() macro for bit definitions by Felix Held · 2 years, 5 months ago
  16. 5bd6096 drivers/uart/uart8250reg.h: remove duplicate bit definitions by Felix Held · 2 years, 5 months ago
  17. 84f3807 drivers/uart: Let DRIVERS_UART_8250IO also depend on PPC64 by Krystian Hebel · 3 years, 10 months ago
  18. e058841 drivers: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  19. 29f3a88 drivers/uart/acpi: Update _S0W return value to D3hot by Tim Wawrzynczak · 3 years ago
  20. 8c99c27 lib/trace: Remove TRACE support by Kyösti Mälkki · 4 years ago
  21. d1c0f95 acpi: Call acpi_fill_ssdt() only for enabled devices by Karthikeyan Ramasubramanian · 3 years, 8 months ago
  22. d161a2f src/drivers: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  23. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  24. a4dd33c src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers by Elyes HAOUAS · 4 years ago
  25. f50b662 src: Remove extra lines in license header by Elyes HAOUAS · 4 years ago
  26. d2d5e44 acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo by Furquan Shaikh · 4 years ago
  27. e530d81 drivers/uart/acpi: Add new device driver for UART attached devices by Duncan Laurie · 4 years, 2 months ago
  28. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 2 months ago
  29. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  30. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  31. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  32. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  33. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  34. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  35. b12c276 src/{drivers,device,ec}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  36. 5fadb46 drivers/uart/oxpcie_early.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  37. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 8 months ago
  38. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  39. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 9 months ago
  40. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 9 months ago
  41. df60e87 src: Remove unused include '<device/pci_ids.h>' by Elyes HAOUAS · 4 years, 9 months ago
  42. e088721 device,drivers/: Drop some __SIMPLE_DEVICE__ use by Kyösti Mälkki · 4 years, 10 months ago
  43. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  44. 5cf9ccc src: Include <stdint.h> instead of <inttypes.h> by Jacob Garber · 5 years ago
  45. 55cb5f8 Remove unnecessary ENV_RAMSTAGE guard by Subrata Banik · 5 years ago
  46. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  47. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  48. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  49. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  50. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  51. fb25f9f drivers/uart/oxpcie: Fix early console by Kyösti Mälkki · 6 years ago
  52. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  53. 3eb720c drivers/uart/Kconfig: Be smarter about DRIVERS_UART_8250IO by Nico Huber · 6 years ago
  54. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  55. 7524400 uart/sifive: make divisor configurable by Philipp Hug · 6 years ago
  56. c8cf591 arch/x86: Drop leftover ROMCC console support by Kyösti Mälkki · 6 years ago
  57. a26c153 drivers/uart/oxpcie.c: Get rid of device_t by Elyes HAOUAS · 6 years ago
  58. 062c729 drivers/uart: Allow the 8250IO driver only on x86 by Jonathan Neuschäfer · 6 years ago
  59. 1732dcb drivers/uart: Add helper function to allow bit-banging by Julius Werner · 6 years ago
  60. 894e3a9 drivers/uart: Add a driver for SiFive's UART by Jonathan Neuschäfer · 6 years ago
  61. 2423189 drivers/uart/pl011.c Add read support by Marcello Sylvester Bauer · 6 years ago
  62. db06cf0 src/drivers/pl011: Add verstage support by Patrick Rudolph · 6 years ago
  63. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  64. ff0d869 drivers/uart/pl011: Improve PL011 driver by David Hendricks · 7 years ago
  65. 7813066 drivers/uart8250mem: Check for zero base address by Marshall Dawson · 7 years ago
  66. b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 7 years ago
  67. 1679c42 drivers/uart: Use baudrate of 115200 by default by Furquan Shaikh · 7 years ago
  68. 32c27c2 src/drivers: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  69. 43314ff uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functions by Werner Zeh · 7 years ago
  70. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  71. e4d7abc lib: provide clearer devicetree semantics by Aaron Durbin · 7 years ago
  72. 643236e drivers/uart/oxpcie_early.c: remove uart_fill_lb() by Martin Roth · 8 years ago
  73. 311fb69 Kconfig: Prefix hex defaults with 0x by Martin Roth · 8 years ago
  74. bc97b4e soc/intel/fsp_broadwell_de/uart: Drop it by Nico Huber · 8 years ago
  75. 2e4d806 src/drivers: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  76. 3eabe6e drivers/uart: Enable debug serial output during postcar by Lee Leahy · 8 years ago
  77. 6ec72c9 drivers/uart: Use uart_platform_refclk for all UART models by Lee Leahy · 8 years ago
  78. 1487621 drivers/uart: Enable override for input clock divider by Lee Leahy · 8 years ago
  79. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  80. 66bbb31 */Makefile.inc: Compile files needed by uart8250 in x86 bootblock by Alexandru Gagniuc · 9 years ago
  81. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  82. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  83. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  84. 715a18e drivers/uart/Kconfig: Select 8250 mem when 8250 mem32 is enabled by Alexandru Gagniuc · 9 years ago
  85. 4f7cf3a uart8250mem: provide uart_fill_lb() by Aaron Durbin · 9 years ago
  86. a73408d console: Add UART8250MEM 32bit support by Naveen Krishna Chatradhi · 9 years ago
  87. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  88. fd6fb26 verstage: provide support for serial console by Aaron Durbin · 9 years ago
  89. 9bb90cd secmon: Add some missing files by Patrick Georgi · 9 years ago
  90. 1d7b9de kbuild: Use wildcard for driver subdirectories by Stefan Reinauer · 9 years ago
  91. e993ec7 OxPCIe: Fix UART base addresses by Kyösti Mälkki · 9 years ago
  92. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 10 years ago
  93. 8517f94 OxPCIe952: Fix read8/write8 argument by Kyösti Mälkki · 9 years ago
  94. 164ac0a uart8250mem: Add wrapper for MMIO register access by Kyösti Mälkki · 10 years ago
  95. 2adb297 uarts: 32/64 cleanup by Ronald G. Minnich · 10 years ago
  96. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  97. 77ffa0d UART 8250: Unconditionally provide register constants and use UART8250 prefix. by Gabe Black · 11 years ago
  98. 48713a1 console: Drop EARLY_CONSOLE option by Kyösti Mälkki · 10 years ago
  99. 70342a7 uart: Support multiple ports by Kyösti Mälkki · 10 years ago
  100. 4566d2e uart8250io: Fix build with DEBUG_SMI by Kyösti Mälkki · 10 years ago