From: James Hogan <jhogan@kernel.org>
To: "Steven J. Hill" <steven.hill@cavium.com>
Cc: linux-mips@linux-mips.org, ralf@linux-mips.org
Subject: Re: [PATCH v4 0/7] Add Octeon Hotplug CPU Support.
Date: Thu, 8 Feb 2018 22:22:48 +0000 [thread overview]
Message-ID: <20180208222247.GC31316@saruman> (raw)
In-Reply-To: <1512021981-15560-1-git-send-email-steven.hill@cavium.com>
[-- Attachment #1: Type: text/plain, Size: 2925 bytes --]
Hi Steven,
On Thu, Nov 30, 2017 at 12:06:14AM -0600, Steven J. Hill wrote:
> This patchset adds working Octeon Hotplug CPU. It has been tested
> on our 70xx and 78xx develpoment boards. The 70xx has 4 cores and
> the 78xx has 48 cores. This was also tested on an EdgerouterPRO,
> which has 2 cores.
>
> Changes in v4:
> - Rebased against v4.15-rc1 kernel.
> - Smaller patchset due to some previous patches going upstream.
This series doesn't appear to build even cavium_octeon_defconfig since
patch 1, and is full of checkpatch errors and warnings.
Cheers
James
>
>
> David Daney (3):
> MIPS: Octeon: Populate kernel memory from cvmx_bootmem named blocks.
> MIPS: Add the concept of BOOT_MEM_KERNEL to boot_mem_map.
> MIPS: Octeon: Add working hotplug CPU support.
>
> Steven J. Hill (4):
> MIPS: Octeon: Header and file cleaning.
> MIPS: Octeon: Update values for CVMX_CIU_FUSE register.
> MIPS: Octeon: Add Octeon III platforms for console output.
> MIPS: Octeon: Remove crufty KEXEC and CRASH_DUMP code.
>
> arch/mips/Kconfig | 2 +-
> .../cavium-octeon/executive/cvmx-helper-board.c | 2 +-
> .../cavium-octeon/executive/cvmx-helper-jtag.c | 1 +
> .../cavium-octeon/executive/cvmx-helper-rgmii.c | 1 +
> .../cavium-octeon/executive/cvmx-helper-sgmii.c | 1 +
> .../mips/cavium-octeon/executive/cvmx-helper-spi.c | 1 +
> .../cavium-octeon/executive/cvmx-helper-xaui.c | 1 +
> arch/mips/cavium-octeon/executive/cvmx-helper.c | 1 +
> arch/mips/cavium-octeon/executive/cvmx-pko.c | 1 +
> arch/mips/cavium-octeon/executive/cvmx-spi.c | 1 +
> arch/mips/cavium-octeon/executive/octeon-model.c | 53 ++++-
> arch/mips/cavium-octeon/octeon-platform.c | 1 +
> arch/mips/cavium-octeon/octeon_boot.h | 95 --------
> arch/mips/cavium-octeon/setup.c | 246 +++++++--------------
> arch/mips/cavium-octeon/smp.c | 234 +++++++-------------
> arch/mips/include/asm/bootinfo.h | 1 +
> arch/mips/include/asm/mach-cavium-octeon/irq.h | 8 +
> .../asm/mach-cavium-octeon/kernel-entry-init.h | 58 ++++-
> arch/mips/include/asm/mipsregs.h | 1 +
> arch/mips/include/asm/octeon/cvmx-asm.h | 6 +-
> arch/mips/include/asm/octeon/cvmx-ciu-defs.h | 169 ++++++--------
> arch/mips/include/asm/octeon/cvmx-coremask.h | 26 ++-
> arch/mips/include/asm/octeon/cvmx-sysinfo.h | 4 +-
> arch/mips/include/asm/octeon/cvmx.h | 32 +--
> arch/mips/include/asm/octeon/octeon.h | 2 +
> arch/mips/kernel/setup.c | 30 ++-
> 26 files changed, 427 insertions(+), 551 deletions(-)
> delete mode 100644 arch/mips/cavium-octeon/octeon_boot.h
>
> --
> 2.1.4
>
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2018-02-08 22:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 6:06 [PATCH v4 0/7] Add Octeon Hotplug CPU Support Steven J. Hill
2017-11-30 6:06 ` [PATCH v4 1/7] MIPS: Octeon: Header and file cleaning Steven J. Hill
2017-11-30 6:06 ` [PATCH v4 2/7] MIPS: Octeon: Update values for CVMX_CIU_FUSE register Steven J. Hill
2017-11-30 6:06 ` [PATCH v4 3/7] MIPS: Octeon: Add Octeon III platforms for console output Steven J. Hill
2017-11-30 6:06 ` [PATCH v4 4/7] MIPS: Octeon: Remove crufty KEXEC and CRASH_DUMP code Steven J. Hill
2017-11-30 6:06 ` [PATCH v4 5/7] MIPS: Octeon: Populate kernel memory from cvmx_bootmem named blocks Steven J. Hill
2017-11-30 6:06 ` [PATCH v4 6/7] MIPS: Add the concept of BOOT_MEM_KERNEL to boot_mem_map Steven J. Hill
2017-11-30 6:06 ` [PATCH v4 7/7] MIPS: Octeon: Add working hotplug CPU support Steven J. Hill
2018-02-08 22:22 ` James Hogan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180208222247.GC31316@saruman \
--to=jhogan@kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=steven.hill@cavium.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox