From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burton Date: Fri, 30 Jan 2015 12:22:19 +0000 Subject: [U-Boot] [PATCH 0/4] MIPS: unify start.S In-Reply-To: References: <1422525851-4536-1-git-send-email-paul.burton@imgtec.com> Message-ID: <20150130122219.GL6116@NP-P-BURTON> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Jan 29, 2015 at 02:48:59PM +0100, Daniel Schwierzeck wrote: > Hi Paul, > > 2015-01-29 11:04 GMT+01:00 Paul Burton : > > Currently we have mips32-specific & mips64-specific versions of start.S, > > which are very similar. This short series adapts the mips32 start.S to > > also be suitable for mips64 systems & then shares that single copy > > between mips32 & mips64 builds. > > > > Paul Burton (4): > > MIPS: use asm.h macros in mips32 start.S > > MIPS: handle mips64 relocs in mips32 start.S > > MIPS: handle mips64 ST0_KX bit in mips32 start.S > > MIPS: share start.S between mips32 & mips64 > > > > very appreciated, thanks. But I'd like to replace patch 4/4 with > > http://patchwork.ozlabs.org/patch/434556/ > http://patchwork.ozlabs.org/patch/434555/ > > what do you think? > > -- > - Daniel Hi Daniel, Seems good to me :) Paul