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