RE: [PATCH 2/9] pci_ep: Add the init function

2020-04-28 Thread Z.q. Hou
> -Original Message- > From: Xiaowei Bao > Sent: 2020年3月22日 19:13 > To: M.h. Lian ; Z.q. Hou > ; Mingkai Hu ; > bmeng...@gmail.com; yamada.masah...@socionext.com; > u-boot@lists.denx.de > Cc: Xiaowei Bao > Subject: [PATCH 2/9] pci_ep: Add the init functio

[PATCH 2/9] pci_ep: Add the init function

2020-03-22 Thread Xiaowei Bao
Some EP deivces need to initialize before RC scan it, e.g. NXP layerscape platform, so add the init function in pci_ep uclass. Signed-off-by: Xiaowei Bao --- common/board_r.c | 12 drivers/pci_endpoint/pci_ep-uclass.c | 11 +++ include/init.h