mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
board: xen: De-initialize before jumping to Linux
Free resources used by Xen board before jumping to Linux kernel. Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
53d725c74e
commit
d17f6698b8
@@ -13,4 +13,12 @@
|
||||
*/
|
||||
void xen_init(void);
|
||||
|
||||
/**
|
||||
* xen_fini() - Board cleanup before Linux kernel start
|
||||
*
|
||||
* Unmap Xen memory pages the specified guest's pseudophysical
|
||||
* address space and unbind all event channels.
|
||||
*/
|
||||
void xen_fini(void);
|
||||
|
||||
#endif /* __XEN_H__ */
|
||||
|
Reference in New Issue
Block a user