Hi Jagan,
So much long time no comment, could you please apply this patch?
Thanks,
Zhiqiang
> -Original Message-
> From: Zhiqiang Hou [mailto:b48...@freescale.com]
> Sent: 2015年5月11日 16:35
> To: u-boot@lists.denx.de; jt...@openedev.com
> Cc: Sun York-R58495; Hu Mingkai-B21284; Hou Zhiqia
Hi, Matt
On 5/24/2015 1:54 AM, Matt Wood wrote:
Hi all, I am trying to get a bitbanged i2c port working with u-boot on an
Atmel SAMA5D3 platform. I have added DT bindings to support the I2C
drivers however when I try to select the bus on the u-boot command line I
consistently get an error in gp
The following changes since commit 3238639d40732fe78fd62ae5e080465552e882fc:
Merge git://git.denx.de/u-boot-net (2015-05-20 15:57:55 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git
for you to fetch changes up to 8fca2d8cb84fb039bb41061f5f5fd9f31cd596c
On Sun, May 24, 2015 at 7:22 PM, Alexander Holler wrote:
> I've not said that I want such a hack in u-boot.
Well, you wrote:
"If the gpio command would be enabled, it would even be possible to reset the
BRCM- WLAN and Bluetooth modules by just adding some stuff to uEnv.txt."
This sounds like a
Am 24.05.2015 um 20:47 schrieb Fabio Estevam:
> On Sun, May 24, 2015 at 3:03 PM, Alexander Holler
> wrote:
>
>> Hmm, just one comment more.
>>
>> If the gpio command would be enabled, it would even be possible to reset the
>> BRCM- WLAN and Bluetooth modules by just adding some stuff to uEnv.txt
On 2015-05-24 21:39, Scott Wood wrote:
> On Fri, May 08, 2015 at 07:07:11PM +0200, Stefan Agner wrote:
>> This commit allows users to enable/disable the Freescale NFC
>> controller found in systems like Vybrid (VF610), MPC5125, MCF54418
>> or Kinetis K70 via Kconfig with more detailed help docs.
>>
Hello Stefano,
On 05/18/2015 06:36 PM, Bhuvanchandra DV wrote:
This patch-set adds GPIO driver, DSPI and device tree support
for Freescale Vybrid platform and Toradex Colibri Vybrid VF50,
VF61 modules.
Following cases are tested with Vybrid GPIO driver:
- with DM, without DT
- with DM and DT
Bo
On Fri, May 08, 2015 at 07:07:11PM +0200, Stefan Agner wrote:
> This commit allows users to enable/disable the Freescale NFC
> controller found in systems like Vybrid (VF610), MPC5125, MCF54418
> or Kinetis K70 via Kconfig with more detailed help docs.
>
> Signed-off-by: Stefan Agner
> Acked-by:
On Sun, May 24, 2015 at 08:03:12PM +0200, Alexander Holler wrote:
> Am 24.05.2015 um 19:29 schrieb Alexander Holler:
> >Am 24.05.2015 um 16:27 schrieb Fabio Estevam:
> >>Hi Stefano and Alexander,
> >>
> >>On Sun, May 24, 2015 at 4:43 AM, Stefano Babic wrote:
> >>
> Wouldn't it be better to jus
On Sun, May 24, 2015 at 3:03 PM, Alexander Holler wrote:
> Hmm, just one comment more.
>
> If the gpio command would be enabled, it would even be possible to reset the
> BRCM- WLAN and Bluetooth modules by just adding some stuff to uEnv.txt. So
> at least WLAN would reliable work even after a reb
On Sun, May 24, 2015 at 2:29 PM, Alexander Holler wrote:
> I would suggest to change the stuff for mx6cuboxi to use the gpio command
> too instead of taking the same (imho wrong) approach.
mx6cuboxi uses two GPIOs for distinguishing between the various
revisions of hummingboard and cuboxi.
Hand
Am 24.05.2015 um 19:29 schrieb Alexander Holler:
Am 24.05.2015 um 16:27 schrieb Fabio Estevam:
Hi Stefano and Alexander,
On Sun, May 24, 2015 at 4:43 AM, Stefano Babic wrote:
Wouldn't it be better to just enable CONFIG_CMD_GPIO and then change
the
boot-script in the config to something like
Am 24.05.2015 um 16:27 schrieb Fabio Estevam:
Hi Stefano and Alexander,
On Sun, May 24, 2015 at 4:43 AM, Stefano Babic wrote:
Wouldn't it be better to just enable CONFIG_CMD_GPIO and then change the
boot-script in the config to something like "if gpio ..." instead of
adding something special?
Hi Fabio,
On 24/05/2015 16:27, Fabio Estevam wrote:
>
> I think the idea is good, thanks.
>
> I wanted to keep consistency with the mx6cuboxi implementation (which
> was based on TI's implementation suggested by Tom during the review of
> the mx6cuboxi patches).
>
> Also, the gpio script idea w
Hi Stefano and Alexander,
On Sun, May 24, 2015 at 4:43 AM, Stefano Babic wrote:
>> Wouldn't it be better to just enable CONFIG_CMD_GPIO and then change the
>> boot-script in the config to something like "if gpio ..." instead of
>> adding something special?
>>
>> Assuming the gpio command works o
Hi Simon,
[…]
> > > > diff --git a/include/fdt_support.h b/include/fdt_support.h
> > > > index 5d4f28d..56185c9 100644
> > > > --- a/include/fdt_support.h
> > > > +++ b/include/fdt_support.h
> > > > @@ -16,6 +16,7 @@ u32 fdt_getprop_u32_default_node(const void *fdt, int
> > > > off, int cell,
>
This instroduces comments that explain the purpose, parameters and return codes
of a few fdt support functions, that are used to fill the fdt.
Signed-off-by: Paul Kocialkowski
---
include/fdt_support.h | 26 ++
1 file changed, 26 insertions(+)
diff --git a/include/fdt_su
Since we're now using a dynamic controller index for fastboot too,
usb_gadget_handle_interrupts should be using it instead of 0 (despite the fact
that it's currently not being used at all in the musb-new implementation).
Signed-off-by: Paul Kocialkowski
---
common/cmd_fastboot.c | 2 +-
1 file c
Le jeudi 21 mai 2015 à 15:13 +0200, Hans de Goede a écrit :
> Hi,
>
> On 21-05-15 14:45, Chen-Yu Tsai wrote:
> > On Wed, May 20, 2015 at 10:40 PM, Hans de Goede wrote:
> >> Assert reset and disable the clock to properly put the musb controller
> >> back in reset on exit.
> >
> > Last I checked th
Hi Fabio, Alexander,
On 23/05/2015 18:27, Alexander Holler wrote:
> Am 23.05.2015 um 02:38 schrieb Vagrant Cascadian:
>> On 2015-05-21, Fabio Estevam wrote:
>>> From: Fabio Estevam
>>>
>>> There are two revisions of wandboard: version B1 and C1.
>>>
>>> Add the revision detection support, so that
Hi Vincent,
On 22/05/2015 16:52, Vincent Stehlé wrote:
> Add a detection at runtime of the boot from USB on i.MX6, and invalidate
> the D-cache only in that case.
>
> The USB boot detection method is taken from Freescale u-boot commit
> 1309b1ed78b3 ("ENGR00315499-8 Auto check if boot from usb").
21 matches
Mail list logo