From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::442; helo=mail-wr1-x442.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (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 6B8D42118EF42 for ; Tue, 13 Nov 2018 17:06:35 -0800 (PST) Received: by mail-wr1-x442.google.com with SMTP id l9so2508467wrt.13 for ; Tue, 13 Nov 2018 17:06:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=70dhQlBaiCQjr1P/NwuypJLIVsQVClCvk7hI2KPU9kY=; b=JNobsOnQJPEgxvsM+Lm/DO/l/bTfLMeWMbUXkDEOqKwnibNi9xruMVmOUGytkH7foN KU1ZJgz9V45P1Qwxi5dFSNl8J5XFjG2ugE9kk2+N0K9eTGCPn4WptNxi3vZdRRAquUxw Msi0FUCji4Ux5mzgWZ7OKNumwZM8dZcbRUfgw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=70dhQlBaiCQjr1P/NwuypJLIVsQVClCvk7hI2KPU9kY=; b=qc3GZLkrG1DW9G4mneSgp2Womvp5qQd+CDiHjIk1g2flUsPs/9wCBiNpYpzlcNIeAk 1vhQLGlt4lh8W6cbr20A9Cluh0AU/+VHbFGv9+Y4dnVLDfbZqE87FynQ28YVXEnzsInL fo/O4kFu0w9CMmqMap0weVWQPHDInx6DUIZ8qJuGNQWPhPxhsT0ZPEDVzytnEd5yt+Yx uGKhEkgM5Z6KyejzuGTu7uUwa60L700f9Q9nfWilXIkVtWQINgHyDo9AGGO7c+WDRGwV kPCvi8qV22fEhSCKpaix1t+0HLPOhqZvHldnLKQsvCMucuIonbN1pbylDRcruBpus3UM 2o6Q== X-Gm-Message-State: AGRZ1gKBoPfRk4eGbKWcRm8XxOWi92bDb3G58e9nQEjrhP+YgNaU2mZm VAKfrp4Daoiqp1h+2heJtLfF9Q== X-Google-Smtp-Source: AJdET5d3s5xVhMFFG1c4dwFqEA3Ud12Xsfg6AOFq4XVzTLF/f7bTfK/U668YRrWdzLSm7GAvaavDNw== X-Received: by 2002:a5d:4e4e:: with SMTP id r14-v6mr7217699wrt.326.1542157594038; Tue, 13 Nov 2018 17:06:34 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id s5-v6sm23301288wrq.16.2018.11.13.17.06.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 13 Nov 2018 17:06:33 -0800 (PST) Date: Wed, 14 Nov 2018 01:06:31 +0000 From: Leif Lindholm To: Ming Huang Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, zhangfeng56@huawei.com Message-ID: <20181114010631.j6qiw7of4bvtzvmh@bivouac.eciton.net> References: <20181029035111.53262-1-ming.huang@linaro.org> <20181029035111.53262-3-ming.huang@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181029035111.53262-3-ming.huang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-non-osi v1 2/4] Hisilicon/D06: Fix SBSA test case 42 failed issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2018 01:06:35 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 29, 2018 at 11:51:09AM +0800, Ming Huang wrote: > As SBSA uefi tool can't configuare interrupt following > WatchdogTimerFlags in GTDT, and watchdog interrupt in Hi1620 > is edge-trigger, so modify watchdog interrupt type for SBSA > test case 42. > > Build commit informations: > edk2:53caffc33b6 > edk2-platforms:d4d7e39886a > HwPgk:bf0bdef14d5 HwPkg. Other than that Reviewed-by: Leif Lindholm > TrustedFirmware:5888a78d43c > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang > --- > Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi | Bin 229216 -> 229248 bytes > 1 file changed, 0 insertions(+), 0 deletions(-) > > diff --git a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi > index afd3ebe..c9172ff 100644 > Binary files a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi and b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi differ > -- > 2.18.0 >