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 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 : > 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 > --- > 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 >