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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C4F7DC001DC for ; Thu, 27 Jul 2023 04:35:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 394EC867E6; Thu, 27 Jul 2023 06:35:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=siemens.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; secure) header.d=siemens.com header.i=jan.kiszka@siemens.com header.b="Mn1tJAXf"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 215DB862AE; Thu, 27 Jul 2023 06:35:01 +0200 (CEST) Received: from mta-64-228.siemens.flowmailer.net (mta-64-228.siemens.flowmailer.net [185.136.64.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id DAE9D86437 for ; Thu, 27 Jul 2023 06:34:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=siemens.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jan.kiszka@siemens.com Received: by mta-64-228.siemens.flowmailer.net with ESMTPSA id 202307270434572f87167f6731d4fc6c for ; Thu, 27 Jul 2023 06:34:57 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=jan.kiszka@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=Fs9LzVVwPFUhXixb2E3lGYKFv4B9Z/Vmzxvkjg2aYuQ=; b=Mn1tJAXfHDUY5u/RForaW9vhikhfM2a56YUMt1a662HLbPAsZBpGR5ugLmQ8h4IOH18C89 krHEa5kecW9L35sh5Zh9oF2rbuQ6CiIV0JrD8uT8uYtIIjw9+UAOV2Rzm7VQSpor7+NVWEAH fJ+isfFErF1bhAGNJipsZalIFl4fM=; From: Jan Kiszka To: U-Boot Mailing List , Tom Rini Cc: Bao Cheng Su , Andrew Davis , Manorit Chawdhry , Simon Glass Subject: [PATCH 0/5] iot2050: 2023.10-rc1 fixes and cleanups Date: Thu, 27 Jul 2023 06:34:51 +0200 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-294854:519-21489:flowmailer 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 [resent, now that the list is working again] Most of this comes late, but primarily as the required binman templating changes were awaited, and the lots of regressions hit this board. I really hope we can not only merge the minimally required patch 1 of this series. Jan CC: Andrew Davis CC: Manorit Chawdhry CC: Simon Glass Jan Kiszka (5): boards: siemens: iot2050: Fix boot configuration iot2050: Use binman in signing script boards: siemens: iot2050: Unify PG1 and PG2/M.2 configurations again doc: board: siemens: iot2050: Update build env vars configs: iot2050: Enabled keyed autoboot arch/arm/dts/k3-am65-iot2050-boot-image.dtsi | 155 +++++++++++------- board/siemens/iot2050/Kconfig | 30 +--- board/siemens/iot2050/MAINTAINERS | 3 +- board/siemens/iot2050/board.c | 25 ++- board/siemens/iot2050/iot2050.env | 2 + ...ot2050_pg1_defconfig => iot2050_defconfig} | 8 +- configs/iot2050_pg2_defconfig | 150 ----------------- doc/board/siemens/iot2050.rst | 31 ++-- include/configs/iot2050.h | 11 ++ tools/iot2050-sign-fw.sh | 11 +- 10 files changed, 158 insertions(+), 268 deletions(-) rename configs/{iot2050_pg1_defconfig => iot2050_defconfig} (94%) delete mode 100644 configs/iot2050_pg2_defconfig -- 2.35.3