aboutsummaryrefslogtreecommitdiff
path: root/src/include/stage_cache.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-05 22:43:05 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-08 03:17:52 +0000
commitd87e4b346943110a6d919aa52444bb420e2755be (patch)
tree504cf11ac99f37a8eaae4a885583ad08ffbc99d0 /src/include/stage_cache.h
parent534b23639bd1ee82e752f0a8593e46c1d03d8d2c (diff)
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>
Diffstat (limited to 'src/include/stage_cache.h')
-rw-r--r--src/include/stage_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/stage_cache.h b/src/include/stage_cache.h
index fbf9c46578..08312ff554 100644
--- a/src/include/stage_cache.h
+++ b/src/include/stage_cache.h
@@ -37,6 +37,7 @@ void stage_cache_external_region(void **base, size_t *size);
struct stage_cache {
uint64_t load_addr;
uint64_t entry_addr;
+ uint64_t arg;
};
#endif /* _STAGE_CACHE_H_ */