1. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  2. 954df3d include/bcd: move bcd code to commonlib/bsd/include by Ricardo Quesada · 3 years ago
  3. dee281d drivers/pc80/rtc: Make use of alt-century byte configurable by Nico Huber · 3 years, 1 month ago
  4. 6860189 drivers/pc80/mc146818rtc: Check date and time for sanity by Werner Zeh · 3 years, 3 months ago
  5. 07056fe option: Decouple API from CMOS backend by Angel Pons · 3 years, 3 months ago
  6. ca5d3e3 drivers/pc80/rtc/option.c: Constrain API to integer values by Angel Pons · 3 years, 4 months ago
  7. 109a9ec drivers/pc80/rtc: Factor out CMOS entry lookup by Angel Pons · 3 years, 4 months ago
  8. 9d0cc2a cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() by Julius Werner · 4 years, 7 months ago
  9. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  10. d09064e drivers/pc80/rtc: Fix linking verstage (and use `all` target) by Nico Huber · 3 years, 11 months ago
  11. d161a2f src/drivers: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  12. 5885ba8 src: Remove unused '<option.h>' by Elyes HAOUAS · 4 years, 1 month ago
  13. f48acbd src: Change BOOL CONFIG_ to CONFIG() in comments & strings by Martin Roth · 4 years, 1 month ago
  14. cbf6e6b Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards by Martin Roth · 4 years, 2 months ago
  15. d50cde2 src: Remove unused '#include <cbfs.h>' by Elyes HAOUAS · 4 years, 3 months ago
  16. fcbbb91 Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION by Kyösti Mälkki · 4 years, 4 months ago
  17. b74f45e src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 3 months ago
  18. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  19. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  20. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  21. 229d5b2 drivers/pc80/rtc: Move CMOS_POST_BANK_x definitions by Kyösti Mälkki · 4 years, 8 months ago
  22. 101f454 drivers/pc80/rtc: Drop CMOS_POST_EXTRA option by Kyösti Mälkki · 4 years, 8 months ago
  23. f3dbf4c drivers/pc80/rtc: Clean up post_log_path() by Kyösti Mälkki · 4 years, 8 months ago
  24. 8920ee0 drivers/elog,pc80: Move cmos_post_log() by Kyösti Mälkki · 4 years, 8 months ago
  25. 64ba44f drivers/pc80/rtc: Turn comment into warning message by Nico Huber · 4 years, 4 months ago
  26. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  27. 51ce41c drivers/pc80/rtc: Always load cmos.default if measured boot is enabled by Bill XIE · 4 years, 5 months ago
  28. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  29. a28ee1b drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use by Kyösti Mälkki · 4 years, 8 months ago
  30. 0e557ab console/post: Move cmos_post_code() under pc80/rtc by Kyösti Mälkki · 4 years, 8 months ago
  31. 94aaf5b drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLE by Kyösti Mälkki · 4 years, 8 months ago
  32. b2680a1 drivers/pc80/rtc: Move sanitize_cmos() by Kyösti Mälkki · 4 years, 8 months ago
  33. 034cf63 drivers/pc80/rtc: Separate {get|set}_option() support by Kyösti Mälkki · 4 years, 8 months ago
  34. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  35. 2a0e3b2 drivers/pc80/rtc: Remove duplicate cmos_chksum_valid() by Kyösti Mälkki · 4 years, 8 months ago
  36. 2306330 drivers/pc80/rtc: Refactor some USE_OPTION_TABLE by Kyösti Mälkki · 4 years, 8 months ago
  37. fd15c0b drivers/pc80/rtc: Refactor clear_cmos variable by Kyösti Mälkki · 4 years, 8 months ago
  38. 1a9b7b5 drivers/pc80/rtc: Clean up some inlined functions by Kyösti Mälkki · 4 years, 8 months ago
  39. a04dee6 drivers/pc80/mc146818rtc: Remove read_option_lowlevel() by Kyösti Mälkki · 4 years, 8 months ago
  40. 836b8d2 drivers/pc80: Move normal/fallback mechanism outside __ROMCC__ by Kyösti Mälkki · 4 years, 8 months ago
  41. 9bb16cd drivers/pc80/rtc: Remove CMOS spinlock by Kyösti Mälkki · 5 years ago
  42. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  43. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  44. 88e9c5a drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_option by Arthur Heymans · 4 years, 11 months ago
  45. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  46. b2536f4 drivers/pc80: Remove some __PRE_RAM__ and __SMM__ by Kyösti Mälkki · 5 years ago
  47. 4d4a13f drivers/pc80/rtc/mc146818rtc_boot: Use size_t for length by Elyes HAOUAS · 5 years ago
  48. bd1683d src/{device,drivers}: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  49. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  50. e75cb33 drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failure by Frans Hendriks · 5 years ago
  51. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  52. 3a9d222 drivers/pc80/rtc: do not warn if CMOS options are unavailable by Stefan Tauner · 6 years ago
  53. 9554b26 vboot: Fix linking error with USE_OPTION_TABLE enabled by Patrick Rudolph · 6 years ago
  54. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  55. 9fde0d7 vboot: remove init_vbnv_cmos() by Aaron Durbin · 7 years ago
  56. 5ce0fe1 Port cmos.default handling to C environment bootblock by Nico Huber · 7 years ago
  57. a81f321 drivers/pc80/rtc: Build for bootblock and postcar stages too by Nico Huber · 7 years ago
  58. 32c27c2 src/drivers: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  59. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  60. 0e7a93f drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos value by Martin Roth · 8 years ago
  61. 7ce1a75 pc80: Move set_boot_successful() by Kyösti Mälkki · 8 years ago
  62. f76303e Build system: Update HAVE_CMOS_DEFAULT by Martin Roth · 8 years ago
  63. f8a274a rtc: Force negative edge on SET after battery replacement by Marshall Dawson · 8 years ago
  64. 5a043fe rtc: Check update-in-progress bit by Marshall Dawson · 8 years ago
  65. 8ea0651 Makefiles: update cbfs types from bare numbers to values by Martin Roth · 8 years ago
  66. 24850cc rtc: Do checksum check for all bytes by Stefan Reinauer · 8 years ago
  67. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago