ARM-software / tf-issues

Issue tracking for the ARM Trusted Firmware project
37 stars 16 forks source link

Skeleton platform #29

Open mahamble opened 10 years ago

mahamble commented 10 years ago

Would be useful to have a skeleton platform that implements all of the APIs and targets required to compile and link BL1, BL2 and BL31 to prevent code leakage from the current platform to newly added ones.

Required APIs would just be stubs with comments to 'add your code here'.

mahamble commented 10 years ago

Initial hack available here: https://github.com/mahamble/arm-trusted-firmware/tree/skeleton_plat

danh-arm commented 9 years ago

Urgency for this is reduced given the recent ARM platform port reorganization.