stage_cache: Add rmodule params in metadata
The change allows to update rmodule parameters after it has been loaded from stage cache. Change-Id: Ib825ffe245d447ad3a8246f7dbd52c6e34103a0c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/21385 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -294,10 +294,11 @@ int rmodule_stage_load(struct rmod_stage_load *rsl)
|
||||
|
||||
prog_set_area(rsl->prog, rmod_stage.location,
|
||||
rmodule_memory_size(&rmod_stage));
|
||||
prog_set_entry(rsl->prog, rmodule_entry(&rmod_stage), NULL);
|
||||
|
||||
/* Allow caller to pick up parameters, if available. */
|
||||
rsl->params = rmodule_parameters(&rmod_stage);
|
||||
|
||||
prog_set_entry(rsl->prog, rmodule_entry(&rmod_stage), rsl->params);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user