1. a4feddf boot state: schedule static callbacks by Aaron Durbin · 11 years ago
  2. 7e35efa ramstage: introduce boot state machine by Aaron Durbin · 11 years ago
  3. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  4. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  5. 25fe2d0 ramstage: Add cbmem_get_table_location() by Aaron Durbin · 12 years ago
  6. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  7. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  8. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  9. 1e75329 Drop boot directory by Stefan Reinauer · 12 years ago[Renamed from src/boot/hardwaremain.c]
  10. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  11. 75dbc38 Clean up stack checking code by Stefan Reinauer · 12 years ago
  12. 4221a19 Add method for delaying adding of timestamps by Stefan Reinauer · 12 years ago
  13. bdc64c6 Store timestamps before resuming from suspend by Stefan Reinauer · 12 years ago
  14. 52095f5 Add POST code for "All devices initialized" by Stefan Reinauer · 12 years ago
  15. 14b248b Fix compilation without CONFIG_WRITE_HIGH_TABLES. by Denis 'GNUtoo' Carikli · 12 years ago
  16. 9764d4c Implement stack overflow checking for the BSP by Ronald G. Minnich · 12 years ago
  17. bb11e60 Hook up MRC cache update by Stefan Reinauer · 12 years ago
  18. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  19. 3294a0f1 Make timestamp collection conditional in hardwaremain.c by Rudolf Marek · 12 years ago
  20. bf729ba Add more timestamps in coreboot. by Stefan Reinauer · 13 years ago
  21. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 13 years ago
  22. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  23. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  24. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  25. 4b8a241 Allow building images with different prefixes (ie. normal/romstage, by Patrick Georgi · 15 years ago
  26. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  27. 3b31402 by Stefan Reinauer · 15 years ago
  28. 6768f39 Remove: by Patrick Georgi · 15 years ago
  29. 0001a7f Example how simple it is to use printk instead of printk_something in by Stefan Reinauer · 15 years ago
  30. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  31. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  32. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  33. 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
  34. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  35. 3935b19 fix up the tree. by Stefan Reinauer · 15 years ago
  36. 0fb21c4 The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on this file. by Rudolf Marek · 15 years ago
  37. a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
  38. aed1f92 the attached patch is the last infrastructure change necessary for by Patrick Georgi · 15 years ago
  39. 61dc06c (trivial) add filo call back for those few mainboards that still (need to) by Stefan Reinauer · 15 years ago
  40. ae63126 This code adds support for coreboot images that use ROMFS. by Ronald G. Minnich · 15 years ago
  41. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  42. be13dc7 Apply linuxbios-rename-other-payload-options.patch (Patch 2, refs #14) by Ed Swierk · 18 years ago
  43. 54d6b08 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54 by arch import user (historical) · 19 years ago
  44. 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 20 years ago
  45. 1995f1a removed the comment in the very beginning of hardwaremain(). I don't by Li-Ta Lo · 20 years ago
  46. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  47. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  48. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  49. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  50. 6a8745ae code reformat by Li-Ta Lo · 20 years ago
  51. 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
  52. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  53. 9cfecd1 filo boot load support by Greg Watson · 20 years ago
  54. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  55. c18170b more fixes for via ... plus a little more spew. by Ronald G. Minnich · 21 years ago
  56. 987fe0f fix 'deprecated' warnings by Ronald G. Minnich · 21 years ago
  57. 481b568 moved init_timer() to static initialization by Greg Watson · 21 years ago
  58. e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 21 years ago
  59. 30e143a - Add back in the hard reset code from the freebios1 tree. by Eric Biederman · 21 years ago
  60. 9bdb460 - Updates to config.g so that it works more reliably and has initial support by Eric Biederman · 21 years ago
  61. 5bed979 added post-pci pass by Greg Watson · 21 years ago
  62. 2910a2b static devices by Greg Watson · 21 years ago
  63. 2c018fb - First pass at s2880 support. by Eric Biederman · 21 years ago
  64. 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago
  65. 5268557 - Cleanups on the romcc side including a pci interface that uses by Eric Biederman · 21 years ago
  66. 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago
  67. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago