Re: [PATCH 4/4] kbuild: arm: Fix duplicate builds of dtbs

2020-05-18 Thread Jan Kiszka
On 18.05.20 18:26, Andrew F. Davis wrote: On 5/8/20 11:54 AM, Jan Kiszka wrote: On 08.05.20 17:40, Andrew F. Davis wrote: On 5/4/20 8:38 AM, Jan Kiszka wrote: From: Jan Kiszka Build the secured board dtbs (.dtb_HS) as part of the regular dtb build on CONFIG_TI_SECURE_DEVICE targets. This avo

Re: [PATCH 4/4] kbuild: arm: Fix duplicate builds of dtbs

2020-05-18 Thread Andrew F. Davis
On 5/8/20 11:54 AM, Jan Kiszka wrote: > On 08.05.20 17:40, Andrew F. Davis wrote: >> On 5/4/20 8:38 AM, Jan Kiszka wrote: >>> From: Jan Kiszka >>> >>> Build the secured board dtbs (.dtb_HS) as part of the regular dtb build >>> on CONFIG_TI_SECURE_DEVICE targets. This avoids rebuilding them, >>> po

Re: [PATCH 4/4] kbuild: arm: Fix duplicate builds of dtbs

2020-05-08 Thread Jan Kiszka
On 08.05.20 17:40, Andrew F. Davis wrote: On 5/4/20 8:38 AM, Jan Kiszka wrote: From: Jan Kiszka Build the secured board dtbs (.dtb_HS) as part of the regular dtb build on CONFIG_TI_SECURE_DEVICE targets. This avoids rebuilding them, possibly overwriting artifacts that are in use, as it is done

Re: [PATCH 4/4] kbuild: arm: Fix duplicate builds of dtbs

2020-05-08 Thread Andrew F. Davis
On 5/4/20 8:38 AM, Jan Kiszka wrote: > From: Jan Kiszka > > Build the secured board dtbs (.dtb_HS) as part of the regular dtb build > on CONFIG_TI_SECURE_DEVICE targets. This avoids rebuilding them, > possibly overwriting artifacts that are in use, as it is done so far. > > In the same run, fix

[PATCH 4/4] kbuild: arm: Fix duplicate builds of dtbs

2020-05-04 Thread Jan Kiszka
From: Jan Kiszka Build the secured board dtbs (.dtb_HS) as part of the regular dtb build on CONFIG_TI_SECURE_DEVICE targets. This avoids rebuilding them, possibly overwriting artifacts that are in use, as it is done so far. In the same run, fix needless rebuilding of the secured spl dtb. Fixes: