- bb3a5ef Correct "MTTR" to "MTRR" by Jonathan Neuschäfer · 5 years ago
- 2e744e0 cpu/x86/mtrr: Fix broken output ("indexis") by Jonathan Neuschäfer · 5 years ago
- 64f0bcb cpu/x86/mtrr: Use single code path with/without holes by Nico Huber · 6 years ago
- bd5fb66 cpu/x86/mtrr: Optimize hole carving strategy by Nico Huber · 6 years ago
- c0dbeda x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs by Marshall Dawson · 6 years ago
- ceb5271 cpu/x86/mtrr: Remove var-MTRR alignment optimization by Nico Huber · 6 years ago
- 0fa92b3 src/cpu: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 6 years ago
- d9762f7 cpu/x86/mtrr: fail early if solution exceeds available MTRRs by Aaron Durbin · 6 years ago
- c591707 cpu/x86: Wrap lines at 80 columns by Lee Leahy · 6 years ago
- 8ca9a21 cpu/x86: Add int to unsigned by Lee Leahy · 6 years ago
- a07d0dd cpu/x86: Use tabs for indent by Lee Leahy · 6 years ago
- 6add44b src/cpu/x86: Update/Add license headers to all files by Martin Roth · 6 years ago
- 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 7 years ago
- 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 7 years ago
- a38677b cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary by Aaron Durbin · 7 years ago
- 0c85b7f soc/intel/apollolake: Add cache for BIOS ROM by Andrey Petrov · 7 years ago
- 331ac1b mtrr: Define a function for obtaining free var mtrr by Furquan Shaikh · 7 years ago
- b4e5c5eb cpu/x86: compile earlymtrr.c code for romstage as well by Andrey Petrov · 7 years ago
- 5fa5da1 cpu/x86/mtrr: remove early_mtrr_* functions by Aaron Durbin · 7 years ago
- 264bf0b cpu/x86/mtrr: move cache_ramstage() to its only user by Aaron Durbin · 7 years ago
- e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 7 years ago
- 2f91403 src: Fix various spelling and whitespace issues. by Martin Roth · 7 years ago
- a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 8 years ago
- 6a70dbc cpu/x86/mtrr: Add MTRR index and total MTRRs to error message by Paul Menzel · 8 years ago
- 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 8 years ago
- 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 8 years ago
- c4e49f6 Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() by Martin Roth · 8 years ago
- b890a12 Remove address from GPLv2 headers by Patrick Georgi · 8 years ago
- 81f90c5 x86/mtrr: Enable MTRR's before enabling caching by Isaac Christensen · 9 years ago
- 7756fe7 x86: Minimize work done with the caches disabled in mtrr functions. by Gabe Black · 9 years ago
- 38a8fb0 x86 MTRR: Drop unused return value by Kyösti Mälkki · 9 years ago
- 599cda8 Use MTRR defines by Kyösti Mälkki · 9 years ago
- 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 9 years ago
- ca4f4b8 mtrr: only add prefetchable resources as WRCOMB for VGA devices by Aaron Durbin · 9 years ago
- 30fe612 MTRR: Mark all prefetchable resources as WRCOMB. by Vladimir Serbinenko · 9 years ago
- 5b9e3b6 mtrr: retry fitting w/o WRCOMB if usage exceeds BIOS allocation by Aaron Durbin · 9 years ago
- 4fe9813 src/cpu: Fix spelling of MTTR to MTRR by Paul Menzel · 9 years ago
- 107f72e Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR by Kyösti Mälkki · 9 years ago
- 88a67f0 AMD boards (non-AGESA): Cleanup earlymtrr.c includes by Kyösti Mälkki · 9 years ago
- 11b4780 cpu/x86/mtrr/mtrr.c: Remove superfluous assignment to `type_index` by Paul Menzel · 10 years ago
- 4c3ab73 cpu: Fix spelling by Martin Roth · 10 years ago
- bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 10 years ago
- 190011e AMD: Drop six copies of wrmsr_amd and rdmsr_amd by Kyösti Mälkki · 10 years ago
- ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 10 years ago
- 5392424 x86: mtrr: optimize hole carving above 4GiB by Aaron Durbin · 10 years ago
- e383442 x86: mtrr: add hole punching support by Aaron Durbin · 10 years ago
- bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 10 years ago
- 77a5b40 x86: mtrr: add CONFIG_CACHE_ROM support by Aaron Durbin · 10 years ago
- 9b027fe mtrr: honor IORESOURCE_WRCOMB by Aaron Durbin · 10 years ago
- bb4e79a x86: add new mtrr implementation by Aaron Durbin · 10 years ago
- 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 10 years ago
- 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 10 years ago
- 1ec5e74 Intel Sandybridge: add reserved memory as resources by Kyösti Mälkki · 11 years ago
- b91a0f2 Rename cache_lbmem() to cache_ramstage() by Stefan Reinauer · 11 years ago
- 0067188 MTRR: drop repetetive debug message by Stefan Reinauer · 11 years ago
- 2d42b34 Check for IORESOURCE_UMA_FB in MTRR setup by Kyösti Mälkki · 11 years ago
- cc55b9b Define global uma_memory variables by Kyösti Mälkki · 11 years ago
- ffc1fb3 Drop Kconfig VAR_MTRR_HOLE option by Kyösti Mälkki · 11 years ago
- 7c2d058 Fix the location of "Setting variable MTRR" printk. by Denis 'GNUtoo' Carikli · 11 years ago
- f8f0062 Some more #if cleanup by Patrick Georgi · 11 years ago
- c00dfbc Cache 8MB flash instead of 4MB by Stefan Reinauer · 11 years ago
- 7b67892 Make MTRR min hole alignment 64MB by Duncan Laurie · 11 years ago
- 527fc74 Fix MB calculation in the reporting of the MTRR hole by Duncan Laurie · 11 years ago
- 7389fa9 MTRR: add alternate allocation method for odd memory maps by Duncan Laurie · 11 years ago
- 00093a8 Add an option to keep the ROM cached after romstage by Stefan Reinauer · 12 years ago
- adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 11 years ago
- 1da1046 Get rid of AUTO_XIP_ROM_BASE by Patrick Georgi · 12 years ago
- 23f49a8 earlymtrr.c: wipe some dead code, use names instead of numbers and some by Stefan Reinauer · 12 years ago
- 5bb9fd6 Now that the VIA code is run above 1Meg (like other boards), it should by Kevin O'Connor · 12 years ago
- f3cce2f MTRR related improvements for AMD family 10h and family 0Fh systems by Scott Duplichan · 13 years ago
- 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 13 years ago
- 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 13 years ago
- c9ce895 make early_mtrr_init() invisible for cache as ram targets as it breaks them. by Stefan Reinauer · 13 years ago
- 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 13 years ago
- 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 13 years ago
- d4f5373 zero warnings days. by Stefan Reinauer · 13 years ago
- 8a926845 clean up age old via epia target. by Stefan Reinauer · 13 years ago
- 8f2c616 No warnings day, next round. by Stefan Reinauer · 13 years ago
- 3c8ac78 remove more warnings. by Stefan Reinauer · 13 years ago
- c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 13 years ago
- ba295dc Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, by Patrick Georgi · 13 years ago
- 535e3b4 Adapt all uses of CONFIG_XIP_ROM_BASE to use by Patrick Georgi · 13 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 13 years ago
- ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 14 years ago
- 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 14 years ago
- 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 14 years ago
- edee9eb The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA should be 1. by Zheng Bao · 14 years ago
- 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 14 years ago
- 5cbdc1e Fix typo. trivial. by Marc Jones · 14 years ago
- 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 14 years ago
- 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 14 years ago
- 7f86ed1 Fix mtrr setup for UMA architectures. by Stefan Reinauer · 14 years ago
- 7dde1da Print a loud warning message if we run out of MTRRs. by Carl-Daniel Hailfinger · 14 years ago
- c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 14 years ago
- 57d2af8 same spelling in all mtrr output.. (trivial) by Stefan Reinauer · 15 years ago
- 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 16 years ago
- cdc5cc6 trivial: fix filename in comment. by Stefan Reinauer · 16 years ago
- 21332b8 This is part of the outstanding mcp55 commit from January 18th. It will by Yinghai Lu · 16 years ago
- d4b278c AMD Rev F support by Yinghai Lu · 17 years ago
- 6a2c09a - See Issue Tracker ID-3 "lnxi-patch3" by Jason Schildt · 18 years ago