payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / intel / baskingridge / acpi / superio.asl
blob798d5a7c72665f6713a4387913aa49d40488269e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* Values should match those defined in devicetree.cb */
5 #undef SIO_ENABLE_FDC0           // pnp 2e.0: Disable Floppy Controller
6 #undef SIO_ENABLE_INFR           // pnp 2e.a: Disable Consumer IR
8 #define SIO_ENABLE_PS2K          // pnp 2e.5: Enable PS/2 Keyboard
9 #define SIO_ENABLE_PS2M          // pnp 2e.6: Enable PS/2 Mouse
10 #define SIO_ENABLE_COM1          // pnp 2e.1: Enable Serial Port 1
11 #define SIO_ENABLE_ENVC          // pnp 2e.4: Enable Environmental Controller
12 #define SIO_ENVC_IO0      0x700  // pnp 2e.4: io 0x60
13 #define SIO_ENVC_IO1      0x710  // pnp 2e.4: io 0x62
14 #define SIO_ENABLE_GPIO          // pnp 2e.7: Enable GPIO
15 #define SIO_GPIO_IO0      0x720  // pnp 2e.7: io 0x60
16 #define SIO_GPIO_IO1      0x730  // pnp 2e.7: io 0x60
18 #include <superio/smsc/sio1007/acpi/superio.asl>