From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f67.google.com (mail-qv1-f67.google.com [209.85.219.67]) by mx.groups.io with SMTP id smtpd.web08.38448.1607966465642282889 for ; Mon, 14 Dec 2020 09:21:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=yl9MDih1; spf=pass (domain: linaro.org, ip: 209.85.219.67, mailfrom: shashi.mallela@linaro.org) Received: by mail-qv1-f67.google.com with SMTP id az16so6034775qvb.5 for ; Mon, 14 Dec 2020 09:21:05 -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=yl9MDih1Li4HpeLZ7lAlTJhE3ZAmQ+vzL+xy136GOv0aeeL/hwKbYjegJHJljY91e2 QAWy5L7IpcsFiiK92r77UKF987GAQhzzWCAOgdBRtJTLhGufLKpjypU8b43sr5yrMVGe H4xg6KS+kH38pgJdq0u2DJqMu7qXqrNIdDZ3UIb+ws7Gs4CePg+Je1STPPd+3H/uEeKX bw/27GLWjFui/uD9annu2gedItdd5iLnWvvSIvmXcJEFBs3HSXXGJVJ8e9zfN3ZpBn1O XebvDdP3yRh4iEpNRDqC+wll9KLvYrvr08a01pjDihy3gjr5b+IV/9H63H2L4fYWdUT/ 1V3w== 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=nwjUGvlpPM2CBZ0dCuKDpbbXBXX5+8mekL3dwmCqJdj4aTyP77AWKgBqgurTJ6hydj XqFZnBQdwQv2Kqr47S5NxqGsEbxWSPsrma/XAvaaV4qZ74MQYaw4IImb5f2bqunbrqur ccOw6iaJbMygsiMMVpTkz/cLFo33wPSCqJ9hVwd9rWWFiylbwRc255Pvw+0UYEnQbNXN KdCHY6NyqEF47/4hal7SGfK1Q+IEbvWl/E2Mp7GDlyAWE/dnPu1jPzDsOb5jgQ45qE3u fOptAp1ewfvbuX6X48iQAuXfWG4LQDYUdeqxtk5YX4oaaRXoczZKi3OTqlq+a5HgOjW5 VGjg== X-Gm-Message-State: AOAM533A1dx5xvXI7x0iNLPrMqWXa0f9n1VcNBZ+lfgbTFMCnwqeHa+T fJ4gzpNJMze+m0uvqn8AFmfbcwxcB5r1bw== X-Google-Smtp-Source: ABdhPJzmPkp/roCWSrcEgRnEHPucZhrQnBA7fTE8WI1kBtYegfL9HA3KCL0HYJMM8Q0/JEryG/UhmQ== X-Received: by 2002:a0c:a802:: with SMTP id w2mr33077461qva.9.1607966464854; Mon, 14 Dec 2020 09:21:04 -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 i17sm1815785qtg.77.2020.12.14.09.21.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Dec 2020 09:21:04 -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: Mon, 14 Dec 2020 12:21:02 -0500 Message-Id: <20201214172102.10598-2-shashi.mallela@linaro.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20201214172102.10598-1-shashi.mallela@linaro.org> References: <20201214172102.10598-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