aboutsummaryrefslogtreecommitdiff
path: root/src/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-21Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor1-9/+9
2009-03-01Minor - improve formatting of src/acpi.c.Kevin O'Connor1-103/+101
2009-02-15Minor - change checksum functions to take a (void *).Kevin O'Connor1-2/+2
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-04Initial KVM support.Kevin O'Connor1-24/+51
2008-12-28Move ram size definitions from ebda to global variables.Kevin O'Connor1-1/+1
2008-12-18Add initial S3 resume support.Kevin O'Connor1-11/+47
2008-12-14Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.Kevin O'Connor1-2/+2
2008-12-06Don't overwrite memory on smm init.Kevin O'Connor1-4/+4
2008-12-04Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor1-2/+2
2008-11-09Overhaul PCI config functions.Kevin O'Connor1-5/+4
2008-11-08Synch pci ids and registers with Linux kernel source.Kevin O'Connor1-0/+2
2008-11-08Add dprintf() status writes during startup of bios table inits.Kevin O'Connor1-0/+2
2008-10-25Use defines for PCI ids.Kevin O'Connor1-1/+2
2008-08-29Use ALIGN() macro in place of open-coded aligns.Kevin O'Connor1-3/+2
2008-08-17Remove CONFIG_QEMU option - breakout into other options.Kevin O'Connor1-13/+4
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+1
2008-07-04Separate out smp detection and mp table generation from rombios32.cKevin O'Connor1-1/+3
2008-07-04Clean up #ifdefs.Kevin O'Connor1-23/+13
2008-06-12Add config option CONFIG_ACPI for turning off ACPI table generation.Kevin O'Connor1-0/+3
2008-06-11Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor1-0/+429
2008-03-08Revert "Commit missing files from last commit."Kevin O'Connor1-438/+0
2008-03-05Commit missing files from last commit.Kevin O'Connor1-0/+438