summaryrefslogtreecommitdiffstats
path: root/qemu/roms/seabios/src/fw/dev-piix.h
diff options
context:
space:
mode:
authorRajithaY <rajithax.yerrumsetty@intel.com>2017-04-25 03:31:15 -0700
committerRajitha Yerrumchetty <rajithax.yerrumsetty@intel.com>2017-05-22 06:48:08 +0000
commitbb756eebdac6fd24e8919e2c43f7d2c8c4091f59 (patch)
treeca11e03542edf2d8f631efeca5e1626d211107e3 /qemu/roms/seabios/src/fw/dev-piix.h
parenta14b48d18a9ed03ec191cf16b162206998a895ce (diff)
Adding qemu as a submodule of KVMFORNFV
This Patch includes the changes to add qemu as a submodule to kvmfornfv repo and make use of the updated latest qemu for the execution of all testcase Change-Id: I1280af507a857675c7f81d30c95255635667bdd7 Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>
Diffstat (limited to 'qemu/roms/seabios/src/fw/dev-piix.h')
-rw-r--r--qemu/roms/seabios/src/fw/dev-piix.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/qemu/roms/seabios/src/fw/dev-piix.h b/qemu/roms/seabios/src/fw/dev-piix.h
deleted file mode 100644
index c389f171a..000000000
--- a/qemu/roms/seabios/src/fw/dev-piix.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef __DEV_PIIX_H
-#define __DEV_PIIX_H
-
-#define I440FX_PAM0 0x59
-#define I440FX_SMRAM 0x72
-
-#define PIIX_PMBASE 0x40
-#define PIIX_PMREGMISC 0x80
-#define PIIX_SMBHSTBASE 0x90
-#define PIIX_SMBHSTCFG 0xd2
-#define PIIX_DEVACTB 0x58
-#define PIIX_DEVACTB_APMC_EN (1 << 25)
-
-#define PIIX_PORT_ELCR1 0x4d0
-#define PIIX_PORT_ELCR2 0x4d1
-
-/* ICH9 PM I/O registers */
-#define PIIX_GPE0_BLK 0xafe0
-#define PIIX_GPE0_BLK_LEN 4
-#define PIIX_PMIO_GLBCTL 0x28
-#define PIIX_PMIO_GLBCTL_SMI_EN 1
-
-/* FADT ACPI_ENABLE/ACPI_DISABLE */
-#define PIIX_ACPI_ENABLE 0xf1
-#define PIIX_ACPI_DISABLE 0xf0
-
-#define PIIX_PM_INTRRUPT 9 // irq 9
-
-#endif // dev-piix.h