1. 14 11月, 2014 3 次提交
  2. 13 11月, 2014 10 次提交
  3. 12 11月, 2014 4 次提交
    • F
      mx28evk: README: Revision C is also supported · f4a7bf5a
      Fabio Estevam 提交于
      Adjust the text to mention that rev C of the board is also supported.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      f4a7bf5a
    • N
      arm: imx: make bmode command work with SPL/U-Boot combo · f2863ff3
      Nikita Kiryanov 提交于
      The bmode command forces the SoC to use a specific boot device
      by writing its boot mode into SRC_GPR9, and notifying the SoC of
      the change using SRC_GPR10[28] bit: if the bit is on, bootROM
      uses the value in SRC_GPR9 instead of SRC_SMBR1 to determine
      the boot device.
      
      SPL on the other hand is oblivious to this distinction, so once
      the bootROM loads SPL from the device configured in SRC_GPR10,
      SPL will attempt to load U-Boot from the device configured in
      SRC_SMBR1, which is not updated by the bootROM to the value in
      SRC_GPR9.
      
      The result is that the selected boot device is not used across all
      the boot stages.
      
      Update spl_boot_device() to look at gpr9 when necessary.
      Signed-off-by: NNikita Kiryanov <nikita@compulab.co.il>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Troy Kisky <troy.kisky@boundarydevices.com>
      Cc: Tim Harvey <tharvey@gateworks.com>
      Cc: Eric Nelson <eric.nelson@boundarydevices.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Heiko Schocher <hs@denx.de>
      f2863ff3
    • T
      Merge branch 'master' of git://git.denx.de/u-boot-uniphier · 63f7af9a
      Tom Rini 提交于
      63f7af9a
    • M
      Revert "lib: bootm: add missing include" · f888cf5d
      Michal Simek 提交于
      This is a MIME GnuPG-signed message.  If you see this text, it means that
      your E-mail or Usenet software does not support MIME signed messages.
      The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
      To open this message correctly you will need to install E-mail or Usenet
      software that supports modern Internet standards.
      
      This reverts commit 1e96220a.
      
      Remove duplicated vxworks.h header.
      The same change was done by
      "ARM: prevent compiler warnings from bootm.c"
      (sha1: 8d196e52)
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      f888cf5d
  4. 11 11月, 2014 20 次提交
  5. 10 11月, 2014 3 次提交