xen: Port Xen grant table driver from mini-os

Make required updates to run on 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:54 +03:00 committed by Tom Rini
parent 60e49ff1f8
commit c850674ff7
6 changed files with 258 additions and 1 deletions

View file

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