1. 24ef134 drop half an uart8250 implementation from smiutil and use the common code by Stefan Reinauer · 13 years ago
  2. 16ce01b This patch gets usbdebug console working in romstage. by Stefan Reinauer · 14 years ago
  3. da712f3 uart_init is only used in romstage. by Stefan Reinauer · 14 years ago
  4. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  5. 475916d Compile cbmem.c instead of including it in romstage, by Rudolf Marek · 14 years ago
  6. c436953 Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. by Rudolf Marek · 14 years ago
  7. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  8. bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 14 years ago
  9. 5015f79 Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() by Peter Stuge · 14 years ago
  10. a953f37 Debugging facility improvements. by Uwe Hermann · 14 years ago
  11. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  12. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  13. d3f6202 Fix make warnings: by Myles Watson · 14 years ago
  14. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  15. d6b4f1c Fix some wrong capitalizations, reformat comments, fix a typo. by Stefan Reinauer · 14 years ago
  16. 06694a8 USB Debug Port related license header fixes (trivial). by Uwe Hermann · 14 years ago
  17. a34a0b1 Fix a compiler warning in src/lib/usbdebug.c (trivial). by Uwe Hermann · 14 years ago
  18. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  19. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago
  20. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  21. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  22. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  23. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  24. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  25. 5639448 Fix usbdebug compilation. by Stefan Reinauer · 14 years ago
  26. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  27. 5391fe0 Myles suspected this hangs certain machines, so back it out. by Stefan Reinauer · 14 years ago
  28. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  29. 10dd8b4 no need to udelay() by Stefan Reinauer · 14 years ago
  30. c65666f remove more warnings by Stefan Reinauer · 14 years ago
  31. 84b685a Consolidate ifdefs in src/lib/cbmem.c for readability. by Myles Watson · 14 years ago
  32. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  33. f2b7a43 no USE_INIT by Stefan Reinauer · 14 years ago
  34. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  35. e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
  36. e0d607a Add a non-time consuming version of ram check so we can print a decent error by Stefan Reinauer · 14 years ago
  37. 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
  38. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  39. 3426195 Get rid of a few warnings: by Myles Watson · 14 years ago
  40. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  41. 87489e1 clean up shadow variables in jpeg decoder. by Stefan Reinauer · 14 years ago
  42. 800379f by Stefan Reinauer · 14 years ago
  43. a7acc51 HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. by Stefan Reinauer · 14 years ago
  44. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
  45. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  46. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  47. b4d3af8 separate build.h and config.h usage (now possible because newconfig is gone) by Stefan Reinauer · 14 years ago
  48. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  49. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  50. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  51. c243639 Help track down enable_rom issues in CBFS. If the magic by Patrick Georgi · 15 years ago
  52. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  53. dc4ca9a Add prototypes to silence these warnings. by Myles Watson · 15 years ago
  54. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  55. a8888bd Remove redundant declarations. Trivial. by Myles Watson · 15 years ago
  56. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  57. b4f3da5 reasonable output for cbfs loading.. by Stefan Reinauer · 15 years ago
  58. 3b31402 by Stefan Reinauer · 15 years ago
  59. b53bed1 Fix USB Debug Device for Intel ICH chipsets by Stefan Reinauer · 15 years ago
  60. 86bf679 Move the ulzma prototype out of the function to make the code easier to read. by Myles Watson · 15 years ago
  61. 6768f39 Remove: by Patrick Georgi · 15 years ago
  62. 5db685f * drop libgcc from coreboot_apc.o, not needed. by Stefan Reinauer · 15 years ago
  63. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  64. 0a181fd improve lzma error messages. When coreboot panics because lzma decompression by Stefan Reinauer · 15 years ago
  65. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  66. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  67. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  68. b203c2f 20090819-2-trim-down-cbfs: by Patrick Georgi · 15 years ago
  69. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  70. f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
  71. bb01f60 Some USB debug updates, mostly comments fixing, license header updates by Stefan Reinauer · 15 years ago
  72. f107538 strdup the input of dirname, as dirname is free by Patrick Georgi · 15 years ago
  73. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  74. d41de2e These changes implement car in qemu. The implementation is in several by Ronald G. minnich · 15 years ago
  75. 195f5cd Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is by Patrick Georgi · 15 years ago
  76. a034dca Move coreboot_ram and coreboot_apc to CBFS. This allows to by Patrick Georgi · 15 years ago
  77. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  78. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  79. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  80. dcce521 Make the CBFS file lookup skip file data instead of brute-forcing by Patrick Georgi · 15 years ago
  81. 7994164 Remove the inclusion of lzma.c (which really contains code) by Patrick Georgi · 15 years ago
  82. 7d0ff4c These are some really horrible bugs that got through. by Ronald G. Minnich · 15 years ago
  83. 7e16bf3 - function prototypes do not need "extern" by Stefan Reinauer · 15 years ago
  84. 13e1921 v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  85. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  86. 013c7cf * commit previously forgotten romfs.txt by Stefan Reinauer · 15 years ago
  87. b3b7db7 This fixes a bug in romfs code; see comment. If we add the pci rom by Ronald G. Minnich · 15 years ago
  88. 6e244da fix variable shadowing in lzmadecode.c (trivial) by Stefan Reinauer · 15 years ago
  89. d7a709a These are some cleanups and changes. These are build and boot tested on qemu. by Ronald G. Minnich · 15 years ago
  90. ae63126 This code adds support for coreboot images that use ROMFS. by Ronald G. Minnich · 15 years ago
  91. 45dffef fix shadow variable in compute_ip_checksum.c by Stefan Reinauer · 15 years ago
  92. 054c723 use pointers instead of size_t when dealing with pointers. Also fix a few by Stefan Reinauer · 15 years ago
  93. f8c77e8 use inb instead of outb for delays in usb debug code (trivial) by Stefan Reinauer · 15 years ago
  94. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  95. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  96. 9ab2160 fix compiler warnings (trivial) by Stefan Reinauer · 16 years ago
  97. 598ba43 Drop tons of duplicated debug.c files, move common file to by Uwe Hermann · 16 years ago
  98. ec2bd53 If you have by Ward Vandewege · 16 years ago
  99. 807dec0 clean up Config.lb in lib/ (trivial) by Stefan Reinauer · 16 years ago
  100. fa510c7 Clarify LZMA code license. by Carl-Daniel Hailfinger · 16 years ago