Re: [PATCH 5/9] armv7: Use isb/dsb directly in start.S

2023-04-26 Thread Tom Rini
On Wed, Apr 05, 2023 at 07:48:55PM -0400, Tom Rini wrote: > Toolchains which do not directly support using "isb" and "dsb" directly > are no longer functionally supported in U-Boot. Furthermore, clang has > for a long time warned about using the alternate form that we were. > Update the code. > >

Re: [PATCH 5/9] armv7: Use isb/dsb directly in start.S

2023-04-06 Thread Simon Glass
On Thu, 6 Apr 2023 at 11:50, Tom Rini wrote: > > Toolchains which do not directly support using "isb" and "dsb" directly > are no longer functionally supported in U-Boot. Furthermore, clang has > for a long time warned about using the alternate form that we were. > Update the code. > > Signed-off-

[PATCH 5/9] armv7: Use isb/dsb directly in start.S

2023-04-05 Thread Tom Rini
Toolchains which do not directly support using "isb" and "dsb" directly are no longer functionally supported in U-Boot. Furthermore, clang has for a long time warned about using the alternate form that we were. Update the code. Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/start.S | 8