===========================================
                  Release Note
===========================================
Software Name:  iec_curl
Software Version:  v0.00.01
Build Date:       2020/06/19

supported model list: 
entei,horsea,seaking

[2020/06/19] v0.00.01:

support:
1.      Entei/horsea/seaking
2.	update bmc for not preserve config and preserving config
3.	update bios 
4.	ipv4 and ipv6
5. 	return value:success 1,fail 2,timeout 3

Examples:
Update horsea BMC with preserve config :
   iec_curl.sh -H <IP> -U <UserName> -P <Password> -T BMC -M horsea -F <image>
   
Update horsea BMC with not preserve config : 
   iec_curl.sh -H <IP> -U <UserName> -P <Password> -T BMC -M horsea -C -F <image>

Update horsea BIOS: 
   iec_curl.sh -H <IP> -U <UserName> -P <Password> -T BIOS -M horsea -F <image>
