From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 1 Sep 2015 10:45:00 +0200 Subject: [U-Boot] [PATCH v2 6/8] microblaze: Add a TODO to call board_init_f_mem() In-Reply-To: <1440795028-7303-7-git-send-email-sjg@chromium.org> References: <1440795028-7303-1-git-send-email-sjg@chromium.org> <1440795028-7303-7-git-send-email-sjg@chromium.org> Message-ID: <55E5658C.2020901@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/28/2015 10:50 PM, Simon Glass wrote: > This C function should be used to do the early memory layout and init. This > is beyond my powers, so just add a TODO for the maintainer. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/microblaze/cpu/start.S | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S > index 953d3a1..14f46a8 100644 > --- a/arch/microblaze/cpu/start.S > +++ b/arch/microblaze/cpu/start.S > @@ -25,6 +25,7 @@ _start: > > addi r8, r0, __end > mts rslr, r8 > + /* TODO: Redo this code to call board_init_f_mem() */ > #if defined(CONFIG_SPL_BUILD) > addi r1, r0, CONFIG_SPL_STACK_ADDR > mts rshr, r1 > @@ -141,6 +142,7 @@ _start: > ori r12, r12, 0x1a0 > mts rmsr, r12 > > + /* TODO: Redo this code to call board_init_f_mem() */ > clear_bss: > /* clear BSS segments */ > addi r5, r0, __bss_start > Acked-by: Michal Simek Thanks, Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: