From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaowei Bao Date: Tue, 3 Dec 2019 02:32:18 +0000 Subject: [U-Boot] [EXT] Re: [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode In-Reply-To: References: <20190516110408.45169-1-xiaowei.bao@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Ramon, Do you have any comments about this? Thanks a lot. Best regards Xiaowei From: Xiaowei Bao Sent: 2019年11月26日 10:52 To: Ramon Fried Cc: Bin Meng ; Simon Glass ; M.h. Lian ; Z.q. Hou ; Mingkai Hu ; Hongbo Wang ; York Sun ; u-boot at lists.denx.de Subject: RE: [EXT] Re: [U-Boot] [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode H Ramon, Thanks for your comments. If we reimplement the PCIe EP driver base on PCIe UCLASS, we must test it in u-boot, but I have no idea how to test the actual device, do I need to implement our own test case, how to verify the cadence-ep actual device? Best regards Xiaowei From: Ramon Fried > Sent: 2019年11月25日 20:15 To: Xiaowei Bao > Cc: Bin Meng >; Simon Glass >; M.h. Lian >; Z.q. Hou >; Mingkai Hu >; Hongbo Wang >; York Sun >; u-boot at lists.denx.de Subject: Re: [EXT] Re: [U-Boot] [PATCHv2 1/2] PCI: layerscape: Add Support for ls2088 PCIe EP mode Hi Ramon, I need your help on this, could you help explain how to start the PCIe EP test in u-boot? Thanks a lot. Hi, you just need to run the test suite and it will test the PCIe EP sandbox class automatically. See test/README Why do you care about the EP testing, it's testing the PCIe UCLASS implementation. To test your implementation you need to test on actual device. Thanks, Ramon.