Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add AMD 4004 series certification page #582

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion assets/css/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions content/amd-epyc-june2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Certified - AMD EPYC May 2024"
type: amd-epyc-june2024
---

amd-epyc-june2024 content
6 changes: 5 additions & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,5 +620,9 @@
"AlmaLinux Lead Architect": "AlmaLinux Lead Architect",
"AlmaLinux 9.4 and AlmaLinux 8.10 are both stable! Checkout ": "AlmaLinux 9.4 and AlmaLinux 8.10 are both stable! Checkout ",
"AlmaLinux OS 8.10 Stable": "AlmaLinux OS 8.10 Stable",
" for more information!": " for more information!"
" for more information!": " for more information!",
"processor series": "processor series",
"Motherboard": "Motherboard",
"tests cover benchmarking of OS features. The result of benchmarking can be found in the PDF linked above.": "tests cover benchmarking of OS features. The result of benchmarking can be found in the PDF linked above.",
"The conducted tests ensure that AMD EPYC™ 4004 series CPUs and, generally for any servers based on EPYC processors, AlmaLinux OS works properly guaranteeing stability, security, and high performance.": "The conducted tests ensure that AMD EPYC™ 4004 series CPUs and, generally for any servers based on EPYC processors, AlmaLinux OS works properly guaranteeing stability, security, and high performance."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added missing commas

The conducted tests ensure that AMD EPYC™ 4004 series CPUs and, generally, for any servers based on EPYC processors, AlmaLinux OS works properly, guaranteeing stability, security, and high performance.

}
321 changes: 321 additions & 0 deletions layouts/amd-epyc-june2024/single.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,321 @@
{{define "main"}}
<section class="al-certified-amd-page">
<div class="banner">
<div class="container">
<h1>
AMD EPYC™ 4004 Processors {{ i18n "certified with AlmaLinux OS" }}
</h1>
<p>
{{ i18n "Compatibility you can trust" }}
</p>
<p>
<a href="https://www.amd.com"><img style="margin-top: 40px; width: 200px" src="/images/1730404-C_AMD_EPYC_Lockup_RGB_Wht.svg" alt="AMD EPYC Wordmark"></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://www.asrockrack.com/"><img style="margin-top: 40px; width: 300px" src="/images/ASRock Rack_logo-01_white.png" alt="ASRock Logo"></a>
</p>
</div>
</div>
<section class="content">
<div class="container">
<p>
{{ i18n "The conducted tests ensure that AMD EPYC™ 4004 series CPUs and, generally for any servers based on EPYC processors, AlmaLinux OS works properly guaranteeing stability, security, and high performance." }}
</p>

<div class="info-flex">
<div class="img">
<img src="/images/chip.png">
</div>
<div class="text">
<div>
<b>
{{ i18n "Vendor" }}:&nbsp;
</b>
AMD
</div>

<div>
<b>{{ i18n "Certification for" }}:&nbsp;</b>
AMD EPYC™ 4004 {{ i18n "processor series" }}
</div>

<div>
<b>
{{ i18n "Operating system" }}:&nbsp;
</b>
AlmaLinux OS
</div>
</div>
</div>
<div class="info-flex">
<div class="text">
<div class="info-block-title">
{{ i18n "Server specification" }}
</div>

<div>
<img src="/images/icon-system.png">
<b>
{{ i18n "System" }}:&nbsp;
</b>
ASRock Rack B650D4U-2L2T/BCM
</div>
<div>
<img src="/images/icon-system.png">
<b>
{{ i18n "Motherboard" }}:&nbsp;
</b>
ASRock Rack B650D4U
</div>
<div>
<img src="/images/icon-CPU.png">
<b>
CPU:&nbsp;
</b>
AMD EPYC™ 4564P 16-core {{ i18n "processor" }}
</div>
<div>
<img src="/images/icon-memory.png">
<b>
{{ i18n "Memory" }}:&nbsp;
</b>
4 x 32GB Micron 4800MHz DDR5 ECC UDIMM (MTC20C2085S1EC48BA1)
</div>
<div>
<img src="/images/icon-storage.png">
<b class="info">
{{ i18n "Storage" }}:&nbsp;
</b>
2 x 960GB Micron 7450 NVMe M.2
</div>
<div>
<img src="/images/icon-security.png">
<b class="info">
{{ i18n "Security device" }}:&nbsp;
</b>
TPM2.0
</div>

</div>
<div class="img">
<img src="/images/server-image.png">
</div>
</div>

