From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60995) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJt3W-0005TY-2O for guix-patches@gnu.org; Mon, 14 Oct 2019 01:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJt3T-0007MB-MN for guix-patches@gnu.org; Mon, 14 Oct 2019 01:38:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56952) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJt3S-0007Lz-VH for guix-patches@gnu.org; Mon, 14 Oct 2019 01:38:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJt3S-0001xN-Pk for guix-patches@gnu.org; Mon, 14 Oct 2019 01:38:02 -0400 Subject: [bug#37741] [PATCH 0/3] Update u-boot to 2019.10 and add u-boot-rockpro64-rk3399. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:59040) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJo2o-0005wQ-TZ for guix-patches@gnu.org; Sun, 13 Oct 2019 20:17:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJo2l-0004dC-A3 for guix-patches@gnu.org; Sun, 13 Oct 2019 20:17:02 -0400 Received: from a2i315.smtp2go.com ([103.47.205.59]:39775) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iJo2k-0004bB-Aj for guix-patches@gnu.org; Sun, 13 Oct 2019 20:16:59 -0400 From: nomble@palism.com Date: Sun, 13 Oct 2019 20:14:07 -0400 Message-Id: <20191014001407.28367-1-nomble@palism.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 37741@debbugs.gnu.org Cc: Vagrant Cascadian , Danny Milosavljevic , Caliph Nomble From: Caliph Nomble Blobless LPDDR4 training for the rk3399 was just added in u-boot 2019.10, necessitating the update. Patches combined into a single set for that reason. U-boot patch removed due to mainlining. Caliph Nomble (3): gnu: u-boot: Update to 2019.10. gnu: Add arm-trusted-firmware-rk3399. gnu: Add u-boot-rockpro64-rk3399 gnu/bootloader/u-boot.scm | 17 ++++++ gnu/local.mk | 1 - gnu/packages/bootloaders.scm | 27 +++++++-- gnu/packages/firmware.scm | 23 ++++++++ ...boot-fix-mkimage-header-verification.patch | 57 ------------------- gnu/system/install.scm | 6 ++ 6 files changed, 68 insertions(+), 63 deletions(-) delete mode 100644 gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch -- 2.21.0