Re: [U-Boot] [PATCH] 85xx: Add a 36-bit physical configuration for MPC8536DS

2009-08-06 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > > >> +MPC8536DS_36BIT_config \ > >> MPC8536DS_config: unconfig > >> - @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8536ds freescale > >> + @mkdir -p $(obj)include > >> + @if [ "$(findstring _36BIT_,$@)" ] ; then \ > >> + echo "#define CONFI

Re: [U-Boot] [PATCH] 85xx: Add a 36-bit physical configuration for MPC8536DS

2009-08-06 Thread Kumar Gala
On Aug 6, 2009, at 2:33 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1249573913-1451-1-git-send-email- > ga...@kernel.crashing.org> you wrote: >> We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary >> to allow for larger memory sizes. >> >> Signed-off-by: Kumar Ga

Re: [U-Boot] [PATCH] 85xx: Add a 36-bit physical configuration for MPC8536DS

2009-08-06 Thread Wolfgang Denk
Dear Kumar Gala, In message <1249573913-1451-1-git-send-email-ga...@kernel.crashing.org> you wrote: > We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary > to allow for larger memory sizes. > > Signed-off-by: Kumar Gala > --- > Makefile|8 - > inclu

[U-Boot] [PATCH] 85xx: Add a 36-bit physical configuration for MPC8536DS

2009-08-06 Thread Kumar Gala
We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary to allow for larger memory sizes. Signed-off-by: Kumar Gala --- Makefile|8 - include/configs/MPC8536DS.h | 78 +- 2 files changed, 75 insertions(+), 11 dele