From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:15:03 -0700 Subject: [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address In-Reply-To: <1442486796-28308-2-git-send-email-aneesh.bansal@freescale.com> References: <1442486796-28308-1-git-send-email-aneesh.bansal@freescale.com> <1442486796-28308-2-git-send-email-aneesh.bansal@freescale.com> Message-ID: <56339787.2000504@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 On 09/17/2015 03:46 AM, Aneesh Bansal wrote: > Data types and I/O functions have been defined for > 64 bit physical addresses in arm. > > Signed-off-by: Aneesh Bansal > --- > Changes in v3: > Corrected the definition of virt_to_phys() and definition of phys_addr_t. Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York