From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 06 Nov 2008 15:59:05 -0600 Subject: [U-Boot] [PATCH] toplevel Makefile: Add MPC8641HPCN_36BIT target In-Reply-To: <50F0EAA8-CA3F-4C52-8D2B-90AE78424C2B@freescale.com> References: <1225998249-29301-1-git-send-email-becky.bruce@freescale.com> <49135C5D.2010309@freescale.com> <50F0EAA8-CA3F-4C52-8D2B-90AE78424C2B@freescale.com> Message-ID: <491368A9.2050605@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Becky Bruce wrote: > We don't want PHYS_64BIT on unconditionally. It has the effect of > moving all the devices into high physical memory, which means you need a > different Linux/dts. Another reason we should really be packaging the device trees with u-boot. > I expect the normal case to be that it is off. > Just those few customers that actually want to do this will use the > PHYS_64BIT version. OK, though ideally it could be chosen dynamically based on how much memory there is (in u-boot) or #address-cells (in linux). -Scott