summaryrefslogtreecommitdiff
path: root/lib/mbedtls/x509_cert_parser.c
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2024-10-15 21:07:07 +0530
committerTom Rini <trini@konsulko.com>2024-10-15 13:45:29 -0600
commit2f6191526a1325b6ddb59795a093eca69dbf8976 (patch)
tree8f50f00ee55466956045e92ce95641b4fd78c47c /lib/mbedtls/x509_cert_parser.c
parent22f2c9ed9f533a56bed09bd4e0e37852b6b9f3b1 (diff)
lmb: notify of any changes to the LMB memory map
In U-Boot, LMB and EFI are two primary modules who provide memory allocation and reservation API's. Both these modules operate with the same regions of memory for allocations. Use the LMB memory map update event to notify other interested listeners about a change in it's memory map. This can then be used by the other module to keep track of available and used memory. There is no need to send these notifications when the LMB module is being unit-tested. Add a flag to the lmb structure to indicate if the memory map is being used for tests, and suppress sending any notifications when running these unit tests. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Diffstat (limited to 'lib/mbedtls/x509_cert_parser.c')
0 files changed, 0 insertions, 0 deletions