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