Skip to content
Snippets Groups Projects
  1. Dec 22, 2015
  2. Nov 18, 2015
  3. Oct 24, 2015
  4. Sep 11, 2015
  5. Aug 28, 2015
  6. 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
  7. Jun 26, 2015
  8. 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
  9. Jun 02, 2015
  10. Jun 01, 2015
  11. Apr 18, 2015
  12. Mar 06, 2015
  13. Oct 29, 2014
  14. Oct 27, 2014
  15. Jul 30, 2014
  16. May 20, 2014
  17. Feb 20, 2014
  18. Feb 19, 2014
  19. Feb 07, 2014
  20. Nov 04, 2013
  21. Jul 24, 2013
  22. Mar 04, 2013
    • Joe Hershberger's avatar
      ubifs: Allow ubifsmount volume reference by number · 949a7710
      Joe Hershberger authored
      
      UBI can mount volumes by name or number  The current code forces you
      to name the volume by prepending every name with "ubi:".
      
      >From fs/ubifs/super.c
       * There are several ways to specify UBI volumes when mounting UBIFS:
       * o ubiX_Y    - UBI device number X, volume Y;
       * o ubiY      - UBI device number 0, volume Y;
       * o ubiX:NAME - mount UBI device X, volume with name NAME;
       * o ubi:NAME  - mount UBI device 0, volume with name NAME.
      
      Now any name passed in any of the above forms are allowed.
      
      Also update the configs that referenced ubifsmount.
      
      Signed-off-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
      949a7710
  23. Oct 04, 2012
    • Stefan Roese's avatar
      ARM: Add X600 board support (SPEAr600 based) · 995b72dd
      Stefan Roese authored
      
      This patch adds support for the X600 SPEAr600 based board. Its also
      the first SPEAr600 board that uses the newly introduced SPEAr600
      SPL support. Xloader is not necessary any more. By using the new
      "u-boot.spr" make target, one image will generated containing both,
      U-Boot SPL (with mkimage header as needed by the SPEAr BootROM, and
      the main U-Boot with mkimage header.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Amit Virdi <amit.virdi@st.com>
      Cc: Vipin Kumar <vipin.kumar@st.com>
      995b72dd
Loading