From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Fri, 20 Feb 2015 16:29:54 +0900 Subject: [U-Boot] [RFC PATCH v2 0/19] ARM: start to move SoC code into arch/arm/mach-* In-Reply-To: <1424415855-10456-1-git-send-email-yamada.m@jp.panasonic.com> References: <1424415855-10456-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20150220162953.DDB7.AA925319@jp.panasonic.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 forgot to drop the "RFC" prefix. I send this series as a real applicable one. On Fri, 20 Feb 2015 16:03:56 +0900 Masahiro Yamada wrote: > > This series can be applied on the current u-boot/master > (commit 1320112c8aa58345d71a5a46f3bf6a52589f1f2b) > > Just rebased onto u-boot/master. > No other specail update from the RFC version. > > > > Masahiro Yamada (19): > ARM: at91: move board select menu and common settings > ARM: prepare for moving SoC sources into mach-* > ARM: at91: collect SoC sources into mach-at91 > ARM: tegra: collect SoC sources into mach-tegra > ARM: davinci: move SoC sources to mach-davinci > ARM: kirkwood: move SOC sources to mach-kirkwood > ARM: nomadik: move SoC sources to mach-nomadik > ARM: highbank: move SoC sources to mach-highbank > ARM: orion5x: move SoC sources to mach-orion5x > ARM: versatile: move SoC sources to mach-versatile > ARM: keystone: move SoC sources to mach-keystone > kbuild: prepare for moving headers into mach-*/include/mach > ARM: at91: move SoC headers to mach-at91/include/mach > ARM: davinci: move SoC headers to mach-davinci/include/mach > ARM: kirkwood: move SoC headers to mach-kirkwood/include/mach > ARM: nomadik: move SoC headers to mach-nomadik/include/mach > ARM: orion5x: move SoC headers to mach-orion5x/include/mach > ARM: keystone: move SoC headers to mach-keystone/include/mach > ARM: prepare for including