顯示具有 1_BIOS 標籤的文章。 顯示所有文章
顯示具有 1_BIOS 標籤的文章。 顯示所有文章

2020年3月16日 星期一

Intel X710 OCP has confusing name device manager


Intel X710 OCP has confusing name device manager




The OCP have two ports , and it show different name under BIOS.
The windows os device manager also follow the different name.

1st Port: Intel(R) Ethernet Controller X710 for 10GbE SFP+ Other Ports: Intel(R) Ethernet Converged Network Adapter X710



This is known issue.
From Intel document, https://downloadcenter.intel.com/download/22283/Intel-Ethernet-Adapter-Complete-Driver-Pack => Please refer to the "Adapter User Guide.pdf" from the driver package
search "correct branding". in this pdf.


Compatibility Notes
Devices based on the Intel Ethernet Controller XL710 (4x10 GbE, 1x40 GbE, 2x40 GbE) have an expected
total throughput for the entire device of 40 Gb/s in each direction.
The first port of Intel® Ethernet Controller 700 Series based adapters will display the correct branding string.

All other ports on the same device will display a generic branding string.


2019年8月5日 星期一

How to provision TPM2.0 for TXT environment

How to provision TPM2.0 for TXT environment

Please get tools "TPM2ProvTool_20150909" "Client_TXT_Debug_ToolKit_20180625"

1.Boot into BIOS
2.Disable TXT
3.Boot to UEFI shell
4.Execute    (In TPM2ProvTool_20150909\PRE_PROD\COMMON)
  a.Define_AUX.nsh
  b.Define_PS.nsh
  c.Define_SGX.nsh
  d.Lock_PS2.nsh
5.Exit,  back to BIOS
6.Enable TXT, save&exit
7.Boot to UEFI shell
8.Execute "TXTINFO64" (In Client_TXT_Debug_ToolKit_20180625\EFI\txtinfo64)
If pass, you will see "System is in TXT environment"




------------------------------------------------------------------------
Another way:

1.Power on SUT
2.Boot into BIOS
3.Disable TPM/TXT/VT-D
4.Boot into EFI Shell
5.Select TPM2 Prov files
6.Use Basic Provisioning using the sample SHA256 definitions
a)For TXT indexes run Tpm2TxtProv.nsh SHA256 Example
b)If you need to create the platform owner index run Tpm2PoProv.nsh SHA256 Example
c)For the SGX index run Tpm2SgxiProv.nsh SHA256 Example
d)For the PPI index run Tpm2PpiProv.nsh SHA256 Example
7.Boot into BIOS again.
8.Enable TPM/TXT/VT-D
9.Boot to OS,and install tboot,tpm-tools packages
10. Tboot kernel configuration added to grub
11. Reboot and select tboot kernel

2016年8月17日 星期三

How to write mac address by eeupdate

How to write mac address by eeupdate


Download latest eeupdate.efi
1.Boot to UEFI shell
2.#eeupdate.efi /nic=1 /mac=001122334455
(MAC address must follow vendor MAC define, like "F0761C9DXXXX")

mac address is 12 length

2016年5月4日 星期三

How to use eeupdate to update i350 fw

How to use eeupdate to update i350 fw


Boot UEFI shell
Check version
#eeupdate.efi /all /eepromver

Update fw
#eeupdate.efi /all /d XXX.hex



2015年10月19日 星期一

How to update Intel i350 fw & MAC address

How to update Intel i350 fw


Boot to UEFI shell
#eeupdate64e.efi /D I350BT2_0324.hex /NIC=1

 MAC address
#eeupdate64e.efi  /NIC=1 /MAC=665544332211
#eeupdate64e.efi  /NIC=2 /MAC=665544332212

After flash completely, AC system

2015年9月10日 星期四

How to flash LSI 2308 fw

How to flash LSI 2308 fw


Boot to UEFI shell, enter to sas2flash tool folder
sas2flash -o -e 7                                                         # Clear all image in flash.#
sas2flash -o -f xxxx.fw                                        # Flash FW.  #
sas2flash -b mptsas2.rom                                           #Flash BIOS.

sas2flash -o -sasadd 0000111122225678                #Flash SAS address.#

2015年3月18日 星期三

iSCSI CHAP

http://blog.csdn.net/sinchb/article/details/8433994#t10

1.What is CHAP?

Challenge-Handshake Authentication Protocol
iSCSI initiators and targets prove their identity to each other using the CHAP protocol, which includes a mechanism to prevent cleartext passwords from appearing on the wire.

2. iSCSI support two tpye chap authentication:

Initiator authentication和Target authentication

2.1 Initiator authentication

    When initiator(SUT) connect to target, initator should provide user name and password to target. The user name which initiator provdie is "incoming" account.
 Initiator authentication can  authentication independently, it call " Uni-directional Authentication",One way authentication

2.2 target authentication

    When initiator connect to target, target should provide user name and password to initiator. Tis is "outcoming" account

    target authentication have to authentication on both  initiator and target , it call " Bi-directional Authentication",Mutual  authentication
    iSCSI CHAP password length requirement must have 12~16 words

2015年3月11日 星期三

How to flash Primary/Backup BIOS from recovery mode (Intel platform)

How to flash Primary/Backup BIOS from recovery mode (Intel platform)

1.Adjust jumper to recovery mode
2.Boot to EFI shell

(大小寫有分別)
3.iflash32.efi -u xxxx.cap UpdateBackupBios

4.Adjust jumper to normal mode.

2014年12月30日 星期二

How to enable OCP(Intel X520/X550) iscsi/pxe/wol option rom

How to enable OCP(Intel X520/X550) iscsi/pxe/wol option rom

1.Boot up to UEFI with "bootutil" utility (EFIx64 folder)
Enable iscsi option
2.bootutil64e.efi -up=iscsi+efi -nic=1
(Yes)
If fw image exist(Overwrite)
(Yes)
Set primary port
3.bootutil64e.efi -bootenable=iscsiprimary -nic=1
4.bootutil64e.efi -bootenable=iscsisecondary -nic=2

---------------------------------------
[PXE]
bootutil64e.efi -up=pxe+efi -nic=1


-----------------------------------------
[WOL] wake on lan
bootutil64e.efi  -WOLENABLE -all

2013年3月20日 星期三

Update BIOS in DRMK

Update BIOS in DRMK

[Filename].exe -forcetype -wipeclean

forcetype=>強制
wipeclean=>清除舊的設定

TEMP-2026

 123