-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to verify more images #301
Comments
I can see this would be a useful enhancement. I think we would need to look at the naming convention for the BL3-X images. However, our current focus in this area is on enhancing the Trusted Board Boot (authentication) support of the existing images, since the current implementation is only a prototype. I'd like to understand your requirements a bit more.
|
On Tue, Apr 14, 2015 at 04:47:13AM -0700, danh-arm wrote:
Understand. here give more input: this question is coming from i need enable hikey
This can be flexible. i think it's better we can just set FIP's
Yes, pls refer upper background. But from customer's requirement, we
On 96board hikey. We want to figure out whether now use BL3-0 to load "Some systems have a separate System Control Processor (SCP) for power, clock,
Yes, the mcu image should be loaded before kernel; because it's better
i prefer the later choice, it will decouple FIP's format w/t boot sequence;
|
Actually, BL3-0 was always originally for SCP (System Control and Power) firmware so it seems to me your mcu firmware can directly replace this, although I agree that support for additional images would be good.
I actually meant whether it needs to be loaded before other firmware images - I already assumed that all firmware is loaded before the kernel! For example, the SCP firmware on Juno has to be loaded and executed before the normal world firmware is loaded, since the SCP firmware is responsible for initializing DRAM. Anyway, I think your previous answer explains that you need this loaded early, at the same time as SCP firmware on Juno.
I prefer that too but it's more work. Do you actually need it? At the moment, I don't see any hard requirements from you, just nice to have improvements. |
On Thu, Apr 16, 2015 at 09:15:45AM -0700, danh-arm wrote:
Okay, we will follow this to use BL3-0 for mcu firmware.
In my case, the mcu firmware has no dependency w/t other firmware
Not really need for current case.
Exactly. Thanks for explanation; Now it's much clear. :)
|
Internal ref: http://jira.arm.com/browse/GENFW-1204 |
This is effectively implemented by ARM-software/arm-trusted-firmware#781 |
When ATF booting, now it only support the image loading and verification for BL2/BL30/BL31/BL32/BL33; is it possible to load other images (for example, some firmware images) and verify for them? And how about enhance FIP to be more flexible to support more images loading?
The text was updated successfully, but these errors were encountered: