From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomko Date: Mon, 20 Jun 2005 17:01:15 +0800 Subject: [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus In-Reply-To: <20050620094434.00006591@idefix> References: <20050620094434.00006591@idefix> Message-ID: <42B685DB.2050607@avantwave.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I am going to port the u boot on motorola MX21ads which use arm926ejs as the core , do i need to install your patch before porting on mx21 ? Regards, TOM Andreas Engel wrote: >CHANGELOG entry: > >* Patch by Andreas Engel, 20 June 2005 > applied the SoC concept to arm926ejs cpus, i.e. moved the SoC > specific timer and cpu_reset code from the ./cpu/$(CPU) > directory into new ./cpu/$(CPU)/$(SOC) directories > > >