Working with S32 SDK for Power Architecture, I define ordered initialization sequences for ProcessorExpert components, like this:

However, I don't see any effect on the generated code. I would expect an initialization function to be generated, which contains ordered function calls to the init function of my PE components. After searching around in the web about this feature, I noticed that people talk about a PE_low_level_init() routine. But I don't have it.
Am I missing something or is this feature just not available for real in S32 SDK for Power Architecture?