From patchwork Wed Jun 12 14:40:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 1946984 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VzpBk53f4z20KL for ; Thu, 13 Jun 2024 00:41:18 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7A04D86F6E; Wed, 12 Jun 2024 16:41:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=0leil.net Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 69561887DD; Wed, 12 Jun 2024 16:41:10 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,RCVD_IN_VALIDITY_CERTIFIED_BLOCKED, RCVD_IN_VALIDITY_RPBL_BLOCKED,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Received: from smtp-bc09.mail.infomaniak.ch (smtp-bc09.mail.infomaniak.ch [45.157.188.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 682B386784 for ; Wed, 12 Jun 2024 16:41:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=0leil.net Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=foss+uboot@0leil.net Received: from smtp-3-0001.mail.infomaniak.ch (smtp-3-0001.mail.infomaniak.ch [10.4.36.108]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4VzpBW6plMz5Gh; Wed, 12 Jun 2024 16:41:07 +0200 (CEST) Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4VzpBW386Pz7sl; Wed, 12 Jun 2024 16:41:07 +0200 (CEST) From: Quentin Schulz Subject: [PATCH 0/2] rockchip: puma-rk3399/ringneck-px30: make closer to Jaguar/Tiger defconfigs Date: Wed, 12 Jun 2024 16:40:47 +0200 Message-Id: <20240612-ringneck-bootd-v1-0-f0bc3816b822@cherry.de> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAG+zaWYC/x3MQQqAIBBA0avIrBN0CKmuEi1MJxsCDY0IpLsnL d/i/wqFMlOBSVTIdHPhFBt0J8DtNgaS7JsBFfbKaJSZY4jkDrmmdHlJdtRorCKtBmjRmWnj5x/ Oy/t+T+zvIGAAAAA= To: Tom Rini , Quentin Schulz , Klaus Goger Cc: u-boot@lists.denx.de, Quentin Schulz , heiko@sntech.de X-Mailer: b4 0.14-dev-a6ee3 X-Infomaniak-Routing: alpha X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean To ease maintenance, limit test scenarios and variations, let's enable a few things: - full bootstd - a handful of CLI commands like gpio, squashfs, erofs, pmic, regulator, and the likes. This also disables support for non-Linux OSes as Linux is the primary target, we may revisit this in the future if necessary. Also disables support for zImage on Puma since those aren't supported on Aarch64, one is supposed to use Image.gz (or any other supported compression format) with booti instead. Signed-off-by: Quentin Schulz --- Quentin Schulz (2): rockchip: ringneck-px30: get closer to other Theobroma defconfigs rockchip: puma-rk3399: get closer to other Theobroma defconfigs configs/puma-rk3399_defconfig | 9 ++++++++- configs/ringneck-px30_defconfig | 16 +++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) --- base-commit: 787eaa9c8df2660c748358eb689de916f991e22e change-id: 20240612-ringneck-bootd-ea9126a0e108 Best regards,