Skip to content

Commit

Permalink
chore: Update release version to 202210.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Garver <jake@nvidia.com>
  • Loading branch information
jgarver committed Feb 7, 2025
1 parent ced2945 commit 4cd6857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Platform/NVIDIA/Jetson/PlatformBuild.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent

Expand All @@ -20,7 +20,7 @@ def GetActiveScopes(self):
return super().GetActiveScopes() + ["jetson"]

def GetFirmwareVersionBase(self):
return "202210.5"
return "202210.6"

def GetFirmwareVolume(self):
return "FV/UEFI_NS.Fv"
Expand Down
4 changes: 2 additions & 2 deletions Platform/NVIDIA/StandaloneMmOptee/PlatformBuild.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent

Expand All @@ -16,7 +16,7 @@ def GetName(self):
return "StandaloneMmOptee"

def GetFirmwareVersionBase(self):
return "202210.5"
return "202210.6"

def GetFirmwareVolume(self):
return "FV/UEFI_MM.Fv"
Expand Down

0 comments on commit 4cd6857

Please sign in to comment.