| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-25 | kconfig: move CONFIG_OF_* to Kconfig | Masahiro Yamada | |
| This commit moves: CONFIG_OF_CONTROL CONFIG_OF_SEPARATE CONFIG_OF_EMBED CONFIG_OF_HOSTFILE Because these options are currently not supported for SPL, the "Device Tree Control" menu does not appear in the SPL configuration. Note: zynq-common.h should be adjusted so as not to change the default value of CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Simon Glass <[email protected]> Cc: Stephen Warren <[email protected]> Cc: Minkyu Kang <[email protected]> Acked-by: Michal Simek <[email protected]> | |||
| 2014-09-13 | kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/Kconfig | Masahiro Yamada | |
| This commit adds the type definitions (+ help messages) of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME} to arch/Kconfig, which would save lots of type defs for taget boards. (See also the next commit.) Signed-off-by: Masahiro Yamada <[email protected]> | |||
| 2014-07-30 | kconfig: add basic Kconfig files | Masahiro Yamada | |
| This commit adds more Kconfig files, which were written by hand. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Simon Glass <[email protected]> | |||
