]> git.ipfire.org Git - people/ms/u-boot.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)
commit4ddd541d6ceabcf4aeb553373f9ab501a44ed90d
tree849c9f68ae532cd415005f7c576a0ec088054461
parent2b09ea48ddd6ea645cc437fad5ce832b8227f53e
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_gen5.c [moved from arch/arm/mach-socfpga/system_manager.c with 94% similarity]