[platform][tms570] remove stale platform

Never fully worked.
This commit is contained in:
Travis Geiselbrecht
2021-05-30 18:14:15 -07:00
parent e3d90834ae
commit a0b166c33b
5 changed files with 0 additions and 50 deletions

View File

@@ -1,29 +0,0 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_DEPS += \
lib/cbuf \
lib/fdt \
dev/interrupt/arm_gic \
dev/timer/arm_generic \
MODULE_SRCS += \
$(LOCAL_DIR)/platform.c \
$(LOCAL_DIR)/uart.c \
ARCH := arm
ARM_CPU := cortex-r4f
MEMBASE := 0
MEMSIZE := 0x80000000 # 2GB
KERNEL_LOAD_OFFSET := 0x01080000
LINKER_SCRIPT += \
$(BUILDDIR)/system-onesegment.ld
MODULE := $(LOCAL_DIR)
MODULE_DEPS += \
app/shell \
include make/module.mk

View File

View File

@@ -1,12 +0,0 @@
# main project for TI Hercules TMS570LS12x LaunchPad
LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := tms570
MODULES += \
app/shell \
app/stringtests \
app/tests \
lib/cksum \
lib/debugcommands \

View File

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