All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] MIPS: BMIPS5200 SMP support
@ 2016-02-04  2:14 Florian Fainelli
  2016-02-04  2:14 ` [PATCH 1/4] MIPS: BMIPS: Add Whirlwind (BMIPS5200) initialization code Florian Fainelli
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Florian Fainelli @ 2016-02-04  2:14 UTC (permalink / raw)
  To: linux-mips
  Cc: ralf, blogic, cernekee, jon.fraser, jaedon.shin, dragan.stancevic,
	jogo, Florian Fainelli

Hi all,

This patch series adds BCM7435/BMIPS52000 SMP support, it builds
on top of the series submitted here:

https://www.linux-mips.org/archives/linux-mips/2016-01/msg00737.html

Florian Fainelli (4):
  MIPS: BMIPS: Add Whirlwind (BMIPS5200) initialization code
  MIPS: BMIPS: Add missing 7038 L1 register cells to BCM7435
  MIPS: BMIPS: Remove maxcpus from BCM97435SVMB DTS
  MIPS: BMIPS: Fill in current_cpu_data.core

 arch/mips/boot/dts/brcm/bcm7435.dtsi     |   5 +-
 arch/mips/boot/dts/brcm/bcm97435svmb.dts |   2 +-
 arch/mips/kernel/Makefile                |   2 +-
 arch/mips/kernel/bmips_5xxx_init.S       | 753 +++++++++++++++++++++++++++++++
 arch/mips/kernel/bmips_vec.S             |  41 +-
 arch/mips/kernel/smp-bmips.c             |   1 +
 6 files changed, 797 insertions(+), 7 deletions(-)
 create mode 100644 arch/mips/kernel/bmips_5xxx_init.S

-- 
2.1.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-04-03 18:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04  2:14 [PATCH 0/4] MIPS: BMIPS5200 SMP support Florian Fainelli
2016-02-04  2:14 ` [PATCH 1/4] MIPS: BMIPS: Add Whirlwind (BMIPS5200) initialization code Florian Fainelli
2016-02-04  2:14 ` [PATCH 2/4] MIPS: BMIPS: Add missing 7038 L1 register cells to BCM7435 Florian Fainelli
2016-02-04  2:14 ` [PATCH 3/4] MIPS: BMIPS: Remove maxcpus from BCM97435SVMB DTS Florian Fainelli
2016-02-04  2:14 ` [PATCH 4/4] MIPS: BMIPS: Fill in current_cpu_data.core Florian Fainelli
2016-03-29  1:36 ` [PATCH 0/4] MIPS: BMIPS5200 SMP support Florian Fainelli
2016-04-03 18:39   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.