1. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  2. 9d5e36e cpu/x86: Sort some Kconfig options by Stefan Reinauer · 9 years ago
  3. dd56de9 arch/x86: document CAR symbols and expose them in symbols.h by Andrey Petrov · 8 years ago
  4. 8198c67 arch/x86: always use _start as entry symbol for all stages by Aaron Durbin · 8 years ago
  5. 4330a9c arch/x86: rename reset_vector -> _start by Aaron Durbin · 8 years ago
  6. f8468d4 cpu/x86/16bit: rename _start -> _start16bit by Aaron Durbin · 8 years ago
  7. 0fd068b cpu/x86/16bit/reset16: mark reset vector executable by Aaron Durbin · 8 years ago
  8. 998d856 cpu/x86/16bit/reset16: remove stale 32-bit jump by Aaron Durbin · 8 years ago
  9. 0492c8c cpu/x86/tsc: Compile delay_tsc.c for the bootblock as well by Alexandru Gagniuc · 9 years ago
  10. 2f91403 src: Fix various spelling and whitespace issues. by Martin Roth · 8 years ago
  11. 98fc426 Move object files to $(obj)/<class>/ by Nico Huber · 8 years ago
  12. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 8 years ago
  13. 66bbb31 */Makefile.inc: Compile files needed by uart8250 in x86 bootblock by Alexandru Gagniuc · 9 years ago
  14. aad9b6a08 cpu: Fix typo that spelled "allocate" as "allocte." by Jacob Laska · 8 years ago
  15. 149c4c5 x86/smm: Initialize SMM on some CPUs one-by-one by Damien Zammit · 9 years ago
  16. e597e63 FSP 1.0: Fix CAR issues - broken timestamps and console by Ben Gardner · 9 years ago
  17. 593f5c8 Unify OBJCOPY arguments throughout various x86 stages by Stefan Reinauer · 9 years ago
  18. 1455437 x86: Add Kconfig to disable early bootblock postcodes by Martin Roth · 9 years ago
  19. 6b6c653 cpu/x86/lapic: Add stack overrun detection by Timothy Pearson · 9 years ago
  20. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  21. 01327d1 smm: 64bit fixes by Stefan Reinauer · 9 years ago
  22. ce2564a smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEG by Patrick Georgi · 9 years ago
  23. 6a70dbc cpu/x86/mtrr: Add MTRR index and total MTRRs to error message by Paul Menzel · 9 years ago
  24. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  25. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  26. 72bb66e x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection by Alexandru Gagniuc · 9 years ago
  27. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  28. dde7629 rmodule: use program.ld for linking by Aaron Durbin · 9 years ago
  29. 14714e1 x86: link romstage like the other architectures by Aaron Durbin · 9 years ago
  30. 0dc7354 amd: raminit sysinfo offset fix by Aaron Durbin · 9 years ago
  31. 98fc2e9 indent style fix for lapic_cpu_init.c by Jonathan A. Kollasch · 9 years ago
  32. 9346d50 Remove unused Kconfig symbols in c code by Martin Roth · 9 years ago
  33. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  34. c4e49f6 Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() by Martin Roth · 9 years ago
  35. 5a2bd0b Revert "sandy/ivybridge: use LAPIC timer in SMM" by Patrick Georgi · 9 years ago
  36. a3aa8da sandy/ivybridge: use LAPIC timer in SMM by Stefan Reinauer · 9 years ago
  37. e021dea cpu: x86 port to 64bit by Stefan Reinauer · 9 years ago
  38. 181b773 x86: Make x86 architecture makefiles x64 aware by Stefan Reinauer · 9 years ago
  39. 5793b73 x86: remove printk() from init_timer() by Aaron Durbin · 9 years ago
  40. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  41. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  42. aa04e18 x86 SMM: Relocator is intel-only by Kyösti Mälkki · 9 years ago
  43. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  44. 5957bd7 x86: fix mirror_payload() by Aaron Durbin · 9 years ago
  45. 59d262c x86 SMM: Merge recipes by Kyösti Mälkki · 9 years ago
  46. e4e0f94 x86 SMM: We have single SMM linker script now by Kyösti Mälkki · 9 years ago
  47. 501cce8 smm: Remove dead smm_tseg.ld by Vladimir Serbinenko · 9 years ago
  48. 99e0b27 smmrelocate: Remove dead TSEG code. by Vladimir Serbinenko · 9 years ago
  49. 44cbe10 smm: Merge configs SMM_MODULES and SMM_TSEG by Vladimir Serbinenko · 9 years ago
  50. 7f46420 Migrate fsp_206ax to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  51. 456f495 Migrate 2065x to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  52. a3e41c0 Migrate 206ax to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  53. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  54. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  55. 58d5e21 x86: garbage collect SMM programs by Aaron Durbin · 9 years ago
  56. 1f04e94 x86: expose tsc's timer_monotonic_get() in SMM by Aaron Durbin · 9 years ago
  57. e2edf71 Makefile x86 SMM: Move smm_wrap recipes by Kyösti Mälkki · 9 years ago
  58. 7868797 fsp: Move fsp to fsp1_0 by Marc Jones · 9 years ago
  59. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  60. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  61. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  62. f430546 build system: Introduce manual file type by Patrick Georgi · 9 years ago
  63. db27306 build system: extend src-to-obj for non-.c/.S files by Patrick Georgi · 9 years ago
  64. e73dae4 x86: fix SMM programs linked with gc-sections by Aaron Durbin · 9 years ago
  65. cbe2746 x86/smm: Move SMM configuration out of generic Makefile by Patrick Georgi · 9 years ago
  66. ea9f308 build system: normalize linker script file names by Patrick Georgi · 9 years ago
  67. 04654a2 loaders: add program_loading.h header file by Aaron Durbin · 9 years ago
  68. 87200e2 Makefile.inc: Use -Og when compiling with GDB support by Stefan Reinauer · 9 years ago
  69. 48b3dbc x86 SMM: Replace weak prototypes with weak function stub by Kyösti Mälkki · 10 years ago
  70. a637194 x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE option by Kyösti Mälkki · 9 years ago
  71. 582b2ae FSP & CBMEM: Fix broken cbmem CAR transition. by Martin Roth · 10 years ago
  72. 91fac61 CBMEM: Tidy up CAR migration by Kyösti Mälkki · 10 years ago
  73. e455425 CBMEM console: Fix CAR migration step by Kyösti Mälkki · 10 years ago
  74. bb0d5ef x86: Initialize drivers in SMM context if needed by David Hendricks · 10 years ago
  75. bae775a arch/x86: Declare GDT symbols and move_gdt() by Kyösti Mälkki · 10 years ago
  76. 87acccc CBMEM: Always build for x86 romstage by Kyösti Mälkki · 10 years ago
  77. be6f8cb x86: Set BOOT_MEDIA_SPI_BUS by David Hendricks · 10 years ago
  78. 4f75af9 Unify remaining binutils invocations by Patrick Georgi · 10 years ago
  79. bd79c5e Replace hlt() loops with halt() by Patrick Georgi · 10 years ago
  80. eaab630 cpu/amd/agesa/family15rl: Provide Richland CPU support by Edward O'Callaghan · 10 years ago
  81. 9594893 build system: unify linker use across gcc and clang by Patrick Georgi · 10 years ago
  82. 3ce96bd build system: use a single variable name for compiler runtimes by Patrick Georgi · 10 years ago
  83. e900802 cpu/x86/smm/Makefile.inc: Fix up linkage rules by Edward O'Callaghan · 10 years ago
  84. 3e72ecf cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang builds by Edward O'Callaghan · 10 years ago
  85. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  86. 81f90c5 x86/mtrr: Enable MTRR's before enabling caching by Isaac Christensen · 10 years ago
  87. 7756fe7 x86: Minimize work done with the caches disabled in mtrr functions. by Gabe Black · 10 years ago
  88. d84afd3e arm: Remove CAR_MIGRATE Kconfig and associated cruft by Julius Werner · 11 years ago
  89. 309fc4c sandybridge: Add native sandybridge by Vladimir Serbinenko · 10 years ago
  90. 20e2f3c x86/smm/smihandler.c: break case in switch by Patrick Georgi · 10 years ago
  91. 133096b coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 10 years ago
  92. 9faacba cpu/x86/lapic/lapic.c: trivial: fix comment on #else by Daniele Forsi · 10 years ago
  93. 7686a56 sandy/ivybridge: Native raminit. by Vladimir Serbinenko · 10 years ago
  94. 53847a2 src/.../Kconfig: various small fixes to texts by Daniele Forsi · 10 years ago
  95. dc112e3 cpu,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  96. 7116ac8 src: Make use of 'CEIL_DIV(a, b)' macro across tree by Edward O'Callaghan · 10 years ago
  97. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  98. 38a8fb0 x86 MTRR: Drop unused return value by Kyösti Mälkki · 10 years ago
  99. 599cda8 Use MTRR defines by Kyösti Mälkki · 10 years ago
  100. 4d7539e cpu/x86/pae/pgtbl.c: Unsigned comparison < 0 always false by Edward O'Callaghan · 10 years ago