From 746fa1f2f721580ac76da8ea7569e6b1aae2346c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Go=C5=82a=C5=9B?= Date: Mon, 30 Sep 2024 11:10:47 +0200 Subject: [PATCH] docs: Move all odroid H4+ files from unified to variants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Gołaś --- .../building-manual.md | 2 +- .../firmware-update.md | 10 ++++------ .../hardware-matrix.md | 2 +- .../initial-deployment.md | 14 ++++++-------- docs/variants/hardkernel_odroid_h4/overview.md | 6 ++++++ .../recovery.md | 0 .../releases.md | 4 ++-- .../test-matrix.md | 0 .../hardkernel_odroid_h4_plus/overview.md | 6 ------ mkdocs.yml | 18 +++++++++--------- 10 files changed, 29 insertions(+), 33 deletions(-) rename docs/variants/{hardkernel_odroid_h4_plus => hardkernel_odroid_h4}/building-manual.md (98%) rename docs/variants/{hardkernel_odroid_h4_plus => hardkernel_odroid_h4}/firmware-update.md (91%) rename docs/variants/{hardkernel_odroid_h4_plus => hardkernel_odroid_h4}/hardware-matrix.md (97%) rename docs/variants/{hardkernel_odroid_h4_plus => hardkernel_odroid_h4}/initial-deployment.md (73%) create mode 100644 docs/variants/hardkernel_odroid_h4/overview.md rename docs/variants/{hardkernel_odroid_h4_plus => hardkernel_odroid_h4}/recovery.md (100%) rename docs/variants/{hardkernel_odroid_h4_plus => hardkernel_odroid_h4}/releases.md (81%) rename docs/variants/{hardkernel_odroid_h4_plus => hardkernel_odroid_h4}/test-matrix.md (100%) delete mode 100644 docs/variants/hardkernel_odroid_h4_plus/overview.md diff --git a/docs/variants/hardkernel_odroid_h4_plus/building-manual.md b/docs/variants/hardkernel_odroid_h4/building-manual.md similarity index 98% rename from docs/variants/hardkernel_odroid_h4_plus/building-manual.md rename to docs/variants/hardkernel_odroid_h4/building-manual.md index fcf35a05c2..8bfcf72ff5 100644 --- a/docs/variants/hardkernel_odroid_h4_plus/building-manual.md +++ b/docs/variants/hardkernel_odroid_h4/building-manual.md @@ -20,7 +20,7 @@ To build Dasharo firmware image, first clone the coreboot repository: ``` then follow the steps below: -=== "Odroid H4+" +=== "Odroid H4" 1. To build a specific version checkout to the version's tag. Skip this step otherwise. diff --git a/docs/variants/hardkernel_odroid_h4_plus/firmware-update.md b/docs/variants/hardkernel_odroid_h4/firmware-update.md similarity index 91% rename from docs/variants/hardkernel_odroid_h4_plus/firmware-update.md rename to docs/variants/hardkernel_odroid_h4/firmware-update.md index 56094c7afb..fc7bec87b5 100644 --- a/docs/variants/hardkernel_odroid_h4_plus/firmware-update.md +++ b/docs/variants/hardkernel_odroid_h4/firmware-update.md @@ -34,10 +34,8 @@ medium lock and Secure Boot: The settings of all the above options can be restored after a firmware update. -=== "ODROID H4+" +## Updating Dasharo - ## Updating Dasharo - - ```bash - flashrom -p internal -w hardkernel_odroid_h4_v.rom --fmap -i bios - ``` +```bash +flashrom -p internal -w hardkernel_odroid_h4_v.rom --fmap -i bios +``` diff --git a/docs/variants/hardkernel_odroid_h4_plus/hardware-matrix.md b/docs/variants/hardkernel_odroid_h4/hardware-matrix.md similarity index 97% rename from docs/variants/hardkernel_odroid_h4_plus/hardware-matrix.md rename to docs/variants/hardkernel_odroid_h4/hardware-matrix.md index 870e7bda96..44cdf35a5d 100644 --- a/docs/variants/hardkernel_odroid_h4_plus/hardware-matrix.md +++ b/docs/variants/hardkernel_odroid_h4/hardware-matrix.md @@ -3,7 +3,7 @@ ## Introduction This document describes the hardware configuration used for validation of -Dasharo on the Hardkernel ODROID H4+. +Dasharo on the Hardkernel ODROID H4. ## Hardkernel ODROID H4+ diff --git a/docs/variants/hardkernel_odroid_h4_plus/initial-deployment.md b/docs/variants/hardkernel_odroid_h4/initial-deployment.md similarity index 73% rename from docs/variants/hardkernel_odroid_h4_plus/initial-deployment.md rename to docs/variants/hardkernel_odroid_h4/initial-deployment.md index ac5917586d..e9e57eeb1f 100644 --- a/docs/variants/hardkernel_odroid_h4_plus/initial-deployment.md +++ b/docs/variants/hardkernel_odroid_h4/initial-deployment.md @@ -24,13 +24,11 @@ your own backup should be the last resort. ## Flashing Dasharo -=== "ODROID H4+" +To flash Dasharo on the platform, execute the following command - replace `[path]` +with the path to the Dasharo image you want to flash, e.g. `hardkernel_odroid_h4_v0.9.0.rom`. - To flash Dasharo on the platform, execute the following command - replace `[path]` - with the path to the Dasharo image you want to flash, e.g. `hardkernel_odroid_h4_v0.9.0.rom`. - - ```bash - sudo flashrom -p internal -w [path] --ifd -i bios - ``` +```bash +sudo flashrom -p internal -w [path] --ifd -i bios +``` - After successful operation reboot the platform. +After successful operation reboot the platform. diff --git a/docs/variants/hardkernel_odroid_h4/overview.md b/docs/variants/hardkernel_odroid_h4/overview.md new file mode 100644 index 0000000000..34d4efed1e --- /dev/null +++ b/docs/variants/hardkernel_odroid_h4/overview.md @@ -0,0 +1,6 @@ +# Overview + +=== "Hardkernel ODROID H4" + - [Releases](../../variants/hardkernel_odroid_h4/releases.md) + - [Hardware Configuration Matrix](../../variants/hardkernel_odroid_h4/hardware-matrix.md) + - [Test Matrix](./test-matrix.md#hardkernel-odroid-h4) diff --git a/docs/variants/hardkernel_odroid_h4_plus/recovery.md b/docs/variants/hardkernel_odroid_h4/recovery.md similarity index 100% rename from docs/variants/hardkernel_odroid_h4_plus/recovery.md rename to docs/variants/hardkernel_odroid_h4/recovery.md diff --git a/docs/variants/hardkernel_odroid_h4_plus/releases.md b/docs/variants/hardkernel_odroid_h4/releases.md similarity index 81% rename from docs/variants/hardkernel_odroid_h4_plus/releases.md rename to docs/variants/hardkernel_odroid_h4/releases.md index 20f85f2938..99e1424d0e 100644 --- a/docs/variants/hardkernel_odroid_h4_plus/releases.md +++ b/docs/variants/hardkernel_odroid_h4/releases.md @@ -1,14 +1,14 @@ # Dasharo compatible with Hardkernel ODROID H4+ Following Release Notes describe status of Open Source Firmware development for -Hardkernel ODROID H4+ +Hardkernel ODROID H4 For details about our release process please read [Dasharo Standard Release Process](../../dev-proc/standard-release-process.md).
-[Subscribe to Hardkernel ODROID H4+ Dasharo Release Newsletter] +[Subscribe to Hardkernel ODROID H4 Dasharo Release Newsletter] [newsletter]{ .md-button .md-button--primary .center }
diff --git a/docs/variants/hardkernel_odroid_h4_plus/test-matrix.md b/docs/variants/hardkernel_odroid_h4/test-matrix.md similarity index 100% rename from docs/variants/hardkernel_odroid_h4_plus/test-matrix.md rename to docs/variants/hardkernel_odroid_h4/test-matrix.md diff --git a/docs/variants/hardkernel_odroid_h4_plus/overview.md b/docs/variants/hardkernel_odroid_h4_plus/overview.md deleted file mode 100644 index 3cd6fcad8e..0000000000 --- a/docs/variants/hardkernel_odroid_h4_plus/overview.md +++ /dev/null @@ -1,6 +0,0 @@ -# Overview - -=== "Hardkernel ODROID H4+" - - [Releases](../../variants/hardkernel_odroid_h4_plus/releases.md) - - [Hardware Configuration Matrix](../../variants/hardkernel_odroid_h4_plus/hardware-matrix.md) - - [Test Matrix](./test-matrix.md#hardkernel-odroid-h4-plus) diff --git a/mkdocs.yml b/mkdocs.yml index ff5afad07c..98aaf7766e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -350,15 +350,15 @@ nav: - 'FAQ': variants/pc_engines/faq.md - 'Announcement': variants/pc_engines/post-eol-fw-announcement.md - 'Firmware write protection': variants/pc_engines/bios-lock.md - - 'Hardkernel ODROID H4+': - - 'Overview': variants/hardkernel_odroid_h4_plus/overview.md - - 'Releases': variants/hardkernel_odroid_h4_plus/releases.md - - 'Building manual': variants/hardkernel_odroid_h4_plus/building-manual.md - - 'Initial deployment': variants/hardkernel_odroid_h4_plus//initial-deployment.md - - 'Firmware update': variants/hardkernel_odroid_h4_plus/firmware-update.md - - 'Recovery': variants/hardkernel_odroid_h4_plus/recovery.md - - 'Hardware Configuration Matrix': variants/hardkernel_odroid_h4_plus/hardware-matrix.md - - 'Test matrix': variants/hardkernel_odroid_h4_plus/test-matrix.md + - 'Hardkernel ODROID H4': + - 'Overview': variants/hardkernel_odroid_h4/overview.md + - 'Releases': variants/hardkernel_odroid_h4/releases.md + - 'Building manual': variants/hardkernel_odroid_h4/building-manual.md + - 'Initial deployment': variants/hardkernel_odroid_h4/initial-deployment.md + - 'Firmware update': variants/hardkernel_odroid_h4/firmware-update.md + - 'Recovery': variants/hardkernel_odroid_h4/recovery.md + - 'Hardware Configuration Matrix': variants/hardkernel_odroid_h4/hardware-matrix.md + - 'Test matrix': variants/hardkernel_odroid_h4/test-matrix.md # - 'Development Environment': # - 'Nix': dev-env/nix-dev-env.md - 'Guides':