artik710: initial drop to support s5p6818 50/157250/1
authoregukim <egukim@dignsys.com>
Fri, 13 Oct 2017 12:19:31 +0000 (21:19 +0900)
committeregukim <egukim@dignsys.com>
Tue, 24 Oct 2017 02:44:19 +0000 (11:44 +0900)
commitade5579e84527ddcac19e324764035b6b81a9ae0
tree7c0f1202a53bc179497f3c978a71038dc946c86b
parent76264b17ab22e21271d913e45f7292e3168c9b68
artik710: initial drop to support s5p6818

this patch is ported in from optee 1.1 implement by nexell

Change-Id: I3072b4f1fa5ea6d03a6718d5bb5ed095065b8d65
Signed-off-by: egukim <egukim@dignsys.com>
12 files changed:
core/arch/arm/plat-s5p6818/conf.mk [new file with mode: 0644]
core/arch/arm/plat-s5p6818/kern.ld.S [new file with mode: 0644]
core/arch/arm/plat-s5p6818/link.mk [new file with mode: 0644]
core/arch/arm/plat-s5p6818/main.c [new file with mode: 0644]
core/arch/arm/plat-s5p6818/platform_config.h [new file with mode: 0644]
core/arch/arm/plat-s5p6818/platform_flags.mk [new file with mode: 0644]
core/arch/arm/plat-s5p6818/sub.mk [new file with mode: 0644]
core/drivers/s5p6818_tieoff.c [new file with mode: 0644]
core/drivers/s5p6818_uart.c [new file with mode: 0644]
core/drivers/sub.mk
core/include/drivers/s5p6818_tieoff.h [new file with mode: 0644]
core/include/drivers/s5p6818_uart.h [new file with mode: 0644]