Ralf Baechle
8bfc245f9a
Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next
2013-02-21 12:51:33 +01:00
John Crispin
ae2b5bb657
MIPS: ralink: adds Kbuild files
...
Add the Kbuild symbols and Makefiles needed to actually build the ralink code
from this series
Signed-off-by: John Crispin <blogic@openwrt.org >
Signed-off-by: Gabor Juhos <juhosg@openwrt.org >
Patchwork: http://patchwork.linux-mips.org/patch/4899/
2013-02-17 01:25:32 +01:00
Ralf Baechle
0f3a05cb43
MIPS: MSP71xx: Move code.
...
Now that Yosemite's gone we can move the MSP71xx code one level up.
Shane McDonald <mcdonald.shane@gmail.com >'s
https://patchwork.linux-mips.org/patch/4736/ has been folded into this
patch.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2013-02-01 10:00:22 +01:00
Ralf Baechle
e33b0451e9
MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2013-02-01 10:00:21 +01:00
Ralf Baechle
cb418b34ca
Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next
2012-09-28 16:29:55 +02:00
Steven J. Hill
b30fdd6f73
MIPS: MIPSsim: Remove the MIPSsim platform.
...
The MIPSsim platform is no longer supported or used.
[ralf@linux-mips.org: Also remove mipssim from arch/mips/Kbuild.platforms
and delete arch/mips/include/asm/mach-mipssim/*.]
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4350/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2012-09-25 16:04:54 +02:00
Steven J. Hill
ec47b27434
MIPS: Changes to configuration files for SEAD-3 platform.
...
Change MIPS configuration files to add the SEAD-3. Also add
new default configuration file for a SEAD-3 kernel.
Signed-off-by: Steven J. Hill <sjhill@mips.com >
2012-09-13 15:43:47 -05:00
Kelvin Cheung
ca585cf9fb
MIPS: Loongson 1B: Add board support
...
Adds basic platform devices for Loongson 1B, including serial port,
ethernet, USB, RTC and interrupt handler.
The Loongson 1B UART is compatible with NS16550A, the Loongson 1B GMAC is
built around a Synopsys IP Core.
Use normal instead of enhanced descriptors.
Thanks to Giuseppe for updating the normal descriptor in stmmac driver.
Thanks to Zhao Zhang for implementing the RTC driver.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com >
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: wuzhangjin@gmail.com
Cc: zhzhl555@gmail.com
Cc: Kelvin Cheung <keguang.zhang@gmail.com >
Patchwork: https://patchwork.linux-mips.org/patch/4133/
Patchwork: https://patchwork.linux-mips.org/patch/4134/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2012-07-25 16:17:24 +02:00
Ralf Baechle
bf45e58371
MIPS: XLR, XLS: Move makefile bits to were they belong.
...
This patch combines linux-mips.org patches
637d69600fb1773da56487271ec2a79c33d237ed [MIPS: Netlogic: Yank out crap.]
and 5e3c263b9658a4b1c6c5577793e9347efb44854e [MIPS: XLR, XLS: Add Kbuild
files for platform.]
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2415/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2011-07-20 23:12:11 +01:00
John Crispin
171bb2f19e
MIPS: Lantiq: Add initial support for Lantiq SoCs
...
Add initial support for Mips based SoCs made by Lantiq. This series will add
support for the XWAY family.
The series allows booting a minimal system using a initramfs or NOR. Missing
drivers and support for Amazon and GPON family will be provided in a later
series.
[Ralf: Remove some cargo cult programming and fixed formatting.]
Signed-off-by: John Crispin <blogic@openwrt.org >
Signed-off-by: Ralph Hempel <ralph.hempel@lantiq.com >
Signed-off-by: David Daney <ddaney@caviumnetworks.com >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2252/
Patchwork: https://patchwork.linux-mips.org/patch/2371/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2011-05-19 09:55:41 +01:00
Gabor Juhos
d4a67d9dc8
MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCs
...
This patch adds initial support for various Atheros SoCs based on the
MIPS 24Kc core. The following models are supported at the moment:
- AR7130
- AR7141
- AR7161
- AR9130
- AR9132
- AR7240
- AR7241
- AR7242
The current patch contains minimal support only, but the resulting
kernel can boot into user-space with using of an initramfs image on
various boards which are using these SoCs. Support for more built-in
devices and individual boards will be implemented in further patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org >
Signed-off-by: Imre Kaloz <kaloz@openwrt.org >
Cc: linux-mips@linux-mips.org
Cc: Luis R. Rodriguez <lrodriguez@atheros.com >
Cc: Cliff Holden <Cliff.Holden@Atheros.com >
Cc: Kathy Giori <Kathy.Giori@Atheros.com >
Patchwork: https://patchwork.linux-mips.org/patch/1947/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2011-01-18 19:30:24 +01:00
Lars-Peter Clausen
5ebabe5980
MIPS: JZ4740: Add Kbuild files
...
Add the Kbuild files for the JZ4740 architecture and adds JZ4740 support
to the MIPS Kbuild files.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de >
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1406/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:26:17 +01:00
Ralf Baechle
ad5f263557
MIPS: PNX8550: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:57 +01:00
Ralf Baechle
91a548d57e
MIPS: PNX833x: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:56 +01:00
Ralf Baechle
2f22f45693
MIPS: EMMA: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:55 +01:00
Ralf Baechle
a8b361d97f
MIPS: TXx9: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:55 +01:00
Ralf Baechle
34f5c1c578
MIPS: Sibyte: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:55 +01:00
Ralf Baechle
f6e1db1b87
MIPS: Octeon: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:54 +01:00
Ralf Baechle
f5e8abd6f1
MIPS: BCM63xx: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:54 +01:00
Ralf Baechle
53e4345906
MIPS: BCM47xx: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:54 +01:00
Ralf Baechle
bd152b095e
MIPS: Lasat: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:53 +01:00
Ralf Baechle
026dab3c51
MIPS: PowerTV: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:52 +01:00
Ralf Baechle
f70a974dd0
MIPS: WRPPMC: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:51 +01:00
Ralf Baechle
91598965ec
MIPS: RB532: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:50 +01:00
Ralf Baechle
4fa8a557c3
MIPS: IP32: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:50 +01:00
Ralf Baechle
36bb97e971
MIPS: Malta: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:50 +01:00
Ralf Baechle
b9dbdce11b
MIPS: IP22, IP28: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:49 +01:00
Ralf Baechle
655f40e487
MIPS: SNI: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:49 +01:00
Ralf Baechle
c136af0906
MIPS: DECstation: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:49 +01:00
Ralf Baechle
1505b60757
MIPS: Jazz: Migrate to new platform makefile style.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:48 +01:00
Shane McDonald
82baa6b082
MIPS: PMC-Sierra: Move board Makefile parts to their own Platform file
...
Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com >
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1354/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:48 +01:00
Yoichi Yuasa
4300a92e9b
MIPS: Move VR41xx Makefile parts to their own Platform file
...
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org >
Cc: linux-mips <linux-mips@linux-mips.org >
Patchwork: https://patchwork.linux-mips.org/patch/1322/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:48 +01:00
Yoichi Yuasa
5c6aecbda8
MIPS: Move Cobalt Makefile parts to their own Platform file
...
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org >
Cc: linux-mips <linux-mips@linux-mips.org >
Patchwork: https://patchwork.linux-mips.org/patch/1321/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:47 +01:00
Ralf Baechle
6a0cd4dca0
MIPS: IP27: Migrate to new Platform file
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:47 +01:00
Manuel Lauss
baf3eb233d
MIPS: Move Alchemy Makefile parts to their own Platform file.
...
[Ralf: Remove a forgotten -Werror in Pb1200 Makefile.]
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com >
To: Linux-MIPS <linux-mips@linux-mips.org >
Cc: Sam Ravnborg <sam@ravnborg.org >
Cc: Manuel Lauss <manuel.lauss@googlemail.com >
Patchwork: https://patchwork.linux-mips.org/patch/1319/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:46 +01:00
Ralf Baechle
526a2fe2f5
MIPS: MIPSsim: Migrate to new Platform file
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:45 +01:00
Wu Zhangjin
28c945c886
MIPS: Loongson: Migrate makefile to new Platform file
...
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com >
To: linux-mips <linux-mips@linux-mips.org >
Cc: Alexander Clouter <alex@digriz.org.uk >
Cc: Manuel Lauss <manuel.lauss@gmail.com >
Cc: Sam Ravnborg <sam@ravnborg.org >,
Patchwork: https://patchwork.linux-mips.org/patch/1313/
Patchwork: https://patchwork.linux-mips.org/patch/1326/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:45 +01:00
Sam Ravnborg
5d25b01cf9
MIPS: Introduce support for Platform definitions
...
Move platform specific definitions to the platfrom directories.
Each platform shall do the following:
1) include an entry in arch/mips/Kbuild.platforms
2) add relevant definitions to arch/mips/<platform>/Platform
This commits changes ar7 to the new scheme as an example.
Introducing a platform speecific Platfrom file has following advantages:
1) decentralization of platfrom definitions
2) simplification af arch/mips/Makefile
3) force all platfrom to build with -Werror (done in arch/mips/Kbuild)
[Ralf: Remove forgotten -Werror from AR7 Makefile]
Signed-off-by: Sam Ravnborg <sam@ravnborg.org >
To: linux-mips <linux-mips@linux-mips.org >
To: Wu Zhangjin <wuzhangjin@gmail.com >
Patchwork: https://patchwork.linux-mips.org/patch/1302/
Patchwork: http://patchwork.linux-mips.org/patch/1308/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:25:45 +01:00