1. 4f75af9 Unify remaining binutils invocations by Patrick Georgi · 10 years ago
  2. bd79c5e Replace hlt() loops with halt() by Patrick Georgi · 10 years ago
  3. eaab630 cpu/amd/agesa/family15rl: Provide Richland CPU support by Edward O'Callaghan · 10 years ago
  4. 9594893 build system: unify linker use across gcc and clang by Patrick Georgi · 10 years ago
  5. 3ce96bd build system: use a single variable name for compiler runtimes by Patrick Georgi · 10 years ago
  6. e900802 cpu/x86/smm/Makefile.inc: Fix up linkage rules by Edward O'Callaghan · 10 years ago
  7. 3e72ecf cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang builds by Edward O'Callaghan · 10 years ago
  8. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  9. 81f90c5 x86/mtrr: Enable MTRR's before enabling caching by Isaac Christensen · 10 years ago
  10. 7756fe7 x86: Minimize work done with the caches disabled in mtrr functions. by Gabe Black · 10 years ago
  11. d84afd3e arm: Remove CAR_MIGRATE Kconfig and associated cruft by Julius Werner · 11 years ago
  12. 309fc4c sandybridge: Add native sandybridge by Vladimir Serbinenko · 10 years ago
  13. 20e2f3c x86/smm/smihandler.c: break case in switch by Patrick Georgi · 10 years ago
  14. 133096b coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 10 years ago
  15. 9faacba cpu/x86/lapic/lapic.c: trivial: fix comment on #else by Daniele Forsi · 10 years ago
  16. 7686a56 sandy/ivybridge: Native raminit. by Vladimir Serbinenko · 10 years ago
  17. 53847a2 src/.../Kconfig: various small fixes to texts by Daniele Forsi · 10 years ago
  18. dc112e3 cpu,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  19. 7116ac8 src: Make use of 'CEIL_DIV(a, b)' macro across tree by Edward O'Callaghan · 10 years ago
  20. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  21. 38a8fb0 x86 MTRR: Drop unused return value by Kyösti Mälkki · 10 years ago
  22. 599cda8 Use MTRR defines by Kyösti Mälkki · 10 years ago
  23. 4d7539e cpu/x86/pae/pgtbl.c: Unsigned comparison < 0 always false by Edward O'Callaghan · 10 years ago
  24. 9c41063 Don't add .eh_frame sections to SMM image by Patrick Georgi · 10 years ago
  25. c3c4a38 Misc: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  26. 5930774 build: use CFLAGS_* in more places where they're needed by Patrick Georgi · 10 years ago
  27. 5c3f384 Replace SERIAL_CPU_INIT with PARALLEL_CPU_INIT by Kyösti Mälkki · 10 years ago
  28. a642716 Intel FSP: add a shared set of functions for the FSP by Martin Roth · 10 years ago
  29. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  30. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 10 years ago
  31. 4076072 console: Use romstage code for ramstage and SMM by Kyösti Mälkki · 10 years ago
  32. 53072d8 cpu/amd/agesa/family15tn: Add initial support for SMM mode by Alexandru Gagniuc · 10 years ago
  33. 657e0be console: Move newline translation outside console_tx_byte by Kyösti Mälkki · 10 years ago
  34. afa7b13 uart: Redefine Kconfig options by Kyösti Mälkki · 10 years ago
  35. 905bfb0 x86: use car_(get|set)_var accessors for apic timer by Aaron Durbin · 10 years ago
  36. deb2cb2 Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago
  37. 3eb8eb7 rmodules: use rmodtool to create rmodules by Aaron Durbin · 10 years ago
  38. c34713d x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING option by Aaron Durbin · 10 years ago
  39. 9c479c9 SMM: Only have console with DEBUG_SMI by Kyösti Mälkki · 11 years ago
  40. 2b95da0 uart8250mem: Unify calls with generic UART by Kyösti Mälkki · 10 years ago
  41. 4770749 uart8250io: Unify calls with generic UART by Kyösti Mälkki · 10 years ago
  42. 1d7541f console: Fix includes by Kyösti Mälkki · 10 years ago
  43. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 10 years ago
  44. d777d86 CAR_GLOBAL: enforce compiler to check if _start != _end by Edward O'Callaghan · 10 years ago
  45. e7f7d990 SMM: Fixes for DEBUG_SMI by Kyösti Mälkki · 10 years ago
  46. 938ef9f x86 bootblock: improve clang compatibility by Patrick Georgi · 11 years ago
  47. b4b9eb3 x86: provide infrastructure to backup default SMM region by Aaron Durbin · 10 years ago
  48. 5a5c886 SMP: Add arch-agnostic boot_cpu() by Kyösti Mälkki · 11 years ago
  49. ca4f4b8 mtrr: only add prefetchable resources as WRCOMB for VGA devices by Aaron Durbin · 10 years ago
  50. 30fe612 MTRR: Mark all prefetchable resources as WRCOMB. by Vladimir Serbinenko · 10 years ago
  51. 5b9e3b6 mtrr: retry fitting w/o WRCOMB if usage exceeds BIOS allocation by Aaron Durbin · 10 years ago
  52. cd3f8ad x86: Add SMM helper functions to MP infrastructure by Aaron Durbin · 11 years ago
  53. e0785c0 x86: parallel MP initialization by Aaron Durbin · 11 years ago
  54. 029aaf6 x86: add common definitions for control registers by Aaron Durbin · 11 years ago
  55. 4fe9813 src/cpu: Fix spelling of MTTR to MTRR by Paul Menzel · 11 years ago
  56. 107f72e Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR by Kyösti Mälkki · 11 years ago
  57. 88a67f0 AMD boards (non-AGESA): Cleanup earlymtrr.c includes by Kyösti Mälkki · 11 years ago
  58. 0da082b Update SMM for FSP systems by Marc Jones · 11 years ago
  59. c6f6be0 Support for nehalem northbridge by Vladimir Serbinenko · 11 years ago
  60. 888d559 Support for Ibexpeak southbridge by Vladimir Serbinenko · 11 years ago
  61. 0edc224 smi: Update mainboard_smi_gpi() to have 32bit argument by Duncan Laurie · 11 years ago
  62. 533ad10 Don't wait on 2065x by Vladimir Serbinenko · 11 years ago
  63. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  64. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  65. 11b4780 cpu/x86/mtrr/mtrr.c: Remove superfluous assignment to `type_index` by Paul Menzel · 11 years ago
  66. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  67. 93b2bd7 usbdebug: Do not support logging from SMM by Kyösti Mälkki · 11 years ago
  68. c66f1cb Include boot_cpu.c for romstage builds by Kyösti Mälkki · 11 years ago
  69. b5e777c X86: make the SIPI num_starts a config variable by Ronald G. Minnich · 11 years ago
  70. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  71. 7f5897a Do CAR variable migration only once by Aaron Durbin · 11 years ago
  72. 3a09179f Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge" by Stefan Reinauer · 11 years ago
  73. 0210119 Add support for Intel Ibex Peak (Mobile 5) southbridge by Stefan Reinauer · 11 years ago
  74. 716738a x86: add cache-as-ram migration option by Aaron Durbin · 11 years ago
  75. 38c326d x86: add thread support by Aaron Durbin · 11 years ago
  76. 703aa97 x86: harden tsc udelay() function by Aaron Durbin · 11 years ago
  77. 8e73b5d x86: add TSC_CONSTANT_RATE option by Aaron Durbin · 11 years ago
  78. e850164 tsc: provide monotonic timer by Aaron Durbin · 11 years ago
  79. fd8291c lapic: monotonic time implementation by Aaron Durbin · 11 years ago
  80. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  81. 190011e AMD: Drop six copies of wrmsr_amd and rdmsr_amd by Kyösti Mälkki · 11 years ago
  82. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  83. 5392424 x86: mtrr: optimize hole carving above 4GiB by Aaron Durbin · 11 years ago
  84. e383442 x86: mtrr: add hole punching support by Aaron Durbin · 11 years ago
  85. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  86. 77a5b40 x86: mtrr: add CONFIG_CACHE_ROM support by Aaron Durbin · 11 years ago
  87. 9b027fe mtrr: honor IORESOURCE_WRCOMB by Aaron Durbin · 11 years ago
  88. bb4e79a x86: add new mtrr implementation by Aaron Durbin · 11 years ago
  89. 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 11 years ago
  90. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  91. a146d58 ramstage: prepare for relocation by Aaron Durbin · 11 years ago
  92. c2fe1e0 SMM: link against libgcc by Stefan Reinauer · 11 years ago
  93. 8e345d4 haswell: lapic timer support by Aaron Durbin · 12 years ago
  94. 29ffa54 haswell: Use SMM Modules by Aaron Durbin · 12 years ago
  95. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 11 years ago
  96. 50a3464 x86: SMM Module Support by Aaron Durbin · 12 years ago
  97. 76c3700 haswell: Add initial support for Haswell platforms by Aaron Durbin · 12 years ago
  98. ae0e8d3 Eliminate do_div(). by David Hendricks · 11 years ago
  99. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  100. 62f100b smm: Update rev 0x30101 SMM revision save state by Aaron Durbin · 12 years ago