BIOS Tools

Discussion in 'BIOS Mods' started by amiga, Aug 21, 2007.

  1. quid

    quid MDL Addicted

    Oct 22, 2010
    793
    906
    30
  2. Kriomag

    Kriomag MDL Novice

    Aug 10, 2016
    3
    2
    0
    #662 Kriomag, Jun 28, 2017
    Last edited: Jun 29, 2017

    Attached Files:

  3. Kriomag

    Kriomag MDL Novice

    Aug 10, 2016
    3
    2
    0
  4. quid

    quid MDL Addicted

    Oct 22, 2010
    793
    906
    30
    It was in the other part of the packed executable that got discarded.
     
  5. sabian001

    sabian001 MDL Novice

    Aug 15, 2017
    1
    1
    0
    I am searching for AMISLP. Can anyone here direct me to a working copy?

    I appreciate the help in advance.
     
  6. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
  7. quid

    quid MDL Addicted

    Oct 22, 2010
    793
    906
    30
    Every single one of those Insyde tools are the ones that have been posted here. I doubt that "release" was approved by anybody. :)
     
  8. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    Well, that 'approved by Insyde Japan' part attracted me so decided to post it.

    :p
     
  9. quid

    quid MDL Addicted

    Oct 22, 2010
    793
    906
    30
    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]