Re: [PATCH] bsps/arm: More robust SMP start

2021-08-04 Thread Gedare Bloom
seems fine to me On Wed, Aug 4, 2021 at 6:41 AM Sebastian Huber wrote: > > Do not continue execution on processors which are not configured to prevent > the > use of arbitrary memory for the initialization stack. > --- > bsps/arm/fvp/start/bspstarthooks.c | 5 + > bsps/arm/real

[PATCH] bsps/arm: More robust SMP start

2021-08-04 Thread Sebastian Huber
Do not continue execution on processors which are not configured to prevent the use of arbitrary memory for the initialization stack. --- bsps/arm/fvp/start/bspstarthooks.c | 5 + bsps/arm/realview-pbx-a9/start/bspstarthooks.c | 6 +- bsps/arm/shared/start/start.S