1. 29 8月, 2017 5 次提交
  2. 28 8月, 2017 1 次提交
  3. 25 8月, 2017 2 次提交
    • S
      imx: use BOOT_DEVICE_BOARD instead of UART · 962c78b1
      Stefan Agner 提交于
      i.MX 6 serial downloader is not necessarily booting via UART but can
      also boot from USB. In fact only some i.MX chips have serial
      downloader support via UART (e.g. 6UL/ULL and Vybrid) but all of
      them have serial downloader support via USB. Use the more appropriate
      BOOT_DEVICE_BOARD define which is used for ROM provided recovery
      mechanisms in general.
      Signed-off-by: NStefan Agner <stefan.agner@toradex.com>
      962c78b1
    • S
      imx: fix USB boot mode detection for i.MX 6UL and 6ULL · 3bd1642d
      Stefan Agner 提交于
      Add the reserved boot mode used in the bmode command for i.MX 6UL
      and 6ULL as introduced in commit 3fd95790 ("imx: mx6ull: fix USB
      bmode for i.MX 6UL and 6ULL").
      
      Also replace BMODE_UART with BMODE_RESERVED, which is more appropriate.
      Commit 96aac843 ("imx: Use IMX6_BMODE_* macros instead of numericals")
      added macros for boot modes, in the process the reserved boot mode got
      named BMODE_UART. We use the reserved boot mode in the bmode command to
      let the boot ROM enter serial downloader recovery mode. But this is only
      a side effect, the actual boot mode is reserved...
      Signed-off-by: NStefan Agner <stefan.agner@toradex.com>
      3bd1642d
  4. 23 8月, 2017 12 次提交
  5. 22 8月, 2017 1 次提交
  6. 21 8月, 2017 13 次提交
  7. 20 8月, 2017 6 次提交