aboutsummaryrefslogtreecommitdiff
path: root/src/fw/smm.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-16stacks: Don't update the A20 settings if they haven't changedKevin O'Connor1-2/+4
2017-05-16smm: Backup and restore A20 on an SMI based mode switchKevin O'Connor1-1/+8
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-0/+1
2015-07-30smm: ignore bits 16,18-31 of SMM revision ID at runtime tooKevin O'Connor1-3/+3
2015-07-30smm: fix outl argument orderPaolo Bonzini1-1/+1
2015-05-11smm: ignore bits 16,18-31 of SMM revision IDPaolo Bonzini1-4/+11
2014-10-15Implement call32 mechanism using SMIs.Kevin O'Connor1-1/+45
2014-08-23Minor - remove stray tab from src/fw/smm.c.Kevin O'Connor1-2/+1
2014-06-05Make sure handle_smi() and handle_smp() are compiled out if not enabled.Kevin O'Connor1-0/+2
2014-06-04smm: Use a C struct to define the layout of the SMM area.Kevin O'Connor1-12/+52
2014-06-04smm: Replace SMI assembler code with C code.Kevin O'Connor1-39/+30
2014-06-04smm: unify SMM handlersPaolo Bonzini1-16/+11
2014-06-04smm: complete SMM setupPaolo Bonzini1-1/+11
2014-06-04piix: add and use dev-piix.hPaolo Bonzini1-6/+3
2014-05-20acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann1-2/+2
2014-05-20smm: remove code to handle ACPI disable/enablePaolo Bonzini1-25/+0
2014-04-11Minor - replace some tab characters that slipped into the code.Kevin O'Connor1-2/+2
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-4/+5
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-1/+2
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-0/+196