]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: Restructure system manager
authorLey Foon Tan <ley.foon.tan@intel.com>
Tue, 25 Apr 2017 18:44:35 +0000 (02:44 +0800)
committerMarek Vasut <marex@denx.de>
Thu, 18 May 2017 09:33:17 +0000 (11:33 +0200)
commitee95751b598c3220753172abe57a8c6f83a4a929
tree849c9f68ae532cd415005f7c576a0ec088054461
parent2b3b6613c339b886de7aa57acda3247c9983a023
arm: socfpga: Restructure system manager

Restructure system manager in the preparation to support A10.
No functional change.

Change uint32_t to u32.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/mach-socfpga/Makefile
arch/arm/mach-socfpga/include/mach/system_manager.h
arch/arm/mach-socfpga/include/mach/system_manager_gen5.h [new file with mode: 0644]
arch/arm/mach-socfpga/system_manager.c [deleted file]
arch/arm/mach-socfpga/system_manager_gen5.c [new file with mode: 0644]