Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

patchCollectionlayout

Alexander Hartmann edited this page Sep 21, 2015 · 3 revisions

##Version 0

Not final

used types:

typedef struct patchCollectionStruct
{
    u8   version;
    u32   collectionNameSize;
    u32   descriptionSize;
    u32   numberOfPatches;
    u32   processType;
    kernelVersion     minKernelVersion;
    kernelVersion     maxKernelVersion;
    firmwareVersion   minFirmwareVersion;
    firmwareVersion   maxFirmwareVersion;
    devices devicesSupported;
    regions regionsSupported;
    nands   nandCompability;
    char    binaryData[];
} binPatchCollection;

After the name and description, the binaryData includes binary patches based on the patchLayout

Clone this wiki locally