boot.clayer.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. layer:
  2. # name: boot
  3. description: Boot code for Virtual Hardware
  4. components:
  5. - component: DMA350
  6. for-context:
  7. - +VHT-Corstone-310
  8. - component: Device:Startup&C Startup
  9. not-for-context:
  10. - +VHT-Corstone-300
  11. - +VHT-Corstone-300-NOMVE
  12. - +VHT-Corstone-310
  13. - +FVP_A5Neon
  14. - +FVP_A7Neon
  15. - +FVP_A9Neon
  16. - component: Device:Startup
  17. for-context:
  18. - +FVP_A5Neon
  19. - +FVP_A7Neon
  20. - +FVP_A9Neon
  21. - component: Device:IRQ Controller
  22. for-context:
  23. - +FVP_A5Neon
  24. - +FVP_A7Neon
  25. - +FVP_A9Neon
  26. - component: Device:OS Tick
  27. for-context:
  28. - +FVP_A5Neon
  29. - +FVP_A7Neon
  30. - +FVP_A9Neon
  31. - component: ARM::Device:Definition
  32. for-context:
  33. - +VHT-Corstone-300
  34. - +VHT-Corstone-300-NOMVE
  35. - +VHT-Corstone-310
  36. - component: ARM::Device:Startup&Baremetal
  37. for-context:
  38. - +VHT-Corstone-300
  39. - +VHT-Corstone-300-NOMVE
  40. - component: ARM::Native Driver:DMA350 Remap
  41. for-context:
  42. - +VHT-Corstone-310
  43. - component: ARM::Native Driver:SysCounter
  44. for-context:
  45. - +VHT-Corstone-300
  46. - +VHT-Corstone-300-NOMVE
  47. - +VHT-Corstone-310
  48. - component: ARM::Native Driver:SysTimer
  49. for-context:
  50. - +VHT-Corstone-300
  51. - +VHT-Corstone-300-NOMVE
  52. - +VHT-Corstone-310
  53. - component: ARM::Native Driver:Timeout
  54. for-context:
  55. - +VHT-Corstone-300
  56. - +VHT-Corstone-300-NOMVE
  57. - +VHT-Corstone-310