[platform][tms570-launchpad] Skeleton of port to TI LaunchXL2-TMS57012

* Adds target tms570-launchpad, for TI TMS570 Launchpad Dev Kit
(https://www.ti.com/store/ti/en/p/product/?p=LAUNCHXL2-TMS57012)

* Adds CPU definitions for Cortex R4F (BE) CPU, implementing
  ARMv7-R ISA. Does not yet add definitions for ARMv7 arch entry
  functions.

* Board does not yet build - platform.c/uart.c are empty, no GIC
  entry points provided.
This commit is contained in:
Venkatesh Srinivas
2019-11-18 06:51:09 +00:00
committed by Travis Geiselbrecht
parent bff17f7e99
commit 128890f8a8
8 changed files with 68 additions and 0 deletions

9
target/tms570/rules.mk Normal file
View File

@@ -0,0 +1,9 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
GLOBAL_INCLUDES += \
$(LOCAL_DIR)/include
PLATFORM := tms570
#include make/module.mk