1. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  2. 78f8343 drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addresses by Jonathon Hall · 1 year, 3 months ago
  3. e12b313 drivers/pc80/rtc/option.c: Allow CMOS defaults to extend to bank 1 by Jonathon Hall · 1 year, 3 months ago
  4. 26a9555 vga: Change the arguments of vga_write_text to support extended ASCII by Hsuan Ting Chen · 1 year, 5 months ago
  5. c84c12d drivers/pc80/pc/Makefile: use all_x86 make target by Felix Held · 1 year, 4 months ago
  6. de74711 vga: Fix the support of extended ASCII by Hsuan Ting Chen · 1 year, 5 months ago
  7. 23b7948 pc80/i8254: Add speaker beep function by Michał Żygowski · 1 year, 9 months ago
  8. 84c3b5e drivers/pc80/vga: Add legacy VGA romstage support by Jeremy Compostella · 1 year, 8 months ago
  9. 3e3b78a drivers/pc80/vga: Add API to write multi-line video message by Subrata Banik · 1 year, 7 months ago
  10. 25b717a drivers/pc80/vga: Add NULL check for `vga_line_write()` by Subrata Banik · 1 year, 7 months ago
  11. 4ee0317 Revert "security/tpm/: turn tis_{init,open} into tis_probe" by Sergii Dmytruk · 1 year, 7 months ago
  12. 025d20e Revert "drivers/pc80/tpm: probe for TPM family of a device" by Sergii Dmytruk · 1 year, 7 months ago
  13. 907a81e drivers/pc80/tpm: probe for TPM family of a device by Sergii Dmytruk · 1 year, 9 months ago
  14. d431544 security/tpm/: turn tis_{init,open} into tis_probe by Sergii Dmytruk · 1 year, 9 months ago
  15. 355471a drivers/pc80/vga: Fix coding style issues by Jeremy Compostella · 1 year, 7 months ago
  16. 0a89d52 security/tpm: remove tis_close() by Sergii Dmytruk · 1 year, 9 months ago
  17. 1ef547e src/drivers: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  18. 69451f1 src/drivers: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  19. 55be012 drivers: Get rid of unnecessary blank lines {before,after} brace by Elyes HAOUAS · 2 years, 5 months ago
  20. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  21. c6b041a1 tpm: Refactor TPM Kconfig dimensions by Jes B. Klinke · 2 years, 3 months ago
  22. a691cbd drivers/pc80/tpm/tis.c: Use fixed TPM ACPI path by Michał Kopeć · 2 years, 5 months ago
  23. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  24. 66b2f20 drivers/pc80/tpm: Use '%u' as printf formatter for unsigned variables by Werner Zeh · 2 years, 9 months ago
  25. 92ab611 drivers/pc80/tpm: Use stopwatch for timeout-loops by Werner Zeh · 2 years, 9 months ago
  26. a31d6cd drivers/pc80/tpm: Fix wrong debug message by Werner Zeh · 2 years, 9 months ago
  27. 954df3d include/bcd: move bcd code to commonlib/bsd/include by Ricardo Quesada · 3 years ago
  28. dee281d drivers/pc80/rtc: Make use of alt-century byte configurable by Nico Huber · 3 years ago
  29. 6860189 drivers/pc80/mc146818rtc: Check date and time for sanity by Werner Zeh · 3 years, 2 months ago
  30. d2b2a18 Add Kconfig TPM by Kyösti Mälkki · 3 years, 3 months ago
  31. 07056fe option: Decouple API from CMOS backend by Angel Pons · 3 years, 2 months ago
  32. ca5d3e3 drivers/pc80/rtc/option.c: Constrain API to integer values by Angel Pons · 3 years, 3 months ago
  33. 6f8e944 security/tpm: Add option to init TPM in bootblock by Arthur Heymans · 3 years, 4 months ago
  34. 109a9ec drivers/pc80/rtc: Factor out CMOS entry lookup by Angel Pons · 3 years, 3 months ago
  35. 9d0cc2a cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() by Julius Werner · 4 years, 6 months ago
  36. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 4 months ago
  37. d8d8be1 drivers/tpm: Move PPI stub by Patrick Rudolph · 3 years, 10 months ago
  38. d09064e drivers/pc80/rtc: Fix linking verstage (and use `all` target) by Nico Huber · 3 years, 10 months ago
  39. d161a2f src/drivers: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  40. 5885ba8 src: Remove unused '<option.h>' by Elyes HAOUAS · 4 years ago
  41. f48acbd src: Change BOOL CONFIG_ to CONFIG() in comments & strings by Martin Roth · 4 years ago
  42. 06a5e85 src: Drop unused <cpu/x86/tsc.h> include by Elyes HAOUAS · 4 years, 1 month ago
  43. f29e0ea drivers/pc80/pc/i8259c: Drop dead code by Angel Pons · 4 years ago
  44. 9cc6493 drivers/pc80/tpm: Remove support code if TPM is disabled by Kyösti Mälkki · 4 years, 2 months ago
  45. 56fdafb drivers/pc80/tpm/tis: Add x86_64 support by Patrick Rudolph · 4 years ago
  46. 542cffa drivers/pc80/tpm: Remove LPC_TPM by Kyösti Mälkki · 4 years, 2 months ago
  47. cfc170b src/*: Update makefiles to exclude x86 code from psp-verstage by Martin Roth · 4 years, 1 month ago
  48. 08e8cab src: Substitute `__FUNCTION__` with `__func__` by Angel Pons · 4 years, 1 month ago
  49. cbf6e6b Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards by Martin Roth · 4 years, 1 month ago
  50. d50cde2 src: Remove unused '#include <cbfs.h>' by Elyes HAOUAS · 4 years, 2 months ago
  51. fcbbb91 Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION by Kyösti Mälkki · 4 years, 3 months ago
  52. b74f45e src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 2 months ago
  53. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  54. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  55. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  56. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  57. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  58. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 3 months ago
  59. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 6 months ago
  60. 229d5b2 drivers/pc80/rtc: Move CMOS_POST_BANK_x definitions by Kyösti Mälkki · 4 years, 6 months ago
  61. 101f454 drivers/pc80/rtc: Drop CMOS_POST_EXTRA option by Kyösti Mälkki · 4 years, 6 months ago
  62. f3dbf4c drivers/pc80/rtc: Clean up post_log_path() by Kyösti Mälkki · 4 years, 6 months ago
  63. 8920ee0 drivers/elog,pc80: Move cmos_post_log() by Kyösti Mälkki · 4 years, 6 months ago
  64. 64ba44f drivers/pc80/rtc: Turn comment into warning message by Nico Huber · 4 years, 3 months ago
  65. 56a25a9 mainboard/lenovo: Use the original hardware ids for keyboard/pointing by dalao · 4 years, 9 months ago
  66. 7b28801 drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 device by Michał Żygowski · 4 years, 4 months ago
  67. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  68. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 4 months ago
  69. 51ce41c drivers/pc80/rtc: Always load cmos.default if measured boot is enabled by Bill XIE · 4 years, 4 months ago
  70. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 5 months ago
  71. a28ee1b drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use by Kyösti Mälkki · 4 years, 6 months ago
  72. 0e557ab console/post: Move cmos_post_code() under pc80/rtc by Kyösti Mälkki · 4 years, 6 months ago
  73. 94aaf5b drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLE by Kyösti Mälkki · 4 years, 6 months ago
  74. b2680a1 drivers/pc80/rtc: Move sanitize_cmos() by Kyösti Mälkki · 4 years, 6 months ago
  75. 034cf63 drivers/pc80/rtc: Separate {get|set}_option() support by Kyösti Mälkki · 4 years, 6 months ago
  76. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  77. 2a0e3b2 drivers/pc80/rtc: Remove duplicate cmos_chksum_valid() by Kyösti Mälkki · 4 years, 6 months ago
  78. c83bab6 acpi: Be more ACPI compliant when generating _UID by Patrick Rudolph · 4 years, 7 months ago
  79. 2306330 drivers/pc80/rtc: Refactor some USE_OPTION_TABLE by Kyösti Mälkki · 4 years, 6 months ago
  80. fd15c0b drivers/pc80/rtc: Refactor clear_cmos variable by Kyösti Mälkki · 4 years, 6 months ago
  81. 1a9b7b5 drivers/pc80/rtc: Clean up some inlined functions by Kyösti Mälkki · 4 years, 6 months ago
  82. a04dee6 drivers/pc80/mc146818rtc: Remove read_option_lowlevel() by Kyösti Mälkki · 4 years, 7 months ago
  83. 361a935 {drivers,southbridge}: Replace min() with MIN() by Elyes HAOUAS · 4 years, 7 months ago
  84. 836b8d2 drivers/pc80: Move normal/fallback mechanism outside __ROMCC__ by Kyösti Mälkki · 4 years, 7 months ago
  85. c9b1359 src/: Remove g_ prefixes and _g suffixes from variables by Patrick Georgi · 4 years, 8 months ago
  86. 22be29e drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  87. 0ca944b security/tpm: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  88. 9bb16cd drivers/pc80/rtc: Remove CMOS spinlock by Kyösti Mälkki · 5 years ago
  89. baa16e9 drivers/pc80/tpm: Replace __RAMSTAGE_ guards by Kyösti Mälkki · 4 years, 8 months ago
  90. 00f0de3 drivers/pc80: Remove UDELAY_TIMER2 by Kyösti Mälkki · 4 years, 9 months ago
  91. 385ea82 drivers/pc80: Remove UDELAY_IO by Kyösti Mälkki · 4 years, 9 months ago
  92. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 9 months ago
  93. 4325165 cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 by Kyösti Mälkki · 4 years, 9 months ago
  94. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  95. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 9 months ago
  96. 88e9c5a drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_option by Arthur Heymans · 4 years, 9 months ago
  97. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 9 months ago
  98. b2536f4 drivers/pc80: Remove some __PRE_RAM__ and __SMM__ by Kyösti Mälkki · 4 years, 10 months ago
  99. f8c3442 drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2 by Kyösti Mälkki · 5 years ago
  100. 4d4a13f drivers/pc80/rtc/mc146818rtc_boot: Use size_t for length by Elyes HAOUAS · 5 years ago