diff --git a/StarBook/MkVI-AMD/ami/1.8.0/1.8.0.cap b/StarBook/MkVI-AMD/ami/1.8.0/1.8.0.cap deleted file mode 100644 index a0f4e43..0000000 Binary files a/StarBook/MkVI-AMD/ami/1.8.0/1.8.0.cap and /dev/null differ diff --git a/StarBook/MkVI-AMD/ami/1.8.0/1.8.0.rom b/StarBook/MkVI-AMD/ami/1.8.0/1.8.0.rom deleted file mode 100644 index 01e699f..0000000 Binary files a/StarBook/MkVI-AMD/ami/1.8.0/1.8.0.rom and /dev/null differ diff --git a/StarBook/MkVI-AMD/ami/1.8.0/B6-A.ami.metainfo.xml b/StarBook/MkVI-AMD/ami/1.8.0/B6-A.ami.metainfo.xml deleted file mode 100644 index af7efff..0000000 --- a/StarBook/MkVI-AMD/ami/1.8.0/B6-A.ami.metainfo.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - com.starlabs.B6-A.ami - StarBook MkVI-AMD ami firmware - ami firmware for StarBook MkVI-AMD - -

Updating the ami firmware makes your computer more reliable and can add new features.

-
- - 5a29ddbb-11dd-476d-a641-a45c1db63d5c - - - org.freedesktop.fwupd - b39593ad-7522-52a5-a4ab-1b2ca2153956 - - https://starlabs.systems - CC0-1.0 - proprietary - Star Labs - - org.uefi.capsule - triplet - - - X-System - - - - - -

This release includes the following features:

-
    -
  • Update PI to 1.0.0.fa
  • -
  • Expose the behaviour of the overcharge protection
  • -
  • Improved power reporting
  • -
-
-
-
-
diff --git a/StarBook/MkVI-AMD/ami/1.8.0/ami-B6-A.cab b/StarBook/MkVI-AMD/ami/1.8.0/ami-B6-A.cab deleted file mode 100644 index 06c5b20..0000000 Binary files a/StarBook/MkVI-AMD/ami/1.8.0/ami-B6-A.cab and /dev/null differ diff --git a/StarBook/MkVI-AMD/ami/1.8.0/efi-B6-A.zip b/StarBook/MkVI-AMD/ami/1.8.0/efi-B6-A.zip deleted file mode 100644 index ba384d1..0000000 Binary files a/StarBook/MkVI-AMD/ami/1.8.0/efi-B6-A.zip and /dev/null differ diff --git a/StarBook/MkVI-AMD/ami/1.8.0/release_notes.md b/StarBook/MkVI-AMD/ami/1.8.0/release_notes.md deleted file mode 100644 index 2b4bcb0..0000000 --- a/StarBook/MkVI-AMD/ami/1.8.0/release_notes.md +++ /dev/null @@ -1,3 +0,0 @@ -Update PI to 1.0.0.fa -Expose the behaviour of the overcharge protection -Improved power reporting diff --git a/StarBook/MkVI-AMD/ami/1.8.0/startup.nsh b/StarBook/MkVI-AMD/ami/1.8.0/startup.nsh deleted file mode 100644 index b268dad..0000000 --- a/StarBook/MkVI-AMD/ami/1.8.0/startup.nsh +++ /dev/null @@ -1,23 +0,0 @@ -echo -off - cls - set payload 1.8.0.rom - - echo "*******************************************************************" - echo "********************* BIOS & Firmware Update **********************" - echo "*******************************************************************" - echo " " - echo "This update is for the StarBook MkVI-AMD. Installing on any other laptop will cause it not to start." - echo " " - echo "Press Enter to update firmware or press Q to quit." - pause - echo "This update contains the following changes:" - echo "Update PI to 1.0.0.fa" -echo "Expose the behaviour of the overcharge protection" -echo "Improved power reporting" - for %a run (0 10) - if exist fs%a:AfuEfix64.efi then - fs%a: - AfuEfix64 %payload% /P /N /B /L - reset - endif - endfor