1.3s (UEFI) and 1.7i (DOS) are included in the BIOS update I mentioned here: https://forums.mydigitallife.net/threads/bios-tools.529/page-32#post-1321673 Its one of the packed all-in-one executables though. You'll have to figure out how to unpack it.
I am searching for AMISLP. Can anyone here direct me to a working copy? I appreciate the help in advance.
Every single one of those Insyde tools are the ones that have been posted here. I doubt that "release" was approved by anybody.
Intel Integrator Toolkit 6.1.6 Changelog: Code: +---------------------------------------------------------------------------------------------------------+ | Version | Description | Revision Date | +---------+---------------------------------------------------------------------------+-------------------+ | 6.1.6 | Increased supported monitor types for logo file (max 60KB) | April 3, 2017 | | | Validated NUC5[x]PYH | | +---------+---------------------------------------------------------------------------+-------------------+ | 6.1.5 | Modified documentation, Resolution restriction for logo/picture boot file | February 15, 2017 | +---------+---------------------------------------------------------------------------+-------------------+ | 6.1.4 | Small bug fixes. | February 8, 2017 | +---------+---------------------------------------------------------------------------+-------------------+ | 6.1.3 | Increased maximum SMBIOS string length to 40. | February 3, 2017 | +---------+---------------------------------------------------------------------------+-------------------+ | 6.1.2 | Fixed issue where factory default SMBIOS values were not detected. | January 25, 2017 | +---------+---------------------------------------------------------------------------+-------------------+ | 6.1.1 | Small bug fix. Updated the validation list. | January 20, 2017 | +---------+---------------------------------------------------------------------------+-------------------+ | 6.1.0 | Original release | January 18, 2017 | +---------------------------------------------------------------------------------------------------------+ Code: Integrator Toolkit (ITK) v6.1.6 Copyright (c) 2017 Intel Corporation. All rights reserved. Syntax: For SMBIOS Configuration: Set: ITK6.efi -s -t [type] -f [field] -v [value] Delete: ITK6.efi -s -t [type] -f [field] -d Print: ITK6.efi -s -p Note: The value can be at most 40 characters. Example: ITK6.efi -s -t system -f manufacturer -v [value] ITK6.efi -s -t system -f product -v [value] ITK6.efi -s -t system -f version -v [value] ITK6.efi -s -t system -f serial -v [value] ITK6.efi -s -t system -f sku -v [value] ITK6.efi -s -t system -f family -v [value] ITK6.efi -s -t chassis -f manufacturer -v [value] ITK6.efi -s -t chassis -f type -v 3 ITK6.efi -s -t chassis -f version -v [value] ITK6.efi -s -t chassis -f serial -v [value] ITK6.efi -s -t chassis -f asset -v [value] ITK6.efi -s -t oem -f oem1 -v [value] ITK6.efi -s -t oem -f oem2 -v [value] ITK6.efi -s -t oem -f oem3 -v [value] For OEM Windows Product Key Injection: Set: ITK6.efi -o -oid [OEMID] -tid [TableID] -i [filename.bin] Delete: ITK6.efi -o -d Print: ITK6.efi -o -p Note: OEMID can be at most 6 characters, and TableID can be at most 8. For Custom BIOS Update File Creation with Imported Features: Syntax with or without an imported .BIO (pick one): 1. ITK6.efi -b -x [myCustomBio.bio] -ib [DownloadedBio.bio] 2. ITK6.efi -b -x [myCustomBio.bio] Imported feature flags that can be added (add at least one): 1. '-is' imports current SMBIOS configuration. 2. '-io' imports current OEM Windows product key data. 3. '-ic' imports current BIOS custom settings. 4. '-il [myLogo.jpg]' imports a logo file (.JPG). Note: The logo file (.JPG) can be at most 60KB in size. Example adding all four features to an existing .BIO: ITK6.efi -b -x [myCustomBio.bio] -ib [DownloadedBio.bio] -is -io -ic -il [myLogo.jpg]