1. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  2. 4c4dd93 Only include libgcc wrappers on x86 by Stefan Reinauer · 12 years ago
  3. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  4. 1e75329 Drop boot directory by Stefan Reinauer · 12 years ago
  5. 179206a src/lib/Makefile.inc: Add license header by Stefan Reinauer · 12 years ago
  6. 859e808 Make set_boot_successful depend on PC80_SYSTEM by Stefan Reinauer · 12 years ago
  7. 421288d Make libgcc wrappers arch-specific, add ARMv7 by David Hendricks · 12 years ago
  8. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  9. 13c2c02 Tell CBMEM code about ACPI GNVS section by Stefan Reinauer · 12 years ago
  10. 75dbc38 Clean up stack checking code by Stefan Reinauer · 12 years ago
  11. 4221a19 Add method for delaying adding of timestamps by Stefan Reinauer · 12 years ago
  12. 1068087 USBDEBUG: retry harder for slow devices by Sven Schnelle · 12 years ago
  13. 82704c6 USBDEBUG: buffer up to 8 bytes by Sven Schnelle · 12 years ago
  14. f5e9ac4 SMM: Add support for malloc in SMM if using TSEG by Duncan Laurie · 12 years ago
  15. 9764d4c Implement stack overflow checking for the BSP by Ronald G. Minnich · 12 years ago
  16. 3a8cad3 Shrink the stack sizes we need in coreboot by Ronald G. Minnich · 12 years ago
  17. 52e6118 Remove unused free() function by Stefan Reinauer · 12 years ago
  18. 28190ce malloc/memalign: Remove unneeded linker check by Stefan Reinauer · 12 years ago
  19. 79431f5 Make memalign print useful messages on failure by Ronald G. Minnich · 12 years ago
  20. 4781800 Don't loop infinitely long on serial comm failures by Stefan Reinauer · 12 years ago
  21. fe42218 Make CBFS output more consistent by Stefan Reinauer · 12 years ago
  22. cabc804 Tell CBMEM pretty printer about MRC cache by Stefan Reinauer · 12 years ago
  23. f722373 S3 code in coreboot public folder. by zbao · 12 years ago
  24. eb59636 Add support for aligned allocation by Ron Minnich · 12 years ago
  25. fb89dd0 Use fast memset in SMM mode, too by Stefan Reinauer · 12 years ago
  26. 1afe51a Add native memset() function on x86 by Stefan Reinauer · 13 years ago
  27. 0054afa Add faster, architecture dependent memcpy() by Stefan Reinauer · 13 years ago
  28. 19e7e7d Add infrastructure for global data in the CAR phase of boot by Gabe Black · 13 years ago
  29. 3e31600 CBMEM CONSOLE: Enable coreboot CBMEM console. by Vadim Bendebury · 13 years ago
  30. be25a4d CBMEM CONSOLE: Add CBMEM type for console buffer. by Vadim Bendebury · 13 years ago
  31. 32da8be CBMEM CONSOLE: Add CBMEM console driver implementation. by Vadim Bendebury · 13 years ago
  32. e246b31 Include arch/acpi.h instead of manually adding acpi_slp_type. by Stefan Reinauer · 13 years ago
  33. 6f72d69 Add timestamp collecting to coreboot. by Vadim Bendebury · 13 years ago
  34. e186060 Initialize CBMEM early. by Vadim Bendebury · 13 years ago
  35. e77b9a0 Replace ramtest pattern to assist in DIMM configuration by Kyösti Mälkki · 12 years ago
  36. fb5026c malloc: size is unsigned, don't test for size < 0 by Patrick Georgi · 12 years ago
  37. 5260871 Fix dependency problem for uart8250.c as well by Stefan Reinauer · 13 years ago
  38. ba9dae2 Fix compilation with CONFIG_USE_OPTION_TABLE enabled by Stefan Reinauer · 13 years ago
  39. a6087d1 Add support for the Startech PEX1XS1PMINI by Stefan Reinauer · 13 years ago
  40. 1025f3a Add an implementation for the memchr library function by Gabe Black · 13 years ago
  41. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  42. 472efa6 Remove whitespace. by Patrick Georgi · 12 years ago
  43. 9dd3ef1 Don't loop infinitely long on serial comm failures by Kyösti Mälkki · 12 years ago
  44. 3ad8c54 lib: add ram_check_nodie by Sven Schnelle · 13 years ago
  45. 2d4fece don't scan beyond end of CBFS by Florian Zumbiehl · 13 years ago
  46. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  47. 20fc631 Fix usb debug dongle support by Sven Schnelle · 13 years ago
  48. 481814d Clear improper use of CONFIG_CACHE_AS_RAM by Kyösti Mälkki · 13 years ago
  49. 02e75b2 Use ntohll where appropriate. by Stefan Reinauer · 13 years ago
  50. c1efb90 refactor vesa mode setting code and bootsplash code by Stefan Reinauer · 13 years ago
  51. 4e22a3b Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods by Tobias Diedrich · 14 years ago
  52. 7f0e930 Add support for the tracing infastructure in coreboot. by Rudolf Marek · 13 years ago
  53. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  54. d819853 export get_cbfs_header() by Sven Schnelle · 13 years ago
  55. b883515 split CBFS support into shared core and extended functions by Patrick Georgi · 13 years ago
  56. a68555f Do full flush on uart8250 only at end of printk. by Kevin O'Connor · 13 years ago
  57. 4297a9a X60: trigger save cmos on volume/brightness change by Sven Schnelle · 13 years ago
  58. b251753 Change read_option() to a macro that wraps some API uglyness by Patrick Georgi · 13 years ago
  59. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  60. b721287 Fix of fix copy and paste errors in ne2k.c (r6512 by stepan) by Rudolf Marek · 13 years ago
  61. f5ce87d fix typo ttys0_index -> b_index by Stefan Reinauer · 13 years ago
  62. f349d55 Get rid of all but one (I/O mapped) UART init functions. by Stefan Reinauer · 13 years ago
  63. 6aca1e8 The UART divider should be calculated based on the base frequency by Stefan Reinauer · 13 years ago
  64. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  65. 685ee37 drop excessive newline in uart8250.c by Stefan Reinauer · 13 years ago
  66. b297b49 drop dead uart init code. by Stefan Reinauer · 13 years ago
  67. 261f842 fix copy and paste errors in ne2k.c by Stefan Reinauer · 13 years ago
  68. 24ef134 drop half an uart8250 implementation from smiutil and use the common code by Stefan Reinauer · 13 years ago
  69. 16ce01b This patch gets usbdebug console working in romstage. by Stefan Reinauer · 14 years ago
  70. da712f3 uart_init is only used in romstage. by Stefan Reinauer · 14 years ago
  71. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  72. 475916d Compile cbmem.c instead of including it in romstage, by Rudolf Marek · 14 years ago
  73. 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
  74. 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
  75. 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
  76. 5015f79 Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() by Peter Stuge · 14 years ago
  77. a953f37 Debugging facility improvements. by Uwe Hermann · 14 years ago
  78. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  79. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  80. d3f6202 Fix make warnings: by Myles Watson · 14 years ago
  81. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  82. d6b4f1c Fix some wrong capitalizations, reformat comments, fix a typo. by Stefan Reinauer · 14 years ago
  83. 06694a8 USB Debug Port related license header fixes (trivial). by Uwe Hermann · 14 years ago
  84. a34a0b1 Fix a compiler warning in src/lib/usbdebug.c (trivial). by Uwe Hermann · 14 years ago
  85. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  86. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago
  87. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  88. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  89. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  90. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  91. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  92. 5639448 Fix usbdebug compilation. by Stefan Reinauer · 14 years ago
  93. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  94. 5391fe0 Myles suspected this hangs certain machines, so back it out. by Stefan Reinauer · 14 years ago
  95. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  96. 10dd8b4 no need to udelay() by Stefan Reinauer · 14 years ago
  97. c65666f remove more warnings by Stefan Reinauer · 14 years ago
  98. 84b685a Consolidate ifdefs in src/lib/cbmem.c for readability. by Myles Watson · 14 years ago
  99. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  100. f2b7a43 no USE_INIT by Stefan Reinauer · 14 years ago