Re: [U-Boot] [RFC PATCH 0/6] Mips: Refactoring of CPU and SoC code

2011-03-12 Thread Shinya Kuribayashi
By the way, please use MIPS: next time, not Mips: Thanks in advance, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH 0/6] Mips: Refactoring of CPU and SoC code

2011-03-12 Thread Shinya Kuribayashi
On 3/9/11 10:16 PM, daniel.schwierz...@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, Purple and Au1x00 is moved to separate SoC subdirectories. Personally I'm not

[U-Boot] [RFC PATCH 0/6] Mips: Refactoring of CPU and SoC code

2011-03-09 Thread daniel . schwierzeck
All current Mips CPUs and SoCs are based on Mips32 arch. The complete code resides in the global arch/mips/cpu directory. All SoC specific code resides in this directory too. This is not suitable if other Mips architectures like Mips64 or Octeon or new SoCs should be supported in the future. This