[Skiboot] [PATCH 02/10] platforms: Add load_done function to firenze
Matt Brown
matthew.brown.dev at gmail.com
Fri Jun 9 16:55:38 AEST 2017
Add the load_done function for the firenze platform.
This allows it to asyncronously decode the payload initramfs.
Signed-off-by: Matt Brown <matthew.brown.dev at gmail.com>
---
platforms/ibm-fsp/firenze.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/platforms/ibm-fsp/firenze.c b/platforms/ibm-fsp/firenze.c
index dc70546..274b7e5 100644
--- a/platforms/ibm-fsp/firenze.c
+++ b/platforms/ibm-fsp/firenze.c
@@ -226,4 +226,5 @@ DECLARE_PLATFORM(firenze) = {
.resource_loaded = fsp_resource_loaded,
.sensor_read = ibm_fsp_sensor_read,
.terminate = ibm_fsp_terminate,
+ .load_done = fsp_load_boot_resource,
};
--
2.9.3
More information about the Skiboot
mailing list