xen: Port Xen event channel driver from mini-os

Make required updates to run on u-boot. Strip functionality
not needed by U-boot.

Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
This commit is contained in:
Oleksandr Andrushchenko
2020-08-06 12:42:49 +03:00
committed by Tom Rini
parent 486544161f
commit 673fd82c50
5 changed files with 242 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
/**
* xen_init() - Xen initialization
*
* Map Xen memory pages.
* Map Xen memory pages, initialize event handler.
*/
void xen_init(void);