Blame view

arch/mips/Kbuild.platforms 765 Bytes
5d25b01cf   Sam Ravnborg   MIPS: Introduce s...
1
  # All platforms listed in alphabetic order
baf3eb233   Manuel Lauss   MIPS: Move Alchem...
2
  platforms += alchemy
5d25b01cf   Sam Ravnborg   MIPS: Introduce s...
3
  platforms += ar7
d4a67d9dc   Gabor Juhos   MIPS: Add initial...
4
  platforms += ath79
53e434590   Ralf Baechle   MIPS: BCM47xx: Mi...
5
  platforms += bcm47xx
f5e8abd6f   Ralf Baechle   MIPS: BCM63xx: Mi...
6
  platforms += bcm63xx
f6e1db1b8   Ralf Baechle   MIPS: Octeon: Mig...
7
  platforms += cavium-octeon
5c6aecbda   Yoichi Yuasa   MIPS: Move Cobalt...
8
  platforms += cobalt
c136af090   Ralf Baechle   MIPS: DECstation:...
9
  platforms += dec
2f22f4569   Ralf Baechle   MIPS: EMMA: Migra...
10
  platforms += emma
1505b6075   Ralf Baechle   MIPS: Jazz: Migra...
11
  platforms += jazz
5ebabe598   Lars-Peter Clausen   MIPS: JZ4740: Add...
12
  platforms += jz4740
171bb2f19   John Crispin   MIPS: Lantiq: Add...
13
  platforms += lantiq
bd152b095   Ralf Baechle   MIPS: Lasat: Migr...
14
  platforms += lasat
28c945c88   Wu Zhangjin   MIPS: Loongson: M...
15
  platforms += loongson
526a2fe2f   Ralf Baechle   MIPS: MIPSsim: Mi...
16
  platforms += mipssim
36bb97e97   Ralf Baechle   MIPS: Malta: Migr...
17
  platforms += mti-malta
bf45e5837   Ralf Baechle   MIPS: XLR, XLS: M...
18
  platforms += netlogic
82baa6b08   Shane McDonald   MIPS: PMC-Sierra:...
19
  platforms += pmc-sierra
91a548d57   Ralf Baechle   MIPS: PNX833x: Mi...
20
  platforms += pnx833x
ad5f26355   Ralf Baechle   MIPS: PNX8550: Mi...
21
  platforms += pnx8550
026dab3c5   Ralf Baechle   MIPS: PowerTV: Mi...
22
  platforms += powertv
91598965e   Ralf Baechle   MIPS: RB532: Migr...
23
  platforms += rb532
b9dbdce11   Ralf Baechle   MIPS: IP22, IP28:...
24
  platforms += sgi-ip22
6a0cd4dca   Ralf Baechle   MIPS: IP27: Migra...
25
  platforms += sgi-ip27
4fa8a557c   Ralf Baechle   MIPS: IP32: Migra...
26
  platforms += sgi-ip32
34f5c1c57   Ralf Baechle   MIPS: Sibyte: Mig...
27
  platforms += sibyte
655f40e48   Ralf Baechle   MIPS: SNI: Migrat...
28
  platforms += sni
a8b361d97   Ralf Baechle   MIPS: TXx9: Migra...
29
  platforms += txx9
4300a92e9   Yoichi Yuasa   MIPS: Move VR41xx...
30
  platforms += vr41xx
f70a974dd   Ralf Baechle   MIPS: WRPPMC: Mig...
31
  platforms += wrppmc
5d25b01cf   Sam Ravnborg   MIPS: Introduce s...
32
33
34
  
  # include the platform specific files
  include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))