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