1. 6add44b src/cpu/x86: Update/Add license headers to all files by Martin Roth · 8 years ago
  2. f3018f9 Set the fsb timer correctly for Netburst CPUs by Arthur Heymans · 8 years ago
  3. 9d8adc0 x86 SMM: Fix use with RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 8 years ago
  4. b21e362 cpu/x86: allow AP callbacks after MP init by Aaron Durbin · 8 years ago
  5. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  6. 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 8 years ago
  7. 90ba189 src/cpu: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  8. 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 8 years ago
  9. 2765a89 src/cpu: Improve code formatting by Elyes HAOUAS · 8 years ago
  10. cbe7464c src/cpu: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  11. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  12. 08e842c Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS by Aaron Durbin · 8 years ago
  13. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  14. 585d1a0 src/cpu: Capitalize ROM and RAM by Elyes HAOUAS · 8 years ago
  15. ae738ac cpu/x86: Support CPUs without rdmsr/wrmsr instructions by Lee Leahy · 8 years ago
  16. a38677b cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary by Aaron Durbin · 8 years ago
  17. a16cd9c ACPI S3: Move SMP trampoline recovery by Kyösti Mälkki · 8 years ago
  18. 4bab6e7 intel/sch: Merge northbridge and southbridge in src/soc by Stefan Reinauer · 8 years ago
  19. ef10529 cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE by Aaron Durbin · 8 years ago
  20. 770d7c7 cpu/x86/mp_init: reduce exposure of internal implementation by Aaron Durbin · 8 years ago
  21. 8250192 cpu/x86: combine multiprocessor and SMM initialization by Aaron Durbin · 8 years ago
  22. d87c7bc cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option by Aaron Durbin · 8 years ago
  23. a41e030 cpu/x86/smm_module_loader: always build with SMM module support by Aaron Durbin · 8 years ago
  24. 0e55632 cpu/x86/mp_init: remove unused callback arguments by Aaron Durbin · 8 years ago
  25. 0c85b7f soc/intel/apollolake: Add cache for BIOS ROM by Andrey Petrov · 8 years ago
  26. 064a501 cpu/x86/tsc: Compile TSC timer for postcar as well by Andrey Petrov · 8 years ago
  27. b8671ea cpu/x86/tsc: remove conditional compilation by Aaron Durbin · 8 years ago
  28. 01dfdc5 cpu/x86/tsc: compile same code for all stages by Aaron Durbin · 8 years ago
  29. 711bfa9 cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c by Aaron Durbin · 8 years ago
  30. 6f3a55a src/cpu/x86: remove TSC_CALIBRATE_WITH_IO by Aaron Durbin · 8 years ago
  31. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  32. 331ac1b mtrr: Define a function for obtaining free var mtrr by Furquan Shaikh · 8 years ago
  33. b4e5c5eb cpu/x86: compile earlymtrr.c code for romstage as well by Andrey Petrov · 8 years ago
  34. 5fa5da1 cpu/x86/mtrr: remove early_mtrr_* functions by Aaron Durbin · 8 years ago
  35. 264bf0b cpu/x86/mtrr: move cache_ramstage() to its only user by Aaron Durbin · 8 years ago
  36. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  37. 9d5e36e cpu/x86: Sort some Kconfig options by Stefan Reinauer · 9 years ago
  38. dd56de9 arch/x86: document CAR symbols and expose them in symbols.h by Andrey Petrov · 9 years ago
  39. 8198c67 arch/x86: always use _start as entry symbol for all stages by Aaron Durbin · 9 years ago
  40. 4330a9c arch/x86: rename reset_vector -> _start by Aaron Durbin · 9 years ago
  41. f8468d4 cpu/x86/16bit: rename _start -> _start16bit by Aaron Durbin · 9 years ago
  42. 0fd068b cpu/x86/16bit/reset16: mark reset vector executable by Aaron Durbin · 9 years ago
  43. 998d856 cpu/x86/16bit/reset16: remove stale 32-bit jump by Aaron Durbin · 9 years ago
  44. 0492c8c cpu/x86/tsc: Compile delay_tsc.c for the bootblock as well by Alexandru Gagniuc · 9 years ago
  45. 2f91403 src: Fix various spelling and whitespace issues. by Martin Roth · 9 years ago
  46. 98fc426 Move object files to $(obj)/<class>/ by Nico Huber · 9 years ago
  47. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 9 years ago
  48. 66bbb31 */Makefile.inc: Compile files needed by uart8250 in x86 bootblock by Alexandru Gagniuc · 9 years ago
  49. aad9b6a08 cpu: Fix typo that spelled "allocate" as "allocte." by Jacob Laska · 9 years ago
  50. 149c4c5 x86/smm: Initialize SMM on some CPUs one-by-one by Damien Zammit · 9 years ago
  51. e597e63 FSP 1.0: Fix CAR issues - broken timestamps and console by Ben Gardner · 9 years ago
  52. 593f5c8 Unify OBJCOPY arguments throughout various x86 stages by Stefan Reinauer · 9 years ago
  53. 1455437 x86: Add Kconfig to disable early bootblock postcodes by Martin Roth · 9 years ago
  54. 6b6c653 cpu/x86/lapic: Add stack overrun detection by Timothy Pearson · 9 years ago
  55. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  56. 01327d1 smm: 64bit fixes by Stefan Reinauer · 9 years ago
  57. ce2564a smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEG by Patrick Georgi · 9 years ago
  58. 6a70dbc cpu/x86/mtrr: Add MTRR index and total MTRRs to error message by Paul Menzel · 9 years ago
  59. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  60. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  61. 72bb66e x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection by Alexandru Gagniuc · 9 years ago
  62. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  63. dde7629 rmodule: use program.ld for linking by Aaron Durbin · 9 years ago
  64. 14714e1 x86: link romstage like the other architectures by Aaron Durbin · 9 years ago
  65. 0dc7354 amd: raminit sysinfo offset fix by Aaron Durbin · 9 years ago
  66. 98fc2e9 indent style fix for lapic_cpu_init.c by Jonathan A. Kollasch · 9 years ago
  67. 9346d50 Remove unused Kconfig symbols in c code by Martin Roth · 9 years ago
  68. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  69. c4e49f6 Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() by Martin Roth · 9 years ago
  70. 5a2bd0b Revert "sandy/ivybridge: use LAPIC timer in SMM" by Patrick Georgi · 9 years ago
  71. a3aa8da sandy/ivybridge: use LAPIC timer in SMM by Stefan Reinauer · 9 years ago
  72. e021dea cpu: x86 port to 64bit by Stefan Reinauer · 9 years ago
  73. 181b773 x86: Make x86 architecture makefiles x64 aware by Stefan Reinauer · 9 years ago
  74. 5793b73 x86: remove printk() from init_timer() by Aaron Durbin · 9 years ago
  75. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  76. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  77. aa04e18 x86 SMM: Relocator is intel-only by Kyösti Mälkki · 9 years ago
  78. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  79. 5957bd7 x86: fix mirror_payload() by Aaron Durbin · 9 years ago
  80. 59d262c x86 SMM: Merge recipes by Kyösti Mälkki · 9 years ago
  81. e4e0f94 x86 SMM: We have single SMM linker script now by Kyösti Mälkki · 9 years ago
  82. 501cce8 smm: Remove dead smm_tseg.ld by Vladimir Serbinenko · 9 years ago
  83. 99e0b27 smmrelocate: Remove dead TSEG code. by Vladimir Serbinenko · 9 years ago
  84. 44cbe10 smm: Merge configs SMM_MODULES and SMM_TSEG by Vladimir Serbinenko · 9 years ago
  85. 7f46420 Migrate fsp_206ax to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  86. 456f495 Migrate 2065x to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  87. a3e41c0 Migrate 206ax to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  88. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  89. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  90. 58d5e21 x86: garbage collect SMM programs by Aaron Durbin · 9 years ago
  91. 1f04e94 x86: expose tsc's timer_monotonic_get() in SMM by Aaron Durbin · 9 years ago
  92. e2edf71 Makefile x86 SMM: Move smm_wrap recipes by Kyösti Mälkki · 9 years ago
  93. 7868797 fsp: Move fsp to fsp1_0 by Marc Jones · 9 years ago
  94. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  95. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  96. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  97. f430546 build system: Introduce manual file type by Patrick Georgi · 9 years ago
  98. db27306 build system: extend src-to-obj for non-.c/.S files by Patrick Georgi · 9 years ago
  99. e73dae4 x86: fix SMM programs linked with gc-sections by Aaron Durbin · 9 years ago
  100. cbe2746 x86/smm: Move SMM configuration out of generic Makefile by Patrick Georgi · 9 years ago