19 Apr, 2015
2 commits
-
Move this to Kconfig and clean up board config files that use it. Also
rename it to CONFIG_ETH_DESIGNWARE to fit with the naming that exists
in drivers/net/Kconfig.Signed-off-by: Simon Glass
Version 1:
Acked-by: Joe Hershberger -
Signed-off-by: Masahiro Yamada
Acked-by: Simon Glass
28 Mar, 2015
1 commit
-
This option has a bool type, not hex.
Fix it and enable it if CONFIG_DM is on because Driver Model always
requires malloc memory. Devices are scanned twice, before/after
relocation. CONFIG_SYS_MALLOC_F should be enabled to use malloc
memory before relocation. As it is board-independent, handle it
globally.Signed-off-by: Masahiro Yamada
Acked-by: Stephen Warren
Reviewed-by: Simon Glass
Acked-by: Robert Baldyga
13 Feb, 2015
2 commits
-
Remove driver model CONFIGs from the board config headers and use Kconfig
instead.Signed-off-by: Simon Glass
-
Move this option to Kconfig and update all boards.
Signed-off-by: Simon Glass
10 Dec, 2014
1 commit
-
stv0991 architecture support added. It contains the support for
following blocks
- Timer
- uartSigned-off-by: Vikas Manocha
[trini: Add arch/arm/cpu/armv7/Makefile hunk]
Signed-off-by: Tom Rini