aboutsummaryrefslogtreecommitdiff
path: root/src/mtrr.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-104/+0
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-1/+1
2013-02-19Calculate "RamSize" needed by 16bit interface dynamically.Kevin O'Connor1-0/+1
2013-02-13Group QEMU platform setup together and move to paravirt.c.Kevin O'Connor1-2/+1
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-2/+2
2012-12-01seabios: make mttr UC area setup dynamicJason Baron1-2/+3
2012-05-20EBDA cleanups.Kevin O'Connor1-1/+1
2012-02-01Detect CPUID instruction before using it.Kevin O'Connor1-3/+3
2011-06-13Add support for use as Xen HVM BIOS.Ian Campbell1-1/+2
2011-03-06Add config option to disable MTRR initialization.Kevin O'Connor1-1/+1
2010-01-01Make MTRR region 0xc0000-0x100000 be cached.Kevin O'Connor1-25/+29
2009-12-23Add symbolic definitions for MTRR code.Kevin O'Connor1-9/+19
2009-11-09Properly mask value for MTRR mask.Kevin O'Connor1-2/+12
2009-06-21Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor1-19/+9
2009-05-06Minor - formatting enhancements; add memset_far funcs.Kevin O'Connor1-4/+3
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-04Initial KVM support.Kevin O'Connor1-0/+89