Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62

MFC after:5 days
This commit is contained in:
David C Somayajulu 2016-09-30 19:21:02 +00:00
parent 31f575777c
commit 999a0d8658
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306522
4 changed files with 150304 additions and 150172 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
unsigned int ql83xx_minidump_version_major = 5;
unsigned int ql83xx_minidump_version_minor = 4;
unsigned int ql83xx_minidump_version_sub = 58;
unsigned int ql83xx_minidump_version_sub = 62;
unsigned char ql83xx_minidump[] = {
0x63, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x00, 0x11, 0x01, 0x00,
@ -10959,8 +10959,8 @@ unsigned char ql83xx_minidump[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0x05, 0x00, 0x40, 0x40, 0x05, 0x04, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00,
0x05, 0x00, 0x40, 0x40, 0x05, 0x04, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00,
0xe0, 0xff, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x34, 0x39, 0x84, 0xbf
0x00, 0x00, 0x00, 0x00, 0x34, 0x39, 0x80, 0xbf
};
unsigned int ql83xx_minidump_len = 131072;

View file

@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
unsigned int ql83xx_resetseq_version_major = 5;
unsigned int ql83xx_resetseq_version_minor = 4;
unsigned int ql83xx_resetseq_version_sub = 58;
unsigned int ql83xx_resetseq_version_sub = 62;
unsigned char ql83xx_resetseq[] = {
0x01, 0x01, 0xfe, 0xca, 0xf0, 0x05, 0x2f, 0x00, 0x10, 0x00, 0x74, 0x70,
@ -1402,8 +1402,8 @@ unsigned char ql83xx_resetseq[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x04, 0x00, 0x40, 0x40,
0x05, 0x04, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00,
0x05, 0x04, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xdf, 0xfa, 0x98, 0x87
0xdf, 0xfa, 0x94, 0x87
};
unsigned int ql83xx_resetseq_len = 16384;