[PATCH v1 1/3] arm: npcm: add basic support for Nuvoton BMCs
Joel Stanley
joel at jms.id.au
Fri Dec 15 11:45:43 AEDT 2017
On Thu, Dec 14, 2017 at 12:15 AM, Tomer Maimon <tmaimon77 at gmail.com> wrote:
> Adds basic support for the Nuvoton NPCM750 BMC.
>
> Based on [v8,1/3] arm: npcm: add basic support for Nuvoton BMCs patch:
> Brendan Higgins : - https://patchwork.kernel.org/patch/10063409/
>
> Signed-off-by: Tomer Maimon <tmaimon77 at gmail.com>
> ---
> arch/arm/Kconfig | 2 +
> arch/arm/Makefile | 1 +
> arch/arm/configs/PolegSVB_defconfig | 428 ++++++++++++++++++++++++++++++++++++
Convention is to use lowercase for the filename. Please put the
defconfig in a separate patch.
> arch/arm/mach-npcm/Kconfig | 61 +++++
> arch/arm/mach-npcm/Makefile | 6 +
> arch/arm/mach-npcm/headsmp.S | 22 ++
> arch/arm/mach-npcm/npcm7xx.c | 27 +++
> arch/arm/mach-npcm/platsmp.c | 86 ++++++++
> 8 files changed, 633 insertions(+)
> create mode 100644 arch/arm/configs/PolegSVB_defconfig
> 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
> diff --git a/arch/arm/configs/PolegSVB_defconfig b/arch/arm/configs/PolegSVB_defconfig
> new file mode 100644
> index 000000000000..149e422a24ef
> --- /dev/null
> +++ b/arch/arm/configs/PolegSVB_defconfig
The defconfig should be the result of running "make savedefconfig".
This produces a file called "defconfig" that you can copy to
arch/arm/configs/poleg_svb_defconfig and commit.
This is the same process you should use when updating the defconfig:
make ARCH=arm poleg_svb_defconfig
// update config options
make ARCH=arm savedefconfig
cp defconfig arch/arm/configs/poleg_svb_defconfig
git commit -vsm "ARM: configs: npcmu: update defconfig"
Cheers,
Joel
More information about the openbmc
mailing list