vht.clayer.yml 893 B

12345678910111213141516171819202122232425262728293031
  1. layer:
  2. type: VHT
  3. description: Boot code for Virtual Hardware
  4. components:
  5. - component: ARM::CMSIS:CORE
  6. #- component: ARM::CMSIS:DSP&Source@1.14.4
  7. - component: Device:Startup&C Startup
  8. not-for-context:
  9. - +VHT-Corstone-300
  10. - +VHT-Corstone-310
  11. - component: ARM::Device:Definition
  12. for-context:
  13. - +VHT-Corstone-300
  14. - +VHT-Corstone-310
  15. - component: ARM::Device:Startup&Baremetal
  16. for-context:
  17. - +VHT-Corstone-300
  18. - +VHT-Corstone-310
  19. - component: ARM::Native Driver:Timeout
  20. for-context:
  21. - +VHT-Corstone-300
  22. - +VHT-Corstone-310
  23. - component: ARM::Native Driver:SysCounter
  24. for-context:
  25. - +VHT-Corstone-300
  26. - +VHT-Corstone-310
  27. - component: ARM::Native Driver:SysTimer
  28. for-context:
  29. - +VHT-Corstone-300
  30. - +VHT-Corstone-310