1. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  2. 3294a0f1 Make timestamp collection conditional in hardwaremain.c by Rudolf Marek · 12 years ago
  3. bf729ba Add more timestamps in coreboot. by Stefan Reinauer · 13 years ago
  4. cde7801 Add timestamps for selfboot and acpi wake by Duncan Laurie · 13 years ago
  5. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 13 years ago
  6. 9ec8ed8 selfboot: Allow loading SeaBIOS into a reserved region in the lower 1MB by Stefan Reinauer · 13 years ago
  7. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  8. c44de49 selfboot: drop dead code by Stefan Reinauer · 13 years ago
  9. ab4c218 selfboot: Don't include unneeded ip_checksum.h by Stefan Reinauer · 13 years ago
  10. c6b8b7d selfboot: fix bug in valid_area() by Stefan Reinauer · 13 years ago
  11. 1943629 selfboot: cleanup by Stefan Reinauer · 13 years ago
  12. 02e75b2 Use ntohll where appropriate. by Stefan Reinauer · 13 years ago
  13. 1377491 use byteorder.h instead of implementing another byte swap function by Stefan Reinauer · 13 years ago
  14. 3e4fb9d more ifdef -> if fixes. by Stefan Reinauer · 13 years ago
  15. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  16. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  17. d6b4f1c Fix some wrong capitalizations, reformat comments, fix a typo. by Stefan Reinauer · 14 years ago
  18. 94de72b Check the value of ulzma and do not continue if there was an error. by Myles Watson · 14 years ago
  19. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  20. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  21. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  22. 4b8a241 Allow building images with different prefixes (ie. normal/romstage, by Patrick Georgi · 14 years ago
  23. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  24. e6ad7fa If the coreboot and filo overlap, it will "slice off" a piece at the by Zheng Bao · 15 years ago
  25. ba49fb7 typo. trivial. Then -> Than. by Zheng Bao · 15 years ago
  26. 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 15 years ago
  27. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  28. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  29. 3b31402 by Stefan Reinauer · 15 years ago
  30. 7223780 removal of that unnecessary include slipped through r4841 by Stefan Reinauer · 15 years ago
  31. 6768f39 Remove: by Patrick Georgi · 15 years ago
  32. 26dd71c Fix payload loading in various corner cases when working by Patrick Georgi · 15 years ago
  33. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  34. 9202798 Fix the bounce_size global so that the bounce buffer works with CBFS. by Myles Watson · 15 years ago
  35. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  36. f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
  37. 0001a7f Example how simple it is to use printk instead of printk_something in by Stefan Reinauer · 15 years ago
  38. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  39. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  40. 671cedc #136: failed to boot under KVM\QEMU by Ronald G. Minnich · 15 years ago
  41. 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
  42. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  43. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  44. 369bc78 Move decompression further down the code flow, so that - where by Patrick Georgi · 15 years ago
  45. 2895c45 Another v3-style #ifdef in v2 to kill by Patrick Georgi · 15 years ago
  46. 7d0ff4c These are some really horrible bugs that got through. by Ronald G. Minnich · 15 years ago
  47. 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
  48. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  49. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  50. 3935b19 fix up the tree. by Stefan Reinauer · 15 years ago
  51. 0fb21c4 The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on this file. by Rudolf Marek · 15 years ago
  52. a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
  53. aed1f92 the attached patch is the last infrastructure change necessary for by Patrick Georgi · 15 years ago
  54. 61dc06c (trivial) add filo call back for those few mainboards that still (need to) by Stefan Reinauer · 15 years ago
  55. c779889 Add copyright notices to two files, src/boot/elfboot.c by ebiederm · 15 years ago
  56. ae63126 This code adds support for coreboot images that use ROMFS. by Ronald G. Minnich · 15 years ago
  57. 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 15 years ago
  58. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  59. 98afd9b Fix compile errors if CONFIG_FS_PAYLOAD=1: by Jens Rottmann · 16 years ago
  60. 9ecf8fb Remove welcome message from elfboot. None of the other subsystems have their by Stefan Reinauer · 16 years ago
  61. 4231979 This is a simple patch which allows payloads to be placed in memory in by Myles Watson · 16 years ago
  62. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago
  63. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  64. 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
  65. 9d5eec1 This patch makes a some elf debugging information available at log level by Stefan Reinauer · 17 years ago
  66. be13dc7 Apply linuxbios-rename-other-payload-options.patch (Patch 2, refs #14) by Ed Swierk · 18 years ago
  67. a9e2735 Fix a typo in elfboot.c. Closes #27 by Luis Correia · 18 years ago
  68. ae3cbe9 typo by Stefan Reinauer · 18 years ago
  69. 7272fcb these were factored out. by Stefan Reinauer · 19 years ago
  70. 54d6b08 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54 by arch import user (historical) · 19 years ago
  71. ec01aa9 - Fix the definition of the linuxbios table so all of the compilers by Eric Biederman · 20 years ago
  72. 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 20 years ago
  73. 1995f1a removed the comment in the very beginning of hardwaremain(). I don't by Li-Ta Lo · 20 years ago
  74. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  75. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  76. 9298680 - Cleanup the bugfix in elfboot.c - Add forgotten amd8111 chip.h by Eric Biederman · 20 years ago
  77. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  78. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  79. 6a8745ae code reformat by Li-Ta Lo · 20 years ago
  80. 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
  81. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  82. 9cfecd1 filo boot load support by Greg Watson · 20 years ago
  83. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  84. c18170b more fixes for via ... plus a little more spew. by Ronald G. Minnich · 21 years ago
  85. 987fe0f fix 'deprecated' warnings by Ronald G. Minnich · 21 years ago
  86. 481b568 moved init_timer() to static initialization by Greg Watson · 21 years ago
  87. e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 21 years ago
  88. 30e143a - Add back in the hard reset code from the freebios1 tree. by Eric Biederman · 21 years ago
  89. 9bdb460 - Updates to config.g so that it works more reliably and has initial support by Eric Biederman · 21 years ago
  90. 5bed979 added post-pci pass by Greg Watson · 21 years ago
  91. 2910a2b static devices by Greg Watson · 21 years ago
  92. 2c018fb - First pass at s2880 support. by Eric Biederman · 21 years ago
  93. 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago
  94. 64f7162 - Initialize list pointers by Eric Biederman · 21 years ago
  95. 99acb49 added config and other test files. by Ronald G. Minnich · 21 years ago
  96. 5268557 - Cleanups on the romcc side including a pci interface that uses by Eric Biederman · 21 years ago
  97. 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago
  98. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago