From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 24 Aug 2012 19:21:55 +0200 Subject: [U-Boot] [PATCH 3/6] SPL: Port SPL framework to powerpc In-Reply-To: <5037A983.6050108@ti.com> References: <1345709565-28862-1-git-send-email-sr@denx.de> <1345709565-28862-4-git-send-email-sr@denx.de> <5036A317.7020908@ti.com> <503726D0.7000407@denx.de> <5037A3FA.5070505@ti.com> <5037A6D5.4070604@denx.de> <5037A983.6050108@ti.com> Message-ID: <5037B833.9060504@denx.de> 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/24/2012 06:19 PM, Tom Rini wrote: >>>> What do you think? Can you move this gd init stuff into such a common >>>> ARM spl file in the next patchset version? >>> >>> Yes. We should probably say it's the job of board_init_f. I know full >>> U-Boot does it at the start of board_init_r but I think for SPL it makes >>> sense to document that board_init_f does any early init it needs to, >>> clears BSS, sets up gd and calls board_init_r. >> >> Full ack. In my next patchset version, I already extracted this gd setup >> into board_init_f(). > > OK good, I just booted and reset my arm9 platform with this > proof-of-concepted over. I should post v4 today. Great. I'll rebase my patches on top of that next week then. Thanks, Stefan