lib:xilpm:example: Use TCM-A for saving context
swbeta2 commit 90e16f97eb510ea91702729bf38bc7c7d5d62dba FSBL inits the TCMs that are used by R5 Apps. We have vectors in TCM-A and that data is passed on to FSBL and it is initialized. So using the same TCM block as vectors ensures that we use an intialized memory and avoids ECC errors due to RMW or Reads of uninitialized memory locations. In JTAG mode, TCM still needs to be initialized using XSDB. Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com>
This commit is contained in:
parent
1eca099af7
commit
22b06a8e40
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ extern void *_vector_table;
|
|||
#define CONTEXT_MEM_BASE 0xFFFC0000U
|
||||
#else
|
||||
/* Use TCM for saving context */
|
||||
#define CONTEXT_MEM_BASE 0x20000U
|
||||
#define CONTEXT_MEM_BASE 0x8000U
|
||||
#endif
|
||||
|
||||
/* The below sections will be saved during suspend */
|
||||
|
|
Loading…
Add table
Reference in a new issue