From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 24 Aug 2018 10:11:00 -0400 Subject: [U-Boot] [PATCH 2/8] arm: K3: Add support for AM654 SoC definition In-Reply-To: <20180821143055.29012-3-lokeshvutla@ti.com> References: <20180821143055.29012-1-lokeshvutla@ti.com> <20180821143055.29012-3-lokeshvutla@ti.com> Message-ID: <20180824141100.GL26633@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Aug 21, 2018 at 08:00:49PM +0530, Lokesh Vutla wrote: > The AM654 device is designed for industrial automation and PLC > controller class platforms among other applications. Introduce > base support for AM654 SoC. [snip] > +config NON_SECURE_MSRAM_SIZE > + hex "Size of the MCU OC-MSRAM" > + default 0x80000 > + help > + Describes the total size of the MCU MSRAM. This doesn't > + specify the total size of SPL as ROM can use some part > + of this RAM. Once ROM gives control to SPL then this > + complete size can be usable. > + > +config MAX_DOWNLODABLE_IMAGE_SIZE > + hex "Maximum size of the image" > + default 0x58000 > + help > + Describes the maximum size of the image that ROM can download > + from any boot media. > + > +config MCU_SCRATCHPAD_BASE > + hex "Base address of Scratchpad RAM" > + default 0x40280000 if SOC_K3_AM6 > + help > + Describes the base address of MCU Scratchpad RAM. > + > +config MCU_SCRATCHPAD_SIZE > + hex "Size of Scratchpad RAM" > + default 0x200 if SOC_K3_AM6 > + help > + Describes the size of MCU Scratchpad RAM. These are very generic names. And are these really things that can be configured and changed by the user? MAX_DOWNLODABLE_IMAGE_SIZE is something we usually set in CONFIG_SPL_MAX_SIZE but I imagine the overall architecture means that perhaps that's not the exact variable we're talking about here. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: