Skip to content

Commit

Permalink
isci: fix oem parameter header definition
Browse files Browse the repository at this point in the history
The element_length is 2 bytes.

Reported-by: Yinghai Lu <[email protected]>
Acked-by: Dave Jiang <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
  • Loading branch information
djbw committed Jul 3, 2011
1 parent 6cb4d6b commit f22be5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion drivers/scsi/isci/probe_roms.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct sci_bios_oem_param_block_hdr {
uint8_t version;
uint8_t preboot_source;
uint8_t num_elements;
uint8_t element_length;
uint16_t element_length;
uint8_t reserved[8];
} __attribute__ ((packed));

Expand Down
30 changes: 15 additions & 15 deletions firmware/isci/isci_firmware.bin.ihex
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
:10000000495343554F454D42E70017100002000089
:10001000000000000000000101000000000000FFDF
:10002000FFCF5F01000000037C0E00037C0E000385
:100030007C0E00037C0E00FFFFCF5F010000000379
:100040007C0E00037C0E00037C0E00037C0E00FF80
:10005000FFCF5F01000000037C0E00037C0E000355
:100060007C0E00037C0E00FFFFCF5F010000000349
:100070007C0E00037C0E00037C0E00037C0E00014E
:1000800001000000000000FFFFCF5F02000000033E
:100090007C0E00037C0E00037C0E00037C0E00FF30
:1000A000FFCF5F02000000037C0E00037C0E000304
:1000B0007C0E00037C0E00FFFFCF5F0200000003F8
:1000C0007C0E00037C0E00037C0E00037C0E00FF00
:1000D000FFCF5F02000000037C0E00037C0E0003D4
:0700E0007C0E00037C0E0002
:10000000495343554F454D42E80018100002000087
:1000100000000000000000000101000000000000DE
:10002000FFFFCF5F01000000037C0E00037C0E0089
:10003000037C0E00037C0E00FFFFCF5F0100000079
:10004000037C0E00037C0E00037C0E00037C0E007C
:10005000FFFFCF5F01000000037C0E00037C0E0059
:10006000037C0E00037C0E00FFFFCF5F0100000049
:10007000037C0E00037C0E00037C0E00037C0E004C
:100080000101000000000000FFFFCF5F0200000040
:10009000037C0E00037C0E00037C0E00037C0E002C
:1000A000FFFFCF5F02000000037C0E00037C0E0008
:1000B000037C0E00037C0E00FFFFCF5F02000000F8
:1000C000037C0E00037C0E00037C0E00037C0E00FC
:1000D000FFFFCF5F02000000037C0E00037C0E00D8
:0800E000037C0E00037C0E00FE
:00000001FF

0 comments on commit f22be5d

Please sign in to comment.