1. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  2. a518151 hardwaremain: Move init_timer() call to before console init by Duncan Laurie · 9 years ago
  3. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  4. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  5. be34797 ramstage: don't drop cbmem console by Aaron Durbin · 9 years ago
  6. 44cf870 timer: Reestablish init_timer(), consolidate timer initialization calls by Julius Werner · 10 years ago
  7. b0d8f5e hardwaremain: explicitly call cbmem_initialize() early by Aaron Durbin · 9 years ago
  8. ebf2ed4 payload loading: remove passing of struct payload by Aaron Durbin · 9 years ago
  9. ad5a909 ramstage: remove rela_time use by Aaron Durbin · 10 years ago
  10. 04654a2 loaders: add program_loading.h header file by Aaron Durbin · 9 years ago
  11. 9ef9d85 bootstate: use structure pointers for scheduling callbacks by Aaron Durbin · 9 years ago
  12. 73307e0 Add stage information to coreboot banner by Stefan Reinauer · 9 years ago
  13. 4d10750 CBMEM: Add timestamp_reinit() by Kyösti Mälkki · 10 years ago
  14. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  15. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 10 years ago
  16. 85620db arm: Move exception_init() close to console_init() by Julius Werner · 11 years ago
  17. db8693b ACPI: Recover type of wakeup in acpi_is_wakeup() by Kyösti Mälkki · 10 years ago
  18. bdf913a coreboot: unify infrastructure for loading payloads by Aaron Durbin · 10 years ago
  19. cb73a84 Clean up POST codes for Boot State machine by Duncan Laurie · 11 years ago
  20. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  21. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  22. b766b1c timestamps: Use stash before CBMEM is usable by Kyösti Mälkki · 11 years ago
  23. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  24. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  25. cca6859 fix bootstate typo (bs_dev_eanble -> bs_dev_enable) by David Hendricks · 11 years ago
  26. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  27. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  28. 15c671e boot state: remove drain timers option by Aaron Durbin · 11 years ago
  29. 0748d30 boot state: add ability to block state transitions by Aaron Durbin · 11 years ago
  30. 8fc41e1 boot state: run timers on state entry by Aaron Durbin · 11 years ago
  31. 6b0fb0d boot state: track times for each state by Aaron Durbin · 11 years ago
  32. 001de1a boot state: rebalance payload load vs actual boot by Aaron Durbin · 11 years ago
  33. 243aa44 boot: remove cbmem_post_handling() by Aaron Durbin · 11 years ago
  34. 40131cf cbmem: use boot state machine by Aaron Durbin · 11 years ago
  35. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  36. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  37. a4feddf boot state: schedule static callbacks by Aaron Durbin · 11 years ago
  38. 7e35efa ramstage: introduce boot state machine by Aaron Durbin · 11 years ago
  39. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  40. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  41. 25fe2d0 ramstage: Add cbmem_get_table_location() by Aaron Durbin · 11 years ago
  42. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  43. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 11 years ago
  44. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  45. 1e75329 Drop boot directory by Stefan Reinauer · 12 years ago[Renamed from src/boot/hardwaremain.c]
  46. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  47. 75dbc38 Clean up stack checking code by Stefan Reinauer · 12 years ago
  48. 4221a19 Add method for delaying adding of timestamps by Stefan Reinauer · 12 years ago
  49. bdc64c6 Store timestamps before resuming from suspend by Stefan Reinauer · 12 years ago
  50. 52095f5 Add POST code for "All devices initialized" by Stefan Reinauer · 12 years ago
  51. 14b248b Fix compilation without CONFIG_WRITE_HIGH_TABLES. by Denis 'GNUtoo' Carikli · 12 years ago
  52. 9764d4c Implement stack overflow checking for the BSP by Ronald G. Minnich · 12 years ago
  53. bb11e60 Hook up MRC cache update by Stefan Reinauer · 12 years ago
  54. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  55. 3294a0f1 Make timestamp collection conditional in hardwaremain.c by Rudolf Marek · 12 years ago
  56. bf729ba Add more timestamps in coreboot. by Stefan Reinauer · 13 years ago
  57. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 13 years ago
  58. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  59. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  60. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  61. 4b8a241 Allow building images with different prefixes (ie. normal/romstage, by Patrick Georgi · 14 years ago
  62. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  63. 3b31402 by Stefan Reinauer · 15 years ago
  64. 6768f39 Remove: by Patrick Georgi · 15 years ago
  65. 0001a7f Example how simple it is to use printk instead of printk_something in by Stefan Reinauer · 15 years ago
  66. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  67. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  68. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  69. 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
  70. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  71. 3935b19 fix up the tree. by Stefan Reinauer · 15 years ago
  72. 0fb21c4 The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on this file. by Rudolf Marek · 15 years ago
  73. a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
  74. aed1f92 the attached patch is the last infrastructure change necessary for by Patrick Georgi · 15 years ago
  75. 61dc06c (trivial) add filo call back for those few mainboards that still (need to) by Stefan Reinauer · 15 years ago
  76. ae63126 This code adds support for coreboot images that use ROMFS. by Ronald G. Minnich · 15 years ago
  77. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 16 years ago
  78. be13dc7 Apply linuxbios-rename-other-payload-options.patch (Patch 2, refs #14) by Ed Swierk · 18 years ago
  79. 54d6b08 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54 by arch import user (historical) · 19 years ago
  80. 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 20 years ago
  81. 1995f1a removed the comment in the very beginning of hardwaremain(). I don't by Li-Ta Lo · 20 years ago
  82. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  83. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  84. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  85. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  86. 6a8745ae code reformat by Li-Ta Lo · 20 years ago
  87. 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
  88. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  89. 9cfecd1 filo boot load support by Greg Watson · 20 years ago
  90. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  91. c18170b more fixes for via ... plus a little more spew. by Ronald G. Minnich · 21 years ago
  92. 987fe0f fix 'deprecated' warnings by Ronald G. Minnich · 21 years ago
  93. 481b568 moved init_timer() to static initialization by Greg Watson · 21 years ago
  94. e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 21 years ago
  95. 30e143a - Add back in the hard reset code from the freebios1 tree. by Eric Biederman · 21 years ago
  96. 9bdb460 - Updates to config.g so that it works more reliably and has initial support by Eric Biederman · 21 years ago
  97. 5bed979 added post-pci pass by Greg Watson · 21 years ago
  98. 2910a2b static devices by Greg Watson · 21 years ago
  99. 2c018fb - First pass at s2880 support. by Eric Biederman · 21 years ago
  100. 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago