1. 28 7月, 2015 16 次提交
    • P
      siemens-am33x-common: Hardcoded value instead of non-included define · 2cb81b6b
      Paul Kocialkowski 提交于
      The config file for the siemens-am33x-common was using OMAP_I2C_STANDARD, which
      is defined in a header that is not included in the config header. In most cases,
      it was being included by the code using CONFIG_SYS_OMAP24_I2C_SPEED, but it
      might not always be the case.
      
      In particular, when introducing I2C SPL support in omap-common's boot-common.c,
      the header is missing and including it breaks other devices.
      Signed-off-by: NPaul Kocialkowski <contact@paulk.fr>
      2cb81b6b
    • P
      omap-common: Boot device define instead of hardcoded value · df844772
      Paul Kocialkowski 提交于
      Now that SPL boot devices are clearly defined, we can use BOOT_DEVICE_QSPI_4
      instead of a hardcoded value.
      Signed-off-by: NPaul Kocialkowski <contact@paulk.fr>
      df844772
    • P
      omap: SPL boot devices cleanup and completion · 62c5674e
      Paul Kocialkowski 提交于
      This cleans up the SPL boot devices for omap platforms and introduces support
      for missing boot devices.
      Signed-off-by: NPaul Kocialkowski <contact@paulk.fr>
      62c5674e
    • P
      omap-common: Common boot code OMAP3 support and cleanup · 60c7c30a
      Paul Kocialkowski 提交于
      This introduces OMAP3 support for the common omap boot code, as well as a
      major cleanup of the common omap boot code.
      
      First, the omap_boot_parameters structure becomes platform-specific, since its
      definition differs a bit across omap platforms. The offsets are removed as well
      since it is U-Boot's coding style to use structures for mapping such kind of
      data (in the sense that it is similar to registers). It is correct to assume
      that romcode structure encoding is the same as U-Boot, given the description
      of these structures in the TRMs.
      
      The original address provided by the bootrom is passed to the U-Boot binary
      instead of a duplicate of the structure stored in global data. This allows to
      have only the relevant (boot device and mode) information stored in global data.
      It is also expected that the address where the bootrom stores that information
      is not overridden by the U-Boot SPL or U-Boot.
      
      The save_omap_boot_params is expected to handle all special cases where the data
      provided by the bootrom cannot be used as-is, so that spl_boot_device and
      spl_boot_mode only return the data from global data.
      
      All of this is only relevant when the U-Boot SPL is used. In cases it is not,
      save_boot_params should fallback to its weak (or board-specific) definition.
      save_omap_boot_params should not be called in that context either.
      Signed-off-by: NPaul Kocialkowski <contact@paulk.fr>
      60c7c30a
    • M
      kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86 · a350c6a6
      Masahiro Yamada 提交于
      The symbolic link to SoC/CPU specific header directory is created
      during the build, while it is only necessary for ARM, AVR32, SPARC,
      x86, and some CPUs of PowerPC.  For the other architectures, it just
      results in a broken symbolic link.
      
      Introduce CONFIG_CREATE_ARCH_SYMLINK to not create unneeded symbolic
      links.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      a350c6a6
    • M
      nds32: include <asm/arch-*/*.h> instead of <asm/arch/*.h> · 7e3f94e1
      Masahiro Yamada 提交于
      There are only two SoC-specific headers for this architecture:
       - arch/nds32/include/asm/arch-ag101/ag101.h
       - arch/nds32/include/asm/arch-ag102/ag102.h
      
      Those two have different file names, so there is no advantage to
      include them via symbolic linked directory.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      7e3f94e1
    • H
      generic_board: Call "checkboard" even though the root node has a "model" property · dac326b8
      Haikun.Wang@freescale.com 提交于
      In case of enable CONFIG_OF_CONTROL and has a "model" property in the root node,
      the board special "checkboard" will not be called.
      Usually we show some useful version information in the function.
      This patch enable call "checkboard" in any case.
      It is not conflicting with showing "model" at the same time.
      
      For example on LS2085AQDS:
      Showing "model" only:
      Model: Freescale Layerscape 2085a QDS Board
      
      Showing "checkboard" only:
      Board: LS2085E-QDS, Board Arch: V1, Board version: B, boot from vBank: 4
      
      Showing both:
      Model: Freescale Layerscape 2085a QDS Board
      Board: LS2085E-QDS, Board Arch: V1, Board version: B, boot from vBank: 4
      Signed-off-by: NHaikun Wang <haikun.wang@freescale.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      dac326b8
    • V
      keystone2: net: add mcast function to keyston2 Ethernet driver · 5031ca59
      Vitaly Andrianov 提交于
      The MCAST_TFTP support requires that network drivers has mcast functon
      implemented. This commit adds dummy keystone2_eth_bcast_addr() to meet
      the requirement. As far as the driver doesn't use ALE and doesn't filter
      any incoming packets, the function is empty.
      Signed-off-by: NVitaly Andrianov <vitalya@ti.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      5031ca59
    • V
      keystone2: add wfi in to the core_spin loop · 17c5bda2
      Vitaly Andrianov 提交于
      When core A turning of core B, via tetris DPSC it places the core
      B DPSC into transitional state. The core B has to execute wfi instruction
      to move its DPSC to the OFF state. This patch add such instruction.
      Signed-off-by: NVitaly Andrianov <vitalya@ti.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      17c5bda2
    • S
      misc: led: pca9551_led: Fix problem with multiple blink frequencies · f5df36d0
      Stefan Roese 提交于
      Only 2 frequencies are supported. The current driver implementation does
      not always use the 2 last configured blink frequencies. This patch
      fixes this problem. So that the last two entered frequencies are
      active.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Tom Rini <trini@konsulko.com>
      f5df36d0
    • R
      stm32f429-discovery: Use ttyS0 as the console device · 6b330568
      rev13@wp.pl 提交于
      Mainline kernel will be using this device name as well.
      Signed-off-by: NKamil Lulko <rev13@wp.pl>
      6b330568
    • M
      kbuild: use relative path more to include Makefile · 4d713be1
      Masahiro Yamada 提交于
      Prior to this commit, it was impossible to use relative path to
      include Makefiles from the top level Makefile because the option
      "--include-dir=$(srctree)" becomes effective when Make enters into
      sub Makefiles.
      
      To use relative path in any places, this commit moves the option
      above the "sub-make" target.
      
      This was imported from Linux (commit a436bb7b8063) and adjusted for
      U-Boot.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      4d713be1
    • M
      kbuild: do not add $((generic-)offsets-file) to targets · ba84de9f
      Masahiro Yamada 提交于
      $(always) is added to targets by scripts/Makefile.build.
      Moreover, filechk does not need .*.cmd files.
      
      Adding these two files to targets is redundant.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      ba84de9f
    • M
      kbuild: sync with Linux 4.1 · 98bd0e0d
      Masahiro Yamada 提交于
      Update some build scripts to match Linux 4.1.  Commit-based syncing
      was done so as not to break U-Boot specific changes.
      The previous big sync was from Linux 3.18-rc1 by commit 176d0982
      (kbuild: sync misc scripts with Linux 3.18-rc1).
      
      The commits imported from Linux (some with adjustments) are:
      
      [1] commit 9fb5e5372208973984a23ee6f5f025c05d364633
          Author: Robert Richter <rrichter@cavium.com>
          dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst
      
      [2] commit 371fdc77af44f4cb32475fd499e1d912ccc30890
          Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
          kbuild: collect shorthands into scripts/Kbuild.include
      
      [3] commit a29b82326ed4eb5567b03c85b52c6891578d5a03
          Author: Michal Marek <mmarek@suse.cz>
          kbuild: Remove duplicate $(cmd) definition in Makefile.clean
      
      [4] commit 1846dfbde3e8a53f3673dcb1c1b79fd9b3f8d40d
          Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
          kbuild: remove redundant -rR flag of hdr-inst
      
      [5] commit 34948e0bbf98640fc1821751b01d2f0cd17d84d5
          Author: Michal Marek <mmarek@suse.cz>
          kbuild: Drop support for clean-rule
      
      [6] commit a16c5f99a28c9945165c46da27fff8e6f26f8736
          Author: Michal Marek <mmarek@suse.cz>
          kbuild: Fix removal of the debian/ directory
      
      [7] commit d0d38cd9e853db11e0242b3df4c9c3c4a663fbb4
          Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
          kbuild: use mixed-targets when two or more config targets are given
      
      [8] commit dd33c03b18b3f2db791eb6a17c37d2de66e4de18
          Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
          kbuild: fix cc-ifversion macro
      
      [9] commit 665d92e38f65d70796aad2b8e49e42e80815d4a4
          Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
          kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
      
      [10] commit 6dcb4e5edf39e3b65a75ca76f087b2fdbee8a808
          Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
          kbuild: allow cc-ifversion to have the argument for false condition
      
      [11] commit c0a80c0c27e5e65b180a25e6c4c2f7ef9e386cd3
          Author: Heiko Carstens <heiko.carstens@de.ibm.com>
          ftrace: allow architectures to specify ftrace compile options
      
      [12] commit 0b24becc810dc3be6e3f94103a866f214c282394
          Author: Andrey Ryabinin <a.ryabinin@samsung.com>
          kasan: add kernel address sanitizer infrastructure
      
      [13] commit 4218affdf57f938c04e3a916a9685ee27079f377
          Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
          kbuild: remove warning about "make depend"
      
      [14] commit 77479b38e2f58890eb221a0418357502a5b41cd6
          Author: Nathan Rossi <nathan.rossi@xilinx.com>
          kbuild: Create directory for target DTB
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      Signed-off-by: NRobert Richter <rrichter@cavium.com>
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NAndrey Ryabinin <a.ryabinin@samsung.com>
      Signed-off-by: NNathan Rossi <nathan.rossi@xilinx.com>
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      98bd0e0d
    • M
      kconfig: sync with Linux 4.1 · 9b5f0b1d
      Masahiro Yamada 提交于
      Update the files under scripts/kconfig/ to match Linux 4.1.
      Some Kconfig sources have diverged from those in the kernel,
      so commit-base syncing was done not to lose U-Boot specific updates.
      
      The commits cherry-picked from Linux are:
      
      [1] commit be8af2d54a66911693eddc556e4f7a866670082b
          Author: Bjørn Forsman <bjorn.forsman@gmail.com>
          kconfig/lxdialog: get ncurses CFLAGS with pkg-config
      
      [2] commit 3943f42c11896ce82ad3da132c8a5630313bdd0e
          Author: Andrey Utkin <andrey.krieger.utkin@gmail.com>
          Replace mentions of "list_struct" to "list_head"
      
      [3] commit e4e458b45c5861808674eebfea94cee2258bb2ea
          Author: Arjun Sreedharan <arjun024@gmail.com>
          calloc/xcalloc: Fix argument order
      
      [4] commit 09950bc256e3628d275f90e016e6f5a039fbdcab
          Author: Olof Johansson <olof@lixom.net>
          merge_config.sh: Display usage if given too few arguments
      
      [5] commit b6a2ab2cd4739a9573ed41677e53171987b8da34
          Author: Colin Ian King <colin.king@canonical.com>
          kconfig: use va_end to match corresponding va_start
      
      [6] commit 70529b1a1784503169416df19ce3d68746401340
          Author: Michal Marek <mmarek@suse.cz>
          kconfig: Get rid of the P() macro in headers
      
      [7] commit 463157444e377bf9b279101b1f16a94c4648c03a
          Author: Michal Marek <mmarek@suse.cz>
          kconfig: Remove dead code
      
      [8] commit ad8d40cda3ad22ad9e8863d55a5c88f85c0173f0
          Author: Michal Marek <mmarek@suse.cz>
          kconfig: Remove unnecessary prototypes from headers
      
      [9] commit de4619937229378e81f95e99c9866acc8e207d34
          Author: Masahiro Yamada <yamada.masahiro@socionext.com>
          kbuild: mergeconfig: fix "jobserver unavailable" warning
      
      [10] commit b9fe99c5b994c6ddc57780993966b18899526c0b
          Author: Masahiro Yamada <yamada.masahiro@socionext.com>
          kbuild: mergeconfig: move an error check to merge_config.sh
      
      [11] commit 371cfd4ff0611d8bc5d18bbb9cc6a2bc3d56cd3d
          Author: Masahiro Yamada <yamada.masahiro@socionext.com>
          kbuild: mergeconfig: remove redundant $(objtree)
      
      [12] commit 3a975b8cfcbe026b535f83bde9a3c009bae214f9
          Author: Masahiro Yamada <yamada.masahiro@socionext.com>
          merge_config.sh: improve indentation
      
      [13] commit bc8f8f5fc47cd02c2c5f3580dac2fe6695af1edd
          Author: Masahiro Yamada <yamada.masahiro@socionext.com>
          merge_config.sh: rename MAKE to RUNMAKE
      
      [14] commit 63a91033d52e64a22e571fe84924c0b7f21c280d
          Author: Masahiro Yamada <yamada.masahiro@socionext.com>
          kbuild: add generic mergeconfig target, %.config
      
      [15] commit 1cba0c305758c3c1786ecaceb03e142c95a4edc9
          Author: Michal Marek <mmarek@suse.cz>
          kconfig: Simplify Makefile
      
      [16] commit 0a1f00a1c86421cc07cec87011c7cf4df68ee54b
          Author: Michal Marek <mmarek@suse.cz>
          kconfig: Do not print status messages in make -s mode
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NBjørn Forsman <bjorn.forsman@gmail.com>
      Signed-off-by: NAndrey Utkin <andrey.krieger.utkin@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      Signed-off-by: NArjun Sreedharan <arjun024@gmail.com>
      Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NColin Ian King <colin.king@canonical.com>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      9b5f0b1d
    • P
      config: ti_omap5_common: Palmas power support in SPL · d6fc0cef
      Paul Kocialkowski 提交于
      Palmas power support is required for OMAP5 devices such as the OMAP5 uEVM, that
      need to e.g. enable MMC power at SPL stage.
      
      This is especially important when booting from a peripheral (such as USB, UART),
      where the bootrom will not enable power for the MMC device that will hold the
      main U-Boot.
      Signed-off-by: NPaul Kocialkowski <contact@paulk.fr>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      d6fc0cef
  2. 25 7月, 2015 15 次提交
  3. 24 7月, 2015 9 次提交