From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45571) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKycq-0006Y8-2s for guix-patches@gnu.org; Thu, 17 Oct 2019 01:47:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKyco-0007Jh-S9 for guix-patches@gnu.org; Thu, 17 Oct 2019 01:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38163) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iKyco-0007Jd-OH for guix-patches@gnu.org; Thu, 17 Oct 2019 01:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iKyco-0007Za-Ag for guix-patches@gnu.org; Thu, 17 Oct 2019 01:47:02 -0400 Subject: [bug#37741] [PATCH 2/3] gnu: Add arm-trusted-firmware-rk3399. Resent-Message-ID: From: Vagrant Cascadian In-Reply-To: <00df76bd-4997-0906-5e51-884704b4b0b9@rock-chips.com> References: <20191014001407.28367-1-nomble@palism.com> <20191014060136.31144-1-nomble@palism.com> <877e56vep3.fsf@yucca> <00df76bd-4997-0906-5e51-884704b4b0b9@rock-chips.com> Date: Wed, 16 Oct 2019 22:46:18 -0700 Message-ID: <87o8yfudp1.fsf@yucca> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Kever Yang , nomble@palism.com, 37741@debbugs.gnu.org Cc: Danny Milosavljevic --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2019-10-15, Kever Yang wrote: > On 2019/10/15 =E4=B8=8B=E5=8D=8812:02, Vagrant Cascadian wrote: >> On 2019-10-14, nomble@palism.com wrote: >>> * gnu/packages/bootloaders.scm (arm-trusted-firmware-rk3399): New expor= ted >>> 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 i= t. > > https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/2194 On both Debian and Guix it fails to build with: plat/rockchip/rk3399/plat_sip_calls.c: In function =E2=80=98rockchip_plat_sip_handler=E2=80=99: plat/rockchip/rk3399/plat_sip_calls.c:59:15: error: unused variable =E2=80= =98x6=E2=80=99 [-Werror=3Dunused-variable] uint64_t x5, x6; ^~ plat/rockchip/rk3399/plat_sip_calls.c:59:11: error: unused variable =E2=80= =98x5=E2=80=99 [-Werror=3Dunused-variable] uint64_t x5, x6; ^~ cc1: all warnings being treated as errors make: *** [Makefile:777: build/rk3399/debug/bl31/plat_sip_calls.o] Error 1 make: *** Waiting for unfinished jobs.... command "make" "-j" "3" "PLAT=3Drk3399" "CROSS_COMPILE=3Daarch64-linux-gnu-" "DEBUG=3D1" failed with status 2 Also commented on the patch in review.trustedfirmware.org. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXagAKgAKCRDcUY/If5cW qjOKAQDi7wqp4SgUvI4gdlVUxceQvg20Uiw6OUdLPPvPFbvStgD/YhdKRjQ/y2ls Yh8X8GZ0WfbZMAOkSO/EnnHhVHuetAI= =lmef -----END PGP SIGNATURE----- --=-=-=--