aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELEASE.md46
-rw-r--r--SETUP.md2
2 files changed, 25 insertions, 23 deletions
diff --git a/RELEASE.md b/RELEASE.md
index caafc8de..65019784 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,39 +1,41 @@
# Release notes
-This is the release notes document for the AMD machine ROME. This document
+This is the release notes document for the AMD machine ETHANOLX. This document
contains information about the Yocto layers' git repos, their branches
and commit hashes, software versions, and known/fixed issues/limitations.
## Bitbake layers
-| Layer | Git Repo | Branch | Commit Hash/Tag |
-|:------------------|:---------------------------------------------|:--------|:-----------------------------------------|
-| poky | git://git.yoctoproject.org/poky | dunfell | tags/yocto-3.1.4 |
-| meta-openembedded | git://git.openembedded.org/meta-openembedded | dunfell | f2d02cb71eaff8eb285a1997b30be52486c160ae |
-| meta-dpdk | git://git.yoctoproject.org/meta-dpdk | dunfell | 9465b6d27fc9520e18d05cc50dbed9d84e111953 |
-| meta-amd | git://git.yoctoproject.org/meta-amd | dunfell | tags/dunfell-rome-ga-202103 |
+| Layer | Git Repo | Branch | Commit Hash/Tag |
+|:------------------|:---------------------------------------------|:----------|:-----------------------------------------|
+| poky | git://git.yoctoproject.org/poky | hardknott | tags/yocto-3.3 |
+| meta-openembedded | git://git.openembedded.org/meta-openembedded | hardknott | cf5bd6a8308108b4313a1e45ce8aa87e73125bf9 |
+| meta-dpdk | git://git.yoctoproject.org/meta-dpdk | master | c011004a49ffb1304f376f0fdc65066913102d5f |
+| meta-amd | git://git.yoctoproject.org/meta-amd | hardknott | tags/hardknott-ethanolx-ga-202107 |
## Software versions
| Software | Version |
|:----------------|:---------|
-| Yocto Poky base | 3.1.4 |
-| grub | 2.02 |
-| linux-yocto | 5.4.69 |
-| linux-yocto-rt | 5.4.69 |
-| gcc | 9.3.0 |
-| util-linux | 2.35.1 |
-| lttng | 2.11 |
+| Yocto Poky base | 3.3 |
+| grub | 2.06-rc1 |
+| linux-yocto | 5.10.25 |
+| linux-yocto-rt | 5.10.25 |
+| gcc | 10.2.0 |
+| util-linux | 2.36.2 |
+| lttng | 2.12 |
| babeltrace | 1.5.8 |
-| connman | 1.37 |
-| gdb | 9.1 |
-| dpdk | 18.11.10 |
-| strongswan | 5.8.4 |
+| connman | 1.39 |
+| gdb | 10.1 |
+| dpdk | 20.11.1 |
+| strongswan | 5.9.2 |
## Fixed issues
-| __ROME Fixed Issues__ |
-|:----------------------|
-| None |
+| __ETHANOLX Fixed Issues__ |
+|:--------------------------|
+| None |
## Known issues
-| __ROME Known Issues/Limitations__ |
+| __ETHANOLX Known Issues/Limitations__ |
|:--------------------------------------------------------------------------------------------|
| Network is detected from only one NIC card when two NIC cards are connected on the platform |
+| AMD SPI Kernel Driver fails to access the SPI ROM registers |
+| _** Workaround: Disable ‘Rom Armor’ setting under ‘Chipset’ tab in BIOS_ |
diff --git a/SETUP.md b/SETUP.md
index a2202524..0257f4b4 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -48,7 +48,7 @@ git checkout --quiet cf5bd6a8308108b4313a1e45ce8aa87e73125bf9
cd ../meta-dpdk
git checkout --quiet c011004a49ffb1304f376f0fdc65066913102d5f
cd ../meta-amd
-git checkout --quiet HEAD
+git checkout --quiet tags/hardknott-ethanolx-ga-202107
cd ..
```