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