1. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 12 months ago
  2. 1e67adb src/*/post_code.h: Change post code prefix to POSTCODE by Yuchen He · 1 year, 1 month ago
  3. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 2 months ago
  4. fa83887 Add option to use Ada code in romstage by Jeremy Compostella · 1 year, 9 months ago
  5. 2834d98 cpu/intel: Fix clearing MTRR for clang 64bit by Arthur Heymans · 1 year, 9 months ago
  6. c87ab01 cpu/intel/car: Define post codes by Martin Roth · 1 year, 9 months ago
  7. 4d685d4 src/cpu: Remove unnecessary space after casts by Elyes Haouas · 1 year, 9 months ago
  8. deb5645 cpu/intel: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  9. 7df5c68 cpu/intel/car/romstage.c: Clean up includes and add <types.h> by Elyes Haouas · 1 year, 11 months ago
  10. efd2720 arch/x86: Mark prepare_and_run_postcar noreturn by Arthur Heymans · 2 years, 1 month ago
  11. bab9e2e arch/x86: Add a common romstage entry by Arthur Heymans · 3 years, 3 months ago
  12. 876a1b4 arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature by Arthur Heymans · 2 years, 6 months ago
  13. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 6 months ago
  14. c439e07 cpu/intel/car/core2/cache_as_ram: Add x86_64 support by Patrick Rudolph · 3 years, 11 months ago
  15. 8a6053b cpu/intel/car/p4: Add x86_64 support by Arthur Heymans · 3 years, 2 months ago
  16. bc7b63f cpu/intel/car/p4-netburst: Prepare for x86_64 by Arthur Heymans · 3 years, 2 months ago
  17. cdb8150 cpu/intel/car/romstage.c: Drop unused function argument by Arthur Heymans · 3 years, 3 months ago
  18. 7522a8f arch/x86: Move prologue to .init section by Kyösti Mälkki · 3 years, 9 months ago
  19. 49da0cf cpu/intel/car/non-evict/cache_as_ram.S: Add support for longmode by Patrick Rudolph · 3 years, 11 months ago
  20. dcc0bb9 cpu/intel/car/romstage.c: Remove unused <bootblock_common.h> by Elyes HAOUAS · 4 years, 2 months ago
  21. 61ba7fb cpu/intel: Remove obsolete comment in CAR setup by Kyösti Mälkki · 4 years, 2 months ago
  22. dc6bb6c cpu/intel/car: Use symbols for CAR MTRR setup by Kyösti Mälkki · 4 years, 10 months ago
  23. 379aab4 src: Remove unused 'include <cpu/x86/mtrr.h>' by Elyes HAOUAS · 4 years, 3 months ago
  24. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  25. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  26. 9612a3c cpu/intel: Remove ROMCC header guards and code by Elyes HAOUAS · 4 years, 8 months ago
  27. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 9 months ago
  28. 1fa240a cpu/intel/slot_1: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 9 months ago
  29. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  30. f2cae50 cpu/intel/car: Add EC software sync to Intel romstage by Tim Wawrzynczak · 4 years, 10 months ago
  31. e27c013 nb/intel/i945: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 9 months ago
  32. df9cdcf arch/x86/car.ld: Rename suffix _start/_end by Arthur Heymans · 4 years, 9 months ago
  33. bc78e01 cpu/intel/car/p4-netburst: Remove delay loops by Kyösti Mälkki · 4 years, 10 months ago
  34. 942ad6a cpu/intel/car: Correctly cache the bootblock with C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 10 months ago
  35. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 5 years ago
  36. a7d2f29 intel/car: Use common TS_START_ROMSTAGE by Kyösti Mälkki · 5 years ago
  37. 101ef0b lib/bootblock: Add simplified entry with basetime by Kyösti Mälkki · 5 years ago
  38. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  39. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  40. 4c095fc cpu/intel/car: Make stack guards more useful on C_ENV_BOOTBLOCK by Arthur Heymans · 5 years ago
  41. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  42. 7cdb047 cpu/x86/smm: Promote smm_memory_map() by Kyösti Mälkki · 5 years ago
  43. 544878b arch/x86: Add postcar_frame_common_mtrrs() by Kyösti Mälkki · 5 years ago
  44. 5bc641a cpu/intel: Refactor platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  45. d26844c cpu: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  46. 8e646e7 cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 6 years ago
  47. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  48. eeedf83 cpu/intel/car/*/cache_as_ram.S: Add brackets around operand by Arthur Heymans · 6 years ago
  49. 87930b3 cpu/intel/car: Remove unneeded white space by Elyes HAOUAS · 6 years ago
  50. 19e7273 cpu/intel/socket_FCBGA559: Use the non-evict cache as ram setup by Arthur Heymans · 6 years ago
  51. 48bf712 cpu/intel/car/non-evict: Update microcode in CAR setup by Arthur Heymans · 6 years ago
  52. 3485657 arch/x86: Drop Kconfig AP_SIPI_VECTOR by Kyösti Mälkki · 6 years ago
  53. 95b3ba5 cpu/intel/car/p4: Update microcode in CAR setup by Arthur Heymans · 6 years ago
  54. 4513020 cpu/intel: Use the common code to initialize the romstage timestamps by Arthur Heymans · 6 years ago
  55. ad80e7f cpu/intel/car/bootblock.c: Report BIST failures by Arthur Heymans · 6 years ago
  56. d3d82e0 cpu/intel/car: Enable use of C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 6 years ago
  57. c641f7e cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK by Kyösti Mälkki · 6 years ago
  58. d7892bc arch/x86: Add CAR stack location symbols by Kyösti Mälkki · 6 years ago
  59. a75ab2c cpu/intel/car: Drop remains of setup_stack_and_mtrrs() by Kyösti Mälkki · 6 years ago
  60. acaa581 soc/intel: Drop romstage_after_car() by Kyösti Mälkki · 6 years ago
  61. 6d772bc car/non-evict/exit_car.S: Use tabs instead of white spaces by Elyes HAOUAS · 6 years ago
  62. a28befd car/non-evict/cache_as_ram.S: Use tabs instead of spaces by Arthur Heymans · 6 years ago
  63. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  64. 02820ca cpu/intel/car: Fix typo by Elyes HAOUAS · 6 years ago
  65. de02878 cpu/*/car: fix ancient URL explaining XIP range run-time calculation by Stefan Tauner · 6 years ago
  66. 348b79f cpu/intel/car: Align the stack to 16 bytes before romstage_main by Arthur Heymans · 6 years ago
  67. 7875dbd cpu/intel/p4-netburst: skip caching rom on model_fxx by Arthur Heymans · 6 years ago
  68. ce9f422 x86/car: Replace reference of copy_and_run location by Kyösti Mälkki · 6 years ago
  69. aea8eec nb/intel/i440bx: Switch to POSTCAR_STAGE by Kyösti Mälkki · 6 years ago
  70. 5bc46d8 cpu/intel/car/p3: Use variable MTRR count by Kyösti Mälkki · 6 years ago
  71. 54d6a28 cpu/intel/slot_1: Switch to different CAR setup by Kyösti Mälkki · 6 years ago
  72. 82112b2 cpu/intel/car: Remove obsolete files by Kyösti Mälkki · 6 years ago
  73. c2ccc97 cpu/intel/car/non-evict: Improve a few things by Arthur Heymans · 6 years ago
  74. dd4d895 cpu/intel/car/non-evict: Prepare for some POSTCAR_STAGE support by Arthur Heymans · 6 years ago
  75. 3aa9adb cpu/intel/car/core2: Improve a few things by Arthur Heymans · 6 years ago
  76. 7a8205b cpu/intel/car/core2: Prepare for POSTCAR_STAGE support by Arthur Heymans · 6 years ago
  77. 6a8ce0d cpu/intel/car: Prepare for some POSTCAR_STAGE support by Kyösti Mälkki · 6 years ago
  78. 717b6e3 aopen/dxplplusu intel/e7505: Move to EARLY_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  79. 654cc2f {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriate by Nico Huber · 6 years ago
  80. 0a9982f cpu/intel/car/cache_as_ram.inc: Fix long standing issues by Keith Hui · 7 years ago
  81. 5036ebd cpu/intel/car/cache_as_ram.inc: Remove unused code by Keith Hui · 7 years ago
  82. 47b2836 cpu/intel/car/cache_as_ram.inc: Remove broken HT code by Keith Hui · 7 years ago
  83. 65e5466 intel/car: Fix stack guard placement by Kyösti Mälkki · 7 years ago
  84. 168ef39 cpu/*: Add whitespace around '<<' by Elyes HAOUAS · 7 years ago
  85. a8843de Use more secure HTTPS URLs for coreboot sites by Paul Menzel · 7 years ago
  86. 9d62e7e cpu/intel: Fix the spacing issues by Lee Leahy · 7 years ago
  87. 7b5f12b9 cpu/intel: Indent with tabs by Lee Leahy · 7 years ago
  88. 823020d intel i945 gm45 x4x post-car: Use postcar_frame for MTRR setup by Kyösti Mälkki · 8 years ago
  89. dfb2de8 intel car: Move pre-ram stack guard lower by Kyösti Mälkki · 8 years ago
  90. 39915bc intel cache-as-ram: Unify stack setup by Kyösti Mälkki · 8 years ago
  91. a4ffe9d intel post-car: Separate files for setup_stack_and_mtrrs() by Kyösti Mälkki · 8 years ago
  92. 8160a2f intel post-car: Split legacy sockets by Kyösti Mälkki · 8 years ago
  93. 2765a89 src/cpu: Improve code formatting by Elyes HAOUAS · 8 years ago
  94. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  95. dc4820b intel car: Use MTRR WRPROT type for XIP cache by Kyösti Mälkki · 8 years ago
  96. 8a2f167 intel car: Unify postcodes by Kyösti Mälkki · 8 years ago
  97. eb61ea8 intel car: Unify whitespace and comment fixes by Kyösti Mälkki · 8 years ago
  98. 9ec6914 intel car: Remove guard on XIP_ROM_SIZE by Kyösti Mälkki · 8 years ago
  99. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  100. b4f827d intel cache-as-ram: Fix comment about MTRRs by Kyösti Mälkki · 8 years ago