mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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:
parent
e87dfb0526
commit
60e49ff1f8
7 changed files with 693 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue