the following patch was just integrated into master: commit 94271b428e95d3709352b455b9e6443ff769ec49 Author: Aaron Durbin adurbin@chromium.org Date: Thu Mar 17 23:13:34 2016 -0500
lib/rmodule: export parameters in struct rmod_stage_load
In order for a caller to utilize an rmodule's parameters section after calling rmodule_stage_load() export the rmodule's parameter pointer in struct rmod_stage_load.
Change-Id: I9cd51652cf8cdb3fae773256989851638aa1a60f Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/14139 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh furquan@google.com Reviewed-by: Andrey Petrov andrey.petrov@intel.com
See https://review.coreboot.org/14139 for details.
-gerrit