Searched hist:"399 fb08fff2e4a0cad4cd1cf0ece84db6670447f" (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/services/spd/tspd/ |
| H A D | tspd_pm.c | 399fb08fff2e4a0cad4cd1cf0ece84db6670447f Tue May 20 20:43:27 UTC 2014 Andrew Thoelke <andrew.thoelke@arm.com> Use a vector table for TSP entrypoints
The TSP has a number of entrypoints used by the TSP on different occasions. These were provided to the TSPD as a table of function pointers, and required the TSPD to read the entry in the table, which is in TSP memory, in order to program the exception return address.
Ideally, the TSPD has no access to the TSP memory.
This patch changes the table of function pointers into a vector table of single instruction entrypoints. This allows the TSPD to calculate the entrypoint address instead of read it.
Fixes ARM-software/tf-issues#160
Change-Id: Iec6e055d537ade78a45799fbc6f43765a4725ad3
|
| H A D | tspd_private.h | 399fb08fff2e4a0cad4cd1cf0ece84db6670447f Tue May 20 20:43:27 UTC 2014 Andrew Thoelke <andrew.thoelke@arm.com> Use a vector table for TSP entrypoints
The TSP has a number of entrypoints used by the TSP on different occasions. These were provided to the TSPD as a table of function pointers, and required the TSPD to read the entry in the table, which is in TSP memory, in order to program the exception return address.
Ideally, the TSPD has no access to the TSP memory.
This patch changes the table of function pointers into a vector table of single instruction entrypoints. This allows the TSPD to calculate the entrypoint address instead of read it.
Fixes ARM-software/tf-issues#160
Change-Id: Iec6e055d537ade78a45799fbc6f43765a4725ad3
|
| H A D | tspd_main.c | 399fb08fff2e4a0cad4cd1cf0ece84db6670447f Tue May 20 20:43:27 UTC 2014 Andrew Thoelke <andrew.thoelke@arm.com> Use a vector table for TSP entrypoints
The TSP has a number of entrypoints used by the TSP on different occasions. These were provided to the TSPD as a table of function pointers, and required the TSPD to read the entry in the table, which is in TSP memory, in order to program the exception return address.
Ideally, the TSPD has no access to the TSP memory.
This patch changes the table of function pointers into a vector table of single instruction entrypoints. This allows the TSPD to calculate the entrypoint address instead of read it.
Fixes ARM-software/tf-issues#160
Change-Id: Iec6e055d537ade78a45799fbc6f43765a4725ad3
|
| /rk3399_ARM-atf/bl32/tsp/ |
| H A D | tsp_main.c | 399fb08fff2e4a0cad4cd1cf0ece84db6670447f Tue May 20 20:43:27 UTC 2014 Andrew Thoelke <andrew.thoelke@arm.com> Use a vector table for TSP entrypoints
The TSP has a number of entrypoints used by the TSP on different occasions. These were provided to the TSPD as a table of function pointers, and required the TSPD to read the entry in the table, which is in TSP memory, in order to program the exception return address.
Ideally, the TSPD has no access to the TSP memory.
This patch changes the table of function pointers into a vector table of single instruction entrypoints. This allows the TSPD to calculate the entrypoint address instead of read it.
Fixes ARM-software/tf-issues#160
Change-Id: Iec6e055d537ade78a45799fbc6f43765a4725ad3
|
| /rk3399_ARM-atf/bl32/tsp/aarch64/ |
| H A D | tsp_entrypoint.S | 399fb08fff2e4a0cad4cd1cf0ece84db6670447f Tue May 20 20:43:27 UTC 2014 Andrew Thoelke <andrew.thoelke@arm.com> Use a vector table for TSP entrypoints
The TSP has a number of entrypoints used by the TSP on different occasions. These were provided to the TSPD as a table of function pointers, and required the TSPD to read the entry in the table, which is in TSP memory, in order to program the exception return address.
Ideally, the TSPD has no access to the TSP memory.
This patch changes the table of function pointers into a vector table of single instruction entrypoints. This allows the TSPD to calculate the entrypoint address instead of read it.
Fixes ARM-software/tf-issues#160
Change-Id: Iec6e055d537ade78a45799fbc6f43765a4725ad3
|