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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E30C9C27C78 for ; Tue, 11 Jun 2024 18:02:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 7FAD861009; Tue, 11 Jun 2024 18:02:41 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id h3KTJsTmvaw8; Tue, 11 Jun 2024 18:02:39 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.34; helo=ash.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org A928360F19 Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id A928360F19; Tue, 11 Jun 2024 18:02:38 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 28AF11BF312 for ; Tue, 11 Jun 2024 18:02:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 15B43403C9 for ; Tue, 11 Jun 2024 18:02:20 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id e3iZkw20z3GM for ; Tue, 11 Jun 2024 18:02:19 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2607:f8b0:4864:20::535; helo=mail-pg1-x535.google.com; envelope-from=cdimich2188@gmail.com; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp2.osuosl.org DDA18402A7 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org DDA18402A7 Received: from mail-pg1-x535.google.com (mail-pg1-x535.google.com [IPv6:2607:f8b0:4864:20::535]) by smtp2.osuosl.org (Postfix) with ESMTPS id DDA18402A7 for ; Tue, 11 Jun 2024 18:02:18 +0000 (UTC) Received: by mail-pg1-x535.google.com with SMTP id 41be03b00d2f7-6c5bcb8e8edso4828255a12.2 for ; Tue, 11 Jun 2024 11:02:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718128938; x=1718733738; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7QBbly/f8FG90elKZEogGEuU0gPDDxGkUBv/GrHvhss=; b=N6r4iEU37B2imbK5aZs2KU3fxvcnqav4X50hbOGSEn8A2XECqdj6/VSPObA07dxkHU Fr6kZEaOURzO/f249bY6FWMIJO79m0ibZjl8BRls/0y46YQ46anlF3dyLr3wsSJsBAO/ /A6jy63oloUZOAirD8NVlH0vnUHlHS4rhkvZi3vsQJcAptPiCYeZtEiPaQz2SwLC5oMq 9HjPe1D+NzKhhwtxN8n4DQOr4HzzWtIWzd9CFzaafKf6VAmrpP5GNDnw5/Hxa4VsQnWN lFl1ed2ojEv3qFtWP+R5uzaAVxVNLsj9mfOGmTIbg3drSCtYXrGodgGLrfCqatRjaw5A VqMg== X-Gm-Message-State: AOJu0YxVaqCnKEyXYJSa/Ea5riGWp3oX6SJJ4V1/UWXqvTMP/DxDUJZb b8tzJRNSqRQFzyOHqivdHT5C5tT6tGggXMiPnXVb7+8AXyk4nb3ZqO0ULFea X-Google-Smtp-Source: AGHT+IFP2s25bFK6e+PX5SHP1xbCKHdlZp+9J2ZTxdFoQuHz4bp7ERH+YeEqvdDyT2m5jIkypIBpNA== X-Received: by 2002:a17:90a:ea92:b0:2c2:dfbe:7318 with SMTP id 98e67ed59e1d1-2c2dfbe7742mr9167617a91.26.1718128937566; Tue, 11 Jun 2024 11:02:17 -0700 (PDT) Received: from chris-jammy.lan ([136.52.56.126]) by smtp.googlemail.com with ESMTPSA id 98e67ed59e1d1-2c2fbde41ccsm5673927a91.11.2024.06.11.11.02.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Jun 2024 11:02:17 -0700 (PDT) From: Chris Dimich To: buildroot@buildroot.org Date: Tue, 11 Jun 2024 11:02:04 -0700 Message-ID: <20240611180207.2138847-6-cdimich2188@gmail.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240611180207.2138847-1-cdimich2188@gmail.com> References: <20240611180207.2138847-1-cdimich2188@gmail.com> MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718128938; x=1718733738; darn=buildroot.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=7QBbly/f8FG90elKZEogGEuU0gPDDxGkUBv/GrHvhss=; b=ND0xzleeMdy83ynMCjoYMqjfAtwE10PoQUUS+0xUfXZosSp/lmwNDVljjSQO1byrcw /kMo0eNLFbVsB7wQ+laaLcManCvA4s78ulfyby5kTRMtKFCzaUCKLrc4rX31pd8QQRld bk1TrfwNhS6oukwKqGcsWE2v1DFdgJt8qtX4oLcBQpsjrlzcMUZUaX1jLQuqF1sjsGda dSLyVfJwOMmVSopfXuta2Z5LXJWPdKDN2gIsVGoX3+wHqxD0ZOFo5LESQR+2OwRm3hx6 56TDeP/bamsTvCRP+eSYOo62r1pLio7Uave82QfQONbdDIV8sS4fTQS54U6XsD9OaRDg C4kA== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dmarc=pass (p=none dis=none) header.from=gmail.com X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20230601 header.b=ND0xzlee Subject: [Buildroot] [PATCH 5/8] configs/nitrogen8*: bump atf revision to d18357b7 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chris Dimich , Gary Bisson , Refik Tuzakli , Thomas Petazzoni , Romain Naour , Giulio Benetti , Thomas De Schampheleire Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Switch to branch boundary-lf-6.1.55-2.0.0. Signed-off-by: Chris Dimich --- configs/nitrogen8m_defconfig | 4 ++-- configs/nitrogen8mm_defconfig | 4 ++-- configs/nitrogen8mn_defconfig | 4 ++-- configs/nitrogen8mp_defconfig | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configs/nitrogen8m_defconfig b/configs/nitrogen8m_defconfig index 5efa425e47..88eb6f9b1a 100644 --- a/configs/nitrogen8m_defconfig +++ b/configs/nitrogen8m_defconfig @@ -29,8 +29,8 @@ BR2_PACKAGE_FIRMWARE_IMX=y # ARM Trusted Firmware BR2_TARGET_ARM_TRUSTED_FIRMWARE=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL=y -# Latest revision of branch boundary-lf-6.1.22-2.0.0 -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/imx-atf/archive/7e3484cc.tar.gz" +# Latest revision of branch boundary-lf-6.1.55-2.0.0 +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/imx-atf/archive/d18357b7.tar.gz" BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mq" BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y diff --git a/configs/nitrogen8mm_defconfig b/configs/nitrogen8mm_defconfig index d9fc6e0eaf..3a0cfbd8e5 100644 --- a/configs/nitrogen8mm_defconfig +++ b/configs/nitrogen8mm_defconfig @@ -29,8 +29,8 @@ BR2_PACKAGE_FIRMWARE_IMX=y # ARM Trusted Firmware BR2_TARGET_ARM_TRUSTED_FIRMWARE=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL=y -# Latest revision of branch boundary-lf-6.1.22-2.0.0 -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/imx-atf/archive/7e3484cc.tar.gz" +# Latest revision of branch boundary-lf-6.1.55-2.0.0 +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/imx-atf/archive/d18357b7.tar.gz" BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mm" BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y diff --git a/configs/nitrogen8mn_defconfig b/configs/nitrogen8mn_defconfig index ee855b8b7a..be90bff178 100644 --- a/configs/nitrogen8mn_defconfig +++ b/configs/nitrogen8mn_defconfig @@ -29,8 +29,8 @@ BR2_PACKAGE_FIRMWARE_IMX=y # ARM Trusted Firmware BR2_TARGET_ARM_TRUSTED_FIRMWARE=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL=y -# Latest revision of branch boundary-lf-6.1.22-2.0.0 -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/imx-atf/archive/7e3484cc.tar.gz" +# Latest revision of branch boundary-lf-6.1.55-2.0.0 +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/imx-atf/archive/d18357b7.tar.gz" BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mn" BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y diff --git a/configs/nitrogen8mp_defconfig b/configs/nitrogen8mp_defconfig index 937fe71f07..cb4563ae6e 100644 --- a/configs/nitrogen8mp_defconfig +++ b/configs/nitrogen8mp_defconfig @@ -29,8 +29,8 @@ BR2_PACKAGE_FIRMWARE_IMX=y # ARM Trusted Firmware BR2_TARGET_ARM_TRUSTED_FIRMWARE=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL=y -# Latest revision of branch boundary-lf-6.1.22-2.0.0 -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/imx-atf/archive/7e3484cc.tar.gz" +# Latest revision of branch boundary-lf-6.1.55-2.0.0 +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/imx-atf/archive/d18357b7.tar.gz" BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mp" BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y -- 2.43.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot