From 32eee0ec51f4bda624c606a825e90a520caba233 Mon Sep 17 00:00:00 2001 From: Jake Garver Date: Mon, 26 Feb 2024 05:59:20 -0800 Subject: [PATCH] chore: Update release version to 202210.4 Signed-off-by: Jake Garver --- Platform/NVIDIA/Jetson/PlatformBuild.py | 4 ++-- Platform/NVIDIA/StandaloneMmOptee/PlatformBuild.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Platform/NVIDIA/Jetson/PlatformBuild.py b/Platform/NVIDIA/Jetson/PlatformBuild.py index f274fef810..c94daa141c 100644 --- a/Platform/NVIDIA/Jetson/PlatformBuild.py +++ b/Platform/NVIDIA/Jetson/PlatformBuild.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright (c) 2021-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -20,7 +20,7 @@ def GetActiveScopes(self): return super().GetActiveScopes() + ["jetson"] def GetFirmwareVersionBase(self): - return "202210.3" + return "202210.4" def GetFirmwareVolume(self): return "FV/UEFI_NS.Fv" diff --git a/Platform/NVIDIA/StandaloneMmOptee/PlatformBuild.py b/Platform/NVIDIA/StandaloneMmOptee/PlatformBuild.py index f57f15cc3a..bbce0cfae1 100644 --- a/Platform/NVIDIA/StandaloneMmOptee/PlatformBuild.py +++ b/Platform/NVIDIA/StandaloneMmOptee/PlatformBuild.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -16,7 +16,7 @@ def GetName(self): return "StandaloneMmOptee" def GetFirmwareVersionBase(self): - return "202210.3" + return "202210.4" def GetFirmwareVolume(self): return "FV/UEFI_MM.Fv"