> -----Original Message-----
> From: Lim, Elly Siew Chin <[email protected]>
> Sent: Wednesday, March 24, 2021 1:12 PM
> To: [email protected]
> Cc: Marek Vasut <[email protected]>; Tan, Ley Foon
> <[email protected]>; See, Chin Liang <[email protected]>;
> Simon Goldschmidt <[email protected]>; Chee, Tien Fong
> <[email protected]>; Westergreen, Dalon
> <[email protected]>; Simon Glass <[email protected]>; Gan,
> Yau Wai <[email protected]>; Lim, Elly Siew Chin
> <[email protected]>
> Subject: [v2 5/5] arm: socfpga: Restructure Stratix10 and Agilex handoff code
> 
> Restructure Stratix10 and Agilex handoff code to used by all SOC64 devices,
> in preparation to support handoff for Diamond Mesa.
> 
> Remove wrap_pinmux_config_s10.c. Add wrap_handoff_soc64.c which
> contains the generic function to parse the handoff data.
> 
> Update system_manager_soc64.c to use generic handoff function in
> wrap_handoff_soc64.c.
> 
> Signed-off-by: Siew Chin Lim <[email protected]>
> 
> ---
> v2
> - Change "#ifdef" to "#if IS_ENABLED()"
> - Change to use captial letter for enum macros (LITTLE_ENDIAN, BIG_ENDIAN)
> - Soft include files by alphabetical order in system_manager_soc64.c
>   and wrap_handoff_soc64.c
> - Simplify and clean up socfpga_get_handoff_size function
> ---
>  arch/arm/mach-socfpga/Makefile                     |  4 +-
>  arch/arm/mach-socfpga/include/mach/handoff_soc64.h | 23 +++++++-
>  .../include/mach/system_manager_soc64.h            |  4 --
>  arch/arm/mach-socfpga/system_manager_soc64.c       | 55 +++++++++++----
> ---
>  arch/arm/mach-socfpga/wrap_handoff_soc64.c         | 66
> ++++++++++++++++++++++

Reviewed-by: Ley Foon Tan <[email protected]>

Reply via email to