Closed chinamao closed 10 years ago
I guess you're saying that (temporarily at least) you're only interested in cold boot of the SoC and you don't need any runtime secure world functionality (like PSCI)? Currently this isn't a supported configuration but I can see a few ways of modifying the generic code to achieve that:
If you have a longer term requirement to disable some of this generic code in your SoC port, you should come and speak to us about what you need from the ARM Trusted Firmware project.
Regards
Dan.
hi, danh: Yes, my goal is: "Only interested in cold boot of the SOC, not need any runtime secure world functionality temporarily ."
I prefer your method 3.
Thanks a lot!
hi, experts: For the bare-metal SOC bringup, PSCI related code seems redundant. So: Is there any simple method to exclude psci related code when compiling ATF code?
Not call runtime_svc_init() is enough?
best wishes,