From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) by mx.groups.io with SMTP id smtpd.web09.38717.1607966464854861656 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=RTLK2sdP; spf=pass (domain: linaro.org, ip: 209.85.219.44, mailfrom: shashi.mallela@linaro.org) Received: by mail-qv1-f44.google.com with SMTP id j18so6225392qvu.3 for ; Mon, 14 Dec 2020 09:21:04 -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:mime-version :content-transfer-encoding; bh=6kxJghHWfB8aQr5NvTxKhN9LLisFZ9bxuKdLLvharmY=; b=RTLK2sdPyASM7oasCghBWSh2EASPHjCSwQN+w8lusI1DOMtfZcdeQSOFn0SAp+VtSF G0ypxTWNvnUJGCgYDjptUghuLIe8Q+CEHSWszevjVqCfpIkJ5QBxoa+mMKCbOcV6yRrs PqfSHfl9JL9a4M39Ky/9OsX2PX/j9FQfIP2uzEmXtZq0ffalEQ1+YIvZ8AprLrRLS0+d DomXNuInQrIfkZWfFfYAyC41pUsxrAv3qZyjpYazEWFzbUggRzJkukdXTM+JqBS9BKDR wXrvl2Ugr+scTrTrKU04MSwjNBzuNP8l8KK3fAIm9GR7jiuWATMezWfyg42f0KP3yt6n nT6g== 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:mime-version :content-transfer-encoding; bh=6kxJghHWfB8aQr5NvTxKhN9LLisFZ9bxuKdLLvharmY=; b=b/R+0+JBgS4D51tMzxjd0X0T4jkNyvIhvQlNSbu1U9uRRyFHNNYCZZDbP8uJkBtW7b +WwFSuqA89dFKmTIRn5BZKka0j3x3B0qg4mNzc6ftB7UanvBh+Q7gjJqrB828lCvfrac ovVPMyS8Z3N4Y6BVpdqRJTOxbSWM7hg6yKnhT1Mor6XpOwM6Iv6FtnqZdiUQ4FiGFXyf z593oE0C99rn2mMpbFj370BJiGh4J5hHj5YiVWgthSqk7Y/O4zXUYNahrJ29E1TEVksM 0pQ2jkhVlRHJ0cMmMPpUZCAuv+Q6uKNkpNRv7Hgwj+oZS7jMyPrh7NHA7UHj9WdQcG51 QY+w== X-Gm-Message-State: AOAM531em3ZAUp9mRa5PHtvSrgA/RF/73gMMCxjFxJY0WKf3ai8MfaJU 3JR3+iACER52J1OLDUT8SdRLFg== X-Google-Smtp-Source: ABdhPJyU6+r235q739/OxgO4g3Sb4KmuN51cIdIKXxygJrx3Zs7K6aXnWniP0J45K9adR7AHD1urPw== X-Received: by 2002:a05:6214:b2f:: with SMTP id w15mr10775741qvj.8.1607966463887; Mon, 14 Dec 2020 09:21:03 -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.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Dec 2020 09:21:03 -0800 (PST) From: "Shashi Mallela" To: leif@nuviainc.com, ard.biesheuvel@arm.com, graeme@nuviainc.com Cc: devel@edk2.groups.io Subject: [PATCH v1 0/1] sbsa-wdt interrupt id update Date: Mon, 14 Dec 2020 12:21:01 -0500 Message-Id: <20201214172102.10598-1-shashi.mallela@linaro.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The previous value of interrupt id used was not in sync with the interrupt id being used in qemu sbsa-ref platform due to a conflict before merging and was missed in last review. This was preventing the watchdog interrupt from getting identified.Updated SBSA-wdt interrupt id in Gtdt table to rectify the issue. Shashi Mallela (1): Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update Silicon/Qemu/SbsaQemu/AcpiTables/Gtdt.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.27.0