[U-Boot] [PATCH 1/8] mpc8641hpcn: Set up outbound pci windows before inbound

2009-02-03 Thread Becky Bruce
Because the inbound pci windows are mapped generously, set up the more specific outbound windows first. This way, when we search the pci regions for something, we will hit on the more specific region. This can actually be a problem on systems with large amounts of RAM. Signed-off-by: Becky Bruce

Re: [U-Boot] [PATCH 1/8] mpc8641hpcn: Set up outbound pci windows before inbound

2009-02-04 Thread Jon Loeliger
Becky Bruce wrote: > Because the inbound pci windows are mapped generously, set up > the more specific outbound windows first. This way, when we > search the pci regions for something, we will hit on the more > specific region. This can actually be a problem on systems > with large amounts of RAM

Re: [U-Boot] [PATCH 1/8] mpc8641hpcn: Set up outbound pci windows before inbound

2009-02-09 Thread Kumar Gala
On Feb 3, 2009, at 6:10 PM, Becky Bruce wrote: > Because the inbound pci windows are mapped generously, set up > the more specific outbound windows first. This way, when we > search the pci regions for something, we will hit on the more > specific region. This can actually be a problem on syste

Re: [U-Boot] [PATCH 1/8] mpc8641hpcn: Set up outbound pci windows before inbound

2009-02-09 Thread Becky Bruce
On Feb 9, 2009, at 9:50 AM, Kumar Gala wrote: > > On Feb 3, 2009, at 6:10 PM, Becky Bruce wrote: > >> Because the inbound pci windows are mapped generously, set up >> the more specific outbound windows first. This way, when we >> search the pci regions for something, we will hit on the more >> s

Re: [U-Boot] [PATCH 1/8] mpc8641hpcn: Set up outbound pci windows before inbound

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-2-git-send-email-bec...@kernel.crashing.org> you wrote: > Because the inbound pci windows are mapped generously, set up > the more specific outbound windows first. This way, when we > search the pci regions for something, we will hit on the more > s