Skip to content
Snippets Groups Projects
  1. May 01, 2017
  2. Mar 19, 2017
  3. Jan 28, 2017
  4. Jan 21, 2017
  5. Oct 23, 2016
  6. Oct 12, 2016
  7. Sep 26, 2016
  8. Sep 20, 2016
  9. Sep 16, 2016
  10. Sep 09, 2016
  11. Jul 01, 2016
  12. Jun 09, 2016
  13. May 31, 2016
  14. May 17, 2016
  15. Apr 25, 2016
  16. Mar 14, 2016
  17. Dec 22, 2015
  18. Nov 18, 2015
  19. Oct 24, 2015
  20. Sep 11, 2015
  21. Aug 28, 2015
  22. Aug 13, 2015
    • Nikita Kiryanov's avatar
      kconfig: add config option for shell prompt · 181bd9dc
      Nikita Kiryanov authored
      
      Add option to set shell prompt string from menuconfig and migrate
      boards globally.
      
      The migration is done as follows:
      - Boards that explicitly and unconditionally set CONFIG_SYS_PROMPT had the
        entry moved to their defconfig files.
      - Boards that defined some kind of #ifdef logic which selects the
        CONFIG_SYS_PROMPT (for example qemu-mips) got an #undef CONFIG_SYS_PROMPT
        right before the #ifdef logic and were left alone.
      - This change forces CONFIG_SYS_PROMPT to be a per board decision, and thus
        CONFIG_SYS_PROMPT was removed from all <soc>_common.h and <arch>_common.h
        files. This results in a streamlined default value across platforms, and
        includes the following files: spear-common, sunxi-common, mv-common,
        ti_armv7_common, tegra-common, at91-sama5_common, and zynq-common.
      - Boards that relied on <arch/soc>_common.h values of CONFIG_SYS_PROMPT were
        not updated in their respective defconfig files under the assumption that
        since they did not explicitly define a value, they're fine with whatever
        the default is.
      - On the other hand, boards that relied on a value defined in some
        <boards>_common.h file such as woodburn_common, rpi-common,
        bur_am335x_common, ls2085a_common, siemens_am33x_common, and
        omap3_evm_common, had their values moved to the respective defconfig files.
      - The define V_PROMPT was removed, since it is not used anywhere except for
        assigning a value for CONFIG_SYS_PROMPT.
      
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Signed-off-by: default avatarNikita Kiryanov <nikita@compulab.co.il>
      [trini: Add spring, sniper, smartweb to conversion]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      181bd9dc
  23. Jun 26, 2015
  24. Jun 08, 2015
    • Stefan Roese's avatar
      autoboot.c: Move config options to Kconfig · d126e016
      Stefan Roese authored
      
      This patch moves the following config options to Kconfig:
      
      CONFIG_AUTOBOOT_KEYED
      CONFIG_AUTOBOOT_PROMPT
      CONFIG_AUTOBOOT_DELAY_STR
      CONFIG_AUTOBOOT_STOP_STR
      AUTOBOOT_KEYED_CTRLC
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      [trini: Drop ip04 and pm9263 configs/ additions, those boards previously
       set CONFIG_AUTOBOOT_PROMPT but never used it, re-run savedefconfig over
       all boards that did change. Make digsy_mtc_* string include seconds to
       match others and not warn. ]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      d126e016
  25. Jun 02, 2015
  26. Jun 01, 2015
  27. Apr 18, 2015
  28. Mar 06, 2015
  29. Oct 29, 2014
  30. Oct 27, 2014
  31. Jul 30, 2014
Loading