]> git.sur5r.net Git - u-boot/commit
imx: mx8m: add soc related settings and files
authorPeng Fan <peng.fan@nxp.com>
Wed, 10 Jan 2018 05:20:37 +0000 (13:20 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 4 Feb 2018 11:00:58 +0000 (12:00 +0100)
commitfcdbde7ce0cc970e493cd910ee715b2fe90c1d08
treeeb5da6720a290d13badbd6c1a2e4d45dd030ae80
parentc1ef486327cf3b79f3989139cae490a740fc7fe9
imx: mx8m: add soc related settings and files

Add SoC level initialization code
 - arch_cpu_init
 - mmu table
 - detect cpu revision
 - reset cpu and wdog settings
 - timer init
 - wdog settings
 - lowlevel init to save/restore registers
 - a few dummy header file to avoid build failure
 - ft_system_setup

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/include/asm/arch-mx8m/crm_regs.h [new file with mode: 0644]
arch/arm/include/asm/arch-mx8m/gpio.h [new file with mode: 0644]
arch/arm/include/asm/arch-mx8m/sys_proto.h [new file with mode: 0644]
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/mx8m/Makefile
arch/arm/mach-imx/mx8m/lowlevel_init.S [new file with mode: 0644]
arch/arm/mach-imx/mx8m/soc.c [new file with mode: 0644]