From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE81AC433E4 for ; Thu, 16 Jul 2020 19:18:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C22A6207BC for ; Thu, 16 Jul 2020 19:18:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729534AbgGPTSU (ORCPT ); Thu, 16 Jul 2020 15:18:20 -0400 Received: from foss.arm.com ([217.140.110.172]:39474 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729387AbgGPTSU (ORCPT ); Thu, 16 Jul 2020 15:18:20 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 23D4231B; Thu, 16 Jul 2020 12:18:19 -0700 (PDT) Received: from [10.57.35.46] (unknown [10.57.35.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id ED5483F718; Thu, 16 Jul 2020 12:18:17 -0700 (PDT) Subject: Re: [RFC PATCH v1 1/2] dt-bindings: arm: rockchip: add A95X Z2 description To: Johan Jonker , Rob Herring Cc: linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, heiko@sntech.de, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org References: <20200620134659.4592-1-jbx6244@gmail.com> <20200620134659.4592-2-jbx6244@gmail.com> <20200715192935.GA684031@bogus> <14b39efe-f38b-b471-560d-1ecaeafc5dd5@gmail.com> <56b1447d-6c62-9e73-a7ce-08fb70096a97@arm.com> <544f9182-034b-6309-a945-72b5a34ee2e8@gmail.com> From: Robin Murphy Message-ID: <7811d168-6f41-adda-bd64-e7475b239863@arm.com> Date: Thu, 16 Jul 2020 20:18:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <544f9182-034b-6309-a945-72b5a34ee2e8@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-07-16 17:11, Johan Jonker wrote: > On 7/16/20 3:34 PM, Robin Murphy wrote: >> On 2020-07-16 13:05, Johan Jonker wrote: >>> Hi Rob, >>> >>> The A95X Z2 boxes are sold by various vendors/manufacturers/web shops. >>> The box it self only shows a label with a model name. >>> Determining the true vendor is a kind of tricky for a outsider of the >>> business. >>> Could you advise what would be a save choice to the rather rigid vendor >>> requirements. >>> Is for example this a option: >>> >>>    "^a95x,.*": >>>      description: A95X >>> >>> Is there someone who can give more info on this subject? >> >> FWIW we already have some "A95X" branded things attributed to Nexbox in >> upstream DTs, however, the evidence from scraping around the internet >> suggests that the closest thing to an original vendor for the "A95X Z2" >> model is probably these folks: >> >> https://zkmagic.en.alibaba.com/ > > That's where I got my update/backup img from. > A mail was sent, but what if they all claim to be a 'official' or > 'direct' store? Well, at some point we have to make a judgement call if the facts aren't easy to come by, but it's already clear that "A95X" is not a vendor but some kind of generic model name apparently used by multiple vendors. We already have "nexbox,a95x" as a binding for another model, and a plausible idea of who's responsible for this one, so I think "zkmagic,a95x-z2" would be the appropriate binding here. It's hardly the end of the world if it's not 100% accurate, but that's no excuse not to at least try. Robin. > > option 1: > > - description: A95X Z2 > items: > - const: a95x,z2 > > "^a95x,.*": > description: A95X > > or option 2: > > - description: Zkmagic A95X Z2 > items: > - const: zkmagic,a95x-z2 > > "^zkmagic,.*": > description: Shenzhen Zkmagic Technology Co., Ltd. > > I'ld rather prefer a short neutral name like option 1 just to be save. ;) > For the completeness there seems to be: > a95x a2 > a95x a3 > a95x f1 > a95x f2 > a95x f3 > a95x max > a95x max plus > a95x r1 > a95x r2 > a95x r3 > a95x r5 > a95x z2 > a95x z2 + > > Any advice welcome.. > > Johan > >> >> Robin. >> >>> >>> Kind regards, >>> >>> Johan Jonker >>> >>> On 7/15/20 9:29 PM, Rob Herring wrote: >>>> On Sat, Jun 20, 2020 at 03:46:58PM +0200, Johan Jonker wrote: >>>>> Add A95X Z2 description for a board with rk3318 processor. >>>>> >>>>> Signed-off-by: Johan Jonker >>>>> --- >>>>>   Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ >>>>>   1 file changed, 5 insertions(+) >>>>> >>>>> diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml >>>>> b/Documentation/devicetree/bindings/arm/rockchip.yaml >>>>> index d4a404509..3d44b3cf0 100644 >>>>> --- a/Documentation/devicetree/bindings/arm/rockchip.yaml >>>>> +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml >>>>> @@ -25,6 +25,11 @@ properties: >>>>>             - const: vamrs,rock960 >>>>>             - const: rockchip,rk3399 >>>>>   +      - description: A95X Z2 >>>>> +        items: >>>>> +          - const: a95x,z2 >>>> >>>> Need to document vendor prefix. >>>> >>>>> +          - const: rockchip,rk3318 >>>>> + >>>>>         - description: Amarula Vyasa RK3288 >>>>>           items: >>>>>             - const: amarula,vyasa-rk3288 >>>>> -- >>>>> 2.11.0 >>>>> >>> >>> >>> _______________________________________________ >>> Linux-rockchip mailing list >>> Linux-rockchip@lists.infradead.org >>> http://lists.infradead.org/mailman/listinfo/linux-rockchip >>> > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Murphy Subject: Re: [RFC PATCH v1 1/2] dt-bindings: arm: rockchip: add A95X Z2 description Date: Thu, 16 Jul 2020 20:18:16 +0100 Message-ID: <7811d168-6f41-adda-bd64-e7475b239863@arm.com> References: <20200620134659.4592-1-jbx6244@gmail.com> <20200620134659.4592-2-jbx6244@gmail.com> <20200715192935.GA684031@bogus> <14b39efe-f38b-b471-560d-1ecaeafc5dd5@gmail.com> <56b1447d-6c62-9e73-a7ce-08fb70096a97@arm.com> <544f9182-034b-6309-a945-72b5a34ee2e8@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <544f9182-034b-6309-a945-72b5a34ee2e8-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Content-Language: en-GB Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Johan Jonker , Rob Herring Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rockchip.vger.kernel.org On 2020-07-16 17:11, Johan Jonker wrote: > On 7/16/20 3:34 PM, Robin Murphy wrote: >> On 2020-07-16 13:05, Johan Jonker wrote: >>> Hi Rob, >>> >>> The A95X Z2 boxes are sold by various vendors/manufacturers/web shops. >>> The box it self only shows a label with a model name. >>> Determining the true vendor is a kind of tricky for a outsider of the >>> business. >>> Could you advise what would be a save choice to the rather rigid vendor >>> requirements. >>> Is for example this a option: >>> >>>    "^a95x,.*": >>>      description: A95X >>> >>> Is there someone who can give more info on this subject? >> >> FWIW we already have some "A95X" branded things attributed to Nexbox in >> upstream DTs, however, the evidence from scraping around the internet >> suggests that the closest thing to an original vendor for the "A95X Z2" >> model is probably these folks: >> >> https://zkmagic.en.alibaba.com/ > > That's where I got my update/backup img from. > A mail was sent, but what if they all claim to be a 'official' or > 'direct' store? Well, at some point we have to make a judgement call if the facts aren't easy to come by, but it's already clear that "A95X" is not a vendor but some kind of generic model name apparently used by multiple vendors. We already have "nexbox,a95x" as a binding for another model, and a plausible idea of who's responsible for this one, so I think "zkmagic,a95x-z2" would be the appropriate binding here. It's hardly the end of the world if it's not 100% accurate, but that's no excuse not to at least try. Robin. > > option 1: > > - description: A95X Z2 > items: > - const: a95x,z2 > > "^a95x,.*": > description: A95X > > or option 2: > > - description: Zkmagic A95X Z2 > items: > - const: zkmagic,a95x-z2 > > "^zkmagic,.*": > description: Shenzhen Zkmagic Technology Co., Ltd. > > I'ld rather prefer a short neutral name like option 1 just to be save. ;) > For the completeness there seems to be: > a95x a2 > a95x a3 > a95x f1 > a95x f2 > a95x f3 > a95x max > a95x max plus > a95x r1 > a95x r2 > a95x r3 > a95x r5 > a95x z2 > a95x z2 + > > Any advice welcome.. > > Johan > >> >> Robin. >> >>> >>> Kind regards, >>> >>> Johan Jonker >>> >>> On 7/15/20 9:29 PM, Rob Herring wrote: >>>> On Sat, Jun 20, 2020 at 03:46:58PM +0200, Johan Jonker wrote: >>>>> Add A95X Z2 description for a board with rk3318 processor. >>>>> >>>>> Signed-off-by: Johan Jonker >>>>> --- >>>>>   Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ >>>>>   1 file changed, 5 insertions(+) >>>>> >>>>> diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml >>>>> b/Documentation/devicetree/bindings/arm/rockchip.yaml >>>>> index d4a404509..3d44b3cf0 100644 >>>>> --- a/Documentation/devicetree/bindings/arm/rockchip.yaml >>>>> +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml >>>>> @@ -25,6 +25,11 @@ properties: >>>>>             - const: vamrs,rock960 >>>>>             - const: rockchip,rk3399 >>>>>   +      - description: A95X Z2 >>>>> +        items: >>>>> +          - const: a95x,z2 >>>> >>>> Need to document vendor prefix. >>>> >>>>> +          - const: rockchip,rk3318 >>>>> + >>>>>         - description: Amarula Vyasa RK3288 >>>>>           items: >>>>>             - const: amarula,vyasa-rk3288 >>>>> -- >>>>> 2.11.0 >>>>> >>> >>> >>> _______________________________________________ >>> Linux-rockchip mailing list >>> Linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org >>> http://lists.infradead.org/mailman/listinfo/linux-rockchip >>> > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08923C433DF for ; Thu, 16 Jul 2020 19:19:49 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A55E02076D for ; Thu, 16 Jul 2020 19:19:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="dsEohtO+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A55E02076D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=wz0WDYAtTPwoZb9R8CihSp9Gw9bzq6dXfGwvzJVfyn8=; b=dsEohtO+0S4d5y25WbcDbs0Lc DJ5wvQGwc7o3/5kB7STrXaalIQJQRmdvsiEf91yK3yLXsRTHSgEHsGu+I+SQLvsHgYFDmY899/OIb KmW/OVAxzEhLn6MFR0J6wMpfTdE5lgkrZ+3bHjywMyfuMQCcZShcsCyqCkwy0z1iWNHWs2DuFRTnp qMkwcWHE6jMz41gNVPnIi9faW2CpaijiqhST75DhMjYlPKeuJ5v5IEWPcqKBI6u8vi2JXryeBRDsy SjddFGdqrh8UQxP5k/059I2qcaTXzGcEvPDtWynb6ppGMi7EM09UMBdh1MYXwJzEzE0JcqpW1Fzh5 uIJ/fVaXg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jw9Oj-0000OK-1B; Thu, 16 Jul 2020 19:18:25 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jw9Of-0000Ni-Tx; Thu, 16 Jul 2020 19:18:23 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 23D4231B; Thu, 16 Jul 2020 12:18:19 -0700 (PDT) Received: from [10.57.35.46] (unknown [10.57.35.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id ED5483F718; Thu, 16 Jul 2020 12:18:17 -0700 (PDT) Subject: Re: [RFC PATCH v1 1/2] dt-bindings: arm: rockchip: add A95X Z2 description To: Johan Jonker , Rob Herring References: <20200620134659.4592-1-jbx6244@gmail.com> <20200620134659.4592-2-jbx6244@gmail.com> <20200715192935.GA684031@bogus> <14b39efe-f38b-b471-560d-1ecaeafc5dd5@gmail.com> <56b1447d-6c62-9e73-a7ce-08fb70096a97@arm.com> <544f9182-034b-6309-a945-72b5a34ee2e8@gmail.com> From: Robin Murphy Message-ID: <7811d168-6f41-adda-bd64-e7475b239863@arm.com> Date: Thu, 16 Jul 2020 20:18:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <544f9182-034b-6309-a945-72b5a34ee2e8@gmail.com> Content-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200716_151822_267507_992A1E4F X-CRM114-Status: GOOD ( 22.20 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, heiko@sntech.de Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gMjAyMC0wNy0xNiAxNzoxMSwgSm9oYW4gSm9ua2VyIHdyb3RlOgo+IE9uIDcvMTYvMjAgMzoz NCBQTSwgUm9iaW4gTXVycGh5IHdyb3RlOgo+PiBPbiAyMDIwLTA3LTE2IDEzOjA1LCBKb2hhbiBK b25rZXIgd3JvdGU6Cj4+PiBIaSBSb2IsCj4+Pgo+Pj4gVGhlIEE5NVggWjIgYm94ZXMgYXJlIHNv bGQgYnkgdmFyaW91cyB2ZW5kb3JzL21hbnVmYWN0dXJlcnMvd2ViIHNob3BzLgo+Pj4gVGhlIGJv eCBpdCBzZWxmIG9ubHkgc2hvd3MgYSBsYWJlbCB3aXRoIGEgbW9kZWwgbmFtZS4KPj4+IERldGVy bWluaW5nIHRoZSB0cnVlIHZlbmRvciBpcyBhIGtpbmQgb2YgdHJpY2t5IGZvciBhIG91dHNpZGVy IG9mIHRoZQo+Pj4gYnVzaW5lc3MuCj4+PiBDb3VsZCB5b3UgYWR2aXNlIHdoYXQgd291bGQgYmUg YSBzYXZlIGNob2ljZSB0byB0aGUgcmF0aGVyIHJpZ2lkIHZlbmRvcgo+Pj4gcmVxdWlyZW1lbnRz Lgo+Pj4gSXMgZm9yIGV4YW1wbGUgdGhpcyBhIG9wdGlvbjoKPj4+Cj4+PiAgwqDCoCAiXmE5NXgs LioiOgo+Pj4gIMKgwqDCoMKgIGRlc2NyaXB0aW9uOiBBOTVYCj4+Pgo+Pj4gSXMgdGhlcmUgc29t ZW9uZSB3aG8gY2FuIGdpdmUgbW9yZSBpbmZvIG9uIHRoaXMgc3ViamVjdD8KPj4KPj4gRldJVyB3 ZSBhbHJlYWR5IGhhdmUgc29tZSAiQTk1WCIgYnJhbmRlZCB0aGluZ3MgYXR0cmlidXRlZCB0byBO ZXhib3ggaW4KPj4gdXBzdHJlYW0gRFRzLCBob3dldmVyLCB0aGUgZXZpZGVuY2UgZnJvbSBzY3Jh cGluZyBhcm91bmQgdGhlIGludGVybmV0Cj4+IHN1Z2dlc3RzIHRoYXQgdGhlIGNsb3Nlc3QgdGhp bmcgdG8gYW4gb3JpZ2luYWwgdmVuZG9yIGZvciB0aGUgIkE5NVggWjIiCj4+IG1vZGVsIGlzIHBy b2JhYmx5IHRoZXNlIGZvbGtzOgo+Pgo+PiBodHRwczovL3prbWFnaWMuZW4uYWxpYmFiYS5jb20v Cj4gCj4gVGhhdCdzIHdoZXJlIEkgZ290IG15IHVwZGF0ZS9iYWNrdXAgaW1nIGZyb20uCj4gQSBt YWlsIHdhcyBzZW50LCBidXQgd2hhdCBpZiB0aGV5IGFsbCBjbGFpbSB0byBiZSBhICdvZmZpY2lh bCcgb3IKPiAnZGlyZWN0JyBzdG9yZT8KCldlbGwsIGF0IHNvbWUgcG9pbnQgd2UgaGF2ZSB0byBt YWtlIGEganVkZ2VtZW50IGNhbGwgaWYgdGhlIGZhY3RzIGFyZW4ndCAKZWFzeSB0byBjb21lIGJ5 LCBidXQgaXQncyBhbHJlYWR5IGNsZWFyIHRoYXQgIkE5NVgiIGlzIG5vdCBhIHZlbmRvciBidXQg CnNvbWUga2luZCBvZiBnZW5lcmljIG1vZGVsIG5hbWUgYXBwYXJlbnRseSB1c2VkIGJ5IG11bHRp cGxlIHZlbmRvcnMuIFdlIAphbHJlYWR5IGhhdmUgIm5leGJveCxhOTV4IiBhcyBhIGJpbmRpbmcg Zm9yIGFub3RoZXIgbW9kZWwsIGFuZCBhIApwbGF1c2libGUgaWRlYSBvZiB3aG8ncyByZXNwb25z aWJsZSBmb3IgdGhpcyBvbmUsIHNvIEkgdGhpbmsgCiJ6a21hZ2ljLGE5NXgtejIiIHdvdWxkIGJl IHRoZSBhcHByb3ByaWF0ZSBiaW5kaW5nIGhlcmUuIEl0J3MgaGFyZGx5IHRoZSAKZW5kIG9mIHRo ZSB3b3JsZCBpZiBpdCdzIG5vdCAxMDAlIGFjY3VyYXRlLCBidXQgdGhhdCdzIG5vIGV4Y3VzZSBu b3QgdG8gCmF0IGxlYXN0IHRyeS4KClJvYmluLgoKPiAKPiBvcHRpb24gMToKPiAKPiAgICAgICAg LSBkZXNjcmlwdGlvbjogQTk1WCBaMgo+ICAgICAgICAgIGl0ZW1zOgo+ICAgICAgICAgICAgLSBj b25zdDogYTk1eCx6Mgo+IAo+ICAgICJeYTk1eCwuKiI6Cj4gICAgICBkZXNjcmlwdGlvbjogQTk1 WAo+IAo+IG9yIG9wdGlvbiAyOgo+IAo+ICAgICAgICAtIGRlc2NyaXB0aW9uOiBaa21hZ2ljIEE5 NVggWjIKPiAgICAgICAgICBpdGVtczoKPiAgICAgICAgICAgIC0gY29uc3Q6IHprbWFnaWMsYTk1 eC16Mgo+IAo+ICAgICJeemttYWdpYywuKiI6Cj4gICAgICBkZXNjcmlwdGlvbjogU2hlbnpoZW4g WmttYWdpYyBUZWNobm9sb2d5IENvLiwgTHRkLgo+IAo+IEknbGQgcmF0aGVyIHByZWZlciBhIHNo b3J0IG5ldXRyYWwgbmFtZSBsaWtlIG9wdGlvbiAxIGp1c3QgdG8gYmUgc2F2ZS4gOykKPiBGb3Ig dGhlIGNvbXBsZXRlbmVzcyB0aGVyZSBzZWVtcyB0byBiZToKPiBhOTV4IGEyCj4gYTk1eCBhMwo+ IGE5NXggZjEKPiBhOTV4IGYyCj4gYTk1eCBmMwo+IGE5NXggbWF4Cj4gYTk1eCBtYXggcGx1cwo+ IGE5NXggcjEKPiBhOTV4IHIyCj4gYTk1eCByMwo+IGE5NXggcjUKPiBhOTV4IHoyCj4gYTk1eCB6 MiArCj4gCj4gQW55IGFkdmljZSB3ZWxjb21lLi4KPiAKPiBKb2hhbgo+IAo+Pgo+PiBSb2Jpbi4K Pj4KPj4+Cj4+PiBLaW5kIHJlZ2FyZHMsCj4+Pgo+Pj4gSm9oYW4gSm9ua2VyCj4+Pgo+Pj4gT24g Ny8xNS8yMCA5OjI5IFBNLCBSb2IgSGVycmluZyB3cm90ZToKPj4+PiBPbiBTYXQsIEp1biAyMCwg MjAyMCBhdCAwMzo0Njo1OFBNICswMjAwLCBKb2hhbiBKb25rZXIgd3JvdGU6Cj4+Pj4+IEFkZCBB OTVYIFoyIGRlc2NyaXB0aW9uIGZvciBhIGJvYXJkIHdpdGggcmszMzE4IHByb2Nlc3Nvci4KPj4+ Pj4KPj4+Pj4gU2lnbmVkLW9mZi1ieTogSm9oYW4gSm9ua2VyIDxqYng2MjQ0QGdtYWlsLmNvbT4K Pj4+Pj4gLS0tCj4+Pj4+ICDCoCBEb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvYXJt L3JvY2tjaGlwLnlhbWwgfCA1ICsrKysrCj4+Pj4+ICDCoCAxIGZpbGUgY2hhbmdlZCwgNSBpbnNl cnRpb25zKCspCj4+Pj4+Cj4+Pj4+IGRpZmYgLS1naXQgYS9Eb2N1bWVudGF0aW9uL2RldmljZXRy ZWUvYmluZGluZ3MvYXJtL3JvY2tjaGlwLnlhbWwKPj4+Pj4gYi9Eb2N1bWVudGF0aW9uL2Rldmlj ZXRyZWUvYmluZGluZ3MvYXJtL3JvY2tjaGlwLnlhbWwKPj4+Pj4gaW5kZXggZDRhNDA0NTA5Li4z ZDQ0YjNjZjAgMTAwNjQ0Cj4+Pj4+IC0tLSBhL0RvY3VtZW50YXRpb24vZGV2aWNldHJlZS9iaW5k aW5ncy9hcm0vcm9ja2NoaXAueWFtbAo+Pj4+PiArKysgYi9Eb2N1bWVudGF0aW9uL2RldmljZXRy ZWUvYmluZGluZ3MvYXJtL3JvY2tjaGlwLnlhbWwKPj4+Pj4gQEAgLTI1LDYgKzI1LDExIEBAIHBy b3BlcnRpZXM6Cj4+Pj4+ICDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIC0gY29uc3Q6IHZhbXJzLHJv Y2s5NjAKPj4+Pj4gIMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgLSBjb25zdDogcm9ja2NoaXAscmsz Mzk5Cj4+Pj4+ICDCoCArwqDCoMKgwqDCoCAtIGRlc2NyaXB0aW9uOiBBOTVYIFoyCj4+Pj4+ICvC oMKgwqDCoMKgwqDCoCBpdGVtczoKPj4+Pj4gK8KgwqDCoMKgwqDCoMKgwqDCoCAtIGNvbnN0OiBh OTV4LHoyCj4+Pj4KPj4+PiBOZWVkIHRvIGRvY3VtZW50IHZlbmRvciBwcmVmaXguCj4+Pj4KPj4+ Pj4gK8KgwqDCoMKgwqDCoMKgwqDCoCAtIGNvbnN0OiByb2NrY2hpcCxyazMzMTgKPj4+Pj4gKwo+ Pj4+PiAgwqDCoMKgwqDCoMKgwqAgLSBkZXNjcmlwdGlvbjogQW1hcnVsYSBWeWFzYSBSSzMyODgK Pj4+Pj4gIMKgwqDCoMKgwqDCoMKgwqDCoCBpdGVtczoKPj4+Pj4gIMKgwqDCoMKgwqDCoMKgwqDC oMKgwqAgLSBjb25zdDogYW1hcnVsYSx2eWFzYS1yazMyODgKPj4+Pj4gLS0gCj4+Pj4+IDIuMTEu MAo+Pj4+Pgo+Pj4KPj4+Cj4+PiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fXwo+Pj4gTGludXgtcm9ja2NoaXAgbWFpbGluZyBsaXN0Cj4+PiBMaW51eC1yb2Nr Y2hpcEBsaXN0cy5pbmZyYWRlYWQub3JnCj4+PiBodHRwOi8vbGlzdHMuaW5mcmFkZWFkLm9yZy9t YWlsbWFuL2xpc3RpbmZvL2xpbnV4LXJvY2tjaGlwCj4+Pgo+IAoKX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxp c3QKbGludXgtYXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZy YWRlYWQub3JnL21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=