m1n1.proxyutils: Add 13.0 beta5/6 versions

Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
Asahi Lina 2022-08-31 11:14:33 +09:00
parent c35168bb88
commit e8377889d2
2 changed files with 3 additions and 1 deletions

View file

@ -795,7 +795,7 @@ class Ver(Subconstruct):
"G": os.environ.get("AGX_GPU", "G13")}
MATRIX = {
"V": ["V12_1", "V12_3", "V12_4", "V13_0B4", "V13_2"],
"V": ["V12_1", "V12_3", "V12_4", "V13_0B4", "V13_0B5", "V13_0B6", "V13_2"],
"G": ["G13", "G14"],
}

View file

@ -28,6 +28,8 @@ VERSION_MAP = {
"iBoot-7459.121.3": "V12_4",
"iBoot-7459.141.1": "V12_5",
"iBoot-8419.0.151.0.1": "V13_0B4",
"iBoot-8419.40.2.0.5": "V13_0B5",
"iBoot-8419.40.33.0.1": "V13_0B6",
"iBoot-8419.41.10": "V13_0",
"iBoot-8419.60.44": "V13_1",
"iBoot-8419.80.7": "V13_2",