lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 26 Oct 2014 01:08:23 +0200 From: Alexander Graf <agraf@...e.de> To: suravee.suthikulpanit@....com CC: mark.rutland@....com, will.deacon@....com, catalin.marinas@....com, marc.zyngier@....com, liviu.dudau@....com, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>, Thomas Lendacky <Thomas.Lendacky@....com>, Joel Schopp <Joel.Schopp@....com>, "<linux-kernel@...r.kernel.org>" <linux-kernel@...r.kernel.org>, linux-arm-kernel@...ts.infradead.org Subject: Re: [PATCH] arm64: amd-seattle: Adding device tree for AMD Seattle platform On 24.10.14 14:20, suravee.suthikulpanit@....com wrote: > From: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com> > > Initial revision of device tree for AMD Seattle platform > > Cc: Mark Rutland <mark.rutland@....com> > Cc: Will Deacon <will.deacon@....com> > Cc: Catalin Marinas <catalin.marinas@....com> > Cc: Rob Herring <robh+dt@...nel.org> > Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com> > Signed-off-by: Thomas Lendacky <Thomas.Lendacky@....com> > Signed-off-by: Joel Schopp <Joel.Schopp@....com> > --- > arch/arm64/Kconfig | 5 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/amd-seattle-periph.dtsi | 164 ++++++++++++++++++++++++++++ > arch/arm64/boot/dts/amd-seattle.dts | 126 +++++++++++++++++++++ > 4 files changed, 296 insertions(+) > > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index 48b7437..e4c052f 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -137,6 +137,11 @@ source "kernel/Kconfig.freezer" > > menu "Platform selection" > > +config ARCH_SEATTLE > + bool "AMD Seattle SoC Family" > + help > + This enables support for AMD Seattle SOC Family > + > config ARCH_THUNDER > bool "Cavium Inc. Thunder SoC Family" > help > diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile > index f8001a6..6c27047 100644 > --- a/arch/arm64/boot/dts/Makefile > +++ b/arch/arm64/boot/dts/Makefile > @@ -1,6 +1,7 @@ > dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb > dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb > dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb > +dtb-$(CONFIG_ARCH_SEATTLE) += amd-seattle.dtb This option doesn't exist in upstream kernels, does it? Why not just make it dtb-y? Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists