1. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 4 months ago
  2. 4222b2c lib/hardwaremain: align '\' in multi-line macro by Felix Held · 5 months ago
  3. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  4. 88c94fe Drop unused include <version.h> by Kyösti Mälkki · 1 year, 7 months ago
  5. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 1 year, 10 months ago
  6. 5cf02a4 lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks by Arthur Heymans · 2 years, 3 months ago
  7. 93a195c lib: Remove unused <stdlib.h> and use <types.h> when appropriate by Elyes HAOUAS · 2 years, 6 months ago
  8. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  9. ff01bca ChromeOS: Refactor ACPI CNVS generation by Kyösti Mälkki · 3 years, 1 month ago
  10. b5811c0 lib/hardwaremain: Run timers more frequently by Raul E Rangel · 2 years, 8 months ago
  11. 56da0b7 lib/hardwaremain: change type of "complete" element in boot_state struct by Felix Held · 2 years, 9 months ago
  12. f107767 lib/hardwaremain: add missing types.h include by Felix Held · 2 years, 9 months ago
  13. 470ca571 Move post_codes.h to commonlib/console/ by Ricardo Quesada · 3 years ago
  14. a2d83c68 lib/thread,lib/hardwaremain: Lazy initialize threads by Raul E Rangel · 3 years ago
  15. dfa8229 lib/hardwaremain: Drop boot_state_current_{block,unblock}() by Raul E Rangel · 3 years ago
  16. 3dc1792 ChromeOS: Separate NVS from global GNVS by Kyösti Mälkki · 3 years, 4 months ago
  17. cb42874 lib/hardwaremain: Print individual boot state callback durations by Raul E Rangel · 3 years, 1 month ago
  18. 8315668 lib/hardwaremain.c: Hide preprocessor guards in header by Angel Pons · 3 years, 1 month ago
  19. 8d2b0dc include/console: Rename and update POST_ENTRY_RAMSTAGE postcode by Subrata Banik · 3 years, 2 months ago
  20. 37eb24b ACPI: Clean up GNVS initialisation by Kyösti Mälkki · 3 years, 6 months ago
  21. 661ad46 ACPI: Select ACPI_SOC_NVS only where suitable by Kyösti Mälkki · 3 years, 6 months ago
  22. e0183d6 ACPI: Allocate GNVS early in ramstage by Kyösti Mälkki · 4 years, 1 month ago
  23. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 8 months ago
  24. a4c0e1a ACPI S3: Clean up resume path by Kyösti Mälkki · 4 years, 1 month ago
  25. 61ab3fe lib/hardwaremain: Drop HAVE_ACPI_RESUME guards by Kyösti Mälkki · 4 years, 1 month ago
  26. 7336f97 treewide: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 1 month ago
  27. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  28. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  29. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  30. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  31. 94694a8 console,boot_state: Reformat state times output by Kyösti Mälkki · 4 years, 8 months ago
  32. 45ddb43 console,boot_state: Exclude printk() from reported times by Kyösti Mälkki · 4 years, 8 months ago
  33. 463ad51 boot_state: Reduce precision of reported times by Kyösti Mälkki · 4 years, 8 months ago
  34. 3dd23a5 timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFORE by Kyösti Mälkki · 4 years, 11 months ago
  35. 38a1286 lib: hardwaremain: Call exception_init() as soon as possible by Asami Doi · 4 years, 11 months ago
  36. 7cd2c07 ACPI S3: Depend on RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 6 years ago
  37. eb789f0 src: Use include <reset.h> when appropriate by Elyes HAOUAS · 6 years ago
  38. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  39. 91160e1 lib/hardwaremain: Fix typo ACPI by Subrata Banik · 5 years ago
  40. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  41. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  42. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  43. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  44. 1bf55b4 src/lib: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  45. e20a319 src/lib: Use tabs instead of spaces by Lee Leahy · 7 years ago
  46. d638ef4 src/lib: Remove spaces after ( and before ) by Lee Leahy · 7 years ago
  47. 16bd267 bootstate: add arch specific hook at coreboot exit by Aaron Durbin · 8 years ago
  48. 00563bf lib: Add time stamp when starting to finalize chips by Paul Menzel · 8 years ago
  49. e0ed902 Add option to use Ada code in ramstage by Nico Huber · 8 years ago
  50. 0a54fb5 lib/hardwaremain: Add \n to "Boot failed" message by Jonathan Neuschäfer · 8 years ago
  51. 1060535 lib: Add Kconfig to toggle boot state debugging by Lee Leahy · 8 years ago
  52. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  53. a518151 hardwaremain: Move init_timer() call to before console init by Duncan Laurie · 9 years ago
  54. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  55. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  56. be34797 ramstage: don't drop cbmem console by Aaron Durbin · 9 years ago
  57. 44cf870 timer: Reestablish init_timer(), consolidate timer initialization calls by Julius Werner · 10 years ago
  58. b0d8f5e hardwaremain: explicitly call cbmem_initialize() early by Aaron Durbin · 9 years ago
  59. ebf2ed4 payload loading: remove passing of struct payload by Aaron Durbin · 9 years ago
  60. ad5a909 ramstage: remove rela_time use by Aaron Durbin · 10 years ago
  61. 04654a2 loaders: add program_loading.h header file by Aaron Durbin · 9 years ago
  62. 9ef9d85 bootstate: use structure pointers for scheduling callbacks by Aaron Durbin · 9 years ago
  63. 73307e0 Add stage information to coreboot banner by Stefan Reinauer · 9 years ago
  64. 4d10750 CBMEM: Add timestamp_reinit() by Kyösti Mälkki · 10 years ago
  65. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  66. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 10 years ago
  67. 85620db arm: Move exception_init() close to console_init() by Julius Werner · 11 years ago
  68. db8693b ACPI: Recover type of wakeup in acpi_is_wakeup() by Kyösti Mälkki · 10 years ago
  69. bdf913a coreboot: unify infrastructure for loading payloads by Aaron Durbin · 10 years ago
  70. cb73a84 Clean up POST codes for Boot State machine by Duncan Laurie · 11 years ago
  71. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  72. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  73. b766b1c timestamps: Use stash before CBMEM is usable by Kyösti Mälkki · 11 years ago
  74. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  75. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  76. cca6859 fix bootstate typo (bs_dev_eanble -> bs_dev_enable) by David Hendricks · 11 years ago
  77. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  78. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  79. 15c671e boot state: remove drain timers option by Aaron Durbin · 11 years ago
  80. 0748d30 boot state: add ability to block state transitions by Aaron Durbin · 11 years ago
  81. 8fc41e1 boot state: run timers on state entry by Aaron Durbin · 11 years ago
  82. 6b0fb0d boot state: track times for each state by Aaron Durbin · 11 years ago
  83. 001de1a boot state: rebalance payload load vs actual boot by Aaron Durbin · 11 years ago
  84. 243aa44 boot: remove cbmem_post_handling() by Aaron Durbin · 11 years ago
  85. 40131cf cbmem: use boot state machine by Aaron Durbin · 11 years ago
  86. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  87. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  88. a4feddf boot state: schedule static callbacks by Aaron Durbin · 11 years ago
  89. 7e35efa ramstage: introduce boot state machine by Aaron Durbin · 11 years ago
  90. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  91. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  92. 25fe2d0 ramstage: Add cbmem_get_table_location() by Aaron Durbin · 11 years ago
  93. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  94. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 11 years ago
  95. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  96. 1e75329 Drop boot directory by Stefan Reinauer · 12 years ago[Renamed from src/boot/hardwaremain.c]
  97. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  98. 75dbc38 Clean up stack checking code by Stefan Reinauer · 12 years ago
  99. 4221a19 Add method for delaying adding of timestamps by Stefan Reinauer · 12 years ago
  100. bdc64c6 Store timestamps before resuming from suspend by Stefan Reinauer · 12 years ago