From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37378) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKJ6d-0001dV-U6 for guix-patches@gnu.org; Tue, 15 Oct 2019 05:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKJ6c-0002ff-OD for guix-patches@gnu.org; Tue, 15 Oct 2019 05:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33916) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iKJ6c-0002fb-Li for guix-patches@gnu.org; Tue, 15 Oct 2019 05:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iKJ6c-0001z9-Gv for guix-patches@gnu.org; Tue, 15 Oct 2019 05:27:02 -0400 Subject: [bug#37741] [PATCH 2/3] gnu: Add arm-trusted-firmware-rk3399. Resent-Message-ID: References: <20191014001407.28367-1-nomble@palism.com> <20191014060136.31144-1-nomble@palism.com> <877e56vep3.fsf@yucca> From: Kever Yang Message-ID: <00df76bd-4997-0906-5e51-884704b4b0b9@rock-chips.com> Date: Tue, 15 Oct 2019 14:38:31 +0800 MIME-Version: 1.0 In-Reply-To: <877e56vep3.fsf@yucca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vagrant Cascadian , nomble@palism.com, 37741@debbugs.gnu.org Cc: Danny Milosavljevic Hi Vagrant, On 2019/10/15 下午12:02, Vagrant Cascadian wrote: > On 2019-10-14, nomble@palism.com wrote: >> * gnu/packages/bootloaders.scm (arm-trusted-firmware-rk3399): New exported >> variable. > Thanks for working on this! > > Unfortunately this currently embeds a binary blob > (plat/rockchip/rk3399/drivers/dp/hdcp.bin) with no license. > > I reported the issue upstream: > > https://github.com/ARM-software/tf-issues/issues/651 I have send the patch to ATF to remove the hdpc.bin, you can comment on it. https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/2194 Thanks, - Kever > > The proposed solution would be to enable a build flag to disables the > DRM feature that hdcp.bin is used for video streaming. > > I've talked with Kever Yang from Rockchip about getting the ability to > disable the requirement for hdcp.bin upstream; I'm sure they'd welcome > patches too! > > This would be good for both Debian and GNU Guix. There are several > rk3399 platforms depending on it. > > live well, > vagrant