summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVikram Kanigiri <vikram.kanigiri@arm.com>2014-06-27 17:00:20 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2014-08-04 10:50:31 +0100
commit5fb77c8f53be9325980b1284dac62e37682929c3 (patch)
treeaf1fa48b3265fd9bdc261105a1e12393b81d3eac /docs
parent387e0402dfe61e66dac8459f40830d29a3600113 (diff)
Rework the TFTF initialization code
Reworked the TFTF initialisation code and made it similar to the ARM TF code for easy understanding. Modified the runtime stack utilisation from coherent to normal memory. Change-Id: Iba7a9822a2844da27f7e7e32a439d405cb8c4c7c
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 44ac9d4..519be3d 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -71,8 +71,8 @@ on one/several cores.
### Structure of the code
-The C entrypoint function for the primary core is `tftf_c_entrypoint()` (in
-`tftf/tftf.c` file). Secondary cores will be brought up by the primary core
+The C entrypoint function for the primary core is `tftf_cold_boot_main()` (in
+`framework/main.c` file). Secondary cores will be brought up by the primary core
during the TFTF initialisation using PSCI CPU_ON interface. Their entrypoint in
the TFTF is `tftf_hotplug_entry()`.