05 Nov, 2014

1 commit

  • Defining CONFIG_SYS_TEXT_BASE in config.mk is very old style.

    Create CONFIG_SYS_TEXT_BASE option in Kconfig, but let it
    depend on CONFIG_SPARC because we do not want to disturb
    the other architectures that still define CONFIG_SYS_TEXT_BASE
    in their header files.

    Signed-off-by: Masahiro Yamada
    Cc: Daniel Hellstrom

    Masahiro Yamada
     

28 Oct, 2014

2 commits

  • CONFIG_TPL should not be enabled for boards that do not have TPL.
    CONFIG_SUPPORT_TPL introduced by this commit should be "select"ed
    by boards with TPL support and CONFIG_TPL should depend on it.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • CONFIG_SPL should not be enabled for boards that do not have SPL.
    CONFIG_SUPPORT_SPL introduced by this commit should be "select"ed
    by boards with SPL support and CONFIG_SPL should depend on it.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass

    Masahiro Yamada
     

25 Sep, 2014

2 commits

  • 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
    Acked-by: Simon Glass
    Cc: Stephen Warren
    Cc: Minkyu Kang
    Acked-by: Michal Simek

    Masahiro Yamada
     
  • This would be useful to start moving various config options.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Masahiro Yamada
     

29 Aug, 2014

2 commits


22 Aug, 2014

1 commit

  • CONFIG_DEFCONFIG_LIST specifies the default defconfig.
    It is used by "make savedefconfig" when .config is missing.
    But that's it. I could not find other useful cases.

    As a side effect, CONFIG_DEFCONFIG_LIST="configs/sandbox_defconfig"
    is contained in .config of every target board, which some people
    think is odd. So, let's remove it.

    Signed-off-by: Masahiro Yamada
    Cc: Michal Simek
    Acked-by: Michal Simek

    Masahiro Yamada
     

30 Jul, 2014

1 commit