Re: [PATCH 1/4] lib: optee: Avoid CONFIG_TZDRAM_* in optee_verify_bootm_image()

2021-10-05 Thread Tom Rini
On Tue, Sep 07, 2021 at 12:07:06PM -0500, Alexandru Gagniuc wrote: > The configs TZDRAM_BASE and TZDRAM_SIZE are expected to describe the > memory allocated to the OPTEE region. according to according to commit > c5a6e8bd00cc ("optee: Add optee_verify_bootm_image()"). The TZDRAM is > with some

[PATCH 1/4] lib: optee: Avoid CONFIG_TZDRAM_* in optee_verify_bootm_image()

2021-09-07 Thread Alexandru Gagniuc
The configs TZDRAM_BASE and TZDRAM_SIZE are expected to describe the memory allocated to the OPTEE region. according to according to commit c5a6e8bd00cc ("optee: Add optee_verify_bootm_image()"). The TZDRAM is with some limitations, described by "/reserved-memory" nodes in the devicetree.