bcmblob: new tool for reading Broadcom's BLOBs
authorRafał Miłecki <rafal@milecki.pl>
Mon, 12 Jun 2023 21:11:46 +0000 (23:11 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 19 Jun 2023 17:28:08 +0000 (19:28 +0200)
commitf730ad2fa0b4728e2bd66771d22cf642909e020e
tree21cd0aa64f92ee369dda917d9d1507abee5f3e67
parent17ca5eeb1c10a12766424f46af52f207eca6c4e0
bcmblob: new tool for reading Broadcom's BLOBs

Broadcom designed its BLOB binary format for storing multiple binary
entries in a single file. It's mostly know from CLM BLOB files that are
used for storing regulatory data and chip model.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
CMakeLists.txt
src/bcmblob.c [new file with mode: 0644]