1. 24 10月, 2016 2 次提交
  2. 12 10月, 2016 2 次提交
  3. 17 9月, 2016 10 次提交
  4. 10 9月, 2016 1 次提交
  5. 07 9月, 2016 1 次提交
    • T
      TI: Rework SRAM definitions and maximums · fa2f81b0
      Tom Rini 提交于
      On all TI platforms the ROM defines a "downloaded image" area at or near
      the start of SRAM which is followed by a reserved area.  As it is at
      best bad form and at worst possibly harmful in corner cases to write in
      this reserved area, we stop doing that by adding in the define
      NON_SECURE_SRAM_IMG_END to say where the end of the downloaded image
      area is and make SRAM_SCRATCH_SPACE_ADDR be one kilobyte before this.
      At current we define the end of scratch space at 0x228 bytes past the
      start of scratch space this this gives us a lot of room to grow.  As
      these scratch uses are non-optional today, all targets are modified to
      respect this boundary.
      
      Tested on OMAP4 Pandaboard, OMAP3 Beagle xM
      
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Nagendra T S <nagendra@mistralsolutions.com>
      Cc: Vaibhav Hiremath <hvaibhav@ti.com>
      Cc: Lokesh Vutla <lokeshvutla@ti.com>
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Paul Kocialkowski <contact@paulk.fr>
      Cc: Enric Balletbo i Serra <eballetbo@gmail.com>
      Cc: Adam Ford <aford173@gmail.com>
      Cc: Steve Sakoman <sakoman@gmail.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Thomas Weber <weber@corscience.de>
      Cc: Hannes Schmelzer <oe5hpm@oevsv.at>
      Cc: Thomas Chou <thomas@wytron.com.tw>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Sam Protsenko <semen.protsenko@linaro.org>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Samuel Egli <samuel.egli@siemens.com>
      Cc: Michal Simek <michal.simek@xilinx.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
      Cc: Ben Whitten <ben.whitten@gmail.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Bin Meng <bmeng.cn@gmail.com>
      Cc: Sekhar Nori <nsekhar@ti.com>
      Cc: Mugunthan V N <mugunthanvnm@ti.com>
      Cc: "B, Ravi" <ravibabu@ti.com>
      Cc: "Matwey V. Kornilov" <matwey.kornilov@gmail.com>
      Cc: Ladislav Michl <ladis@linux-mips.org>
      Cc: Ash Charles <ashcharles@gmail.com>
      Cc: "Kipisz, Steven" <s-kipisz2@ti.com>
      Cc: Daniel Allred <d-allred@ti.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Tested-by: NLokesh Vutla <lokeshvutla@ti.com>
      Acked-by: NLokesh Vutla <lokeshvutla@ti.com>
      Tested-by: NLadislav Michl <ladis@linux-mips.org>
      fa2f81b0
  6. 02 7月, 2016 1 次提交
  7. 10 6月, 2016 1 次提交
  8. 21 5月, 2016 1 次提交
  9. 26 4月, 2016 4 次提交
  10. 15 3月, 2016 1 次提交
  11. 31 1月, 2016 1 次提交
  12. 22 11月, 2015 1 次提交
  13. 19 11月, 2015 1 次提交
  14. 25 10月, 2015 1 次提交
  15. 28 9月, 2015 1 次提交
    • I
      configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST · e0bed6b6
      Igor Grinberg 提交于
      The config option has been removed by one of the syncs with the Linux
      mainline MTD subsystem:
      ff94bc40 (mtd, ubi, ubifs: resync with Linux-3.14)
      It has been left inside the config files. Currently does not look to
      serve any purpose, so remove it now from all the configs.
      Signed-off-by: NIgor Grinberg <grinberg@compulab.co.il>
      Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: "Albert ARIBAUD (3ADEV)" <albert.aribaud@3adev.fr>
      Cc: Peter Barada <peter.barada@logicpd.com>
      Cc: Steve Sakoman <sakoman@gmail.com>
      Cc: Peter Tyser <ptyser@xes-inc.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Simon Glass <sjg@chromium.org>
      Acked-by: NStefan Roese <sr@denx.de>
      e0bed6b6
  16. 13 8月, 2015 1 次提交
    • N
      kconfig: add config option for shell prompt · 181bd9dc
      Nikita Kiryanov 提交于
      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: NNikita Kiryanov <nikita@compulab.co.il>
      [trini: Add spring, sniper, smartweb to conversion]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      181bd9dc
  17. 05 8月, 2015 1 次提交
  18. 26 6月, 2015 1 次提交
  19. 13 3月, 2015 2 次提交
  20. 05 3月, 2015 1 次提交
  21. 30 1月, 2015 1 次提交
    • N
      common: convert compulab splash load code to common code · f82eb2fa
      Nikita Kiryanov 提交于
      Move board/compulab/common/splash.c code to
      common/splash_source.c to make it available for everybody. This move
      renames cl_splash_screen_prepare() to splash_source_load(), and
      the compilation of this code is conditional on CONFIG_SPLASH_SOURCE.
      
      splash_source features:
      * Provide a standardized way for declaring board specific splash screen
        locations
      * Provide existing routines for auto loading the splash image from the
        locations as declared by the board
      * Introduce the "splashsource" environment variable, which makes it
        possible to select the splash image source.
      
      cm-t35 and cm-fx6 are updated to use the modified version.
      Signed-off-by: NNikita Kiryanov <nikita@compulab.co.il>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Anatolij Gustschin <agust@denx.de>
      Reviewed-by: NTom Rini <trini@ti.com>
      Acked-by: NIgor Grinberg <grinberg@compulab.co.il>
      f82eb2fa
  22. 06 1月, 2015 1 次提交
  23. 05 12月, 2014 1 次提交
  24. 27 10月, 2014 1 次提交
  25. 09 9月, 2014 1 次提交