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::629; helo=mail-pl1-x629.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl1-x629.google.com (mail-pl1-x629.google.com [IPv6:2607:f8b0:4864:20::629]) (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 79FE8211300B1 for ; Fri, 14 Sep 2018 23:37:04 -0700 (PDT) Received: by mail-pl1-x629.google.com with SMTP id b12-v6so5135739plr.8 for ; Fri, 14 Sep 2018 23:37:04 -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=dnuMrnvgoq/1aoxudol4S0nsoQm+EmOO8rrooDa4NQdSfT+ll6W2GM997YvLoaKX8z OzGrsPiS3SzobWRPp9HvklLsCm7hoMDMJMURvKlcnTWV0qZ8uKVRSlum3tcB4031gSw3 9suWJpYqeGx8wbGr3pw2KtmZCnAmxLCkmc9zQ= 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=JDXkG/fsfRDalV1K+N5MN4bW5/g44iqoQD3fFs4eHcW4Zb+EiHYoJV5SHoqf1Jw3xS p7tSxdIxUfC/bD5jKb4CPkLVXtjUW4p7rUqiUKk4PiixUABm4ufBSrDkUW7i1Xg1Iapq WaV0pen4rEUoM2m8hO0IQZrqucK+EOOvO0IlXtDxvlhZ4UazzgKKPKkPHguuvYxF/E9k VeaGfABghMt7ULeuDCxGbvBfEa7b9fXW2ahnzOQhZfMVPMKPgXXCb9JWXSTWJaCWUbvy yq1YXbNCGo5A1Xjy/5R8jfaa+CCHU2rPidRmSme7Elnc0jP6sbRQfFd0xhEQ8nYq3pGL Y03Q== X-Gm-Message-State: APzg51AZuSwHdju7KmtXEyvk3aBvaoPmViSqG0rXHGPNociFKH6e1ewA WmkmfTbQviM7aanh1ktN9FiQxQ== X-Google-Smtp-Source: ANB0VdbufSIdXgEJ4ryMoGuXbBteR7IKotHpVWk24FZspGLWI/7zp2tynggRrE/vOPJI7wYbHjV//g== X-Received: by 2002:a17:902:32f:: with SMTP id 44-v6mr15150969pld.15.1536993424096; Fri, 14 Sep 2018 23:37:04 -0700 (PDT) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id r205-v6sm14794048pgr.11.2018.09.14.23.37.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 14 Sep 2018 23:37:03 -0700 (PDT) From: Ming Huang To: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, star.zeng@intel.com, eric.dong@intel.com Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, liming.gao@intel.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, waip23@126.com, Ming Huang Date: Sat, 15 Sep 2018 14:36:55 +0800 Message-Id: <20180915063656.6250-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:37:04 -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