[U-Boot] [PATCH 04/14] arm: socfpga: agilex: Add reset manager support

Ley Foon Tan lftan.linux at gmail.com
Tue May 14 06:07:49 UTC 2019


On Sat, May 11, 2019 at 2:28 AM Simon Goldschmidt
<simon.k.r.goldschmidt at gmail.com> wrote:
>
> Am 10.05.2019 um 07:54 schrieb Ley Foon Tan:
> > Add reset manager support for Agilex.
> >
> > Signed-off-by: Ley Foon Tan <ley.foon.tan at intel.com>
> > ---
> >   .../mach-socfpga/include/mach/reset_manager.h |  5 ++-
> >   .../include/mach/reset_manager_agilex.h       | 38 +++++++++++++++++++
> >   arch/arm/mach-socfpga/reset_manager.c         |  9 +++--
>
> Have you seen my series that removes reset_manager.c and moves the code
> to drivers/sysreset instead? It's not accepted, yet, but I think agilex
> should use drivers/sysreset, too.
>
> Regards,
> Simon
drivers/sysreset is only for system reset, right?
Most of our drivers use reset framework to reset, but we still using
functions from reset_manager to reset watchdog and UART (when
CONFIG_DEBUG_UART enabeld).

Regards
Ley Foon


More information about the U-Boot mailing list