1. c9e3357 Revert "cpu/x86/mtrr: Fix sign overflow" by Nico Huber · 6 years ago
  2. 6bbc8d8 cpu/x86/mtrr: Fix sign overflow by Patrick Rudolph · 6 years ago
  3. d67edca soc/intel/common: Bring DISPLAY_MTRRS into the light by Nico Huber · 6 years ago
  4. 06f818c cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067x by Arthur Heymans · 6 years ago
  5. e750b38e cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx by Arthur Heymans · 6 years ago
  6. ca74f8f cpu/x86/mtrr.h: Clean up some guards by Nico Huber · 6 years ago
  7. 6197b76 cpu/x86/mtrr: Prepare for ROM_SIZE > 16MiB by Nico Huber · 6 years ago
  8. b4953a9 cpu/x86/mtrr: Get rid of CACHE_ROM_SIZE_OVERRIDE by Nico Huber · 6 years ago
  9. c0dbeda x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs by Marshall Dawson · 7 years ago
  10. f4258de cpu/x86/mtrr: fix fls() and fms() inline assembly by Aaron Durbin · 7 years ago
  11. ea0497c cpu/x86/mtrr: further expose declarations of functions by Aaron Durbin · 7 years ago
  12. d86e0e6 cpu/x86/mtrr: don't guard function declarations by Aaron Durbin · 7 years ago
  13. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  14. d0f26fc src/include: Add space after minus sign by Lee Leahy · 7 years ago
  15. 746d4af src/include: Remove space after function name by Lee Leahy · 7 years ago
  16. 84d20d0 src/include: Remove spaces before tabs by Lee Leahy · 7 years ago
  17. 708fc27 src/include: Indent code using tabs by Lee Leahy · 7 years ago
  18. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  19. 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 8 years ago
  20. 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 8 years ago
  21. 918535a src/include: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  22. ae738ac cpu/x86: Support CPUs without rdmsr/wrmsr instructions by Lee Leahy · 8 years ago
  23. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  24. 331ac1b mtrr: Define a function for obtaining free var mtrr by Furquan Shaikh · 8 years ago
  25. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  26. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  27. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  28. bfdf248 cpu/x86: Add more MTRR symbols by Lee Leahy · 9 years ago
  29. 38a8fb0 x86 MTRR: Drop unused return value by Kyösti Mälkki · 10 years ago
  30. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 11 years ago
  31. 3674ccf x86/mtrr: don't assume size of ROM cached during CAR mode by Aaron Durbin · 11 years ago
  32. 107f72e Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR by Kyösti Mälkki · 11 years ago
  33. 88a67f0 AMD boards (non-AGESA): Cleanup earlymtrr.c includes by Kyösti Mälkki · 11 years ago
  34. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  35. 6ccb1ab mtrr: add rom caching comment about hyperthreads by Aaron Durbin · 11 years ago
  36. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  37. 77a5b40 x86: mtrr: add CONFIG_CACHE_ROM support by Aaron Durbin · 11 years ago
  38. bb4e79a x86: add new mtrr implementation by Aaron Durbin · 11 years ago
  39. 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 11 years ago
  40. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 11 years ago
  41. 5458b9d Intel cpus: Extend cache to cover complete Flash Device by Kyösti Mälkki · 12 years ago
  42. 7b67892 Make MTRR min hole alignment 64MB by Duncan Laurie · 13 years ago
  43. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  44. 784544b Remove XIP_ROM_BASE by Patrick Georgi · 13 years ago
  45. 1da1046 Get rid of AUTO_XIP_ROM_BASE by Patrick Georgi · 13 years ago
  46. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  47. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  48. 61aee5f In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. by Stefan Reinauer · 13 years ago
  49. 5bb9fd6 Now that the VIA code is run above 1Meg (like other boards), it should by Kevin O'Connor · 14 years ago
  50. f3cce2f MTRR related improvements for AMD family 10h and family 0Fh systems by Scott Duplichan · 14 years ago
  51. 66d1687 CAR simplifications, typos, readability improvements (trivial). by Uwe Hermann · 14 years ago
  52. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  53. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  54. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  55. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  56. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  57. 6ca7636 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51 by arch import user (historical) · 19 years ago
  58. c84c190 - Renamed cpu header files by Eric Biederman · 20 years ago