1. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  2. 8414eed cpu/qemu-x86/cache_as_ram_bootblock: drop duplicated post code by Alexander Goncharov · 1 year, 4 months ago
  3. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 5 months ago
  4. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 5 months ago
  5. 0d34a50 src: Move POST_BOOTBLOCK_CAR to common postcodes and use it by Martin Roth · 1 year, 7 months ago
  6. e2d291b mb/qemu/x86: Remove option for LEGACY_SMP_INIT by Arthur Heymans · 1 year, 9 months ago
  7. 4db2e8e mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 9 months ago
  8. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  9. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 9 months ago
  10. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 9 months ago
  11. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 2 years, 10 months ago
  12. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 3 years, 11 months ago
  13. e19d0ef cpu/qemu-x86: Increase heap size by Angel Pons · 3 years, 1 month ago
  14. 16fe5e1 src: Consolidate x86_64 support Kconfig by Angel Pons · 3 years, 1 month ago
  15. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 1 month ago
  16. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 1 month ago
  17. 9d5c94a cpu/qemu-x86/Kconfig: Drop redundant selects by Angel Pons · 3 years, 1 month ago
  18. 41a2c73 cpu/x86: Default to PARALLEL_MP selected by Kyösti Mälkki · 3 years, 2 months ago
  19. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 9 months ago
  20. a033d8c arch/x86: Always include walkcbfs.S by Arthur Heymans · 3 years, 2 months ago
  21. 88407bc cpu/x86/smm: Drop the V1 smmloader by Arthur Heymans · 3 years, 5 months ago
  22. 3419aae cpu/qemu-x86: Add an option to use the smmloader v2 by Arthur Heymans · 3 years, 4 months ago
  23. e69d2df mb/emulation/qemu-q35: Add support for SMM_TSEG with parallel MP init by Arthur Heymans · 3 years, 8 months ago
  24. cfa0225 mb/emulation/qemu: Fix SMP boot by Patrick Rudolph · 3 years, 5 months ago
  25. 82e111c mb/emulation/qemu: Copy page tables to DRAM in assembly by Patrick Rudolph · 3 years, 6 months ago
  26. 7522a8f arch/x86: Move prologue to .init section by Kyösti Mälkki · 3 years, 8 months ago
  27. a75a2fa mb/emulation/x86: Add optional parallel_mp init support by Arthur Heymans · 3 years, 8 months ago
  28. 5e31a19 cpu/qemu-x86: Increase MAX_CPUS to have actual AP init by Arthur Heymans · 3 years, 8 months ago
  29. d79e485 cpu/qemu-x86: Add the option to have no SMM by Arthur Heymans · 3 years, 8 months ago
  30. 7a04222 cpu/qemu-x86/cache_as_ram_bootblock: Fix wrong instruction by Patrick Rudolph · 3 years, 10 months ago
  31. dc2f0e3 cpu/qemu-x86/car: Move long mode entry right before c entry by Patrick Rudolph · 4 years, 8 months ago
  32. 57550a2 cpu/qemu-x86: Drop select SMP by Kyösti Mälkki · 4 years, 8 months ago
  33. a32df26 arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` by Angel Pons · 3 years, 10 months ago
  34. 2db77907 arch/x86: Introduce `ARCH_ALL_STAGES_X86_64` by Angel Pons · 3 years, 10 months ago
  35. 57907fc mb/emulation/qemu-q35,qemu-i440fx: Add x86_64 support by Patrick Rudolph · 6 years ago
  36. 98c987a cpu/qemu-x86: Fix timestamp and bist reporting by Patrick Rudolph · 4 years ago
  37. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  38. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  39. 7a0bcb7 src/cpu: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  40. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  41. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  42. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  43. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 3 months ago
  44. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  45. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 8 months ago
  46. df9cdcf arch/x86/car.ld: Rename suffix _start/_end by Arthur Heymans · 4 years, 8 months ago
  47. b1ef725 cpu/qemu-x86: Add x86_64 bootblock support by Patrick Rudolph · 4 years, 10 months ago
  48. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 9 months ago
  49. 6617a77 cpu/qemu-x86: Enable TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  50. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 4 years, 11 months ago
  51. f0a3d44 emulation/qemu-x86: Use common romstage code by Kyösti Mälkki · 5 years ago
  52. 101ef0b lib/bootblock: Add simplified entry with basetime by Kyösti Mälkki · 5 years ago
  53. a7cac0a emulation/qemu-x86: Fix romstage stack alignment by Kyösti Mälkki · 5 years ago
  54. b28b6b5 arch/x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  55. 4d372c7 cpu/x86: Declare SMM_ASEG by Kyösti Mälkki · 5 years ago
  56. 05a7ffa bootblock: Move function prototype by Kyösti Mälkki · 6 years ago
  57. 5a61cc5 cpu/qemu-x86: Fix CPU driver by Patrick Rudolph · 6 years ago
  58. 1af8923 mb/emulation/qemu-i440fx|q35: Switch to C_ENVIRONMENT_BOOTBLOCK by Patrick Rudolph · 6 years ago
  59. 401f8c5 qemu-q35: Use the TSC for udelay by Michael van der Westhuizen · 6 years ago
  60. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  61. 704662a qemu-x86: Enable SMP support by Patrick Georgi · 9 years ago
  62. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  63. 59598b2 qemu: initialize lapic by Gerd Hoffmann · 9 years ago
  64. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  65. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  66. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  67. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  68. ee941b38 qemu: add q35 support by Gerd Hoffmann · 11 years ago
  69. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago