1. 2f38b07 Add simple hexdump function by Stefan Reinauer · 11 years ago
  2. ce22cd0 Fix build with USE_OPTION_TABLE by Kyösti Mälkki · 11 years ago
  3. ac16405 usbdebug: Fix boards without EARLY_CBMEM_INIT by Kyösti Mälkki · 11 years ago
  4. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  5. de1fe7f CBMEM: Always have early initialisation by Kyösti Mälkki · 11 years ago
  6. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  7. 93b2bd7 usbdebug: Do not support logging from SMM by Kyösti Mälkki · 11 years ago
  8. eabfd3a Don't include LZMA in romstage if ramstage is not compressed. by Andrew Wu · 11 years ago
  9. c6b4416 CBFS: Use memmove instead of memcpy when loading a file from CBFS. by Gabe Black · 11 years ago
  10. 545c0ca Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. by Gabe Black · 11 years ago
  11. 8a0a848 Dynamic cbmem: don't compile src/lib/cbmem.c when dynamic cbmem is selected. by Denis 'GNUtoo' Carikli · 11 years ago
  12. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  13. 340ca91 coreboot: add timer queue implementation by Aaron Durbin · 11 years ago
  14. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  15. a05a852 lib: add memrange infrastructure by Aaron Durbin · 11 years ago
  16. c15551a dynamic cbmem: fix memconsole and timestamps by Aaron Durbin · 11 years ago
  17. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  18. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  19. 2b7c88f rmodule: add string functions to rmodules class by Aaron Durbin · 11 years ago
  20. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 11 years ago
  21. b3b72f3 link/graphics: Add support for EDID by Ronald G. Minnich · 11 years ago
  22. ad93552 lib: add rmodule support by Aaron Durbin · 12 years ago
  23. ae0e8d3 Eliminate do_div(). by David Hendricks · 11 years ago
  24. d59fc53 Fix build by adding `cbmem.c` to `COLLECT_TIMESTAMPS` by Kyösti Mälkki · 11 years ago
  25. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  26. fe18792 armv7: Add 'bootblock' build class. by Hung-Te Lin · 11 years ago
  27. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  28. 4c4dd93 Only include libgcc wrappers on x86 by Stefan Reinauer · 12 years ago
  29. 1e75329 Drop boot directory by Stefan Reinauer · 12 years ago
  30. 179206a src/lib/Makefile.inc: Add license header by Stefan Reinauer · 12 years ago
  31. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  32. f5e9ac4 SMM: Add support for malloc in SMM if using TSEG by Duncan Laurie · 12 years ago
  33. 9764d4c Implement stack overflow checking for the BSP by Ronald G. Minnich · 12 years ago
  34. fb89dd0 Use fast memset in SMM mode, too by Stefan Reinauer · 12 years ago
  35. 1afe51a Add native memset() function on x86 by Stefan Reinauer · 13 years ago
  36. 0054afa Add faster, architecture dependent memcpy() by Stefan Reinauer · 13 years ago
  37. 3e31600 CBMEM CONSOLE: Enable coreboot CBMEM console. by Vadim Bendebury · 13 years ago
  38. 6f72d69 Add timestamp collecting to coreboot. by Vadim Bendebury · 13 years ago
  39. 5260871 Fix dependency problem for uart8250.c as well by Stefan Reinauer · 13 years ago
  40. ba9dae2 Fix compilation with CONFIG_USE_OPTION_TABLE enabled by Stefan Reinauer · 13 years ago
  41. 1025f3a Add an implementation for the memchr library function by Gabe Black · 13 years ago
  42. 20fc631 Fix usb debug dongle support by Sven Schnelle · 13 years ago
  43. 7f0e930 Add support for the tracing infastructure in coreboot. by Rudolf Marek · 13 years ago
  44. 4297a9a X60: trigger save cmos on volume/brightness change by Sven Schnelle · 13 years ago
  45. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  46. 24ef134 drop half an uart8250 implementation from smiutil and use the common code by Stefan Reinauer · 13 years ago
  47. 16ce01b This patch gets usbdebug console working in romstage. by Stefan Reinauer · 13 years ago
  48. 475916d Compile cbmem.c instead of including it in romstage, by Rudolf Marek · 14 years ago
  49. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  50. d3f6202 Fix make warnings: by Myles Watson · 14 years ago
  51. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  52. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  53. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  54. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  55. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  56. e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
  57. 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
  58. 800379f by Stefan Reinauer · 14 years ago
  59. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  60. 3b31402 by Stefan Reinauer · 15 years ago
  61. 5db685f * drop libgcc from coreboot_apc.o, not needed. by Stefan Reinauer · 15 years ago
  62. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  63. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago