From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::243; helo=mail-pf0-x243.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 33DB1223DB100 for ; Mon, 12 Mar 2018 01:10:22 -0700 (PDT) Received: by mail-pf0-x243.google.com with SMTP id h19so4020863pfd.12 for ; Mon, 12 Mar 2018 01:16:43 -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=BeCLKmNnS5s63brTmmvvhM2BYG2GRrlgd6JvGK9lhV8=; b=k4bo5bGSXYZrvf5BHdRQCVuBQpVfPZGFME0hLadUsZLdiJgLv0IFkhS1kf6uk1SO7G A26q0PGLfptmYpNzB1hgs0PxQGWQ3QE6/F204Ub2MnU7mO1TqgJQ3vixD+6irxiHuLTs fL5WhBvXg00piuIGtwf1pxcaC5Y+kSIbXsRtw= 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=BeCLKmNnS5s63brTmmvvhM2BYG2GRrlgd6JvGK9lhV8=; b=ZGlpHw8KKQeTJ5vrsSjNSNq0P0iOq6Hjlz4l9wxc8vIa7RhOn62CnrdASRovgCPr4T 09G58vpArtxKSOe26BwKStWPMvG7UGqtcEnBMsskfeCJZe4ntZNBpgFNduK8PWlO/TaV IRenuDjtA0ufzlEOXO7JgTsNXRyMMaic7JBcydoRuTGuTvzJjNWUyCMi6TKQA5J3D9py WCWQLDQxNGD8YYg5o+Y1qsD7pDBa5F0kevnRseA2huBH6Xuu27jSWInnnHzCUzDafZ/f Sg95D3slWYDUZhz96uWU0HtBCPTpNlcNVjdfWeuAybWbjiNRAT7gqbFU4mIcRZnpdXUw cQMA== X-Gm-Message-State: AElRT7G+HBhzEDAecarcuhn66gTINue5gzhcgOaEGxTD8IY05AjcosUp /FSU3CTmYTPX4z9QblmUTEkiE5DU7Cs= X-Google-Smtp-Source: AG47ELv9S+LYmByj9x4z8AT7wcdN6ABvS4zdR5Ubvu8w47Vru7bghDT/vzFOCmod2wQ/xJqCGCHIyg== X-Received: by 10.101.77.142 with SMTP id p14mr6080231pgq.106.1520842602789; Mon, 12 Mar 2018 01:16:42 -0700 (PDT) Received: from localhost.localdomain ([45.56.152.76]) by smtp.gmail.com with ESMTPSA id q81sm16560512pfl.188.2018.03.12.01.16.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 12 Mar 2018 01:16:42 -0700 (PDT) From: Heyi Guo To: edk2-devel@lists.01.org Cc: Heyi Guo , Ard Biesheuvel , Leif Lindholm , Graeme Gregory , Haojian Zhuang Date: Mon, 12 Mar 2018 16:16:15 +0800 Message-Id: <1520842578-95453-1-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [edk2-platforms PATCH v2 0/3] Fix SBSA test failures on D05 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2018 08:10:23 -0000 These 3 patches are to fix SBSA-ACS test failures for system timer and watch dog timer on Hisilicon/D05. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Graeme Gregory Cc: Haojian Zhuang v2: - Modify patch [3/3] according to Ard's comments. Chenhui Sun (1): Hisilicon/D05: Support SBSA watchdog Jason Zhang (1): Hisilicon/D0x: Set ACPI GTDT always-on flag gongchengya (1): Hisilicon: disable GICv3 legacy mode Silicon/Hisilicon/Hisilicon.dsc.inc | 2 +- Silicon/Hisilicon/Hi1610/Hi1610AcpiTables/Gtdt.aslc | 3 ++- Silicon/Hisilicon/Hi1616/D05AcpiTables/Gtdt.aslc | 27 ++++++++++---------- 3 files changed, 17 insertions(+), 15 deletions(-) -- 2.7.4