Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kaitai-io/kaitai_struct_formats
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 55526cec90c3553f21e90257f4986ecdd6eca30b
Choose a base ref
..
head repository: kaitai-io/kaitai_struct_formats
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3dc2279eb24d7890d842f235189c7f10dadcdfd0
Choose a head ref
Showing with 13 additions and 1 deletion.
  1. +12 −0 archive/zip.ksy
  2. +1 −1 hardware/dtb.ksy
12 changes: 12 additions & 0 deletions archive/zip.ksy
Original file line number Diff line number Diff line change
@@ -333,7 +333,13 @@ enums:
14: lzma
18: ibm_terse
19: ibm_lz77_z
93: zstandard
94: mp3
95: xz
96: jpeg
97: wavpack
98: ppmd
99: aex_encryption_marker
extra_codes:
# https://github.com/LuaDist/zip/blob/b710806/proginfo/extrafld.txt
0x0001: zip64
@@ -355,5 +361,11 @@ enums:
0x0066: ibm_s390_comp
0x4690: poszip_4690
0x5455: extended_timestamp
0x6542: beos
0x756e: asi_unix
0x7855: infozip_unix
0x7875: infozip_unix_var_size
0xa11e: apache_commons_compress
0xa220: microsoft_open_packaging_growth_hint
0xfd4a: sms_qdos
0x9901: aex_encryption
2 changes: 1 addition & 1 deletion hardware/dtb.ksy
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ doc: |
Also referred to as Devicetree Blob (DTB). It is a flat binary encoding
of data (primarily devicetree data, although other data is possible as well).
The data is internally stored as a tree of named nodes and properties. Nodes
contain properties and child nodes, while properties are namevalue pairs.
contain properties and child nodes, while properties are name-value pairs.
The Devicetree Blobs (`.dtb` files) are compiled from the Devicetree Source
files (`.dts`) through the Devicetree compiler (DTC).