On Tue, Sep 19, 2017 at 4:22 AM, <[email protected]> wrote: > From: Chin Liang See <[email protected]> > > Add Reset Manager driver support for Stratix SoC > > Signed-off-by: Chin Liang See <[email protected]> > --- > arch/arm/mach-socfpga/Makefile | 1 + > arch/arm/mach-socfpga/include/mach/reset_manager.h | 2 + > .../mach-socfpga/include/mach/reset_manager_s10.h | 116 +++++++++++++++++ > arch/arm/mach-socfpga/reset_manager.c | 5 + > arch/arm/mach-socfpga/reset_manager_s10.c | 140 > +++++++++++++++++++++
I don't see why you need to add a new file for S10? The functionality between Gen 5 and Stratix10 is identical for the reset manager. Dinh _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

