On 22/09/2012 04:39, Troy Kisky wrote:
> The "plugin" command of mkimage can take this
> file as an argument.
>
> Signed-off-by: Troy Kisky
> ---
Hi Troy,
I agree with Vikram that a better explanation of what a plugin is can
help to understand without reading deeply into the i.MX6 manual.
So a
On 22/09/2012 04:38, Troy Kisky wrote:
Hi Troy,
> Also, the header offset is no longer
> right before the code starts.
Comment and subject of the patch do not match. Can you better explain it
? What have "making header variable length", that is, a new feature,
with " the header offset is no long
On 22/09/2012 04:38, Troy Kisky wrote:
> Before the len was checked after the entire file
> was processed, so it could have already overflowed.
>
Hi Troy,
> Signed-off-by: Troy Kisky
> ---
> tools/imximage.c | 26 +++---
> 1 file changed, 11 insertions(+), 15 deletions(-)
On 22/09/2012 04:39, Troy Kisky wrote:
> Move to pulling tokens instead of pushing them.
> Remove need for switch statements to process commands.
> Add error messages such as "command not finished",
> "extra data at end of line", and "invalid token"
> Add ';' as command separator.
>
> Signed-off-b
tested on a MCIMX257CJM4A which now reports :
CPU: Freescale i.MX25 rev1.2 at 399 MHz
Signed-off-by: Eric Bénard
Acked-by: Otavio Salvador
---
v2 : rebased against 2012.10-rc1, added Otavio's ack
arch/arm/cpu/arm926ejs/mx25/generic.c |3 +++
arch/arm/include/asm/arch-mx25/imx-regs.h
tested on a MCIMX257CJM4A which now reports :
CPU: Freescale i.MX25 rev1.2 at 399 MHz
Signed-off-by: Eric Bénard
Acked-by: Otavio Salvador
---
v2 : rebased against 2012.10-rc1, added Otavio's ack
arch/arm/cpu/arm926ejs/mx25/generic.c |3 +++
arch/arm/include/asm/arch-mx25/imx-regs.h
this board is based on an i.MX25 from Freescale.
It consists of a SOM containing :
- NAND flash (internal or external boot supported and tested)
- mDDR (64MB tested)
- ethernet PHY connected in RMII mode (tested)
and a baseboard containing :
- a serial transceiver on UART1 (tested)
- a SDCard conne
On Sep 23, 2012 8:09 AM, "Tomas Hlavacek" wrote:
>
> early_malloc for DM with support for more heaps and lightweight
> first heap in the same memory as an early stack.
>
> Adaptation layer for seamless calling of early_malloc or dlmalloc from
> DM based on init stage added (dmmalloc() and related
Patch 2/6 (usbethernet support) was revied. I've added only simple
noisy defintion (at the end of patch).
+#ifndef DEBUG
+# define NOISY 0
+#endif
Patch 3/6 was also revied.
Lukasz Dalek (6):
h2200: Add support for iPAQ h2200 palmtop
pxa25x: Add support for USB ethernet gadget
pxa: Add som
Basic support of HP iPAQ h2200 palmtop. Support includes also USB
ethernet gadget.
Signed-off-by: Lukasz Dalek
---
board/h2200/Makefile | 51
board/h2200/h2200-header.S | 27 ++
board/h2200/h2200.c| 66 +++
board/h2200/h2200.h| 28 ++
Add function which return CPU model and revision which can be used for
cpu detection.
Signed-off-by: Lukasz Dalek
---
arch/arm/cpu/pxa/cpuinfo.c | 11 +--
arch/arm/include/asm/arch-pxa/pxa.h | 13 +
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/
PXA25X chips don't support alternate settings so driver uses non-CDC
driver.
But only code defined between DEV_CONFIG_CDC signals that network is up.
This patch is fixing this bug by signaling that network is up after USB
SET_INTERFACE request.
Signed-off-by: Lukasz Dalek
---
drivers/usb/gadget/
Introduced CONFIG_USB_ETH_CDC and CONFIG_USB_ETH_SUBSET as preparation
for removal DEV_CONFIG_CDC and DEV_CONFIG_SUBSET
Signed-off-by: Lukasz Dalek
---
drivers/usb/gadget/ether.c | 19 ++-
1 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/drivers/usb/gadget/ether.
Removed DEV_CONFIG_CDC and DEV_CONFIG_SUBSET and replaced it with
CONFIG_USB_ETH_CDC and CONFIG_USB_ETH_SUBSET.
Signed-off-by: Lukasz Dalek
---
drivers/usb/gadget/ether.c | 75 +--
1 files changed, 30 insertions(+), 45 deletions(-)
diff --git a/drivers/
env_fat and env_remote have an implementation of env_get_char_spec()
function that is not different than the default.
Remove the duplicated code.
Signed-off-by: Igor Grinberg
---
common/env_fat.c|5 -
common/env_remote.c |5 -
2 files changed, 0 insertions(+), 10 deletions(-)
On 22/09/2012 04:39, Troy Kisky wrote:
> Basic expressions with order precedence is
> now supported.
> ie. (3 + ((1+2*3)/--2 + --5 *(8/4))) is 16.
>
> Signed-off-by: Troy Kisky
> ---
Hi Troy,
> tools/imximage.c | 172
> ++
> 1 file chan
On 22/09/2012 19:07, Troy Kisky wrote:
> On 9/21/2012 7:50 PM, Fabio Estevam wrote:
>> Hi Troy,
>>
>> On Fri, Sep 21, 2012 at 11:39 PM, Troy Kisky
>> wrote:
>>> Add function to return the processor type.
>>>
>>> i.e. MX6Q, MX6DL, MX6SOLO, MX6SOLOLITE
>> On arch/arm/imx-common/cpu.c we have:
>>
>>
Argh, actually I think I sent the pull request, but it got stuck in our mail
system, and I didn't notice. Thanks for sending this out, Kumar.
On Sep 22, 2012, at 9:09, Kumar Gala wrote:
> Tom,
>
> Sorry for both sending this and the late request. I think Andy's been
> swamped with some chip
env_fat has several checkpatch warnings - clean those up.
Signed-off-by: Igor Grinberg
---
common/env_fat.c | 20 ++--
1 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/common/env_fat.c b/common/env_fat.c
index ca76967..6ef5318 100644
--- a/common/env_fat.c
+++ b/
Hello!
On Sun, Sep 23, 2012 at 3:06 PM, Graeme Russ wrote:
>
> On Sep 23, 2012 8:09 AM, "Tomas Hlavacek" wrote:
>>
>> early_malloc for DM with support for more heaps and lightweight
>> first heap in the same memory as an early stack.
>>
>> Adaptation layer for seamless calling of early_malloc or
Add some CCs
On Wednesday 19 September 2012 17:32:36 Pavel Herrmann wrote:
> Fix warnings about type mismatch in cmd_zfs.
> Dont use a global block_dev_desc, instead use a local one in each cmd.
>
> Signed-off-by: Pavel Herrmann
> ---
> common/cmd_zfs.c | 7 +--
> fs/zfs/zfs.c |
add some CCs
On Wednesday 19 September 2012 16:34:02 Pavel Herrmann wrote:
> Put block device interaction code into separate file from filesystem logic.
> This makes it easier to change block device API, and is similar to what
> other filesystems do.
> Cleanup some logic inconsistencies as well.
>
Dear Pavel Herrmann,
Did you test the changes?
> Add some CCs
>
> On Wednesday 19 September 2012 17:32:36 Pavel Herrmann wrote:
> > Fix warnings about type mismatch in cmd_zfs.
> > Dont use a global block_dev_desc, instead use a local one in each cmd.
The warnings generated would be appreciated
early_malloc for DM with support for more heaps and lightweight
first heap in the same memory as an early stack.
Adaptation layer for seamless calling of early_malloc or dlmalloc from
DM based on init stage added (dmmalloc() and related functions).
Signed-off-by: Tomas Hlavacek
---
Changelog sin
On 22/09/2012 04:39, Troy Kisky wrote:
> Add commands
> plugin address filename
> iomux_entry addr, data1 [, data2, [, data3]]
> write_entry addr, data1 [, data2, [, data3]]
Why do we need explicitely an IOMUX command ? As far as I can see, the
program image defined in V2 defines a plugin, but not
Copied from Linux kernel:
commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
Date: Wed Apr 8 16:58:57 2009 +0800
This function converts static number to string in preprocessor.
This is useful as it allows higher usage of puts() in favour of printf()
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
-
Kill multiple occurances and redeclaration of xstr in favor of __stringify().
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
---
include/configs/MPC8308RDB.h|9 ++-
include/configs/amcc-common.h | 25 ++-
include/configs/at91sam9263ek.h |5 +---
Fix up the rest of implementations of __stringify().
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
---
board/logicpd/zoom2/zoom2_serial.h |7 +++
include/configs/astro_mcf5373l.h |7 +++
include/configs/tegra20-common.h | 12 +++-
include/nios2.h
Dear Lukasz Dalek,
[...]
> +int dram_init(void)
> +{
> + /*
> + * Everything except MSC0 was already set up by
> + * 1st stage bootloader
> + */
> + clrsetbits_le32(MSC0, 0x, 0x246c7ffc);
This magic would use more description eventually.
> + gd->ram_size = CON
Dear Lukasz Dalek,
> Add to pxa25x based devices support for USB ethernet gadget. This is a
> port of pxa25x UDC driver from Linux kernel.
>
> Signed-off-by: Lukasz Dalek
> ---
> drivers/usb/gadget/Makefile |1 +
> drivers/usb/gadget/pxa25x_udc.c | 2059
> +++
On 22/09/2012 16:37, Fabio Estevam wrote:
> On Sat, Sep 22, 2012 at 10:42 AM, Otavio Salvador
> wrote:
>> Hello Eric,
>>
>> On Fri, Sep 21, 2012 at 5:36 PM, Eric Nelson
>> wrote:
>>> Signed-off-by: Eric Nelson
>>
>> Did you test it in mx5 too? We seem to need to handle it in mx5 too as
>> we had
On 22/09/2012 22:50, Eric Bénard wrote:
> tested on a MCIMX257CJM4A which now reports :
> CPU: Freescale i.MX25 rev1.2 at 399 MHz
>
> Signed-off-by: Eric Bénard
> ---
> arch/arm/cpu/arm926ejs/mx25/generic.c |3 +++
> arch/arm/include/asm/arch-mx25/imx-regs.h |1 +
> 2 files changed
early_malloc for DM with support for more heaps and lightweight
first heap in the same memory as an early stack.
Adaptation layer for seamless calling of early_malloc or dlmalloc from
DM based on init stage added (dmmalloc() and related functions).
Signed-off-by: Tomas Hlavacek
---
Changelog sin
On 09/23/2012 03:17 AM, Stefano Babic wrote:
On 22/09/2012 04:39, Troy Kisky wrote:
The "plugin" command of mkimage can take this
file as an argument.
Signed-off-by: Troy Kisky
---
Hi Troy,
I agree with Vikram that a better explanation of what a plugin is can
help to understand without readi
Dear Marek Vasut,
In message <201209212124.05075.ma...@denx.de> you wrote:
>
> Leave u-boot.bin be, that's the u-boot binary ... the new name might be u-
> boot.img (as in flash image), what do you say ?
Please re-read my earlier posting here:
http://article.gmane.org/gmane.comp.boot-loaders.u-
Dear Tomas Hlavacek,
In message <1348416940-20319-1-git-send-email-tmshl...@gmail.com> you wrote:
> early_malloc for DM with support for more heaps and lightweight
> first heap in the same memory as an early stack.
>
> Adaptation layer for seamless calling of early_malloc or dlmalloc from
> DM ba
On 23.09.2012 17:56, Stefano Babic wrote:
On 22/09/2012 16:37, Fabio Estevam wrote:
On Sat, Sep 22, 2012 at 10:42 AM, Otavio Salvador
wrote:
Hello Eric,
On Fri, Sep 21, 2012 at 5:36 PM, Eric Nelson
wrote:
Signed-off-by: Eric Nelson
Did you test it in mx5 too? We seem to need to handle i
Hi Stefano,
On 09/23/2012 08:56 AM, Stefano Babic wrote:
On 22/09/2012 16:37, Fabio Estevam wrote:
On Sat, Sep 22, 2012 at 10:42 AM, Otavio Salvador
wrote:
Hello Eric,
On Fri, Sep 21, 2012 at 5:36 PM, Eric Nelson
wrote:
Signed-off-by: Eric Nelson
Did you test it in mx5 too? We seem to
Dear Wolfgang Denk,
On Sun, Sep 23, 2012 at 6:32 PM, Wolfgang Denk wrote:
>>
>> Changelog since v7:
>> dmcalloc() implmentation added.
>> Comments added to header.
>
> Your change log does not make much sense to me. It appears there has
> been some dmcalloc() implementation already in v5 (and ee
On Sun, Sep 23, 2012 at 1:46 PM, Eric Nelson
wrote:
> As it stands, if we leave the IPU running, we'll see garbage on
> the display as the kernel re-purposes the RAM used by U-Boot's
> frame buffer.
And on mx53qsb we get kernel hangs at about half of the boots (tested
on 2.6.35 FSL kernel).
So
Hi Marek,
On Sun, 23 Sep 2012 17:41:22 +0200, Marek Vasut wrote:
> Copied from Linux kernel:
> commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
> Date: Wed Apr 8 16:58:57 2009 +0800
>
> This function converts static number to string in preprocessor.
> This is useful as it allows higher usage o
On 23/09/2012 18:23, Eric Nelson wrote:
> On 09/23/2012 03:17 AM, Stefano Babic wrote:
>> On 22/09/2012 04:39, Troy Kisky wrote:
>>> The "plugin" command of mkimage can take this
>>> file as an argument.
>>>
>>> Signed-off-by: Troy Kisky
>>> ---
>>
>> Hi Troy,
>>
>> I agree with Vikram that a bette
On 23/09/2012 18:46, Eric Nelson wrote:
> Hi Stefano,
>
> On 09/23/2012 08:56 AM, Stefano Babic wrote:
>> On 22/09/2012 16:37, Fabio Estevam wrote:
>>> On Sat, Sep 22, 2012 at 10:42 AM, Otavio Salvador
>>> wrote:
Hello Eric,
On Fri, Sep 21, 2012 at 5:36 PM, Eric Nelson
wrot
On 9/23/2012 5:33 PM, Eric Bénard wrote:
this board is based on an i.MX25 from Freescale.
It consists of a SOM containing :
- NAND flash (internal or external boot supported and tested)
- mDDR (64MB tested)
- ethernet PHY connected in RMII mode (tested)
and a baseboard containing :
- a serial tra
Signed-off-by: Eric Nelson
---
V2 moves arch_preboot_os() into imx-common/cpu.c instead
of adding file imx-common/preboot.c
arch/arm/imx-common/cpu.c |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c
index fa1
Signed-off-by: Eric Nelson
Tested-by: Fabio Estevam
---
V2 is unchanged from V1
drivers/video/mxc_ipuv3_fb.c | 20
include/ipu_pixfmt.h |1 +
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/drivers/video/mxc_ipuv3_fb.c b/drivers/video/mxc_ipuv
V2 moves arch_preboot_os() into arch/arm/imx-common/cpu.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Pavel,
On Sunday, September 23, 2012 5:28:31 PM, Pavel Herrmann wrote:
> add some CCs
>
> On Wednesday 19 September 2012 16:34:02 Pavel Herrmann wrote:
> > Put block device interaction code into separate file from
> > filesystem logic.
> > This makes it easier to change block device API, and i
On 23/09/2012 14:03, Eric Bénard wrote:
> this board is based on an i.MX25 from Freescale.
> It consists of a SOM containing :
> - NAND flash (internal or external boot supported and tested)
> - mDDR (64MB tested)
> - ethernet PHY connected in RMII mode (tested)
> and a baseboard containing :
> - a
On 19/09/2012 05:24, Fabio Estevam wrote:
> From: Fabio Estevam
>
> mx6qsabresd has a AR8031 Gigabit PHY.
>
> Add support for it.
>
> Also increase CONFIG_SYS_MALLOC_LEN so that FEC buffer allocation does not
> fail.
>
> Tested on 1Gbp and 100Mbps networks.
>
> Suggested-by: Kim Phillips
>
On 18/09/2012 21:27, Fabio Estevam wrote:
> USDHC3 has 8 pins wired in mx6qsabresd. Configure the extra pins.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, next branch, thanks.
Best regards,
Stefano Babic
--
=
On 18/09/2012 16:48, Benoît Thébaudeau wrote:
> FSL 2.6.35 kernel assumes that the bootloader passes the CONFIG_REVISION_TAG
> information.
>
> If this data is not present, the kernel misconfigures the TZIC, which results
> in
> the timer interrupt handler never being called, so the kernel deadlo
On 08/08/2012 15:55, Benoît Thébaudeau wrote:
> The NAND Flash of the KARO TX25 board is a Samsung K9F1G08U0B with 25-ns R/W
> cycle times. However, the NFC clock for this board was set to 66.5 MHz, so
> using
> the NFC driver in symmetric mode (i.e. 1 NFC clock cycle = 1 NF R/W cycle)
> resulted
Hi,
Le Sun, 23 Sep 2012 14:02:17 +0200,
Eric Bénard a écrit :
> tested on a MCIMX257CJM4A which now reports :
> CPU: Freescale i.MX25 rev1.2 at 399 MHz
>
> Signed-off-by: Eric Bénard
> Acked-by: Otavio Salvador
> ---
> v2 : rebased against 2012.10-rc1, added Otavio's ack
>
sorry for the no
Hi Stefano,
I changed the subject line because we've veered off-topic.
On 09/23/2012 10:27 AM, Stefano Babic wrote:
On 23/09/2012 18:46, Eric Nelson wrote:
Hi Stefano,
On 09/23/2012 08:56 AM, Stefano Babic wrote:
On 22/09/2012 16:37, Fabio Estevam wrote:
On Sat, Sep 22, 2012 at 10:42 AM, Ot
On 23.09.2012 17:44, Marek Vasut wrote:
Dear Lukasz Dalek,
Add to pxa25x based devices support for USB ethernet gadget. This is a
port of pxa25x UDC driver from Linux kernel.
Signed-off-by: Lukasz Dalek
---
drivers/usb/gadget/Makefile |1 +
drivers/usb/gadget/pxa25x_udc.c | 2059
+++
On Sun, Sep 23, 2012 at 07:27:41PM +0200, Stefano Babic wrote:
>
> >
> > I would like to see a handoff of display settings from U-Boot to
> > the kernel, but that's also a tricky thing as long as we're supporting
> > different mechanisms (DT in main-line and kernel parameters in
> > older kernels
Dear Łukasz Dałek,
> On 23.09.2012 17:44, Marek Vasut wrote:
> > Dear Lukasz Dalek,
> >
> >> Add to pxa25x based devices support for USB ethernet gadget. This is a
> >> port of pxa25x UDC driver from Linux kernel.
> >>
> >> Signed-off-by: Lukasz Dalek
> >> ---
> >>
> >> drivers/usb/gadget/Mak
Dear Albert ARIBAUD,
> Hi Marek,
>
> On Sun, 23 Sep 2012 17:41:22 +0200, Marek Vasut wrote:
> > Copied from Linux kernel:
> > commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
> > Date: Wed Apr 8 16:58:57 2009 +0800
> >
> > This function converts static number to string in preprocessor.
> > Thi
On 23.09.2012 20:24, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 17:44, Marek Vasut wrote:
Dear Lukasz Dalek,
Add to pxa25x based devices support for USB ethernet gadget. This is a
port of pxa25x UDC driver from Linux kernel.
Signed-off-by: Lukasz Dalek
---
drivers/usb/gadget/Ma
On 23.09.2012 17:43, Marek Vasut wrote:
+ gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
+ return 0;
+}
diff --git a/board/h2200/h2200.h b/board/h2200/h2200.h
new file mode 100644
Do you need this file at all? Can the udc_disconnect() not be put somewhere into
usb.h ?
Can I just move this d
Hi Vikram,
Le Sun, 23 Sep 2012 23:02:18 +0530,
Vikram Narayanan a écrit :
> Why the clock init is in two places?
> imximage.cfg and this file. Am I missing something?
>
imximage.cfg for internal boot, lowlevel_init.S for external boot.
Eric
___
U-Boot
Hi Stefano,
Le Thu, 6 Sep 2012 10:04:57 +0200,
Stefano Babic a écrit :
> +#define RCSR_MEM_CTL_WEIM0
> +#define RCSR_MEM_CTL_NAND1
> +#define RCSR_MEM_CTL_SD 2
> +#define RCSR_MEM_TYPE_NOR0
> +#define RCSR_MEM_TYPE_ONENAND2
> +#define RCSR_MEM_TYPE_SD 0
> +#d
Dear Łukasz Dałek,
> On 23.09.2012 17:43, Marek Vasut wrote:
> >> + gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
> >> + return 0;
> >> +}
> >> diff --git a/board/h2200/h2200.h b/board/h2200/h2200.h
> >> new file mode 100644
> >
> > Do you need this file at all? Can the udc_disconnect() not be put
> >
Dear Łukasz Dałek,
> On 23.09.2012 20:24, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 17:44, Marek Vasut wrote:
> >>> Dear Lukasz Dalek,
> >>>
> Add to pxa25x based devices support for USB ethernet gadget. This is a
> port of pxa25x UDC driver from Linux kernel.
>
On 23.09.2012 21:31, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 17:43, Marek Vasut wrote:
+ gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
+ return 0;
+}
diff --git a/board/h2200/h2200.h b/board/h2200/h2200.h
new file mode 100644
Do you need this file at all? Can the udc_disconnec
On 23.09.2012 21:32, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 20:24, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 17:44, Marek Vasut wrote:
Dear Lukasz Dalek,
Add to pxa25x based devices support for USB ethernet gadget. This is a
port of pxa25x UDC driver from Linux kern
Dear Łukasz Dałek,
> On 23.09.2012 21:31, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 17:43, Marek Vasut wrote:
> +gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
> +return 0;
> +}
> diff --git a/board/h2200/h2200.h b/board/h2200/h2200.h
> new f
Dear Łukasz Dałek,
> On 23.09.2012 21:32, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 20:24, Marek Vasut wrote:
> >>> Dear Łukasz Dałek,
> >>>
> On 23.09.2012 17:44, Marek Vasut wrote:
> > Dear Lukasz Dalek,
> >
> >> Add to pxa25x based devices support for
Dear Tom Rini,
> On Fri, Aug 17, 2012 at 05:49:53PM +0200, Lukasz Majewski wrote:
> > Hi Aneesh,
> >
> > I've enabled the L2 cache for Trats board. Please find results from
> > performance tests.
> > The test function as well as my way for enabling L2 are attached to
> > this e-mail.
>
> [snip]
Allow the use of an I2C address to test and return success
if one or more devices is found.
This allows device presence to alter the flow of a script.
e.g.
if i2c probe 0x04 ; then
echo found Hannstar touch ;
fi
Signed-off-by: Eric Nelson
---
common/cmd_i2c.c | 20 ++
On 23.09.2012 22:05, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 21:31, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 17:43, Marek Vasut wrote:
+ gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
+ return 0;
+}
diff --git a/board/h2200/h2200.h b/board/h2200/h2200.h
new file mo
Hi Stefano,
Le Sun, 23 Sep 2012 19:46:50 +0200,
Stefano Babic a écrit :
> > nand_spl/board/eukrea/cpuimx25/Makefile | 79
> > nand_spl/board/eukrea/cpuimx25/config.mk |1 +
> > nand_spl/board/eukrea/cpuimx25/u-boot.lds | 83
>
> There is a main issue with the
Dear Łukasz Dałek,
> On 23.09.2012 22:05, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 21:31, Marek Vasut wrote:
> >>> Dear Łukasz Dałek,
> >>>
> On 23.09.2012 17:43, Marek Vasut wrote:
> >> + gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
> >> + return 0;
> >>>
On 23.09.2012 22:52, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 22:05, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 21:31, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 17:43, Marek Vasut wrote:
+ gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
+ return 0;
+}
diff
Dear Łukasz Dałek,
> On 23.09.2012 22:52, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 22:05, Marek Vasut wrote:
> >>> Dear Łukasz Dałek,
> >>>
> On 23.09.2012 21:31, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 17:43, Marek Vasut wrote:
On 23.09.2012 23:04, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 22:52, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 22:05, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 21:31, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 17:43, Marek Vasut wrote:
+ g
Dear Łukasz Dałek,
> On 23.09.2012 23:04, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 22:52, Marek Vasut wrote:
> >>> Dear Łukasz Dałek,
> >>>
> On 23.09.2012 22:05, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 21:31, Marek Vasut wrote:
Hi Marek,
On Sun, 23 Sep 2012 20:21:54 +0200, Marek Vasut wrote:
> Dear Albert ARIBAUD,
>
> > Hi Marek,
> >
> > On Sun, 23 Sep 2012 17:41:22 +0200, Marek Vasut wrote:
> > > Copied from Linux kernel:
> > > commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
> > > Date: Wed Apr 8 16:58:57 2009 +0
On 23.09.2012 23:31, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 23:04, Marek Vasut wrote:
PXA2xx is OHCI host with one OTG port.
From pxa255 documentation:
"The UDC supports 16 endpoints and can operate half-duplex at a rate of
12 Mbps (as a slave only,
not as a host or hub contr
Dear Albert ARIBAUD,
> Hi Marek,
>
> On Sun, 23 Sep 2012 20:21:54 +0200, Marek Vasut wrote:
> > Dear Albert ARIBAUD,
> >
> > > Hi Marek,
> > >
> > > On Sun, 23 Sep 2012 17:41:22 +0200, Marek Vasut wrote:
> > > > Copied from Linux kernel:
> > > > commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
Hi Stefano,
Le Mon, 10 Sep 2012 14:09:21 +0200,
Stefano Babic a écrit :
> The chip supports ONFI, but it seems the i.MX driver does not. Quite as
> described in http://patchwork.ozlabs.org/patch/60042/. READ-ID is always
> sent with address 0, I do not know if we can convince the driver to send
>
On 09/22/2012 10:19 AM, Eric Nelson wrote:
On 09/22/2012 10:02 AM, Fabio Estevam wrote:
Hi Eric,
On Sat, Sep 22, 2012 at 1:51 PM, Eric Nelson
wrote:
Interestingly, I saw U-Boot display on HDMI during my testing,
so I'm pretty certain that all we need is the HDMI transmitter
initialization se
Hi,
ping
Best regards,
Nobuhiro
On Mon, Sep 10, 2012 at 9:41 AM, Nobuhiro Iwamatsu wrote:
> Hi,
>
> On Sat, Sep 8, 2012 at 2:09 AM, Albert ARIBAUD
> wrote:
>> Hi Tom,
>>
>> On Thu, 6 Sep 2012 13:58:57 -0700, Tom Rini wrote:
>>
>>> On 09/06/2012 12:28 PM, Albert ARIBAUD wrote:
>>> > Hi N
This series implements an HDMI detection command for i.MX6 boards
and configures mx6qsabrelite to use it as discussed in this
thread on the ML:
http://lists.denx.de/pipermail/u-boot/2012-September/135037.html
___
U-Boot mailing list
U-Boot@lists.den
Signed-off-by: Eric Nelson
---
arch/arm/imx-common/Makefile |1 +
arch/arm/imx-common/cmd_hdmidet.c | 37 +
2 files changed, 38 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/imx-common/cmd_hdmidet.c
diff --git a/arch/arm/imx-common/Make
Original source from Pengutronix HDMI driver work:
http://git.pengutronix.de/?p=imx/linux-2.6.git;a=commitdiff;h=72c31cd67ac880bd90785af86f8e46f8ea7b3bb0
Signed-off-by: Eric Nelson
---
arch/arm/include/asm/arch-mx6/mxc_hdmi.h | 1053 ++
1 files changed, 1053
Signed-off-by: Eric Nelson
---
board/freescale/mx6qsabrelite/mx6qsabrelite.c |6 ++
include/configs/mx6qsabrelite.h |1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c
b/board/freescale/mx6qsabrelite/mx6qsab
Dear Łukasz Dałek,
> On 23.09.2012 23:31, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 23:04, Marek Vasut wrote:
> >>> PXA2xx is OHCI host with one OTG port.
> >>>
> >>From pxa255 documentation:
> >> "The UDC supports 16 endpoints and can operate half-duplex at a rate of
Dear Mike Frysinger,
> On Monday 20 August 2012 20:51:32 Joe Hershberger wrote:
> > On Mon, Aug 20, 2012 at 7:24 PM, Mike Frysinger wrote:
> > > On Monday 20 August 2012 19:40:45 Joe Hershberger wrote:
> > >> On Fri, Aug 17, 2012 at 6:35 PM, Mike Frysinger wrote:
> > >> > On Friday 17 August 2012
Dear Tomas Hlavacek,
[..]
> +
> + if (early_malloc_active()) {
> + addr = early_malloc(size);
> + for (i=0; i + addr[i] = 0;
memset() ?
> +
> + return addr;
> + }
> +#endif /* CONFIG_SYS_EARLY_MALLOC */
> + return calloc(n, elem
On 24.09.2012 01:05, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 23:31, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 23:04, Marek Vasut wrote:
PXA2xx is OHCI host with one OTG port.
From pxa255 documentation:
"The UDC supports 16 endpoints and can operate half-duplex a
Dear Łukasz Dałek,
> On 24.09.2012 01:05, Marek Vasut wrote:
> > Dear Łukasz Dałek,
> >
> >> On 23.09.2012 23:31, Marek Vasut wrote:
> >>> Dear Łukasz Dałek,
> >>>
> On 23.09.2012 23:04, Marek Vasut wrote:
> > PXA2xx is OHCI host with one OTG port.
> >
> From pxa255 docum
On 09/23/2012 10:08 AM, Stefano Babic wrote:
On 23/09/2012 18:23, Eric Nelson wrote:
On 09/23/2012 03:17 AM, Stefano Babic wrote:
On 22/09/2012 04:39, Troy Kisky wrote:
The "plugin" command of mkimage can take this
file as an argument.
Signed-off-by: Troy Kisky
---
Hi Troy,
I agree with Vi
On 24.09.2012 01:25, Marek Vasut wrote:
Dear Łukasz Dałek,
On 24.09.2012 01:05, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 23:31, Marek Vasut wrote:
Dear Łukasz Dałek,
On 23.09.2012 23:04, Marek Vasut wrote:
PXA2xx is OHCI host with one OTG port.
From pxa255 documentati
Hi Tomas,
On Mon, Sep 24, 2012 at 2:15 AM, Tomas Hlavacek wrote:
> early_malloc for DM with support for more heaps and lightweight
> first heap in the same memory as an early stack.
>
> Adaptation layer for seamless calling of early_malloc or dlmalloc from
> DM based on init stage added (dmmalloc
Hi Graeme!
On Mon, Sep 24, 2012 at 2:00 AM, Graeme Russ wrote:
> Hi Tomas,
>
> On Mon, Sep 24, 2012 at 2:15 AM, Tomas Hlavacek wrote:
>> early_malloc for DM with support for more heaps and lightweight
>> first heap in the same memory as an early stack.
>>
>> Adaptation layer for seamless calling
Hi Thomas,
On Mon, Sep 24, 2012 at 10:35 AM, Tomas Hlavacek wrote:
> Hi Graeme!
>
> On Mon, Sep 24, 2012 at 2:00 AM, Graeme Russ wrote:
>> Hi Tomas,
>>
>> On Mon, Sep 24, 2012 at 2:15 AM, Tomas Hlavacek wrote:
>>> early_malloc for DM with support for more heaps and lightweight
>>> first heap in
This is a first stab at the linker-generated array. Basically, this
concept is a generic abstraction of how u_boot_cmd works today. The
patch 2/3 contains a huge pile of documentation which should clarify
most of the questions.
NOTE: Compile-testing in progress, but it works with m28evk and sandbo
This patch adds essential components for generation of the contents of
the linker section that is used by the linker-generated array. All of
the contents is held in a separate file, u-boot.lst, which is generated
at runtime just before U-Boot is linked.
The purpose of this code is to especially ge
1 - 100 of 113 matches
Mail list logo