9
0
Fork 0
barebox/arch/arm/lib
Sascha Hauer 7839011f61 bootm: Move bootm options to common/Kconfig
bootm has a C API, so the bootm options have to depend on the
option providing the bootm code (CONFIG_BOOTM), not on the
option providing the command (CONFIG_CMD_BOOTM). Fixing the
dependencies makes it possible to fully use bootm from C without
enabling the bootm command support.
This also removes the CMD_ prefix from the options which means
we have to update the defconfigs aswell.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-05-10 14:51:58 +02:00
..
.gitignore rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
Makefile ARM: Add support for semihosting 2015-10-30 08:06:03 +01:00
armlinux.c ARM: Remove kernel booting call for thumb2 mode 2015-12-04 08:15:23 +01:00
ashldi3.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
ashrdi3.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
asm-offsets.c kbuild: move asm-offsets.h rule to ./Kbuild 2015-01-08 13:55:38 +01:00
barebox.lds.S ARM: Rework vector table setup 2016-04-01 14:00:29 +02:00
bootm.c bootm: Move bootm options to common/Kconfig 2016-05-10 14:51:58 +02:00
bootu.c commands: harmonize in-barebox documentation 2014-05-14 10:03:43 +02:00
bootz.c sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00
copy_template.S ARM: update string functions from Linux Kernel 2012-01-02 15:00:28 +01:00
div0.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
findbit.S ARM: update string functions from Linux Kernel 2012-01-02 15:00:28 +01:00
io-readsb.S ioreadsb: put the whole ioreadsb function into the .text.readsb section 2010-02-16 21:49:33 +01:00
io-readsl.S Add IO string functions to also handle 32 bit IO locations 2009-07-01 10:45:21 +02:00
io-readsw-armv4.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
io-writesb.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
io-writesl.S Add IO string functions to also handle 32 bit IO locations 2009-07-01 10:45:21 +02:00
io-writesw-armv4.S ARM: Separate assembler functions into their own section 2012-07-23 23:57:44 +02:00
io.c ARM: import memcpy_from/toio and memset_io from linux 2012-01-02 12:08:24 +01:00
lib1funcs.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
lshrdi3.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
memcpy.S ARM: update string functions from Linux Kernel 2012-01-02 15:00:28 +01:00
memset.S ARM: fix the memset fix 2013-05-23 08:27:57 +02:00
module.c ARM: Using unsigned specifiers for unsigned arguments for printf 2013-05-31 08:53:51 +02:00
pbl.lds.S sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00
runtime-offset.S ARM: Add image end section 2013-06-26 23:43:19 +02:00
semihosting-trap.S ARM: Add support for semihosting 2015-10-30 08:06:03 +01:00
semihosting.c ARM: Add support for semihosting 2015-10-30 08:06:03 +01:00
unwind.c ARM: don't let the unwinder depend on exception handling 2015-11-09 07:50:07 +01:00