Re: [U-Boot] [PATCH v2 1/7] powerpc/8xxx: Refactor SRIO initialization into common code

2011-01-11 Thread Kumar Gala
On Jan 11, 2011, at 1:09 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1294607813-27723-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> Moved the SRIO init out of corenet_ds and into common code for >> 8xxx/QorIQ processors that have SRIO. We mimic what we do with PCI

Re: [U-Boot] [PATCH v2 1/7] powerpc/8xxx: Refactor SRIO initialization into common code

2011-01-10 Thread Wolfgang Denk
Dear Kumar Gala, In message <1294607813-27723-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Moved the SRIO init out of corenet_ds and into common code for > 8xxx/QorIQ processors that have SRIO. We mimic what we do with PCIe > controllers for SRIO. > > We utilize the fact that SRIO i

Re: [U-Boot] [PATCH v2 1/7] powerpc/8xxx: Refactor SRIO initialization into common code

2011-01-10 Thread Kumar Gala
On Jan 9, 2011, at 3:16 PM, Kumar Gala wrote: > Moved the SRIO init out of corenet_ds and into common code for > 8xxx/QorIQ processors that have SRIO. We mimic what we do with PCIe > controllers for SRIO. > > We utilize the fact that SRIO is over serdes to determine if its > configured or not a

[U-Boot] [PATCH v2 1/7] powerpc/8xxx: Refactor SRIO initialization into common code

2011-01-09 Thread Kumar Gala
Moved the SRIO init out of corenet_ds and into common code for 8xxx/QorIQ processors that have SRIO. We mimic what we do with PCIe controllers for SRIO. We utilize the fact that SRIO is over serdes to determine if its configured or not and thus can setup the LAWs needed for it dynamically. We ad