coreboot-kgpe-d16/src/lib/loaders
Aaron Durbin 5e8286bed6 program loading: add optional is_loader_active() callback
Add a way for a loader to indicate if it is active. Such users
of this callback would be vboot which can indicate to the rest
of the system that it isn't active. is_loader_active() also
gives vboot a chance to perform the necessary work to make
said decision.

Change-Id: I6679ac75b19bb1bfff9c2b709da5591986f752ff
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/10022
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-04-30 13:05:13 +02:00
..
Makefile.inc coreboot: add a place to choose romstage loader 2015-04-22 15:38:30 +02:00
cbfs_payload_loader.c program loading: unify on struct prog 2015-04-03 14:53:11 +02:00
cbfs_ramstage_loader.c rmodule: use struct prog while loading rmodules 2015-04-03 14:53:35 +02:00
cbfs_romstage_loader.c coreboot: add a place to choose romstage loader 2015-04-22 15:38:30 +02:00
load_and_run_payload.c program loading: add optional is_loader_active() callback 2015-04-30 13:05:13 +02:00
load_and_run_ramstage.c program loading: add optional is_loader_active() callback 2015-04-30 13:05:13 +02:00
load_and_run_romstage.c program loading: add optional is_loader_active() callback 2015-04-30 13:05:13 +02:00