From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Mon, 17 Mar 2008 17:32:10 -0500 Subject: [U-Boot-Users] Uboot-V2: ARM: towards a common start-arm.S Message-ID: <47DEF16A.3070406@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sascha, I think we dont have a seperate list for uboot-v2, so, just wanted to know the opinion of having a single arch/arm/cpu/start-arm.S instead of multiple start-arm files. essentially providing hooks to arch,soc,board specific preinits can allow us to reuse major chunk of code.. I have attached a sample start-arm.S (modified from start-arm920t.S) as reference. Do let me know your comments and view as to how the initial handling can be made abstract enough to plug into requirements of future SOCs, boards etc. I am looking not to mash in #ifdef ARCH_XYZ for each of the SOC implementation I plan on doing. Regards, Nishanth Menon -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: start-arm.S Url: http://lists.denx.de/pipermail/u-boot/attachments/20080317/7002cf09/attachment.txt