All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] u-boot-fslc: Update to 318d1cd revision
@ 2014-09-11 20:40 Otavio Salvador
  2014-09-14 11:10 ` Wally Yeh
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-09-11 20:40 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: 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 <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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm][PATCH] u-boot-fslc: Update to 318d1cd revision
  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
  2014-09-14 16:23   ` Fabio Estevam
  0 siblings, 1 reply; 4+ messages in thread
From: Wally Yeh @ 2014-09-14 11:10 UTC (permalink / raw)
  To: meta-freescale

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm][PATCH] u-boot-fslc: Update to 318d1cd revision
  2014-09-14 11:10 ` Wally Yeh
@ 2014-09-14 16:23   ` Fabio Estevam
  2014-09-14 16:53     ` Wally Yeh
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2014-09-14 16:23 UTC (permalink / raw)
  To: Wally Yeh; +Cc: meta-freescale

On Sun, Sep 14, 2014 at 8:10 AM, Wally Yeh <wally.yeh@atrustcorp.com> wrote:
> Hi:

Please do not top-post.

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

You need to pass the SION flag into a GPIO if you want to read the
value of a GPIO output.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm][PATCH] u-boot-fslc: Update to 318d1cd revision
  2014-09-14 16:23   ` Fabio Estevam
@ 2014-09-14 16:53     ` Wally Yeh
  0 siblings, 0 replies; 4+ messages in thread
From: Wally Yeh @ 2014-09-14 16:53 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale

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

>Please do not top-post.

Sorry, I'll keep in mind.

>>     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.
>
>You need to pass the SION flag into a GPIO if you want to read the
>value of a GPIO output.

you're right, I'm sorry not searching community forum first, after your
hint I found you have answered here:
https://community.freescale.com/thread/316873

thanks.

Wally

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-14 16:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2014-09-14 16:23   ` Fabio Estevam
2014-09-14 16:53     ` Wally Yeh

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.