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