xen: Port Xen bus driver from mini-os

Make required updates to run on u-boot and strip test code.

Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
This commit is contained in:
Oleksandr Andrushchenko 2020-08-06 12:42:53 +03:00 committed by Tom Rini
parent e87dfb0526
commit 60e49ff1f8
7 changed files with 693 additions and 2 deletions

View file

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