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 DC5FFEB64D8 for ; Wed, 21 Jun 2023 03:19:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3FD0386346; Wed, 21 Jun 2023 05:18:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="TCvOT5gp"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2C7D0861FE; Wed, 21 Jun 2023 05:17:18 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 1095C8638A for ; Wed, 21 Jun 2023 05:16:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=jitloonl@ecsmtp.png.intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687317391; x=1718853391; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nP4o1NSCp8dUZ0hW0b2VonxfoTiIL5T1G0+hN5awkr0=; b=TCvOT5gpvY3Mddsi7FRnwiayboEtnnMDj0W1FqLC/mZNrP/aqvA/rqF1 4VhJQQNLt/0haMq9HWZhBd8eYybY4IBeoR0DKyVNLV2K5erhbAjblC+Sd 5163W08RdTyUzKqtvA7LrVC2xcGjHA700U7AoohqZRDTv976e6cyfNiya RgQLZJ6wQFqhv5MnH3QEB0jw5/ilWzkRRXBI5vH9J7fC2D3TB1vnqX5p7 NlYTL5s2IjaXrX9kgELwwc69UYgtln4KBPt3Lf97z34/D5QQH4SE1GVO7 dE7nqgVO+vqQ3o8XDtXBPMj8MYlOMEmWHYwR5YOtAC2OhLWpK4/LV5lln Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="360059816" X-IronPort-AV: E=Sophos;i="6.00,259,1681196400"; d="scan'208";a="360059816" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2023 20:16:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="664479914" X-IronPort-AV: E=Sophos;i="6.00,259,1681196400"; d="scan'208";a="664479914" Received: from pglmail07.png.intel.com ([10.221.193.207]) by orsmga003.jf.intel.com with ESMTP; 20 Jun 2023 20:16:26 -0700 Received: from localhost (pgli0121.png.intel.com [10.221.240.84]) by pglmail07.png.intel.com (Postfix) with ESMTP id 213EF482D; Wed, 21 Jun 2023 11:16:26 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id 1FA492950; Wed, 21 Jun 2023 11:16:26 +0800 (+08) From: Jit Loon Lim To: u-boot@lists.denx.de Cc: Jagan Teki , Vignesh R , Marek , Simon , Tien Fong , Kok Kiang , Raaj , Dinesh , Boon Khai , Alif , Teik Heng , Hazim , Jit Loon Lim , Sieu Mun Tang Subject: [PATCH v1 17/17] tools: binman: update binman tool for agilex5 Date: Wed, 21 Jun 2023 11:16:10 +0800 Message-Id: <20230621031610.28401-18-jit.loon.lim@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20230621031610.28401-1-jit.loon.lim@intel.com> References: <20230621031610.28401-1-jit.loon.lim@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: Sieu Mun Tang This is for new platform enablement for agilex5. Update binman tool for new platform. Signed-off-by: Sieu Mun Tang --- tools/binman/control.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/binman/control.py b/tools/binman/control.py index 68597c4e77..51e94c9e65 100644 --- a/tools/binman/control.py +++ b/tools/binman/control.py @@ -7,11 +7,11 @@ from collections import OrderedDict import glob -try: - import importlib.resources -except ImportError: +#try: +# import importlib.resources +#except ImportError: # for Python 3.6 - import importlib_resources +# import importlib_resources import os import pkg_resources import re -- 2.26.2