
-----Original Message----- From: Sumit Garg Sent: Monday, May 01, 2017 11:23 AM To: Priyanka Jain priyanka.jain@nxp.com; u-boot@lists.denx.de Cc: york sun york.sun@nxp.com; Santan Kumar santan.kumar@nxp.com Subject: RE: [PATCH][v2] board: ls2080ardb, ls2080aqds: Adjust memory map for NOR-boot
-----Original Message----- From: Priyanka Jain Sent: Monday, May 01, 2017 11:00 AM To: york sun york.sun@nxp.com; Santan Kumar santan.kumar@nxp.com; u-boot@lists.denx.de Cc: Sumit Garg sumit.garg@nxp.com Subject: RE: [PATCH][v2] board: ls2080ardb, ls2080aqds: Adjust memory map for NOR-boot
-----Original Message----- From: York Sun [mailto:york.sun@nxp.com] Sent: Friday, April 28, 2017 9:25 PM To: Santan Kumar santan.kumar@nxp.com; u-boot@lists.denx.de Cc: Priyanka Jain priyanka.jain@nxp.com Subject: Re: [PATCH][v2] board: ls2080ardb, ls2080aqds: Adjust memory map for NOR-boot
On 04/28/2017 12:14 AM, Santan Kumar wrote:
This patch adjusts memory map for images on LS2080ARDB, LS2080AQDS as per below memory map for NOR flash: Image Flash Offset RCW+PBI 0x00000000 Boot firmware (U-Boot) 0x00100000 Boot firmware Environment 0x00300000 PPA firmware 0x00400000 PHY firmware 0x00980000 DPAA2 MC 0x00A00000 DPAA2 DPL 0x00D00000 DPAA2 DPC 0x00E00000 Kernel.itb 0x01000000
How about secure boot header files?
York
Secure header is expected at 0x600000 offset. Secure boot team will send additional patch on top of this for secure header related change. Priyanka
Can you please add Secure boot headers at 0x600000 offset as part of this patch only? As space at 0x600000 offset is reserved for Secure boot headers as per new memory map. Sumit
Secure header has been added by secure boot team with a follow up patch. https://patchwork.ozlabs.org/patch/757572/ Santan