summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2016-03-01 09:00:15 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-03-02 11:16:30 +0100
commit509345044727ae100061d72166d02567e906a924 (patch)
tree40ed0a8e1fd98075a0dd52198fed360ee4ded9fe /platforms
parentadbffb53859080c3d3b501a83b7e325f71451abd (diff)
downloadptxdist-509345044727ae100061d72166d02567e906a924.tar.gz
ptxdist-509345044727ae100061d72166d02567e906a924.tar.xz
barebox: add possibility to install: bareboxcrc32, bareboximd and kernel-install
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> [mol: improve install error handling] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/barebox.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index 9364e7847..a40118973 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -54,6 +54,29 @@ config BAREBOX_BAREBOXENV
environment. Enable this option access the barebox environment
from the target Linux system.
+config BAREBOX_BAREBOXCRC32
+ prompt "install 'bareboxcrc32'"
+ bool
+ help
+ The tool 'bareboxcrc32' can be used to calculate the crc32 of
+ files, with the same crc32 flavour that the barebox crc32
+ command uses.
+
+config BAREBOX_KERNEL_INSTALL
+ prompt "install 'kernel-install'"
+ bool
+ help
+ The tool 'kernel-install' can be used to install a kernel
+ according to the bootloader spec:
+ http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/
+
+config BAREBOX_BAREBOXIMD
+ prompt "install 'bareboximd'"
+ bool
+ help
+ The tool 'bareboximd' can be used to extract metadata from
+ the (flashed) barebox image.
+
config BAREBOX_NEEDS_HOST_LIBUSB
prompt "barebox needs libusb"
bool