Skip to content

Commit 2a2bf8b

Browse files
andrewjlamarchejstucke
authored andcommitted
firmware: support broadcom sao images
1 parent 3ec200f commit 2a2bf8b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

mime/firmware_containers

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,3 +754,27 @@
754754
>8 ulelong x crc32: 0x%X,
755755
>16 string x model: %s,
756756
>24 string x region: %s
757+
758+
# Broadcom SAO image
759+
0 string SOBJ Broadcom SAO image
760+
!:mime firmware/broadcom-sao
761+
>4 ubelong x (header CRC: 0x%08x,
762+
>8 string x type: %.4s,
763+
>8 string x {name:%.4s.sao}
764+
>12 ushort x version: 0x%04x,
765+
>14 ushort x flags: 0x%x,
766+
>16 ubelong+64 x size: %d,
767+
>16 ubelong+64 x {size:%d}
768+
>25 ubyte x code type: 0x%02x,
769+
>26 ubyte&0x7f x sign type: 0x%02x
770+
>26 ubyte&0x80 !0 (encrypted)
771+
>52 ubelong x , data CRC: 0x%08x)
772+
773+
# Broadcom SAO encryption header
774+
4 string ENCK Broadcom SAO encryption header
775+
!:mime firmware/broadcom-sao-encrypted
776+
>0 ulong x (header CRC: 0x%08x,
777+
>8 ubelong+0x120 x size: %d,
778+
>8 ubelong+0x120 x {size:%d}
779+
>12 ubelong x data CRC: 0x%08x,
780+
>16 string x key id: %.4s)

0 commit comments

Comments
 (0)