Home
last modified time | relevance | path

Searched hist:d024cce376f01652b91ebdef286dceffc9ffb063 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.cd024cce376f01652b91ebdef286dceffc9ffb063 Thu Jun 20 09:29:58 UTC 2024 AlexeiFedorov <Alexei.Fedorov@arm.com> fix(gpt): fix GPT library fill_l1_tbl() function

GPT library function fill_l1_tbl() gets 'first' and
'last' parameters which are the start addresses of
the 1st and the last granules in the range to fill
L1 GPT table. When RME_GPT_MAX_BLOCK build option
is not 0, condition for 'while' loop should be
changed from 'first < last' to 'first <= last' in
the case of 'first' = 'last' when a single granule
is passed.

Change-Id: I9b49a78b5a2f7a01f51dbce43bd3f3cfbb458fa2
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>