<div class="test-cta">
<button id="test-click">
{{ i18n "Tests details" }}
</button>
<a class="mt-5" href="/certificate/2024_AMD_AlmaLinux_EPYC_4004_certification.pdf" download>
<i class="bi bi-download pe-1 d-xl-inline"></i>
{{ i18n "Download Test PDF" }}
</a>
</div>
</div>
</section>

<section id="test-details" class="test " style="display: none;">
<div class="container">
<table>
<tbody>
<tr>
<th>
{{ i18n "Test" }}
</th>
<th>
AlmaLinux
</th>
</tr>
</tbody>
<tbody>
<tr>
<td>
{{ i18n "Hardware detection" }}
</td>
<td class="passed">
<div class="checkmark"></div>
<p>
{{ i18n "Passed" }}
</p>
</td>
</tr>
<tr>
<td>
{{ i18n "CPU stress" }}
</td>
<td class="passed">
<div class="checkmark"></div>
<p>
{{ i18n "Passed" }}
</p>
</td>
</tr>
<tr>
<td>
{{ i18n "Containers" }}
</td>
<td class="passed">
<div class="checkmark"></div>
<p>
{{ i18n "Passed" }}
</p>
</td>
</tr>
<tr>
<td>
KVM
</td>
<td class="passed">
<div class="checkmark"></div>
<p>
{{ i18n "Passed" }}
</p>
</td>
</tr>
<tr>
<td>
{{ i18n "Network" }}
</td>
<td class="passed">
<div class="checkmark"></div>
<p>
{{ i18n "Passed" }}
</p>
</td>
</tr>
<tr>
<td>
LTP
</td>
<td class="passed">
<div class="checkmark"></div>
<p>
{{ i18n "Passed" }}
</p>
</td>
</tr>
<tr>
<td>
USB
</td>
<td class="passed">
<div class="checkmark"></div>
<p>
{{ i18n "Passed" }}
</p>
</td>
</tr>
<tr>
<td>
PXE
</td>
<td class="passed">
<div class="checkmark"></div>
<p>
{{ i18n "Passed" }}
</p>
</td>
</tr>
</tbody>
</table>

<p class="test-title">
{{ i18n "Hardware detection" }}
</p>
<p class="test-text">
{{ i18n "The main objective of the hardware detection test is to ensure the target hardware is properly detected by" }} AlmaLinux OS.
</p>

<p class="test-title">
{{ i18n "CPU stress" }}
</p>
<p class="test-text">
{{ i18n "The test is performed to verify that the CPU can handle a sustained high load for a period of time." }}
</p>

<p class="test-title">
{{ i18n "Containers" }}
</p>
<p class="test-text">
{{ i18n "The containerization test verifies the ability of the system to run processes with isolation inside containers like Docker, Podman, etc." }}
</p>

<p class="test-title">
KVM
</p>
<p class="test-text">
{{ i18n "The test is designed to check the possibility of running virtual machines with help of the KVM on the server." }}
</p>

<p class="test-title">
{{ i18n "Network" }}
</p>
<p class="test-text">
{{ i18n "The test verifies that the network adapter is working smoothly at the advertised speed load for a period of time." }}
</p>

<p class="test-title">
LTP
</p>
<p class="test-text">
{{ i18n "The LTP testsuite contains a collection of tools for testing the Linux kernel and related features." }}
</p>

<p class="test-title">
USB
</p>
<p class="test-text">
{{ i18n "The USB test covers USB ports from a basic functionality standpoint, ensuring that all ports can be accessed by the OS." }}
</p>

<p class="test-title">
PXE
</p>
<p class="test-text">
{{ i18n "The PXE test covers the PXE device checks and its ability to boot OS over the network." }}
</p>

<p class="test-title">
Phoronix
</p>
<p class="test-text">
Phoronix {{ i18n "tests cover benchmarking of OS features. The result of benchmarking can be found in the PDF linked above." }}
</p>
</div>
</section>
</section>

<script>


var reqClick = document.getElementById('click-btn');

reqClick.onclick = function() {
var reqForm = document.getElementById('form');

if (reqForm.style.display !== 'none') {
reqForm.style.display = 'none';
}
else {
reqForm.style.display = 'block';
}
};
</script>
<script>


var testClick = document.getElementById('test-click');

testClick.onclick = function() {
var testDetails = document.getElementById('test-details');

if (testDetails.style.display !== 'none') {
testDetails.style.display = 'none';
}
else {
testDetails.style.display = 'block';
}
};
</script>

{{end}}

Binary file added static/certificate/2024-05-31-2240.pdf
Binary file not shown.
Binary file not shown.
45 changes: 45 additions & 0 deletions static/images/1730404-C_AMD_EPYC_Lockup_RGB_Wht.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/ASRock Rack_logo-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/ASRock Rack_logo-01_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading