Re: [U-Boot] [PATCH 04/17] mvebu: Add board_pex_config()

2016-12-01 Thread Dirk Eibach
2016-12-01 9:30 GMT+01:00 Stefan Roese : > On 23.11.2016 16:12, Mario Six wrote: >> >> Allow boards to do some initialization when PCIe comes up. > > > What is it that your boards needs to do when PCIe comes up? Could > you please give me an example here? You might have a look at

Re: [U-Boot] [PATCH 04/17] mvebu: Add board_pex_config()

2016-12-01 Thread Stefan Roese
On 23.11.2016 16:12, Mario Six wrote: Allow boards to do some initialization when PCIe comes up. What is it that your boards needs to do when PCIe comes up? Could you please give me an example here? Signed-off-by: Dirk Eibach ---

[U-Boot] [PATCH 04/17] mvebu: Add board_pex_config()

2016-11-23 Thread Mario Six
Allow boards to do some initialization when PCIe comes up. Signed-off-by: Dirk Eibach --- arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c | 10 ++ arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h | 2 ++ 2 files changed, 12 insertions(+) diff --git