From: Tomer Maimon <tmaimon77@gmail.com>
To: robh+dt@kernel.org, linux@armlinux.org.uk, mark.rutland@arm.com,
brendanhiggins@google.com, avifishman70@gmail.com,
julien.thierry@arm.com, pombredanne@nexb.com, arnd@arndb.de,
olof@lixom.net, khilman@kernel.org, joel@jms.id.au
Cc: devicetree@vger.kernel.org, openbmc@lists.ozlabs.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Tomer Maimon <tmaimon77@gmail.com>
Subject: [PATCH v12 0/3] arm: npcm: add basic support for Nuvoton BMCs
Date: Tue, 13 Mar 2018 15:32:08 +0200 [thread overview]
Message-ID: <1520947931-15426-1-git-send-email-tmaimon77@gmail.com> (raw)
Addressed comments from:
- Arnd: https://www.spinics.net/lists/arm-kernel/msg639249.html
Summary of changes since previous update:
- Modify mach-npcm Kconfig to support all NPCM7XX family.
- Modify mach-npcm Makefile.
- Adding NPCM730 chip support.
- Adding L2 Cache values to initialize the L2 Cache.
All changes tested on Nuvoton NPCM750 EVB.
Tomer Maimon (3):
arm: npcm: add basic support for Nuvoton BMCs
arm: dts: add Nuvoton NPCM750 device tree
MAINTAINERS: Add entry for the Nuvoton NPCM architecture
.../arm/cpu-enable-method/nuvoton,npcm750-smp | 42 ++++++
.../devicetree/bindings/arm/npcm/npcm.txt | 6 +
MAINTAINERS | 14 ++
arch/arm/Kconfig | 2 +
arch/arm/Makefile | 1 +
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 35 +++++
arch/arm/boot/dts/nuvoton-npcm750.dtsi | 165 +++++++++++++++++++++
arch/arm/mach-npcm/Kconfig | 30 ++++
arch/arm/mach-npcm/Makefile | 6 +
arch/arm/mach-npcm/headsmp.S | 17 +++
arch/arm/mach-npcm/npcm7xx.c | 23 +++
arch/arm/mach-npcm/platsmp.c | 81 ++++++++++
13 files changed, 424 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/cpu-enable-method/nuvoton,npcm750-smp
create mode 100644 Documentation/devicetree/bindings/arm/npcm/npcm.txt
create mode 100644 arch/arm/boot/dts/nuvoton-npcm750-evb.dts
create mode 100644 arch/arm/boot/dts/nuvoton-npcm750.dtsi
create mode 100644 arch/arm/mach-npcm/Kconfig
create mode 100644 arch/arm/mach-npcm/Makefile
create mode 100644 arch/arm/mach-npcm/headsmp.S
create mode 100644 arch/arm/mach-npcm/npcm7xx.c
create mode 100644 arch/arm/mach-npcm/platsmp.c
--
2.14.1
next reply other threads:[~2018-03-13 13:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-13 13:32 Tomer Maimon [this message]
2018-03-13 13:32 ` [PATCH v12 1/3] arm: npcm: add basic support for Nuvoton BMCs Tomer Maimon
2018-03-13 13:32 ` [PATCH v12 2/3] arm: dts: add Nuvoton NPCM750 device tree Tomer Maimon
2018-03-13 13:32 ` [PATCH v12 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture Tomer Maimon
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=1520947931-15426-1-git-send-email-tmaimon77@gmail.com \
--to=tmaimon77@gmail.com \
--cc=arnd@arndb.de \
--cc=avifishman70@gmail.com \
--cc=brendanhiggins@google.com \
--cc=devicetree@vger.kernel.org \
--cc=joel@jms.id.au \
--cc=julien.thierry@arm.com \
--cc=khilman@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=olof@lixom.net \
--cc=openbmc@lists.ozlabs.org \
--cc=pombredanne@nexb.com \
--cc=robh+dt@kernel.org \
/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