From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qt1-f194.google.com (mail-qt1-f194.google.com [209.85.160.194]) by mx.groups.io with SMTP id smtpd.web09.10095.1607706195997742696 for ; Fri, 11 Dec 2020 09:03:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=i1JB0Vqd; spf=pass (domain: linaro.org, ip: 209.85.160.194, mailfrom: shashi.mallela@linaro.org) Received: by mail-qt1-f194.google.com with SMTP id a6so6903890qtw.6 for ; Fri, 11 Dec 2020 09:03:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=q4o4P/0rSS9wpAe6IbfU8JJwrp/ABr6hnV7q990GTDs=; b=i1JB0VqdUSwdoootsjwWhXTCqFVvJHy+WxEG+UMQVIbikJqzyLWpbjVsSBNv/DbTYc pPfH4uwcHOBuycFqzrAseiUIaEocUDO/rui0vYJcbGQSEypzQ38dSe27gE1TNWHPUdDc ARoPRs2eAl2rMDddfSqcfwzYuSZA567/pNC8eoIT8MNot/8L3XxD5oWYfO3mCj4N5Zlg TpV1Uqk0KuNwdrEqGtTW3fBt9ale4olXsiTMHj/KCfwaPPSZMpvH7qKPHDRkGFghaKMM uu5xUANrcVxgbxwYhnhEC69wPKgemiq/cloT3m5WAKveQiIKfSKIB8gcuddXGUNwYPfk EqGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=q4o4P/0rSS9wpAe6IbfU8JJwrp/ABr6hnV7q990GTDs=; b=MaaiTZfWdX8GnvdOD0Vl6Fr0JzTu9ifwT+0A+ojJ0H0+gXLsaQPx+a7cIO0KOL1o3/ 4yy+cjYuhetEzsCNwHJsCFdzTPLNis/eYAy1WTJTbOt6cwEnm1IoWxcoXk5wh8aD6ZO7 odvKah0QxONjdTnoGQLj35fDt6VtPsG93PQEIkqs9Bxu/gBRS80ITBAH7DEffLhUbJWb fe3o7PTScVpJ0l6NNbOlCc1jxp817BJf/OKZrVQZuHKJkNEtjIbzADKYDPvYFr9aB6LB Au3wPVksfoV/O2rPQOfs5JA5u87Tv4YlbrI22fJtLnBYJptWHJehXy7mCJLXpNX92NwG KG5g== X-Gm-Message-State: AOAM5302un/Iykh2WwgPYXi0mizRI5JUyhXb8lfslxDbPwzH108x2fUL lG6KL1uNvHp/56O8JfXRCcosJg== X-Google-Smtp-Source: ABdhPJwMZADS3KVGwqO59AhAMIGyxwTdm2fR2homeGQQ0xc7ztwYHUqgCswf9vyFpVNWKU70OSJBfw== X-Received: by 2002:ac8:6c36:: with SMTP id k22mr17216634qtu.62.1607706195202; Fri, 11 Dec 2020 09:03:15 -0800 (PST) Return-Path: Received: from localhost.localdomain (bras-base-stsvon1503w-grc-22-142-114-143-244.dsl.bell.ca. [142.114.143.244]) by smtp.googlemail.com with ESMTPSA id f1sm6919905qtj.73.2020.12.11.09.03.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Dec 2020 09:03:14 -0800 (PST) From: "Shashi Mallela" To: leif@nuviainc.com, ard.biesheuvel@arm.com, graeme@nuviainc.com Cc: devel@edk2.groups.io Subject: [PATCH v1 1/1] Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update Date: Fri, 11 Dec 2020 12:03:10 -0500 Message-Id: <20201211170310.9766-2-shashi.mallela@linaro.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20201211170310.9766-1-shashi.mallela@linaro.org> References: <20201211170310.9766-1-shashi.mallela@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The previous value of interrupt id used was causing conflict with a different device of sbsa-ref platform. This was preventing the watchdog interrupt from getting identified.Updated SBSA-wdt interrupt id in Gtdt table to rectify the issue. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Graeme Gregory Signed-off-by: Shashi Mallela --- Silicon/Qemu/SbsaQemu/AcpiTables/Gtdt.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Qemu/SbsaQemu/AcpiTables/Gtdt.aslc b/Silicon/Qemu/SbsaQemu/AcpiTables/Gtdt.aslc index a010b908c434..14733a37183d 100644 --- a/Silicon/Qemu/SbsaQemu/AcpiTables/Gtdt.aslc +++ b/Silicon/Qemu/SbsaQemu/AcpiTables/Gtdt.aslc @@ -36,7 +36,7 @@ #define SBSAQEMU_WDT_REFRESH_FRAME_BASE 0x50010000 #define SBSAQEMU_WDT_CONTROL_FRAME_BASE 0x50011000 -#define SBSAQEMU_WDT_IRQ 44 +#define SBSAQEMU_WDT_IRQ 48 #define GTDT_WDTIMER_EDGE_TRIGGERED EFI_ACPI_6_3_GTDT_SBSA_GENERIC_WATCHDOG_FLAG_TIMER_INTERRUPT_MODE #define GTDT_WDTIMER_LEVEL_TRIGGERED 0 -- 2.27.0