From 72f06ca554e6f7b155a6b4e2b8ce57942288ac2c Mon Sep 17 00:00:00 2001 From: Michał Żygowski Date: Mon, 13 Apr 2020 21:42:24 +0200 Subject: mb/dell/optiplex_9010: Add Dell OptiPlex 9010 SFF support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on the autoport. The OptiPlex 9010 comes in four different sizes: MT, DT, SFF and USFF. Tested on SFF only. The other PCBs are slightly different, but they are designed with intercompatibility in mind. With small devicetree overrides it should work on OptiPlex 7010 and other OptiPlex 9010 variants as well. Signed-off-by: Michał Żygowski Change-Id: I88d65cae30d08ca727d86d930707c2be25a527cf Reviewed-on: https://review.coreboot.org/c/coreboot/+/40351 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/dell/optiplex_9010/acpi/superio.asl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/mainboard/dell/optiplex_9010/acpi/superio.asl (limited to 'src/mainboard/dell/optiplex_9010/acpi/superio.asl') diff --git a/src/mainboard/dell/optiplex_9010/acpi/superio.asl b/src/mainboard/dell/optiplex_9010/acpi/superio.asl new file mode 100644 index 0000000000..fa1dfcf726 --- /dev/null +++ b/src/mainboard/dell/optiplex_9010/acpi/superio.asl @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#undef SUPERIO_DEV +#undef SUPERIO_PNP_BASE +#define SUPERIO_DEV SIO1 +#define SUPERIO_PNP_BASE 0x2e + +#define SCH5545_RUNTIME_BASE 0xa00 +#define SCH5545_EMI_BASE 0xa40 +#define SCH5545_SHOW_UARTA +#define SCH5545_SHOW_KBC + +#include -- cgit v1.2.3