From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 8 May 2017 11:59:04 +0200 Subject: [U-Boot] [PATCH v2 1/3] arm64: mvebu: Trigger PCI devices scan at early init stage In-Reply-To: <1491403353-8608-1-git-send-email-kostap@marvell.com> References: <1491403353-8608-1-git-send-email-kostap@marvell.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05.04.2017 16:42, kostap at marvell.com wrote: > From: Konstantin Porotchkin > > Add PCIe initialization at early init stage. > This operation has a side effect of detecting all PCIe > plug-in cards, so the operator is not obligated to issue > "pci enum" command though CLI for this purpose. > > Signed-off-by: Konstantin Porotchkin > Cc: Stefan Roese > Cc: Igal Liberman > Cc: Nadav Haklai Reviewed-by: Stefan Roese Thanks, Stefan