From patchwork Fri Feb 19 23:39:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Stone X-Patchwork-Id: 585482 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 33D79140324; Sat, 20 Feb 2016 10:40:52 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b=dFt/Gal1; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1aWufL-0005Em-44; Fri, 19 Feb 2016 23:40:51 +0000 Received: from mail-ob0-f180.google.com ([209.85.214.180]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.76) (envelope-from ) id 1aWufB-0005BG-Ap for fwts-devel@lists.ubuntu.com; Fri, 19 Feb 2016 23:40:41 +0000 Received: by mail-ob0-f180.google.com with SMTP id ts10so6491553obc.1 for ; Fri, 19 Feb 2016 15:40:41 -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; bh=vlPKr0av8nu0h1gMllPSl/yTdy8owRW4FMVQXxC1RuQ=; b=dFt/Gal1il/z1HkFeNg+CXMunP7BmgjElEfQCPVKh/rs+qS9cT25AUGS1fn8xljjMu y0jg9V2ZMoeredWNGBw5uDeRJ7D0dspy7ItGbm/NK2u958fj9v64PSCLFOENLhBSK+uk k4EFd9ZOJU0u9ffuKzKQ3LTt9+Bn9mH7mR5Yk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vlPKr0av8nu0h1gMllPSl/yTdy8owRW4FMVQXxC1RuQ=; b=cPba75suqKQQcH4bdJgjXrCudyz0JjJ/4iCsYigLPVF/Bb8HYXiCv7aXYFLI2/HtH6 4mNjIyXBPjKFO9OhmW6ARZshOz9YDOPFSSfWwqVBh8kv0YJDqhBN0kO5VAgg2a4ZM9wY c7HpJ2l6z/QdTTpQF/Hgsn5x5BDZTVSsMq0OdUQEMyiFTOJNrMOR3FTw4tP/3/rtGH5A T/4kjFm2YmPLMwjsvPQ8QWBijtYNoeSVqybltpgI28gcdgvIRKp7Po9e1NMhI6J+GjPI 5e6H31K1YL/pyfgkNluSCb+IEu+vl6dSKZAKq21LcEbzXJL3N0oBJynEDyy8xMEIuovF MOvA== X-Gm-Message-State: AG10YOQxNDzS2Eo7ZFZ2EVPxCk5AxySpry0+NbTs293eMFg+VKg3jZnuei8nvRGoZLutV3wY X-Received: by 10.182.219.228 with SMTP id pr4mr14341239obc.52.1455925240281; Fri, 19 Feb 2016 15:40:40 -0800 (PST) Received: from fidelio.ahs3.com (c-50-134-239-249.hsd1.co.comcast.net. [50.134.239.249]) by smtp.googlemail.com with ESMTPSA id kg7sm8655217obb.27.2016.02.19.15.40.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Feb 2016 15:40:38 -0800 (PST) From: Al Stone To: fwts-devel@lists.ubuntu.com Subject: [PATCH v2 07/23] ACPI: Add hypervisor ID field to FADT. Date: Fri, 19 Feb 2016 16:39:43 -0700 Message-Id: <1455925199-8587-8-git-send-email-al.stone@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1455925199-8587-1-git-send-email-al.stone@linaro.org> References: <1455925199-8587-1-git-send-email-al.stone@linaro.org> Cc: patches@linaro.org, linaro-acpi@lists.linaro.org X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com Add a field that is now defined in the spec but was not in the FADT definition. Signed-off-by: Al Stone Acked-by: Colin Ian King Acked-by: Alex Hung --- src/lib/include/fwts_acpi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h index bab62ec..b57022c 100644 --- a/src/lib/include/fwts_acpi.h +++ b/src/lib/include/fwts_acpi.h @@ -298,6 +298,7 @@ typedef struct { fwts_acpi_gas x_gpe1_blk; fwts_acpi_gas sleep_control_reg; fwts_acpi_gas sleep_status_reg; + uint64_t hypervisor_id; } __attribute__ ((packed)) fwts_acpi_table_fadt; /*