[PATCH 05/12] ARM: ep93xx: multiplatform support

Alexander Sverdlin alexander.sverdlin at gmail.com
Thu Apr 7 01:32:20 PDT 2022


Hello Arnd,

On Tue, 2022-04-05 at 11:17 +0200, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd at arndb.de>
> 
> With the clock support and the interrupts out of the way, ep93xx can be
> compiled into the same kernel image as the other ARMv4/v5 platforms. The
> last obstacle are the two workarounds for broken boot loaders that
> require us to re-initialize the ethernet controller and/or the watchdog
> on certain machines.
> 
> Move this code into the decompressor sources directly, checking for
> each possibly affected machine individually.
> 
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>

I've successfully tested the whole series on EDB9302, therefore:
Tested-by: Alexander Sverdlin <alexander.sverdlin at gmail.com>
Acked-by: Alexander Sverdlin <alexander.sverdlin at gmail.com>

> ---
>  arch/arm/Kconfig                              | 16 -----
>  .../compressed/misc-ep93xx.h}                 | 69 +++++++++----------
>  arch/arm/boot/compressed/misc.c               |  4 ++
>  arch/arm/configs/ep93xx_defconfig             |  2 +
>  arch/arm/mach-ep93xx/Kconfig                  | 12 ++++
>  5 files changed, 51 insertions(+), 52 deletions(-)
>  rename arch/arm/{mach-ep93xx/include/mach/uncompress.h => boot/compressed/misc-ep93xx.h} (51%)

-- 
Alexander Sverdlin.




More information about the linux-arm-kernel mailing list