From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::42f; helo=mail-pf1-x42f.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) (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 72EAF21962301 for ; Fri, 14 Sep 2018 23:33:25 -0700 (PDT) Received: by mail-pf1-x42f.google.com with SMTP id u24-v6so5237193pfn.13 for ; Fri, 14 Sep 2018 23:33:25 -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=aPCtSdKViiXn6YNHH80otc1a4N+YIO4hbfTDDYTUOJk=; b=UEJHgeR808VP0CGmE8sKrFUzIJioatiJyLLyu0VNgkt6OmBaXiiaIhQx+jbyU+xCE3 DXpIdZdUOvEvEDnWOGAfh7+nuotdjaIYD6xYIt4aqQSkV+yupyRb1YfJ961bCI169/HZ g5pvO2ELiT9A0TuYGuK3GwurcRFirkjv6k4lc= 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=aPCtSdKViiXn6YNHH80otc1a4N+YIO4hbfTDDYTUOJk=; b=uEJZJhgqQBOAQbkrCrWQgik2BSoOcwyQEnbF2pdHEOD/LGXleD79J6HTwIApjXvCEH ODTsp7iUuGIkSiE1+JBFXDDB08W8EjNAdisMwLyc/WA/ja+jW94We8iegIKeNv3vheLJ vOBHt35wnv5ba1J5Ap7PXdQtNwZ35nUhJAe5jBs3yy9vsX3PN02M+PpOArLcCGsPrrRK GgR8lrkaibbqeFt4tOcaFjqnv4815Iz5icuw9Isy/PHgtryOz14FSzP93vWYr3LY7B/H Q3qQtcRIzEFAFDmPNaqHje5rfyUJuckNqxbULPxeUy3BP0RY9Pb7Z7htKmbY33NZ5Onl u0Hg== X-Gm-Message-State: APzg51Ci7MlX+CQnBlOwxFkGcBP+tYEzflw7x6MWENf3TABUsGaAQMLc 1R5e9CTubhYS46tu1U0R3+JuIw== X-Google-Smtp-Source: ANB0VdbKuq7oqPqpRj5sa2IamFSamjLE+U6ESq36VfFGE6S+Gwiz3sELs7WoYNi37Y905QtzTfucUw== X-Received: by 2002:a63:e318:: with SMTP id f24-v6mr14640575pgh.175.1536993204573; Fri, 14 Sep 2018 23:33:24 -0700 (PDT) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id t2-v6sm17001821pfj.7.2018.09.14.23.33.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 14 Sep 2018 23:33:23 -0700 (PDT) From: Ming Huang To: huangming23@huawei.com, edk2-devel@lists.01.org Date: Sat, 15 Sep 2018 14:33:17 +0800 Message-Id: <20180915063318.4854-1-ming.huang@linaro.org> X-Mailer: git-send-email 2.18.0 Subject: [RFC MdeModulePkg/UefiBootManagerLib v1 0/1] Fix raid card repair fail issue 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: Sat, 15 Sep 2018 06:33:25 -0000 When some type raid cards is not healthy, such as Broadcom 3108/3508 raid card, board will enter endless loop in BmRepairAllControllers() and can't show configuration formset which need to repair raid card. Ming Huang (1): MdeModulePkg/UefiBootManagerLib: Fix raid card repair fail issue .../UefiBootManagerLib/UefiBootManagerLib.inf | 2 + .../UefiBootManagerLib/BmDriverHealth.c | 48 ++++++++++++++++++- 2 files changed, 49 insertions(+), 1 deletion(-) -- 2.18.0