1. 02 7月, 2016 23 次提交
  2. 30 6月, 2016 4 次提交
  3. 29 6月, 2016 10 次提交
  4. 28 6月, 2016 3 次提交
    • P
      common: add new boot media kconfig entry · faaef73f
      Peng Fan 提交于
      Add CONFIG_{SD|NAND|ONENAND|SPI|QSPI|SATA}_BOOT kconfig entries.
      
      SoCs supports loading U-Boot from different medias to DRAM, such as
      i.MX6/7 supports loading U-Boot to DRAM from sd/emmc/nand/qspi/spi/sata
      and etc. For i.MX, imximage will generate different IVT headers according
      to boot medias.
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Bin Meng <bmeng.cn@gmail.com>
      Cc: Christophe Ricard <christophe-h.ricard@st.com>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Francois Retief <fgretief@spaceteq.co.za>
      Cc: Tom Rini <trini@konsulko.com>
      faaef73f
    • P
      Kconfig: make NOR_BOOT a common option · d14739ff
      Peng Fan 提交于
      Not only am335x supports booting from NOR, i.MX6 SoCs also
      supports booting from NOR. Make NOR_BOOT a common
      option to let different SoCs share it.
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Christophe Ricard <christophe-h.ricard@st.com>
      Cc: Bin Meng <bmeng.cn@gmail.com>
      Cc: Francois Retief <fgretief@spaceteq.co.za>
      Cc: Tom Rini <trini@konsulko.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      d14739ff
    • S
      maintainers: new email address · 4a9a3292
      Steve Rae 提交于
      Update the email address for the boards that I maintain.
      Signed-off-by: NSteve Rae <steve.rae@raedomain.com>
      4a9a3292