-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchipset.html
More file actions
373 lines (307 loc) · 24.7 KB
/
chipset.html
File metadata and controls
373 lines (307 loc) · 24.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Download the latest Intel and AMD chipset drivers for Windows. Support for Intel 500, 600, 700 series and AMD AM4, AM5 chipsets.">
<meta name="keywords" content="chipset drivers, Intel chipset, AMD chipset, motherboard drivers, AM4 drivers, AM5 drivers">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' https://raw.githubusercontent.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' https://prod.rexxit.net https://web-platforms.sfo2.cdn.digitaloceanspaces.com data: https:; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https://raw.githubusercontent.com; frame-ancestors 'none'; base-uri 'self'; form-action 'self';">
<link rel="canonical" href="https://driverhub.win/chipset">
<meta property="og:type" content="website">
<meta property="og:url" content="https://driverhub.win/chipset">
<meta property="og:title" content="Chipset Drivers - Intel & AMD | DriverHub">
<meta property="og:description" content="Download the latest Intel and AMD chipset drivers for Windows.">
<meta property="og:image" content="https://prod.rexxit.net/global/_icons/DH-logo-optim.webp">
<title>Chipset Drivers - Intel & AMD | DriverHub</title>
<script>
(function() {
const userPreference = localStorage.getItem('darkMode');
const prefersDarkScheme = window.matchMedia("(prefers-color-scheme: dark)").matches;
if (userPreference === 'dark' || (userPreference === null && prefersDarkScheme)) {
document.documentElement.classList.add('dark');
}
})();
</script>
<meta name="theme-color" content="#0f172a">
<link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="global/tailwind.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="global/favicon.ico">
</head>
<body class="bg-gray-50 dark:bg-gray-950 text-gray-900 dark:text-gray-100 min-h-screen flex flex-col">
<a href="#main-content" class="sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 focus:z-50 focus:px-4 focus:py-2 focus:bg-primary-500 focus:text-white focus:rounded-lg">Skip to main content</a>
<header class="sticky top-0 z-40 bg-white/80 dark:bg-gray-950/80 backdrop-blur-xl border-b border-gray-200 dark:border-gray-800">
<div class="max-w-6xl mx-auto px-4 md:px-6">
<div class="flex items-center justify-between h-14">
<a href="/" class="flex items-center gap-2.5">
<img src="https://prod.rexxit.net/global/_icons/DH-logo-optim.webp" alt="DriverHub" class="h-8 w-8">
<span class="text-lg font-bold text-gray-900 dark:text-white">DriverHub</span>
</a>
<div class="flex items-center gap-1.5">
<button id="global-search-btn" type="button" aria-haspopup="dialog" aria-controls="search-overlay" aria-expanded="false" class="p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 dark:text-gray-400 transition-colors" title="Search (Ctrl+K)">
<span class="material-icons text-[20px]">search</span>
</button>
<button id="favorites-btn" type="button" aria-haspopup="dialog" aria-controls="favorites-panel" aria-expanded="false" class="p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 dark:text-gray-400 transition-colors" title="Watchlist">
<span class="material-icons text-[20px]">star_outline</span>
</button>
<button id="darkModeToggle" type="button" class="p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 dark:text-gray-400 transition-colors" title="Toggle dark mode">
<span class="material-icons text-[20px]">dark_mode</span>
</button>
<button class="settings-button p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 dark:text-gray-400 transition-colors" type="button" aria-label="Settings" aria-haspopup="dialog" aria-controls="settings-overlay" aria-expanded="false" title="Settings">
<span class="material-icons text-[20px]">tune</span>
</button>
</div>
</div>
<nav class="flex items-center gap-0.5 -mb-px overflow-x-auto scrollbar-hide" role="navigation" aria-label="Main navigation">
<a href="/" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">home</span>Home
</a>
<a href="/display" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">videocam</span>Graphics
</a>
<a href="/chipset" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-primary-600 text-primary-600 dark:text-primary-400 dark:border-primary-400 whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">memory</span>Chipset
</a>
<a href="/network" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">wifi</span>Network
<span class="px-1.5 py-0.5 text-[10px] font-semibold tracking-wide uppercase rounded bg-primary-50 dark:bg-primary-900/30 text-primary-600 dark:text-primary-300">Preview</span>
</a>
<a href="/audio" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">headphones</span>Audio
<span class="px-1.5 py-0.5 text-[10px] font-semibold tracking-wide uppercase rounded bg-primary-50 dark:bg-primary-900/30 text-primary-600 dark:text-primary-300">Preview</span>
</a>
<div class="w-px h-5 bg-gray-200 dark:bg-gray-700 mx-1.5"></div>
<a href="/contact" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">mail_outline</span>Contact
</a>
<a href="https://docs.rexxit.net/drivers-website/" target="_blank" rel="noopener noreferrer" class="px-3 py-2.5 text-sm font-medium flex items-center gap-1.5 border-b-2 border-transparent text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white whitespace-nowrap transition-colors">
<span class="material-icons text-[18px]">description</span>Docs
<svg class="w-3 h-3 opacity-40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>
</a>
</nav>
</div>
</header>
<div id="settings-overlay" class="settings-overlay hidden fixed inset-0 bg-black/50 backdrop-blur-sm z-50 flex items-center justify-center" role="dialog" aria-modal="true" aria-labelledby="settings-title" aria-hidden="true" tabindex="-1">
<div id="settings-dialog" class="w-full max-w-md mx-4 bg-white dark:bg-gray-900 rounded-xl shadow-2xl overflow-hidden transition-all" style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);" tabindex="-1">
<div class="bg-gray-900 dark:bg-gray-800 px-6 py-4">
<div class="flex items-center justify-between">
<h2 id="settings-title" class="text-lg font-semibold text-white">Settings</h2>
<button class="close-settings p-1.5 rounded-lg hover:bg-white/10 text-white/70 hover:text-white transition-colors" type="button" aria-label="Close settings">
<span class="material-icons text-[20px]">close</span>
</button>
</div>
</div>
<div class="p-6 space-y-6">
<div class="flex items-center justify-between">
<div class="flex items-center gap-3">
<span class="material-icons text-gray-400">dark_mode</span>
<span class="font-medium text-gray-900 dark:text-white">Dark Mode</span>
</div>
<button id="settingsDarkToggle" class="relative w-14 h-8 bg-gray-200 dark:bg-primary-500 rounded-full transition-colors" type="button" aria-label="Toggle dark mode" aria-pressed="false">
<span class="absolute left-1 dark:left-7 top-1 w-6 h-6 bg-white rounded-full shadow-md transition-all duration-200"></span>
</button>
</div>
<hr class="border-gray-200 dark:border-gray-700">
<div class="space-y-3">
<label for="regionSelect" class="flex items-center gap-3">
<span class="material-icons text-gray-400">public</span>
<span class="font-medium text-gray-900 dark:text-white">Download Region</span>
</label>
<select id="regionSelect" class="w-full px-4 py-3 bg-gray-100 dark:bg-gray-800 rounded-lg border border-transparent focus:border-primary-500 outline-none transition-colors text-gray-900 dark:text-white">
<option value="USA">USA</option>
<option value="EU">EU</option>
</select>
<p class="text-sm text-gray-500"><a href="https://docs.rexxit.net/drivers-website/articles/region-selection" target="_blank" rel="noopener noreferrer" class="text-primary-500 hover:text-primary-600 hover:underline">Learn more about regions</a></p>
</div>
</div>
</div>
</div>
<main id="main-content" class="flex-1 max-w-6xl mx-auto px-4 md:px-6 py-12 w-full">
<div class="mb-8">
<h1 class="page-heading mb-2">Chipset Drivers</h1>
<p class="page-subheading">Intel and AMD motherboard chipset drivers for Windows</p>
</div>
<div class="space-y-6">
<section class="card overflow-hidden" data-animate>
<div class="p-6 border-l-4 border-amd">
<div class="flex items-center gap-3 mb-1">
<img src="https://prod.rexxit.net/drweb/assets/amdryzen.png" alt="AMD Ryzen" class="h-9 w-9 object-contain" loading="lazy">
<h2 class="section-heading">AMD Ryzen Chipset</h2>
</div>
<p class="text-sm text-gray-500 dark:text-gray-400 mb-6">Select your socket type below to find the right chipset driver, or use AMD's auto-detect tool.</p>
<a href="https://www.amd.com/en/support/download/drivers.html" target="_blank" rel="noopener noreferrer" class="btn-brand-amd mb-6">
<span class="material-icons text-lg">download</span>
AMD Auto-Detect Tool
</a>
<hr class="border-gray-200 dark:border-gray-700 my-6">
<button data-collapsible aria-expanded="false" class="w-full px-4 py-3 rounded-lg font-medium text-left bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-800/80 text-gray-900 dark:text-white flex items-center justify-between transition-colors mb-2" type="button">
<span class="flex items-center gap-2">
<span class="material-icons text-amd text-lg">folder</span>
AM5 Chipsets
</span>
<span data-collapsible-icon class="material-icons text-gray-400 transition-transform duration-200 text-lg">expand_more</span>
</button>
<div class="hidden overflow-hidden transition-all duration-300 mb-3" style="max-height: 0; opacity: 0;">
<div class="pt-4 pb-2">
<div class="flex flex-wrap gap-3 items-center">
<select id="AM5" class="flex-1 min-w-[200px] px-4 py-3 bg-gray-100 dark:bg-gray-800 rounded-lg border border-transparent focus:border-amd outline-none transition-colors text-gray-900 dark:text-white">
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am5/x870e.html">X870E</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am5/x870.html">X870</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am5/x670e.html">X670E</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am5/x670.html">X670</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am5/b650e.html">B650E</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am5/b650.html">B650</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am5/a620.html">A620</option>
</select>
<button id="am5-go-btn" class="btn-brand-amd" type="button">
<span class="material-icons text-lg">arrow_forward</span> Go
</button>
</div>
<p class="text-sm text-gray-500 dark:text-gray-400 mt-3">Updated: 12-03-24</p>
</div>
</div>
<button data-collapsible aria-expanded="false" class="w-full px-4 py-3 rounded-lg font-medium text-left bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-800/80 text-gray-900 dark:text-white flex items-center justify-between transition-colors" type="button">
<span class="flex items-center gap-2">
<span class="material-icons text-amd text-lg">folder</span>
AM4 Chipsets
</span>
<span data-collapsible-icon class="material-icons text-gray-400 transition-transform duration-200 text-lg">expand_more</span>
</button>
<div class="hidden overflow-hidden transition-all duration-300" style="max-height: 0; opacity: 0;">
<div class="pt-4 pb-2">
<div class="flex flex-wrap gap-3 items-center">
<select id="AM4" class="flex-1 min-w-[200px] px-4 py-3 bg-gray-100 dark:bg-gray-800 rounded-lg border border-transparent focus:border-amd outline-none transition-colors text-gray-900 dark:text-white">
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/x570.html">X570</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/x470.html">X470</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/x370.html">X370</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/b550.html">B550</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/b450.html">B450</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/b350.html">B350</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/a520.html">A520</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/a320.html">A320</option>
<option value="https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/pro565.html">PRO565</option>
</select>
<button id="am4-go-btn" class="btn-brand-amd" type="button">
<span class="material-icons text-lg">arrow_forward</span> Go
</button>
</div>
<p class="text-sm text-gray-500 dark:text-gray-400 mt-3">Updated: 5-10-24</p>
</div>
</div>
</div>
</section>
<section class="card overflow-hidden" data-animate>
<div class="p-6 border-l-4 border-intel">
<div class="flex items-center gap-3 mb-1">
<img src="https://prod.rexxit.net/drweb/assets/intel.png" alt="Intel" class="h-9 w-9 object-contain">
<h2 class="section-heading">Intel Chipset</h2>
</div>
<p class="text-sm text-gray-500 dark:text-gray-400 mb-6">Intel provides a unified chipset utility that works for all supported chipsets.</p>
<button data-collapsible aria-expanded="false" class="w-full px-4 py-3 rounded-lg font-medium text-left bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-800/80 text-gray-900 dark:text-white flex items-center justify-between transition-colors" type="button">
<span class="flex items-center gap-2">
<span class="material-icons text-intel text-lg">folder</span>
Intel Chipset Utility
</span>
<span data-collapsible-icon class="material-icons text-gray-400 transition-transform duration-200 text-lg">expand_more</span>
</button>
<div class="hidden overflow-hidden transition-all duration-300" style="max-height: 0; opacity: 0;">
<div class="pt-4 pb-2">
<a href="https://www.intel.com/content/www/us/en/download/19347/chipset-inf-utility.html" target="_blank" rel="noopener noreferrer" class="btn-brand-intel">
<span class="material-icons text-lg">download</span>
Intel Chipset INF Utility
</a>
<p class="text-sm text-gray-500 dark:text-gray-400 mt-3">This utility will detect and install the appropriate chipset drivers for your Intel system.</p>
</div>
</div>
</div>
</section>
</div>
</main>
<footer class="border-t border-gray-200 dark:border-gray-800 mt-auto">
<div class="max-w-6xl mx-auto px-4 md:px-6 py-10">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-8">
<div class="col-span-2 md:col-span-1">
<a href="/" class="flex items-center gap-2 mb-3">
<img src="https://prod.rexxit.net/global/_icons/DH-logo-optim.webp" alt="DriverHub" class="h-7 w-7">
<span class="font-semibold text-gray-900 dark:text-white">DriverHub</span>
</a>
<p class="text-sm text-gray-500 dark:text-gray-400">Free Windows driver downloads from official sources.</p>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-900 dark:text-white mb-3">Drivers</h4>
<ul class="space-y-2 text-sm">
<li><a href="/display" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Graphics</a></li>
<li><a href="/chipset" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Chipset</a></li>
</ul>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-900 dark:text-white mb-3">Resources</h4>
<ul class="space-y-2 text-sm">
<li><a href="https://docs.rexxit.net/drivers-website/" target="_blank" rel="noopener noreferrer" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Documentation</a></li>
<li><a href="https://docs.rexxit.net/drivers-website/releasenotes" target="_blank" rel="noopener noreferrer" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Release Notes</a></li>
<li><a href="/info/about-stabledrivers" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Stability Ratings</a></li>
<li><a href="/info/trust-center" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Trust Center</a></li>
<li><a href="/info/credits" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Credits</a></li>
<li><a href="/feeds/drivers.json" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Driver Feed (JSON)</a></li>
<li><a href="/feeds/drivers.xml" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Driver Feed (RSS)</a></li>
</ul>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-900 dark:text-white mb-3">About</h4>
<ul class="space-y-2 text-sm">
<li><a href="/contact" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Contact</a></li>
<li><a href="/sitemap.xml" class="text-gray-500 hover:text-gray-900 dark:hover:text-white transition-colors">Sitemap</a></li>
<li><a href="https://www.buymeacoffee.com/burnttoasters" target="_blank" rel="noopener noreferrer" class="inline-flex items-center px-2.5 py-1 rounded-md bg-primary-100 dark:bg-primary-900/30 text-primary-700 dark:text-primary-300 hover:bg-primary-200 dark:hover:bg-primary-800/40 transition-colors">❤️ Support Us!</a></li>
</ul>
</div>
</div>
<div class="pt-6 border-t border-gray-200 dark:border-gray-800 flex flex-col sm:flex-row items-center justify-between gap-3 text-sm text-gray-400 dark:text-gray-500">
<div class="flex items-center gap-3">
<span id="site-version"></span>
<span id="update-date"></span>
</div>
<div class="flex items-center gap-2 sm:gap-3">
<a href="https://github.com/BurntToasters/driverWeb" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-1.5 px-2.5 py-1.5 rounded-md bg-gray-100 dark:bg-gray-800 text-gray-600 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 hover:text-gray-900 dark:hover:text-white transition-colors" aria-label="DriverWeb GitHub repository">
<span class="material-icons text-[16px]">code</span>
GitHub
</a>
<a href="https://www.digitalocean.com/?refcode=7bd0fa8e307c&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge" target="_blank" rel="noopener noreferrer" class="opacity-80 hover:opacity-100 transition-opacity">
<img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg" class="h-8" alt="DigitalOcean" loading="lazy">
</a>
</div>
</div>
</div>
</footer>
<script src="global/favorites.js"></script>
<script src="global/search.js"></script>
<script src="global/darkMode.js"></script>
<script src="global/regionSwitcher.js"></script>
<script src="global/modern.js"></script>
<script src="global/versionInfo.js"></script>
<script src="global/backToTop.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
function openSelectedChipset(selectId) {
const select = document.getElementById(selectId);
if (!select || !select.value) return;
window.open(select.value, '_blank', 'noopener,noreferrer');
}
const am5Button = document.getElementById('am5-go-btn');
if (am5Button) {
am5Button.addEventListener('click', function() {
openSelectedChipset('AM5');
});
}
const am4Button = document.getElementById('am4-go-btn');
if (am4Button) {
am4Button.addEventListener('click', function() {
openSelectedChipset('AM4');
});
}
});
</script>
<script src="global/pwa.js"></script>
</body>
</html>