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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <56159D29.3090801@kernel.org> Date: Thu, 08 Oct 2015 07:31:05 +0900 From: Kukjin Kim <kgene@...nel.org> To: Emilio López <emilio.lopez@...labora.co.uk> CC: gregkh@...uxfoundation.org, olof@...om.net, kgene@...nel.org, k.kozlowski@...sung.com, linux@...ck-us.net, linux-kernel@...r.kernel.org, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-samsung-soc@...r.kernel.org Subject: Re: [PATCH v3 4/4] ARM: dts: Enable EC vboot context support on Peach boards On 09/21/15 22:38, Emilio López wrote: > The Peach boards use the EC to store the vboot context information, > so add the corresponding properties on the EC node to indicate so. > > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@...sung.com> > Acked-by: Javier Martinez Canillas <javier@....samsung.com> > Signed-off-by: Emilio López <emilio.lopez@...labora.co.uk> > --- > > Changes from v1: > - none > > Changes from v2: > - collect tags from Krzysztof & Javier > > arch/arm/boot/dts/exynos5420-peach-pit.dts | 1 + > arch/arm/boot/dts/exynos5800-peach-pi.dts | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts > index 8f4d76c..ac02fb4 100644 > --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts > +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts > @@ -935,6 +935,7 @@ > pinctrl-0 = <&ec_spi_cs &ec_irq>; > reg = <0>; > spi-max-frequency = <3125000>; > + google,has-vbc-nvram; > > controller-data { > samsung,spi-feedback-delay = <1>; > diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts > index 7d5b386..b60dec0 100644 > --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts > +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts > @@ -898,6 +898,7 @@ > pinctrl-0 = <&ec_spi_cs &ec_irq>; > reg = <0>; > spi-max-frequency = <3125000>; > + google,has-vbc-nvram; > > controller-data { > samsung,spi-feedback-delay = <1>; Applied, thanks. - Kukjin -- 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