From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 40F75220C1C2D for ; Thu, 23 Nov 2017 07:40:02 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id y82so17526510wmg.1 for ; Thu, 23 Nov 2017 07:44:20 -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=KnO+bBrEMnZ2kEY5TbZ4jvGdznStGx2+NHKPtLge/TU=; b=Y3QNd/hxUvgmENRixPFN4k4dkaTz7xN+PnsgZ0xbAmvdiCb1j59IDoAMHu9UZeIXtN JQ+8qm9hUWYpyVgbyblFK7/KX1vraco6LcAP4cCBFQLXqOqvga1OOSaXctSZ0T9wO6rn 6nGpCXaHFjbBTkG/iEhKZbG2G8ckq3u6EBVJ4= 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=KnO+bBrEMnZ2kEY5TbZ4jvGdznStGx2+NHKPtLge/TU=; b=EYEP0PMX6YRTJ45da1ncVLdyz8NC/47xM3J2p3CTBD+VkI+RFlVDB2KX383Z5IY9XH tddWoYPRUkb44tG7XfpYcrSvCHqdfh6jlyfZowPsGqXqDoVvHK1cZmoMG9acmYyCNX7A wzd1DLeQ/+OjobXzyOMIo1qI8McvTjXazIavTDigk2OHk/V4xV93+PUG8C7Pog03YKfk p62gBqN9g7XJa3Kapv9HEbS1b/Sufuvfz1CWRS7boNIVAA1OJ2X3V4ejW7SwFnSJD+dM Wg5k8XJ3DsStVOrasX21gVA+9q9ErTGhSxJ/jNneYnW2zQWPIYlmnMRERYJiQEJHbrIe ItAg== X-Gm-Message-State: AJaThX7y++DQiaQAgFR8HyE8uDauD7BMtAHKC+k/0tv1w0faiMBmLpNZ ENLVBwzh7LO2FpQxci1lFvyc4w== X-Google-Smtp-Source: AGs4zMaz36jExcr7gjxUI7i2Y/apKBz2sVjWbZYSthQDIt8rAzigiNctsEIqdPwCfo8mPshMlYdEMw== X-Received: by 10.28.6.2 with SMTP id 2mr6982032wmg.37.1511451858840; Thu, 23 Nov 2017 07:44:18 -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 65sm8720103wrn.27.2017.11.23.07.44.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 Nov 2017 07:44:17 -0800 (PST) Date: Thu, 23 Nov 2017 15:44:15 +0000 From: Leif Lindholm To: Heyi Guo Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, Ard Biesheuvel Message-ID: <20171123154415.udpcbacbwu3vuuju@bivouac.eciton.net> References: <1511186242-5220-1-git-send-email-heyi.guo@linaro.org> MIME-Version: 1.0 In-Reply-To: <1511186242-5220-1-git-send-email-heyi.guo@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-non-osi 0/2] Fix Linaro RP bug 3464 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 15:40:03 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 20, 2017 at 09:57:20PM +0800, Heyi Guo wrote: > We have found 2 bugs with Linaro Reference Platform bug 3464: > https://bugs.linaro.org/show_bug.cgi?id=3464 > 1. SAS driver might use uninitialized value which would cause system > exception; > 2. LpcSerialPortLib used on D03 will cause SerialDxe initialized with > failure and exited immediately, which would cause no serial terminal > in BDS. Good descriptions in commit messages, thanks. Reviewed-by: Leif Lindholm Series pushed as bd4078f..0b6df3e > Patches with binary files can also be found in > https://github.com/hisilicon/OpenPlatformPkg/commits/rp-osi-bug-v4 > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > > Heyi Guo (2): > Hisilicon/D0x/Sas: fix occasional exception > Hisilicon/LpcSerialPortLib: return SUCCESS for SetAttributes > > Platform/Hisilicon/D03/Drivers/Sas/SasDriverDxe.efi | Bin 98144 -> 98112 bytes > Platform/Hisilicon/D05/Drivers/Sas/SasDriverDxe.efi | Bin 116288 -> 112832 bytes > Silicon/Hisilicon/Hi1610/Library/Uart/LpcSerialPortLib/LpcSerialPortLib.lib | Bin 16942 -> 16950 bytes > 3 files changed, 0 insertions(+), 0 deletions(-) > > -- > 1.9.1 >