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 849FCC64ED6 for ; Tue, 28 Feb 2023 18:21:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8F19585BC5; Tue, 28 Feb 2023 19:20:26 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none 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="R+iLlcVb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7294D85BA5; Tue, 28 Feb 2023 19:19:36 +0100 (CET) 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 A6EAC857C2 for ; Tue, 28 Feb 2023 19:19:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none 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 20230228181924ae3860457ecb0d44f1 for ; Tue, 28 Feb 2023 19:19:24 +0100 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=GfilOyNRItNOsETI+qAU8Yk1VSwpcorbWf0NrbLvhp0=; b=R+iLlcVbthYhneX8lyTA0JoWRq3VVtPj8/6WSD0G77fp+AzrByMOAKknbIU9ZEd8o3anTv i/VC1h+wOUq90F7ipNTpab1NmiB+FKZW3SLwt5iBpcdXnH6KGyfdb2H8k9RHR7u80SFZht9y QNWAvmBuR7egCJkJRX48IEhFEw6Oc=; From: Jan Kiszka To: U-Boot Mailing List Cc: chao zeng , Su Baocheng Subject: [PATCH V7 00/15] IOT2050-related enhancements Date: Tue, 28 Feb 2023 19:19:08 +0100 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.6 at phobos.denx.de X-Virus-Status: Clean Flushing our upstream queue for the IOT2050 device, this mostly brings board-specific changes such as: - updated build process and firmware layout for PG1 vs. PG2 devices - more watchdog preparations - preparations for verified boot on IOT2050 Advanced devices - support for M.2 variant Changes in v7: - rebased over master - included M.2 support patches, now that the DT is merged into the kernel Changes in v6: - fixed CFG_ENV_FLAGS_LIST_STATIC setup - migrated to board env file - cleaned up #ifdef in "Optionally embed OTP programming data into image" - rebased over latest master Changes in v5: - factored out two patches Changes in v4: - rebased over latest master - make use of new CONFIG_EFI_SCROLL_ON_CLEAR_SCREEN Changes in v3: - further reworked patch 1 to load default env directly, leaving driver ordering alone Changes in v2: - rebased over latest master - reworked patch 1 to be less invasive to the code - added "iot2050: use the named gpio to control the user-button" Jan CC: chao zeng CC: Su Baocheng Jan Kiszka (11): iot2050: Update firmware layout iot2050: Migrate settings into board env file iot2050: Add watchdog start to bootcmd iot2050: Add CFG_ENV_FLAGS_LIST_STATIC arm: dts: iot2050: Allow verifying U-Boot proper by SPL tools: Add script for converting public key into device tree include iot2050: Add script for signing artifacts arm: dts: iot2050: Optionally embed OTP programming data into image doc: iot2050: Add a note about the watchdog firmware iot2050: Refresh defconfigs and activate CONFIG_EFI_SCROLL_ON_CLEAR_SCREEN iot2050: Add support for configuring M.2 connector Su Baocheng (2): board: siemens: iot2050: Split the build for PG1 and PG2 arm: dts: iot2050: Use the auto generator nodes for fdt chao zeng (2): board: siemens: iot2050: use the named gpio to control the user-button arm: dts: iot2050: Add support for M.2 variant arch/arm/dts/Makefile | 5 +- arch/arm/dts/k3-am65-iot2050-boot-image.dtsi | 149 +++++----- ...050-advanced-m2-bkey-ekey-pcie-overlay.dts | 27 ++ ...-iot2050-advanced-m2-bkey-usb3-overlay.dts | 47 +++ .../arm/dts/k3-am6548-iot2050-advanced-m2.dts | 121 ++++++++ board/siemens/iot2050/Kconfig | 35 ++- board/siemens/iot2050/board.c | 270 +++++++++++++++++- board/siemens/iot2050/iot2050.env | 17 ++ ...ot2050_defconfig => iot2050_pg1_defconfig} | 8 +- ...ot2050_defconfig => iot2050_pg2_defconfig} | 12 +- doc/board/siemens/iot2050.rst | 101 ++++++- include/configs/iot2050.h | 19 +- tools/binman/missing-blob-help | 16 +- tools/iot2050-sign-fw.sh | 51 ++++ tools/key2dtsi.py | 64 +++++ 15 files changed, 818 insertions(+), 124 deletions(-) create mode 100644 arch/arm/dts/k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie-overlay.dts create mode 100644 arch/arm/dts/k3-am6548-iot2050-advanced-m2-bkey-usb3-overlay.dts create mode 100644 arch/arm/dts/k3-am6548-iot2050-advanced-m2.dts create mode 100644 board/siemens/iot2050/iot2050.env copy configs/{iot2050_defconfig => iot2050_pg1_defconfig} (93%) rename configs/{iot2050_defconfig => iot2050_pg2_defconfig} (90%) create mode 100755 tools/iot2050-sign-fw.sh create mode 100755 tools/key2dtsi.py -- 2.35.3