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::244; helo=mail-pf0-x244.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (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 D001C20349DB6 for ; Mon, 20 Nov 2017 05:53:40 -0800 (PST) Received: by mail-pf0-x244.google.com with SMTP id i15so7360809pfa.3 for ; Mon, 20 Nov 2017 05:57:54 -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; bh=O1W9P/jxK0xvbFSrDlTYnaf+y8GPOZDVJ7hj0r0RSSk=; b=HRTB9xFy+AsradxYaA8XYtM1eBtf9LT8JbQ8YCeQ+3A0rjAZlrV1v82x12SICjXiNa CX1CyOmUtTeVKbXAc99UL0anVkbYjoeuaZQ3s57U6Nyb9lVuKCbIq6ueSBJ9qvfMPr4j VAIPaxjPUG30xcW3RyskrRwYtns/HPDfOA/Yg= 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=O1W9P/jxK0xvbFSrDlTYnaf+y8GPOZDVJ7hj0r0RSSk=; b=YPIoi8rzOE6MGdmJa2PBA5sn/x0yUXIpHRB/UQTxnnAOhAtfb8B1vgfg3WrmL9R3jt tqDOSk/coHeCgVPKPtI5D7Bb0uTX5hH6E9syBWooQbFciRSpE/A8tStNwnqngor+PlZ5 CkzYN2mw9GLPEpJRhGGCSYLsr4Iyt/TBRdeEgE/m4PIIFmGp88261bqw8GX/193vuq3e 0QQybcT9Ol9VJ5YaFPd7g39+6jrRpNxxyNjDs3VYmX6Fwa1JK707TJvkHW2f2zGYkMwI mtAMeYQerVcP6LM0CVzebDZpPhtc4+quL1O/98H8mvrDcQYFrJET9RvhB1UEb00bGqB7 1wjA== X-Gm-Message-State: AJaThX7wDxxWtJNF68Hqq4dF+oYXm3Ir8E6hqKH37To53rDiOxYG+f4P il5U/bNY0bO5voBaU5iBchmDng== X-Google-Smtp-Source: AGs4zMbYpZ54LXPAwQaweMcGub278jOyb5Bw1nPwRUw3sdDOMFhNn6zzCtu5KJwAQegLlei//0MHIA== X-Received: by 10.99.151.66 with SMTP id d2mr13286675pgo.178.1511186274281; Mon, 20 Nov 2017 05:57:54 -0800 (PST) Received: from szxbz956.huaweiobz.com ([104.237.91.63]) by smtp.gmail.com with ESMTPSA id p19sm21990445pfj.140.2017.11.20.05.57.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Nov 2017 05:57:53 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org Cc: Heyi Guo , Leif Lindholm , Ard Biesheuvel Date: Mon, 20 Nov 2017 21:57:20 +0800 Message-Id: <1511186242-5220-1-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 2.7.2.windows.1 Subject: [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: Mon, 20 Nov 2017 13:53:41 -0000 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. 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