From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) by mx.groups.io with SMTP id smtpd.web08.3241.1604002883637718115 for ; Thu, 29 Oct 2020 13:21:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=KPHlzczM; spf=pass (domain: linaro.org, ip: 209.85.222.175, mailfrom: shashi.mallela@linaro.org) Received: by mail-qk1-f175.google.com with SMTP id a65so865054qkg.13 for ; Thu, 29 Oct 2020 13:21:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=j0WMKgCJQSZ+ErVIRklkdHCtbIVkY0Srnd+syplsao8=; b=KPHlzczMSLIRA3XZJHid7de7TCqER7p3mlrxDMAVU84upSbLqAJdXgc1SWkJW/gEPQ p7kQ/vMRWCgFJOH1p80ZGhCE7eb8yZs2RlmH1VJNgwEKyA14SVNjkjQMRnRz1ZRxDxWK sV3xeBogaxpUaFADXgSyU2ufFs9SYMYLzL7NdtEPVvAOtUKaKjuPNb18EGolyH52edbl 8Po2R3nSz1ZtkO097XO23A1q9srcq0gPQE2J3WWjyApAslo8/+XSLaQIgGNurwbU6l08 Kf47ARKDfISl0Frxg287z0nXDyunuQNPwLv1DAPraph+lJ9T+UpEfrFADPhdSAUrL4TB LhIw== 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; bh=j0WMKgCJQSZ+ErVIRklkdHCtbIVkY0Srnd+syplsao8=; b=DKy0PZvCF8ccExshcFbZOFjJ3YQ5Tk7TlL5JFAjFA69YQqfeforaaP3C+kIng9qzEN nADY0jAKpJHteJHYVMjeRqsg2t7M2AaGb75Pc/FdzwRr+oUCFyQ8n1ZeEJmECq/dbULD +grv5lDzvRe+qYvpzHo+b6UtQ7FJJr+bHO/7emLDBF+R4QPd3EO51W26eivmjdQLDQ4p 6STrwqoG6L7XE1Raao8HpD92bb0maAdGgfV5WlXdj/syT63QhMzRajl4iFRHkj+wq1Cp D2LIh+sh93hhAHNfBM2l++BudpDCq2Ra/IWku1MEb4fBfAXp+qcHTWeJwJQEXsLsr1gM ZMNA== X-Gm-Message-State: AOAM533yFEmjquKGKDINjsCK6uS31HhuEX4Oj8PEUU/Kq8+jNx4BC+zB 7XsEcWGoXXzEAPJ0Bbg+p10ANA== X-Google-Smtp-Source: ABdhPJwusWsoG84WlNBXZ1xiVM9ofx3TLSkYZZkN+mfy1eAIQQGVMkxLrQFMopYXSa51xNmYfYwBrQ== X-Received: by 2002:a37:2753:: with SMTP id n80mr5453300qkn.353.1604002882852; Thu, 29 Oct 2020 13:21:22 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([142.114.143.244]) by smtp.googlemail.com with ESMTPSA id q3sm1667353qkf.24.2020.10.29.13.21.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Oct 2020 13:21:22 -0700 (PDT) From: "Shashi Mallela" To: leif@nuviainc.com, ard.biesheuvel@arm.com, graeme@nuviainc.com Cc: devel@edk2.groups.io Subject: [PATCH v3 0/1] Add SBSA-wdt entry to GTDT Date: Thu, 29 Oct 2020 16:21:20 -0400 Message-Id: <20201029202121.26710-1-shashi.mallela@linaro.org> X-Mailer: git-send-email 2.18.4 To enable detection of qemu SBSA generic watchdog timer device,this patch has been added to create sbsa-wdt entry into the GTDT table which helps firmware report the presence of SBSA-wdt to the OS. Changes in v3: - fixed typo from earlier patch which was resulting in build failure - confirmed the overall functionality using latest build and testing with related qemu code for sbsa wdt Shashi Mallela (1): Silicon/Qemu/Sbsa: Add SBSA-wdt entry to GTDT Silicon/Qemu/SbsaQemu/AcpiTables/Gtdt.aslc | 87 ++++++++++++++------ 1 file changed, 62 insertions(+), 25 deletions(-) -- 2.18.4