summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/tms570/README
diff options
context:
space:
mode:
authorPremysl Houdek <kom541000@gmail.com>2015-11-12 23:11:32 +0100
committerGedare Bloom <gedare@rtems.org>2015-11-18 10:19:01 -0500
commit85750d169ec4c03e402d5dca4737f66c714ecfc7 (patch)
tree63c7e57b9053f870fe8d2a88e102e39abbafe9ea /c/src/lib/libbsp/arm/tms570/README
parentbsp/tms570: use POM only when application image does not start at address 0. (diff)
downloadrtems-85750d169ec4c03e402d5dca4737f66c714ecfc7.tar.bz2
bsp/tms570: separate Flash variants to one which boots directly and one for boot loader.
The default tms570ls3137_hdk variant is for building RTEMS application image starting directly from start of Flash. Variant tms570ls3137_hdk_with_loader skips 256kB at start of Flash to allow use with application loader. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'c/src/lib/libbsp/arm/tms570/README')
-rw-r--r--c/src/lib/libbsp/arm/tms570/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/tms570/README b/c/src/lib/libbsp/arm/tms570/README
index e1be925395..f48744ff1e 100644
--- a/c/src/lib/libbsp/arm/tms570/README
+++ b/c/src/lib/libbsp/arm/tms570/README
@@ -11,6 +11,9 @@ Drivers:
BSP variants:
tms570ls3137_hdk_intram - place code and data into internal SRAM
tms570ls3137_hdk_sdram - place code into external SDRAM and data to SRAM
+ tms570ls3137_hdk_with_loader - reserve 256kB at Flash start for loader
+ and place RTEMS application from address
+ 0x00040000
tms570ls3137_hdk - variant prepared for stand-alone RTEMS application
stored and running directly from flash. Not working yet.