From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Thu, 31 Mar 2011 00:56:53 +0900 Subject: [U-Boot] [PATCH v3 0/5] MIPS: Refactoring and cleanup of CPU and SoC code In-Reply-To: <1301330038-18664-1-git-send-email-daniel.schwierzeck@googlemail.com> References: <1301330038-18664-1-git-send-email-daniel.schwierzeck@googlemail.com> Message-ID: <4D9352C5.6080202@pobox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/29/2011 01:33 AM, daniel.schwierzeck at googlemail.com wrote: > This patch series refactors the Mips CPU directory and put all current > code into an own mips32 subdirectory. Furthermore the SoC specific code > of IncaIP and Au1x00 is moved to separate SoC subdirectories. > The support for Purple is dropped because not actively maintained > anymore. > > Changes since RFC/v1: > - drop Purple supported as agreed with Wolfgang Denk > - use MIPS rather than Mips in patch subject > - fixed Cc lines in all patches > > Changes since v2: > - reverted patch for endianess flag setup > - always use -march=mips32r2 as default CPU optimization for > all MIPS32 CPU cores > > Daniel Schwierzeck (5): > MIPS: Purple: Remove Purple support > MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32 > MIPS: Optimize the setup of CPU optimization flags > MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory > MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectory I've reviewed and build tested, all patches look good. Applied and queued to u-boot-mips tree along with several s/Mips/MIPS/ keyword cleanups in the git commitlogs. Will make a pull-request once v2011.03 gets released.