1. 149c4c5 x86/smm: Initialize SMM on some CPUs one-by-one by Damien Zammit · 9 years ago
  2. 0cf0805 cpu/intel/socket_FCBGA559: Add new socket for Atom D5xx by Damien Zammit · 9 years ago
  3. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  4. 1d85700 cpu: microcode: Use microcode stored in binary format by Alexandru Gagniuc · 9 years ago
  5. 439356f x86: remove cpu_incs as romstage Make variable by Aaron Durbin · 9 years ago
  6. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  7. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  8. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  9. 5818da2 cpu/intel: (non-FSP) Remove microcode updates from tree by Alexandru Gagniuc · 11 years ago
  10. ee89435 cpu/intel (non-FSP): Use microcode from blobs repository by Alexandru Gagniuc · 11 years ago
  11. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  12. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  13. a438049 model_106cx: don't blindly set Kconfig settings by Aaron Durbin · 11 years ago
  14. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  15. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  16. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  17. 2c78726 PCI: Drop includes under cpu by Kyösti Mälkki · 10 years ago
  18. 07d881a0 cpu/intel: Remove dummy terminators from microcode blobs by Alexandru Gagniuc · 11 years ago
  19. 2c38f50 cpu/intel: Make all Intel CPUs load microcode from CBFS by Alexandru Gagniuc · 11 years ago
  20. 2c516ed usbdebug: Drop old includes by Kyösti Mälkki · 11 years ago
  21. e49679d usbdebug: Drop temporary disables of log output by Kyösti Mälkki · 11 years ago
  22. b70197b Intel: Update CPU microcode for 106cx CPUs by Stefan Reinauer · 11 years ago
  23. 644e83b speedstep: Deduplicate some MSR identifiers by Patrick Georgi · 11 years ago
  24. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  25. 0a78f91 Intel model_106cx: change CAR to HT-capable by Kyösti Mälkki · 12 years ago
  26. 0db6820 Synchronize rdtsc instructions by Stefan Reinauer · 12 years ago
  27. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  28. ae7d6ef Intel model_106cx: change CAR to model_6ex by Kyösti Mälkki · 12 years ago
  29. 4dcc573 Intel cpus: delete dead CAR code and whitespace fixes by Kyösti Mälkki · 12 years ago
  30. c7fb2ae Intel cpus: use CPU_ADDR_BITS from Kconfig during CAR by Kyösti Mälkki · 12 years ago
  31. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  32. 05e740f Replace cache control magic numbers with symbols by Patrick Georgi · 12 years ago
  33. 53c1d20 Intel cpus: use CPU_PHYSMASK_HI define in CAR by Kyösti Mälkki · 12 years ago
  34. adf105f Intel model_106cx: Use symbolic names for MTRR bits by Kyösti Mälkki · 12 years ago
  35. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  36. 784544b Remove XIP_ROM_BASE by Patrick Georgi · 13 years ago
  37. 9438da3 Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9 by Rudolf Marek · 13 years ago
  38. 1da1046 Get rid of AUTO_XIP_ROM_BASE by Patrick Georgi · 13 years ago
  39. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  40. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  41. 7b0500c Revert r5902 to make code more readable again. At least three people like to by Stefan Reinauer · 13 years ago
  42. dfeb04d fix model 106cx by Stefan Reinauer · 14 years ago
  43. 2a27b20 factor out cpu power management base into a separate file. And fix a bug in by Stefan Reinauer · 14 years ago
  44. c104cb0 update intel microcode files. by Stefan Reinauer · 14 years ago
  45. 554c052 Remove some duplicate #include files (trivial). by Uwe Hermann · 14 years ago
  46. 36455aa Add comments to make it clear why these two lines are written like that: by Uwe Hermann · 14 years ago
  47. dd83670 Factor out common CAR asm snippets. by Uwe Hermann · 14 years ago
  48. 2ba2b55 Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial). by Uwe Hermann · 14 years ago
  49. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  50. aac8f66 Factor out fill_processor_name() and strcpy() functions. by Uwe Hermann · 14 years ago
  51. d6924e8 Normalize the config option for the Intel Atom CPU. by Warren Turkal · 14 years ago
  52. b124dcf Drop <cpu/amd/mtrr.h> #include from Intel CPUs. by Uwe Hermann · 14 years ago
  53. 3058491 My forgotten CAR cleanup patch... by Stefan Reinauer · 14 years ago
  54. 32e6e41 Add Intel Atom microcode by Stefan Reinauer · 14 years ago
  55. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  56. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  57. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  58. e08c29e a single place for the romstage stack for copy_and_run. by Stefan Reinauer · 14 years ago
  59. 1f10de6 fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to by Stefan Reinauer · 14 years ago
  60. 170679b update atom car code in the same way that 6ex/6fx was updated. by Stefan Reinauer · 14 years ago
  61. 5934b50 Move the CPU specific includes from by Patrick Georgi · 14 years ago
  62. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  63. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  64. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  65. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  66. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  67. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  68. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  69. a7acc51 HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. by Stefan Reinauer · 14 years ago
  70. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  71. f0ec230 Fix stack base for Atom CPUs, the resume mechanism (cbmem etc) expects this. by Stefan Reinauer · 15 years ago
  72. ba8b21c Micro-optimization: movl $0 --> xorl. by Stefan Reinauer · 15 years ago
  73. 1f807fd - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] by Patrick Georgi · 15 years ago
  74. ce56835 - use LAPIC timer if selected (instead of TSC all the time) [kconfig] by Patrick Georgi · 15 years ago
  75. 702a5a5 Atom only supports 32bit MTRRs (trivial) by Stefan Reinauer · 15 years ago
  76. 5fc7f98 Fix up typo in Socket 441 CPUs, and add a few (trivial) Kconfig files for them. by Stefan Reinauer · 15 years ago
  77. c668048 Some fixes. by Patrick Georgi · 15 years ago
  78. 4ec4fbe Make d945gclf build. by Myles Watson · 15 years ago
  79. 2d2f0c1 Add some missing license headers, consistency fixes for others (trivial). by Uwe Hermann · 15 years ago
  80. 1a08f58 preliminary Intel D945GCLF Atom+i945 support. by Stefan Reinauer · 15 years ago