1. 01 8月, 2017 1 次提交
  2. 31 7月, 2017 3 次提交
  3. 30 7月, 2017 3 次提交
  4. 29 7月, 2017 3 次提交
  5. 27 7月, 2017 4 次提交
  6. 26 7月, 2017 16 次提交
  7. 25 7月, 2017 1 次提交
  8. 23 7月, 2017 2 次提交
  9. 14 7月, 2017 1 次提交
    • F
      mx6cuboxi: Move CONFIG_CMD_SATA to Kconfig · 651782a0
      Fabio Estevam 提交于
      Move CONFIG_CMD_SATA option to Kconfig to fix the following build
      error:
      
      In file included from include/configs/mx6cuboxi.h:137:0,
                       from include/config.h:7,
                       from include/common.h:21,
                       from common/env_common.c:11:
      include/config_distro_bootcmd.h:161:2: error: expected '}' before 'BOOT_TARGET_DEVICES_references_SATA_without_CONFIG_SATA'
        BOOT_TARGET_DEVICES_references_SATA_without_CONFIG_SATA
      Reported-by: NStefano Babic <sbabic@denx.de>
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      651782a0
  10. 12 7月, 2017 6 次提交
    • P
      imx: cx9020: try pxe boot, if no vmlinuz on mmc · bc104a70
      Patrick Bruenn 提交于
      If no vmlinuz is found on mmc, try to boot from pxe.
      Signed-off-by: NPatrick Bruenn <p.bruenn@beckhoff.com>
      bc104a70
    • F
      warp: Use PARTUUID to specify the rootfs location · 283c2a65
      Fabio Estevam 提交于
      warp can run different kernel versions, such as NXP 4.1 or
      mainline.
      
      Currently the rootfs location is passed via mmcblk number and the
      problem with this approach is that the mmcblk number for the eMMC
      changes depending on the kernel version.
      
      In order to avoid such issue, use UUID method to specify the rootfs
      location.
      
      Succesfully tested booting a NXP 4.1 and also a mainline 4.12 kernel.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Acked-by: NOtavio Salvador <otavio@ossystems.com.br>
      283c2a65
    • F
      mx6sabre: Use PARTUUID to specify the rootfs location · 00f43e51
      Fabio Estevam 提交于
      mx6sabre boards can run different kernel versions, such as NXP 4.1 or
      mainline.
      
      Currently the rootfs location is passed via mmcblk number and the
      problem with this approach is that the mmcblk number for the eMMC
      changes depending on the kernel version.
      
      In order to avoid such issue, use UUID method to specify the rootfs
      location.
      
      Succesfully tested booting a NXP 4.1 and also a mainline kernel on a
      mx6qsabresd and mx6dlsabreauto.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      00f43e51
    • F
      mx6sabreauto: Do not enable WEIM by default · ca62e5d0
      Fabio Estevam 提交于
      WEIM cannot be used when I2C3 is enabled due to pin conflict, so keep
      WEIM disabled by default.
      
      I2C3 controls GPIO I2C expander (USB host and OTG have VBUS controlled by
      the GPIO I2C expander), magnetometer, accelerometer.
      
      Not disabling WEIM in U-Boot causes I2C3 to behave badly when booting
      a NXP 4.1 kernel, which leads to probe failure on several devices,
      including the lack of USB:
      
      imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
      
      By keeping WEIM disabled in U-Boot these kernel issues are gone.
      Reported-by: NTakashi Matsuzawa <tmatsuzawa@xevo.com>
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      ca62e5d0
    • S
      imx: reorganize IMX code as other SOCs · 552a848e
      Stefano Babic 提交于
      Change is consistent with other SOCs and it is in preparation
      for adding SOMs. SOC's related files are moved from cpu/ to
      mach-imx/<SOC>.
      
      This change is also coherent with the structure in kernel.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      
      CC: Fabio Estevam <fabio.estevam@nxp.com>
      CC: Akshay Bhat <akshaybhat@timesys.com>
      CC: Ken Lin <Ken.Lin@advantech.com.tw>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Heiko Schocher <hs@denx.de>
      CC: "Sébastien Szymanski" <sebastien.szymanski@armadeus.com>
      CC: Christian Gmeiner <christian.gmeiner@gmail.com>
      CC: Stefan Roese <sr@denx.de>
      CC: Patrick Bruenn <p.bruenn@beckhoff.com>
      CC: Troy Kisky <troy.kisky@boundarydevices.com>
      CC: Nikita Kiryanov <nikita@compulab.co.il>
      CC: Otavio Salvador <otavio@ossystems.com.br>
      CC: "Eric Bénard" <eric@eukrea.com>
      CC: Jagan Teki <jagan@amarulasolutions.com>
      CC: Ye Li <ye.li@nxp.com>
      CC: Peng Fan <peng.fan@nxp.com>
      CC: Adrian Alonso <adrian.alonso@nxp.com>
      CC: Alison Wang <b18965@freescale.com>
      CC: Tim Harvey <tharvey@gateworks.com>
      CC: Martin Donnelly <martin.donnelly@ge.com>
      CC: Marcin Niestroj <m.niestroj@grinn-global.com>
      CC: Lukasz Majewski <lukma@denx.de>
      CC: Adam Ford <aford173@gmail.com>
      CC: "Albert ARIBAUD (3ADEV)" <albert.aribaud@3adev.fr>
      CC: Boris Brezillon <boris.brezillon@free-electrons.com>
      CC: Soeren Moch <smoch@web.de>
      CC: Richard Hu <richard.hu@technexion.com>
      CC: Wig Cheng <wig.cheng@technexion.com>
      CC: Vanessa Maegima <vanessa.maegima@nxp.com>
      CC: Max Krummenacher <max.krummenacher@toradex.com>
      CC: Stefan Agner <stefan.agner@toradex.com>
      CC: Markus Niebel <Markus.Niebel@tq-group.com>
      CC: Breno Lima <breno.lima@nxp.com>
      CC: Francesco Montefoschi <francesco.montefoschi@udoo.org>
      CC: Jaehoon Chung <jh80.chung@samsung.com>
      CC: Scott Wood <oss@buserror.net>
      CC: Joe Hershberger <joe.hershberger@ni.com>
      CC: Anatolij Gustschin <agust@denx.de>
      CC: Simon Glass <sjg@chromium.org>
      CC: "Andrew F. Davis" <afd@ti.com>
      CC: "Łukasz Majewski" <l.majewski@samsung.com>
      CC: Patrice Chotard <patrice.chotard@st.com>
      CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      CC: Hans de Goede <hdegoede@redhat.com>
      CC: Masahiro Yamada <yamada.masahiro@socionext.com>
      CC: Stephen Warren <swarren@nvidia.com>
      CC: Andre Przywara <andre.przywara@arm.com>
      CC: "Álvaro Fernández Rojas" <noltari@gmail.com>
      CC: York Sun <york.sun@nxp.com>
      CC: Xiaoliang Yang <xiaoliang.yang@nxp.com>
      CC: Chen-Yu Tsai <wens@csie.org>
      CC: George McCollister <george.mccollister@gmail.com>
      CC: Sven Ebenfeld <sven.ebenfeld@gmail.com>
      CC: Filip Brozovic <fbrozovic@gmail.com>
      CC: Petr Kulhavy <brain@jikos.cz>
      CC: Eric Nelson <eric@nelint.com>
      CC: Bai Ping <ping.bai@nxp.com>
      CC: Anson Huang <Anson.Huang@nxp.com>
      CC: Sanchayan Maity <maitysanchayan@gmail.com>
      CC: Lokesh Vutla <lokeshvutla@ti.com>
      CC: Patrick Delaunay <patrick.delaunay@st.com>
      CC: Gary Bisson <gary.bisson@boundarydevices.com>
      CC: Alexander Graf <agraf@suse.de>
      CC: u-boot@lists.denx.de
      Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
      552a848e
    • V
      mx6sabreauto: Update to SPL only mode · d7c11502
      Vanessa Maegima 提交于
      As mx6sabreauto supports SPL now, all variants can boot using the same
      defconfig.
      
      This patch:
      - Removes non-SPL targets.
      - Renames target to mx6sabreauto_defconfig.
      - Renames folder and board files to mx6sabreauto.
      - Updates MAINTAINERS, Makefile and Kconfig accordingly.
      - Removes .cfg files.
      - Adds a README with instructions to build and flash SPL and u-boot.img.
      Signed-off-by: NVanessa Maegima <vanessa.maegima@nxp.com>
      Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: NStefano Babic <sbabic@denx.de>
      d7c11502