Home
last modified time | relevance | path

Searched hist:"4181 ec8cec59141313580355f9a1ca95b296f5f2" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/qti/msm8916/include/
H A Dplatform_def.h4181ec8cec59141313580355f9a1ca95b296f5f2 Fri Mar 24 18:18:51 UTC 2023 Stephan Gerhold <stephan@gerhold.net> build(msm8916): place bl32 directly after bl31

At the moment there are two entirely separate memory regions for BL31
and BL32. However, since BL31 is very small (<= 128 KiB) there is
actually still plenty of space after BL31.

Drop the extra memory region for BL32 and place it directly after BL31
(i.e. BL31_LIMIT). If needed it is still possible to change it on the
make command line.

While at it, move the definitions to the bottom of the make file so
they come immediately before the related add_define calls.

Change-Id: I5184dcc2d89a92f1384508f973d56fd963e7befb
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
/rk3399_ARM-atf/plat/qti/msm8916/
H A Dplatform.mk4181ec8cec59141313580355f9a1ca95b296f5f2 Fri Mar 24 18:18:51 UTC 2023 Stephan Gerhold <stephan@gerhold.net> build(msm8916): place bl32 directly after bl31

At the moment there are two entirely separate memory regions for BL31
and BL32. However, since BL31 is very small (<= 128 KiB) there is
actually still plenty of space after BL31.

Drop the extra memory region for BL32 and place it directly after BL31
(i.e. BL31_LIMIT). If needed it is still possible to change it on the
make command line.

While at it, move the definitions to the bottom of the make file so
they come immediately before the related add_define calls.

Change-Id: I5184dcc2d89a92f1384508f973d56fd963e7befb
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>