From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ley Foon Tan Date: Mon, 06 Mar 2017 15:39:56 +0800 Subject: [U-Boot] [PATCH 08/20] arm: socfpga: add system manager for Arria 10 In-Reply-To: <3e5e760e-bf15-951d-5c4d-8636ab3479db@denx.de> References: <1487756858-16730-1-git-send-email-ley.foon.tan@intel.com> <1487756858-16730-9-git-send-email-ley.foon.tan@intel.com> <3e5e760e-bf15-951d-5c4d-8636ab3479db@denx.de> Message-ID: <1488785996.2433.12.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Sab, 2017-02-25 at 22:36 +0100, Marek Vasut wrote: > On 02/22/2017 10:47 AM, Ley Foon Tan wrote: > > > > Add system manager support for Arria 10. > But these are just headers, there's no system manager code here ? Yes. Mainly for system manager's register struct and defines. > > > > > Signed-off-by: Tien Fong Chee > > Signed-off-by: Ley Foon Tan > > --- > >  .../arm/mach-socfpga/include/mach/system_manager.h | 54 > > ++++++++++++++- > >  .../include/mach/system_manager_arria10.h          | 81 > > ++++++++++++++++++++++ > >  .../include/mach/system_manager_gen5.h             |  1 + > >  3 files changed, 135 insertions(+), 1 deletion(-) > >  create mode 100755 arch/arm/mach- > > socfpga/include/mach/system_manager_arria10.h > > > >  > > [...] Regards Ley Foon