All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wally Yeh <wally.yeh@atrustcorp.com>
To: meta-freescale <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH] u-boot-fslc: Update to 318d1cd revision
Date: Sun, 14 Sep 2014 19:10:05 +0800	[thread overview]
Message-ID: <CANdq1hJWNj_aKnRXs=W-AxwE8ms1ahz5AFTH_K_F8b1sHav5WQ@mail.gmail.com> (raw)
In-Reply-To: <1410468058-19184-1-git-send-email-otavio@ossystems.com.br>

[-- Attachment #1: Type: text/plain, Size: 3862 bytes --]

Hi:
    I have change u-boot-fslc from branch "patches-2014.01" to
"patches-2014.07" this week.

    I notice that gpio_get_value( ) always return 0, no matter I set the
bit 0 or 1.

    when I test gpio by adding #define CONFIG_CMD_GPIO in
uboot_src/include/configs/mx6sabresd.h
and using gpio toggle <gpio_pin> to toggle gpio for 3 ~ 4 times, it will
failed to change the gpio polarity.

    Does anyone have the same issue on i.mx6Q sabreSD board?

Wally

2014-09-12 4:40 GMT+08:00 Otavio Salvador <otavio@ossystems.com.br>:

> This updates the 2014.07-based branch with more backports from the
> 2014.10 upcoming release. The following changes are included:
>
> 318d1cd mx6sxsabresd: Add PCI support
> 919802d pcie_imx: Add mx6solox support
> 847d6ce mx6: imx-regs: Provide a structure for GPC registers
> f26e33b mx6qsabreauto: Remove imx6q-sabreauto.dts
> f22fd9d imx: nitrogen6x: Replace 'fatload' by 'load' command in env
> settings to be filesystem independent
> e45540b arm: vf610: lpuart: disable FIFO on initializaton
> 11571b6 arm: vf610: lpuart: fix status register handling
> 09e81f4 mx6: Fix ECSPI typo in soc_boot_modes
> b8d5d42 imximage: Fix imximage IVT bug for EIM-NOR boot
> 228135e iMX6: Disable the L2 before chaning the PL310 latency
> 45108f1 tools: imximage: Fix the maximum DCD size for mx53/mx6
> 9f3f181 pci: add support for board_pci_fixup_dev function
> 4ecf3e6 arm: mx6: add get_cpu_type()
> b6faaf1 arm: mx6: ddr: fix cs0_end calculation
> 07917e7 arm: mx6: ddr: configure MMDC for slow_pd
> 66b2f14 arm: mx6: ddr: do not write into reserved bit
> b3f847e arm: mx6: ddr: cleanup
> eba02a9 i2c: imx: add macros to setup pads for multiple SoC types
> e50e740 sata: dwc_ahsata: implement sata_port_status
> a45361d compulab: eeprom: add support for defining eeprom i2c bus
> 8f82ddd mx6: add clock enabling functions
> 5305489 net: fec_mxc: Poll FEC_TBD_READY after polling TDAR
> d5e440b net: fec_mxc: Adjust RX DMA alignment for mx6solox
> fca8b5a usb: ci_udc: implement dfu_usb_get_reset
> 7baddea arm: Add missing .vectors section to linker scripts
> 324df11 arm: vf610: add NFC clock support
> 10c68b2 arm: vf610: add NFC pin mux
> 9bba571 ARM: Fix overflow in MMU setup
> 7be9add api: fix build without CMD_NET support
> 8a9e527 e1000: add i210 support
> dcd2c8c e1000: Implement dcache support
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb | 2 +-
>  recipes-bsp/u-boot/u-boot-fslc_2014.07.bb         | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
> b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
> index 8ea75ca..8e4331b 100644
> --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
> +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
> @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
>
>  PV = "v2014.07"
>
> -SRCREV = "a824e891767f8bd15edf54013e23639a3228dc24"
> +SRCREV = "318d1cd6bd6368316cc590e5985614a6fd0ffe82"
>  SRCBRANCH = "patches-2014.07"
>  SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}"
>
> diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
> b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
> index b219161..3dee9fa 100644
> --- a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
> +++ b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
> @@ -2,5 +2,5 @@ include u-boot-fslc.inc
>
>  PV = "v2014.07"
>
> -SRCREV = "a824e891767f8bd15edf54013e23639a3228dc24"
> +SRCREV = "318d1cd6bd6368316cc590e5985614a6fd0ffe82"
>  SRCBRANCH = "patches-2014.07"
> --
> 2.1.0
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>

[-- Attachment #2: Type: text/html, Size: 5559 bytes --]

  reply	other threads:[~2014-09-14 11:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-11 20:40 [meta-fsl-arm][PATCH] u-boot-fslc: Update to 318d1cd revision Otavio Salvador
2014-09-14 11:10 ` Wally Yeh [this message]
2014-09-14 16:23   ` Fabio Estevam
2014-09-14 16:53     ` Wally Yeh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANdq1hJWNj_aKnRXs=W-AxwE8ms1ahz5AFTH_K_F8b1sHav5WQ@mail.gmail.com' \
    --to=wally.yeh@atrustcorp.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.