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::642; helo=mail-pl1-x642.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl1-x642.google.com (mail-pl1-x642.google.com [IPv6:2607:f8b0:4864:20::642]) (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 60285211B76C7 for ; Fri, 1 Feb 2019 06:25:18 -0800 (PST) Received: by mail-pl1-x642.google.com with SMTP id g9so3305977plo.3 for ; Fri, 01 Feb 2019 06:25:18 -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:in-reply-to:references; bh=+WeTJahUxFOgC7y3g6SXw32DHrU28XnY/u3R0o++cVU=; b=idOpRrC/CZfspQzbzWdLlcrDrTzm1KG21Vjp7J+HWlMYZQP0qdggXO4ri2/U+jqc72 PHAE9BPpKGPlLSp7swbA1PyehEE94zzzU+m//Xb9jzHJYTD8H9e7kFSnhSGe26bTzJlW YlIeWdaltO9Ye1sHoliQ7z/H0eW+il8cJ3S+k= 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:in-reply-to :references; bh=+WeTJahUxFOgC7y3g6SXw32DHrU28XnY/u3R0o++cVU=; b=dWYPiM9pEVdRbH3JKPF1dj9TC3Ngg/ZHhgynaM03lMObqChrRZbWPXvLMhoqv5ChV4 8X/c7gJKZ4xiw6dVl5gUXZmJrtFLUS9BzTnXaFfBgfHIt0Pyj5sdPQYfwtggfUrwcB7V Qytst5Wp0sa2RMCPuBqibKwoMVXmotX5r0ARSIHxEZS5LDXyJx8K2cQrKNqSmVjIe61n 3WB+CCgRA/zeV/vso1jkKRwCllG65Vw8vmjcq5IRgbouhNsS7Jl1BNCpeoSvWKofC4Ez OuQbHfo7vclqBi+R7tpkKsvFheb1f3D1+hJ/hk1IYzsyGJ+Q9nhUSpAdVBiJ9uB8OdA7 w/eg== X-Gm-Message-State: AJcUukfPWG1IAv7gMtB0gQU05qHxSTqtXnLeX7IF2JyKZriXp3K1tmr2 yKLMpr9nTwZdNdELebOvVCGyCQ== X-Google-Smtp-Source: ALg8bN4RHBKurPE3fFltKW2ktQ/8iROLpp0lavO5x5rBVpNT4WZGjLEm+rSFMq/85cxL4ak5WzGcwg== X-Received: by 2002:a17:902:848f:: with SMTP id c15mr32410797plo.119.1549031118001; Fri, 01 Feb 2019 06:25:18 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id 134sm8929118pgb.78.2019.02.01.06.25.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Feb 2019 06:25:17 -0800 (PST) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: 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, Ming Huang Date: Fri, 1 Feb 2019 22:25:01 +0800 Message-Id: <20190201142507.30454-2-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190201142507.30454-1-ming.huang@linaro.org> References: <20190201142507.30454-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v1 1/7] Hisilicon/D06: Optimize SAS driver for reducing boot time 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: Fri, 01 Feb 2019 14:25:18 -0000 SAS controller is always existed, so accessing SAS register don't depend on PciBusDxe (pci enumeration). Modify SAS driver remove the dependence on pci enumeration. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex | Bin 216 -> 36 bytes Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi | Bin 221312 -> 220640 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex b/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex index 1a5bc1e..e076777 100644 Binary files a/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex and b/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex differ diff --git a/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi b/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi index ac6bae7..4a29e8c 100644 Binary files a/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi and b/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi differ -- 2.9.5