Re: [U-Boot] [PATCH v4 06/17] arm: socfpga: agilex: Add system manager support

2019-10-02 Thread Ley Foon Tan
On Wed, Oct 2, 2019 at 4:27 PM Simon Goldschmidt wrote: > > On Thu, Sep 12, 2019 at 12:11 PM Ley Foon Tan wrote: > > > > Add system manager support for Agilex. > > > > Signed-off-by: Ley Foon Tan > > > > --- > > v3: > > - Change include filename to system_manager_soc64.h. > > - Move to use

Re: [U-Boot] [PATCH v4 06/17] arm: socfpga: agilex: Add system manager support

2019-10-02 Thread Simon Goldschmidt
On Thu, Sep 12, 2019 at 12:11 PM Ley Foon Tan wrote: > > Add system manager support for Agilex. > > Signed-off-by: Ley Foon Tan > > --- > v3: > - Change include filename to system_manager_soc64.h. > - Move to use defines instead of struct. > > v2: > - Include system_manager_s10_agilex_common.h

[U-Boot] [PATCH v4 06/17] arm: socfpga: agilex: Add system manager support

2019-09-12 Thread Ley Foon Tan
Add system manager support for Agilex. Signed-off-by: Ley Foon Tan --- v3: - Change include filename to system_manager_soc64.h. - Move to use defines instead of struct. v2: - Include system_manager_s10_agilex_common.h in system_manager_agilex.h ---