From cc532a3f733718526898c14f8137118b7d76a5bc Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Wed, 24 Aug 2016 12:22:40 +0200 Subject: boot: add framework for redundant boot scenarios There are several use cases where a redundant Linux system is needed. The barebox bootchooser framework provides the building blocks to model different use cases without the need to start from the scratch over and over again. The bootchooser works on abstract boot targets, each with a set of properties and implements an algorithm which selects the highest priority target to boot. See the documentation contained in this patch for more information. Signed-off-by: Sascha Hauer Signed-off-by: Marc Kleine-Budde Signed-off-by: Sascha Hauer --- common/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index f2badc7707..095566baef 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -936,6 +936,12 @@ config STATE_CRYPTO See Documentation/devicetree/bindings/barebox/barebox,state.rst for more information. +config BOOTCHOOSER + bool "bootchooser infrastructure" + select ENVIRONMENT_VARIABLES + select OFTREE + select PARAMETER + config RESET_SOURCE bool "detect Reset cause" depends on GLOBALVAR -- cgit v1.2.3