1. 23 7月, 2017 9 次提交
  2. 19 7月, 2017 17 次提交
  3. 18 7月, 2017 1 次提交
  4. 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
  5. 13 7月, 2017 1 次提交
  6. 12 7月, 2017 11 次提交
    • T
      Merge git://www.denx.de/git/u-boot-marvell · e14b1169
      Tom Rini 提交于
      e14b1169
    • 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
    • P
      imx: cx9020: use fdt_addr_r and ramdisk_addr_r · f8e63850
      Patrick Bruenn 提交于
      Replace fdtaddr and rdaddr variable names with u-boot standard names
      fdt_addr_r and ramdisk_addr_r.
      This will make the use of pxe boot more easy.
      Signed-off-by: NPatrick Bruenn <p.bruenn@beckhoff.com>
      f8e63850
    • D
      mx6sabreauto: Add Falcon mode support · 07f6ddb6
      Diego Dorta 提交于
      Add support for Falcon mode and explain in the README the steps to
      boot the kernel directly without loading the full U-Boot.
      Signed-off-by: NDiego Dorta <diego.dorta@nxp.com>
      Acked-by: NFabio Estevam <fabio.estevam@nxp.com>
      07f6ddb6
    • 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
      embestmx6boards: Use PARTUUID to specify the rootfs location · 0f29a61c
      Fabio Berton 提交于
      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.
      
      Also add CONFIG_BOOTCOMMAND to run finduuid function and distro_bootcmd.
      
      This change was made based on U-Boot commit:
      
        - ca4f338eSigned-off-by: NFabio Berton <fabio.berton@ossystems.com.br>
      Signed-off-by: NOtavio Salvador <otavio@ossystems.com.br>
      Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
      0f29a61c
    • F
      mx6cuboxi: Use PARTUUID to specify the rootfs location · 35ba390d
      Fabio Berton 提交于
      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.
      
      This change was made based on U-Boot commit:
      
        - ca4f338eSigned-off-by: NFabio Berton <fabio.berton@ossystems.com.br>
      Signed-off-by: NOtavio Salvador <otavio@ossystems.com.br>
      Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
      35ba390d
    • F
      wandboard: Use PARTUUID to specify the rootfs location · 84b4690f
      Fabio Berton 提交于
      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.
      
      This change was made based on U-Boot commit:
      
        - ca4f338eSigned-off-by: NFabio Berton <fabio.berton@ossystems.com.br>
      Signed-off-by: NOtavio Salvador <otavio@ossystems.com.br>
      Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
      84b4690f
    • 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