1. 800379f by Stefan Reinauer · 14 years ago
  2. a7acc51 HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. by Stefan Reinauer · 14 years ago
  3. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
  4. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  5. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  6. b4d3af8 separate build.h and config.h usage (now possible because newconfig is gone) by Stefan Reinauer · 15 years ago
  7. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  8. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  9. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  10. c243639 Help track down enable_rom issues in CBFS. If the magic by Patrick Georgi · 15 years ago
  11. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  12. dc4ca9a Add prototypes to silence these warnings. by Myles Watson · 15 years ago
  13. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  14. a8888bd Remove redundant declarations. Trivial. by Myles Watson · 15 years ago
  15. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  16. b4f3da5 reasonable output for cbfs loading.. by Stefan Reinauer · 15 years ago
  17. 3b31402 by Stefan Reinauer · 15 years ago
  18. b53bed1 Fix USB Debug Device for Intel ICH chipsets by Stefan Reinauer · 15 years ago
  19. 86bf679 Move the ulzma prototype out of the function to make the code easier to read. by Myles Watson · 15 years ago
  20. 6768f39 Remove: by Patrick Georgi · 15 years ago
  21. 5db685f * drop libgcc from coreboot_apc.o, not needed. by Stefan Reinauer · 15 years ago
  22. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  23. 0a181fd improve lzma error messages. When coreboot panics because lzma decompression by Stefan Reinauer · 15 years ago
  24. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  25. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  26. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  27. b203c2f 20090819-2-trim-down-cbfs: by Patrick Georgi · 15 years ago
  28. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  29. f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
  30. bb01f60 Some USB debug updates, mostly comments fixing, license header updates by Stefan Reinauer · 15 years ago
  31. f107538 strdup the input of dirname, as dirname is free by Patrick Georgi · 15 years ago
  32. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  33. d41de2e These changes implement car in qemu. The implementation is in several by Ronald G. minnich · 15 years ago
  34. 195f5cd Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is by Patrick Georgi · 15 years ago
  35. a034dca Move coreboot_ram and coreboot_apc to CBFS. This allows to by Patrick Georgi · 15 years ago
  36. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  37. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  38. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  39. dcce521 Make the CBFS file lookup skip file data instead of brute-forcing by Patrick Georgi · 15 years ago
  40. 7994164 Remove the inclusion of lzma.c (which really contains code) by Patrick Georgi · 15 years ago
  41. 7d0ff4c These are some really horrible bugs that got through. by Ronald G. Minnich · 15 years ago
  42. 7e16bf3 - function prototypes do not need "extern" by Stefan Reinauer · 15 years ago
  43. 13e1921 v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  44. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  45. 013c7cf * commit previously forgotten romfs.txt by Stefan Reinauer · 15 years ago
  46. b3b7db7 This fixes a bug in romfs code; see comment. If we add the pci rom by Ronald G. Minnich · 15 years ago
  47. 6e244da fix variable shadowing in lzmadecode.c (trivial) by Stefan Reinauer · 15 years ago
  48. d7a709a These are some cleanups and changes. These are build and boot tested on qemu. by Ronald G. Minnich · 15 years ago
  49. ae63126 This code adds support for coreboot images that use ROMFS. by Ronald G. Minnich · 15 years ago
  50. 45dffef fix shadow variable in compute_ip_checksum.c by Stefan Reinauer · 15 years ago
  51. 054c723 use pointers instead of size_t when dealing with pointers. Also fix a few by Stefan Reinauer · 15 years ago
  52. f8c77e8 use inb instead of outb for delays in usb debug code (trivial) by Stefan Reinauer · 15 years ago
  53. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  54. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  55. 9ab2160 fix compiler warnings (trivial) by Stefan Reinauer · 16 years ago
  56. 598ba43 Drop tons of duplicated debug.c files, move common file to by Uwe Hermann · 16 years ago
  57. ec2bd53 If you have by Ward Vandewege · 16 years ago
  58. 807dec0 clean up Config.lb in lib/ (trivial) by Stefan Reinauer · 16 years ago
  59. fa510c7 Clarify LZMA code license. by Carl-Daniel Hailfinger · 16 years ago
  60. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  61. d57241f This is (most of) the usb2 debug console code ripped out of by Yinghai Lu · 17 years ago
  62. d3eabbd replace table based crc with computational one. by Ed Swierk. by stepan · 18 years ago
  63. ebafa4d Add serial stream payload support from Ed Swierk <eswierk@arastra.com> by Stefan Reinauer · 18 years ago
  64. 1792b2e make ppc happy for console by Yinghai Lu · 18 years ago
  65. 5f9624d CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in serengeti_cheeatah by Yinghai Lu · 18 years ago
  66. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  67. cba07dd additions and mods for lzma. by Carl-Daniel Hailfinger · 18 years ago
  68. d0cffad fix broadcom/blast, tyan/s2735, tyan/s2891, tyan/s2895 broken by r2307 by Stefan Reinauer · 18 years ago
  69. bad9d10 cleanup some of the compressed rom stream ugliness -- more to do! by Ronald G. Minnich · 18 years ago
  70. ab4f5d0 fix the tree by Stefan Reinauer · 18 years ago
  71. 608d4b2 merge zrom to rom_stream and print olen ilen by Yinghai Lu · 18 years ago
  72. ead7368 add automatic payload compression method to LinuxBIOS by Stefan Reinauer · 18 years ago
  73. 78e0b0e Updated ep405pc to latest config system. by Greg Watson · 19 years ago
  74. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  75. 6ca7636 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51 by arch import user (historical) · 19 years ago
  76. ef03afa Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34 by arch import user (historical) · 19 years ago
  77. 69afe28 mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex expression. by Eric Biederman · 20 years ago
  78. 6242524 - Delete unused funciton realloc by Eric Biederman · 20 years ago
  79. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  80. bb20a72 This will never happen unless the code is buggy (in which case it's easy to by Stefan Reinauer · 20 years ago
  81. 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
  82. e54d55b added rx support by Greg Watson · 20 years ago
  83. 5c51c3d tidy by Greg Watson · 20 years ago
  84. 54b1658 added realloc by Greg Watson · 20 years ago
  85. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  86. 61065bc used pre-hardwaremain() by Greg Watson · 21 years ago
  87. 2c018fb - First pass at s2880 support. by Eric Biederman · 21 years ago
  88. 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago
  89. 655bf44 - Remove all of the annoying $Id strings by Eric Biederman · 21 years ago
  90. 51305ee For new config.g by Greg Watson · 21 years ago
  91. 99acb49 added config and other test files. by Ronald G. Minnich · 21 years ago
  92. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago