• D
    spl: fit: add support for post-processing of images · da74d1f3
    Daniel Allred 提交于
    The next stage boot loader image and the selected FDT can be post-
    processed by board/platform/device-specific code, which can include
    modifying the size and altering the starting source address before
    copying these binary blobs to their final destination. This might be
    desired to do things like strip headers or footers attached to the
    images before they were packaged into the FIT, or to perform operations
    such as decryption or authentication. Introduce new configuration
    option CONFIG_SPL_FIT_IMAGE_POST_PROCESS to allow controlling this
    feature. If enabled, a platform-specific post-process function must
    be provided.
    Signed-off-by: NDaniel Allred <d-allred@ti.com>
    Signed-off-by: NAndreas Dannenberg <dannenberg@ti.com>
    Reviewed-by: NTom Rini <trini@konsulko.com>
    Reviewed-by: NSimon Glass <sjg@chromium.org>
    da74d1f3
Kconfig 11.8 KB