Difference between revisions of "Embedded and Automotive/Archived/PV Drivers"

From Xen
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
== Project Infrastructure ==
  +
* Mailing list - done
  +
* Code repos on xenbits - not done
  +
* Development repositories are deployed on GitHub [https://github.com/xen-troops Xen Troops] project (see below)
  +
* Whitepapers - done, see [[Automotive Whitepapers]]
  +
 
==Reference platforms==
 
==Reference platforms==
 
Major platform: Renesas R-Car H3
 
Major platform: Renesas R-Car H3
Line 5: Line 11:
   
 
==Reference architecture==
 
==Reference architecture==
 
 
==Roadmap==
 
Xen 4.9 release
 
* generic co-processor (GPU, DSP, FPGA, TPU, ...) virtualization
 
* integration with ARM TrustZone based on OP-TEE
 
* XenRT real time scheduling integration
 
* major PV drivers fe/be (events, audio, display) upstreaming
 
* yocto-based build management integrations
 
Future
 
* dom0 RTOS support
 
* IEC 61508 safety certification
 
* power management support
 
* heterogeneous computing support (big.LITTLE, etc.)
 
   
 
==Repository structure==
 
==Repository structure==
Line 36: Line 28:
 
* pv events frontend @andr2000
 
* pv events frontend @andr2000
   
[[Category:Embedded and Automotive PV Drivers]]
+
[[Category:Embedded and Automotive]]
  +
[[Category:Embedded and Automotive/Archived/PV Drivers]]
  +
[[Category:Drivers]]
  +
[[Category:Archived]]

Latest revision as of 17:21, 14 May 2019

Project Infrastructure

  • Mailing list - done
  • Code repos on xenbits - not done
  • Development repositories are deployed on GitHub Xen Troops project (see below)
  • Whitepapers - done, see Automotive Whitepapers

Reference platforms

Major platform: Renesas R-Car H3

Additional platforms: TexasInstruments Jacinto 6, NXP i.MX8, Intel Broxton

Reference architecture

Repository structure

All repositories are deployed on GitHub Xen Troops project. List of repositories and owners:

  • xen + xen-tools @aanisov (upstream through mailing list)
  • linux kernel @aanisov (upstream through mailing list)
  • u-boot @otyshchenko (upstream through mailing list)
  • libxenbe @al1img
  • wayland drm + events backend @al1img
  • alsa backend @al1img
  • optee-core @lorc (upsteram through pull request on github)
  • optee-client @lorc (upsteram through pull request on github)
  • build @aanisov
  • pv drm frontend @andr2000
  • pv alsa frontend @andr2000
  • pv events frontend @andr2000