1. d7c3716 cpu/x86/smm_module_load: Rewrite setup_stub by Arthur Heymans · 2 years, 4 months ago
  2. cb361da cpu/x86/smm_module_loader: Add a convenient ss_top by Arthur Heymans · 2 years, 4 months ago
  3. 5747f6c cpu/x86/smm_module_loader.c: Rewrite setup by Arthur Heymans · 2 years, 4 months ago
  4. 1b970bd cpu/x86/smm: Drop 'entry' struct element by Arthur Heymans · 2 years, 4 months ago
  5. 0ab98d5 cpu/x86/smm: Refactor creating a stub/save state map by Arthur Heymans · 2 years, 4 months ago
  6. ff69b6f cpu/x86/smm_module_loader.c: Clean up printing the CPU map by Arthur Heymans · 2 years, 4 months ago
  7. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 6 months ago
  8. b4ba289 cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 10 months ago
  9. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 10 months ago
  10. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 10 months ago
  11. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago
  12. 50e9d38 cpu/x86/smm: Fix u32 type mismatch in print statement by Paul Menzel · 3 years, 3 months ago
  13. 85ac067 cpu/x86/smm: Fix size_t type mismatch in print statement by Paul Menzel · 3 years, 3 months ago
  14. 2ea9595 cpu/x86/smm: Fix uintptr_t type mismatches in print statements by Paul Menzel · 3 years, 3 months ago
  15. 457c661 cpu/x86: Fix control flow UNREACHABLE issue by John Zhao · 3 years, 4 months ago
  16. 29abd04 cpu/x86/smm/smm_module_loaderv2.c: Rename file by Arthur Heymans · 3 years, 5 months ago[Renamed from src/cpu/x86/smm/smm_module_loaderv2.c]
  17. e6c3523 cpu/x86/smm_loaderv2: Use the permanent stack top during relocation by Arthur Heymans · 3 years, 6 months ago
  18. 93a4e01 cpu/x86/smm: Fix SMM start address passing by Marc Jones · 3 years, 5 months ago
  19. 1e1d5d6 cpu/x86/smm_module_loaderv2.c: Remove noop stack size check by Arthur Heymans · 3 years, 5 months ago
  20. 478f3d8 cpu/x86/mp_init: Allow stub sizes larger than the save state size by Arthur Heymans · 3 years, 6 months ago
  21. ad0116c cpu/x86/smm_loaderv2: Remove unused variables by Arthur Heymans · 3 years, 6 months ago
  22. 1afe20b cpu/x86/smm/smm_module_loaderv2.c: Constify setup_stub() by Arthur Heymans · 3 years, 6 months ago
  23. 64d9e85 cpu/x86/smm_module_hander: Set up a save state map by Arthur Heymans · 3 years, 6 months ago
  24. dfff5c2 cpu/x86/smm_loaderv2: Fix when only 1 CPU is present by Arthur Heymans · 3 years, 6 months ago
  25. 50e849f cpu/x86/smm_stub.S: Drop smm_runtime from the stub by Arthur Heymans · 3 years, 6 months ago
  26. 6f9b1a9 cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params by Arthur Heymans · 3 years, 6 months ago
  27. 1dfa46e cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage by Arthur Heymans · 3 years, 6 months ago
  28. 823b1a8 cpu/x86/smm_module_handler: Add relocatable module params by Arthur Heymans · 3 years, 6 months ago
  29. ed4be45 cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params by Arthur Heymans · 3 years, 6 months ago
  30. 166d2ac cpu/x86/smm_stub.S: Drop unused module_handler parameter by Arthur Heymans · 3 years, 5 months ago
  31. 5dfb331 cpu/x86/smm: Move relocatable stub params by Arthur Heymans · 3 years, 6 months ago
  32. 6b688f5 src: use ARRAY_SIZE where possible by Patrick Georgi · 3 years, 6 months ago
  33. cc2c5c9 cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  34. 84935f7 cpu/x86/smm: Pass GNVS with smm_module_loader v2 by Kyösti Mälkki · 3 years, 7 months ago
  35. 9ddd900 cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 by Arthur Heymans · 3 years, 9 months ago
  36. 81b88a1 cpu/x86/smm/smm_module_loaderv2: Properly print stack_end by Arthur Heymans · 3 years, 10 months ago
  37. b17f11e cpu/x86/smm/smm_module_loaderv2.c: Use more variables by Arthur Heymans · 3 years, 10 months ago
  38. fd8619e cpu/x86/smm: Check that the stub size is < save state size by Arthur Heymans · 3 years, 10 months ago
  39. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  40. afb7a81 cpu/x86/smm: Introduce SMM module loader version 2 by Rocky Phagura · 4 years, 1 month ago