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