Hi Wolfgang,
On Sat, Feb 25, 2012 at 2:10 PM, Wolfgang Denk wrote:
> Despite several calls nobody volunteered to help out.
>
> Signed-off-by: Wolfgang Denk
> ---
> doc/feature-removal-schedule.txt | 14 ++
> 1 files changed, 14 insertions(+), 0 deletions(-)
>
> diff --git a/doc/fe
Instead of passing individual registers by value to board_get_mem_timings,
pass a board_mem_timings structure pointer for the board files to fill in.
Pass same structure pointer to write_sdrc_timings. This saves about
90 bytes of space in SPL.
Signed-off-by: Peter Barada
---
arch/arm/cpu/armv7/
Hi Sughosh,
On Thu, Feb 23, 2012 at 9:25 AM, Sughosh Ganu wrote:
> hi Simon,
>
> On Mon Feb 20, 2012 at 05:32:49PM -0800, Simon Glass wrote:
>> This fixes the following warnings in an SPL build when libcommon is
>> in use:
>>
>> spl.c:37: warning: 'gdata' defined but not used
>> spl.c:38: warning
Hi,
On Thu, Feb 23, 2012 at 7:11 AM, Sughosh Ganu wrote:
>
> On Thu, Feb 23, 2012 at 2:13 PM, Sughosh Ganu
> wrote:
>>
>> hi Simon,
>> On Mon Feb 20, 2012 at 05:32:51PM -0800, Simon Glass wrote:
>> > Add use of common/ and lib/ libraries for the SPL stage, and
>> > add the new link symbol requir
We use tabs for indentation, not spaces.
Signed-off-by: Mike Frysinger
---
arch/sandbox/cpu/u-boot.lds | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/sandbox/cpu/u-boot.lds b/arch/sandbox/cpu/u-boot.lds
index 2d2e50f..0c56aa7 100644
--- a/arch/sandbox/cpu/
On Tuesday 24 January 2012 15:27:57 Pali Rohár wrote:
> This patch series add support for new board Nokia RX-51 (aka N900).
> Last two patches adding on screen bootmenu support.
>
> This series supersedes the last sent version.
>
Hi, what is state of this patch series? From our discussion is only
Since we provide all our own library calls, the fortification from
glibc just gets in our way (which some distros enable by default).
Signed-off-by: Mike Frysinger
---
arch/sandbox/config.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sandbox/config.mk b/arch/s
On Wednesday 15 February 2012 18:51:18 Simon Glass wrote:
> --- a/arch/sandbox/cpu/os.c
> +++ b/arch/sandbox/cpu/os.c
>
> +#include
>
> +void os_usage(int err)
> +{
> + if (err < 0)
> + fprintf(stderr, "Try `--help' for more information.\n");
> + fprintf(err < 0 ? stderr : st
Dear Heiko Schocher,
In message <4f433dad.6050...@denx.de> you wrote:
> Hello Wolfgang,
>
> The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46
> +0100)
>
> are available in the git reposi
Dear Michal Simek,
In message <4f46224c.8010...@monstr.eu> you wrote:
> Dear Wolfgang,
>
> please pull the following changes.
> Especially the first patch is important because it fixes build error.
>
> Thanks,
> Michal
>
>
> The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c93
Signed-off-by: Eric Nelson
---
board/freescale/mx6qsabrelite/mx6qsabrelite.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c
b/board/freescale/mx6qsabrelite/mx6qsabrelite.c
index db1bea9..7fe2dc9 100644
--- a/board/fre
> On Tuesday 24 January 2012 15:27:57 Pali Rohár wrote:
> > This patch series add support for new board Nokia RX-51 (aka N900).
> > Last two patches adding on screen bootmenu support.
> >
> > This series supersedes the last sent version.
>
> Hi, what is state of this patch series? From our discus
These patches fix random issues on the i.MX28 series.
Marek Vasut (4):
M28: Fix LCD PINMUX
M28: Support for the old M28 SoM v1.0
i.MX28: Reformat the DRAM memory configuration data
i.MX28: Enable additional DRAM address bits
Robert Delien (3):
Renamed mx28_register to mx28_register_32 t
This prototype version SoM is unused and not available to public.
Support this only for internal debugging purposes.
Signed-off-by: Marek Vasut
---
board/denx/m28evk/spl_boot.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/board/denx/m28evk/spl_boot.c b/board/denx/
From: Robert Delien
This patch renames mx28_register to mx28_register_32 in order to
prepare for the introduction of an 8-bit register, mx28_register_8.
Signed-off-by: Robert Delien
Acked-by: Marek Vasut
Tested-by: Marek Vasut
---
arch/arm/cpu/arm926ejs/mx28/clock.c |4 +-
arch
The LCD pins configuration was wrong in U-Boot, configure pins properly.
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
Cc: Detlev Zundel
Cc: Stefano Babic
Cc: Fabio Estevam
---
board/denx/m28evk/spl_boot.c | 11 ++-
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/boar
Signed-off-by: Marek Vasut
---
arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c
b/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c
index 4af9eb7..fd18f70 100644
--- a/arch/arm/cpu/arm926ejs/m
From: Robert Delien
This patch introduces an 8-bit register, mx28_register_8, in order to
prepare for fixing erroneous 32-bit wide access of registers
hw_clkctrl_frac0 and hw_clkctrl_frac1.
Signed-off-by: Robert Delien
Acked-by: Marek Vasut
Tested-by: Marek Vasut
---
arch/arm/include/asm/arc
From: Robert Delien
This patch fixes erroneous 32-bit access to registers
hw_clkctrl_frac0 and hw_clkctrl_frac1.
Signed-off-by: Robert Delien
Acked-by: Marek Vasut
Tested-by: Marek Vasut
---
arch/arm/cpu/arm926ejs/mx28/clock.c | 70 ++---
arch/arm/cpu/arm926ej
Reformat the data so it's easier to navigate through them.
Signed-off-by: Marek Vasut
---
arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c | 86 +++
1 files changed, 48 insertions(+), 38 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c
b/arch/arm/cpu/arm
From: Simon Glass
The state exists through the life of U-Boot. It can be adjusted by command
line options and perhaps later through a config file. It is available to
U-Boot through state_...() calls (within sandbox code).
The primary purpose of this is to contain the "hardware" state. It shoul
From: Simon Glass
In order to pass command line arguments to sandbox we need to be able
to act on them. So take control back at the end of board_init_r() from
where we can call the main loop or do something else.
Signed-off-by: Simon Glass
Signed-off-by: Mike Frysinger
---
arch/sandbox/cpu/st
Signed-off-by: Mike Frysinger
---
arch/sandbox/cpu/os.c | 64 ++
arch/sandbox/cpu/start.c | 83 +
arch/sandbox/cpu/u-boot.lds |4 ++
arch/sandbox/include/asm/state.h |5 ++
arch
Dear Sven,
> Date: Sun, 4 Oct 2015 21:53:32 +0200
would you be willing to disclose the secrets of running such a time
machine ?
In message <1443988412-13421-1-git-send-email-sv...@stackframe.org> you wrote:
> timer_init() now returns an int (the error code) instead of void.
> This makes compil
Signed-off-by: Mike Frysinger
---
include/os.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/os.h b/include/os.h
index aea4503..35ef9b0 100644
--- a/include/os.h
+++ b/include/os.h
@@ -95,7 +95,7 @@ int os_close(int fd);
*
* @param exit_codeexit code fo
Hi Wolfgang,
I notice you've finally gotten sick of 'talking to the wall' regarding
unmaintained code (net, USB, AVR32, etc.)
To make life a little easier for everyone, maybe we can put together a list
of U-Boot sub-components which do not have an active maintainer so we can
discuss what to do ab
> Hi Wolfgang,
>
> I notice you've finally gotten sick of 'talking to the wall' regarding
> unmaintained code (net, USB, AVR32, etc.)
>
> To make life a little easier for everyone, maybe we can put together a list
> of U-Boot sub-components which do not have an active maintainer so we can
> discu
> This series fixes several bugs in the FAT code and the USB storage
> stack to make it possible to read from a FAT filesystem image embedded
> as an "El-Torito boot image" in an ISO9660 volume (IE: a CD or DVD).
>
> This has been tested on the eXMeritus HWW-1U-1A
>
> I've addressed the review co
> This series contains a smaller version of the fastboot gadget. I removed
> the flash/mmc/write to media part and re-add once I'm through with this
> basic thing :)
> This "basic" gadget supports the retrieval of variables (like serial
> number), reboot functionality, download of binary data and b
> Hi Vincent,
>
> as you already know, the re-enumerating of usb ethernet devices (calling
> "usb start" twice) hangs the system because eth_register() is called
> more than once. If have found a related patch from you with the subject
> "eth: remove usb-ethernet devices before re-enumerating them
> This series brings in the kernel fdt file and provides a working
> USB driver for Tegra2 Seaboard.
>
> (I have done this in one series since otherwise most of the fdt additions
> will just look like dead code.)
>
> The driver requires CONFIG_OF_CONTROL and a device tree to operate.
>
> Some en
> This series proposes a new way to deal with alias nodes and introduces a
> function to take care of it.
>
> It includes an example of converting USB code over to use this new
> function.
>
> Note: At present it does not deal automatically with disabled nodes,
> but perhaps it should? Or perhaps
> Fix the crash when running several times usb_init() with a USB ethernet
> device plugged.
>
> Signed-off-by: Vincent Palatin
> Tested-by: Wolfgang Grandegger
> ---
Hi,
what's the status of this patch/patchset?
Thanks
M
___
U-Boot mailing list
U-Bo
> From: Wolfgang Grandegger
>
> Following the corresponding Linux code, this patch relaxes reset timings
> waiting at least 100ms after power to the ports. There are some reports
> that it helps make enumeration work better on some high speed devices.
> Furthermore, the wait is only done once aft
> When doing a "GET_REPORT" request on the keyboard control endpoint,
> the report ID should 0 (ie report ID not used) rather than 1
> as reports are not used in boot mode.
>
> Signed-off-by: Vincent Palatin
> ---
> common/usb_kbd.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> When keys are pressed on the numeric keypad, emit key codes for the
> numbers, operators, dot and enter.
>
> Signed-off-by: Vincent Palatin
> ---
Hi,
what's the status of this patch/patchset?
Thanks
M
___
U-Boot mailing list
U-Boot@lists.denx.de
ht
> The TAM3517 boards require a patch for EHCI OMAP
> that does not yet find a way to mainline. The patch
> disables temporary USB until EHCI OMAP will be supported.
>
> Signed-off-by: Stefano Babic
> Cc: Tom Rini
> Cc: Albert Aribaud
> ---
> include/configs/tam3517-common.h |7 +--
> 1
> This moves keyboard polling logic from USB HCD drivers into USB
> keyboard driver. Remove usb_event_poll() as keyboard polling was
> the only user of this API. With this patch USB keyboard works with
> EHCI controllers again. Tested on a tegra2 seaboard.
>
> Signed-off-by: Allen Martin
> ---
> If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard
> device is detected.
>
> Signed-off-by: Allen Martin
> ---
Hi,
what's the status of this patch/patchset?
Thanks
M
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.
> Add support for fixing usb mode and phy type for
> MPH(Multi Port Host) USB controllers in device-tree nodes.
> Required for socs like P3060, P5020, etc having MPH USB controller.
>
> Signed-off-by: Ramneek Mehresh
> ---
> arch/powerpc/cpu/mpc8xxx/fdt.c | 46
> ++-
> This patch adds USB host controller's UTMI PHY interface driver for
> Armada100 SOCs.
>
> Signed-off-by: Ajay Bhargav
> ---
> arch/arm/include/asm/arch-armada100/armada100.h |7 ++
> drivers/usb/host/utmi-armada100.c | 87
> +++ drivers/usb/host/utmi-arma
> when missing USB PHY clock and issuing "usb start" at u-boot prompt,
> writing to or_portsc register will cause CPU halt. We should check
> USBGP[PHY_CLK_VALID] bit at the first time in ehci_hcd_init() to avoid CPU
> hang in this case.
>
> Signed-off-by: Shengzhou Liu
> ---
> drivers/usb/host/
> From: "Govindraj.R"
>
> Clean up ehci-omap added and make it generic to extend support for omap4
> socs. Add ehci support for panda board.
>
> Patch series depends on below patch:
> http://patchwork.ozlabs.org/patch/130952/
>
> Patch series based commit id:
> 9a4209869bd2c37af
> This series brings in the Linux kernel fdt file and provides a working
> USB driver for Tegra2 Seaboard.
>
> (I have done this in one series since otherwise most of the fdt additions
> will just look like dead code.)
>
> The driver requires CONFIG_OF_CONTROL and a device tree to operate.
>
> S
> musb_hcd.c: In function 'musb_submit_rh_msg':
> musb_hcd.c:827:2: warning: format '%d' expects type 'int',
> but argument 3 has type 'long unsigned int'
>
> Signed-off-by: Mike Frysinger
> ---
> drivers/usb/musb/musb_hcd.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> This adds clock references to the USB part of the device tree for U-Boot,
> and marks USB1 as supporting legacy mode (which we disable in the driver).
>
> The USB timing information may vary between boards sometimes, but for
> now we hard-code it in C. This is because all current T2x boards use
> Some code cleanup done for USB device-tree fixup:
> - handling error value returned from fdt_fixup_usb_mode_phy_type()
> - using ARRAY_SIZE macro
> - using snprintf instead of sprintf
>
> Signed-off-by: Ramneek Mehresh
> ---
> KW Warnings fixed: using snprintf instead of sprin
Hi Marek,
On Mon, Feb 27, 2012 at 10:06 AM, Marek Vasut wrote:
>> Hi Wolfgang,
>>
>> I notice you've finally gotten sick of 'talking to the wall' regarding
>> unmaintained code (net, USB, AVR32, etc.)
>>
>> To make life a little easier for everyone, maybe we can put together a list
>> of U-Boot s
> Hi Marek,
>
> On Mon, Feb 27, 2012 at 10:06 AM, Marek Vasut wrote:
> >> Hi Wolfgang,
> >>
> >> I notice you've finally gotten sick of 'talking to the wall' regarding
> >> unmaintained code (net, USB, AVR32, etc.)
> >>
> >> To make life a little easier for everyone, maybe we can put together a
On Sunday 26 February 2012 18:13:58 Marek Vasut wrote:
> > musb_hcd.c: In function 'musb_submit_rh_msg':
> > musb_hcd.c:827:2: warning: format '%d' expects type 'int',
> >
> > but argument 3 has type 'long unsigned int'
>
> what's the status of this patch/patchset?
the usb ones are waiting f
> On Sunday 26 February 2012 18:13:58 Marek Vasut wrote:
> > > musb_hcd.c: In function 'musb_submit_rh_msg':
> > > musb_hcd.c:827:2: warning: format '%d' expects type 'int',
> > >
> > > but argument 3 has type 'long unsigned int'
> >
> > what's the status of this patch/patchset?
>
> the usb on
On Sunday 26 February 2012 18:48:26 Marek Vasut wrote:
> > On Sunday 26 February 2012 18:13:58 Marek Vasut wrote:
> > > > musb_hcd.c: In function 'musb_submit_rh_msg':
> > > > musb_hcd.c:827:2: warning: format '%d' expects type 'int',
> > > >
> > > > but argument 3 has type 'long unsigned
Adding linux maintainers to CC, since if it dies here, it should probably
also die in the linux kernel as well...
P.
---
On Sat, Feb 25, 2012 at 5:13 PM, Wolfgang Denk wrote:
> AVR32 appaers to be unmaintained, and nobody appears to care about
> that. Let's get rid fof it.
>
> Signed-off-by: Wo
Hi Mike,
On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote:
> From: Simon Glass
>
> In order to pass command line arguments to sandbox we need to be able
> to act on them. So take control back at the end of board_init_r() from
> where we can call the main loop or do something else.
>
> Signe
On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote:
> From: Simon Glass
>
> The state exists through the life of U-Boot. It can be adjusted by command
> line options and perhaps later through a config file. It is available to
> U-Boot through state_...() calls (within sandbox code).
>
> The p
Hello Pavel,
Not bad so far. :)
...it started something. According to gdb it looks like "new" u-boot
executes briefly, but fails in C code while processing intialization,
and it seems that "old" u-boot takes over. (Some kind of failure and
board resets itself?).
Yes, the u-boot resets itse
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Monday, February 27, 2012 7:13 AM
> To: u-boot@lists.denx.de
> Cc: Liu Shengzhou-B36685
> Subject: Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when
> missing USB PHY clock
>
> > when missing USB PHY clock an
Hi Mike,
On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger
> ---
> arch/sandbox/cpu/os.c | 64 ++
> arch/sandbox/cpu/start.c | 83
> +
> arch/sandbox/cpu/u-boot.lds
Hi Mike,
On Sun, Feb 26, 2012 at 1:04 PM, Mike Frysinger wrote:
> On Wednesday 15 February 2012 18:51:18 Simon Glass wrote:
>> --- a/arch/sandbox/cpu/os.c
>> +++ b/arch/sandbox/cpu/os.c
>>
>> +#include
>>
>> +void os_usage(int err)
>> +{
>> + if (err < 0)
>> + fprintf(stderr, "Tr
Hi Marek,
On Sun, Feb 26, 2012 at 3:09 PM, Marek Vasut wrote:
>> This series brings in the kernel fdt file and provides a working
>> USB driver for Tegra2 Seaboard.
>>
>> (I have done this in one series since otherwise most of the fdt additions
>> will just look like dead code.)
>>
>> The driver
On Sun, Feb 26, 2012 at 11:26 AM, Mike Frysinger wrote:
> We use tabs for indentation, not spaces.
>
> Signed-off-by: Mike Frysinger
Acked-by: Simon Glass
> ---
> arch/sandbox/cpu/u-boot.lds | 10 +-
> 1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/sandbox/cp
On Sun, Feb 26, 2012 at 1:01 PM, Mike Frysinger wrote:
> Since we provide all our own library calls, the fortification from
> glibc just gets in our way (which some distros enable by default).
>
> Signed-off-by: Mike Frysinger
Acked-by: Simon Glass
> ---
> arch/sandbox/config.mk | 2 +-
>
Hi Marek,
On Sun, Feb 26, 2012 at 3:13 PM, Marek Vasut wrote:
>> This series brings in the Linux kernel fdt file and provides a working
>> USB driver for Tegra2 Seaboard.
>>
>> (I have done this in one series since otherwise most of the fdt additions
>> will just look like dead code.)
>>
>> The d
On Sunday 26 February 2012 21:50:32 Simon Glass wrote:
> Given your efforts on the cmdline parsing I'm beginning to think we
> should perhaps add os_printf() and os_printf_stderr() and provide an
> explicit interface. It might only be useful prior to main(), then
> again I'm not so sure.
i've been
On Sunday 26 February 2012 17:08:04 Marek Vasut wrote:
> > On Tuesday 24 January 2012 15:27:57 Pali Rohár wrote:
> > > This patch series add support for new board Nokia RX-51 (aka N900).
> > > Last two patches adding on screen bootmenu support.
> > >
> > > This series supersedes the last sent vers
On Sunday 26 February 2012 21:46:23 Simon Glass wrote:
> On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote:
> > --- a/arch/sandbox/cpu/os.c
> > +++ b/arch/sandbox/cpu/os.c
> >
> > +extern struct sb_cmdline_option *__u_boot_sb_getopt_start[],
> > + *__u_boot_sb_getopt_end[];
>
> I wonder
Hi Mike,
On Sun, Feb 26, 2012 at 8:20 PM, Mike Frysinger wrote:
> On Sunday 26 February 2012 21:46:23 Simon Glass wrote:
>> On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote:
>> > --- a/arch/sandbox/cpu/os.c
>> > +++ b/arch/sandbox/cpu/os.c
>> >
>> > +extern struct sb_cmdline_option *__u_boot
On Saturday 07 January 2012 03:51:16 Pali Rohár wrote:
> On Friday 06 January 2012 15:15:29 Mike Frysinger wrote:
> > On Sunday 18 December 2011 16:34:01 Pali Rohár wrote:
> > > * Ignore ANSI escape codes for moving cursor, which are generated by
> > >
> > > keyboard
> >
> > this probably should
Hi Mike,
On Sun, Feb 26, 2012 at 8:08 PM, Mike Frysinger wrote:
> On Sunday 26 February 2012 21:50:32 Simon Glass wrote:
>> Given your efforts on the cmdline parsing I'm beginning to think we
>> should perhaps add os_printf() and os_printf_stderr() and provide an
>> explicit interface. It might o
On Sunday 26 February 2012 23:26:52 Simon Glass wrote:
> On Sun, Feb 26, 2012 at 8:20 PM, Mike Frysinger wrote:
> > On Sunday 26 February 2012 21:46:23 Simon Glass wrote:
> >> On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote:
> >> > int main(int argc, char *argv[])
> >> > {
> >> > ...
> >> >
Hi Mike,
On Sun, Feb 26, 2012 at 8:35 PM, Mike Frysinger wrote:
> On Sunday 26 February 2012 23:26:52 Simon Glass wrote:
>> On Sun, Feb 26, 2012 at 8:20 PM, Mike Frysinger wrote:
>> > On Sunday 26 February 2012 21:46:23 Simon Glass wrote:
>> >> On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrot
On Sunday 26 February 2012 23:33:25 Simon Glass wrote:
> On Sun, Feb 26, 2012 at 8:08 PM, Mike Frysinger wrote:
> > On Sunday 26 February 2012 21:50:32 Simon Glass wrote:
> >> Given your efforts on the cmdline parsing I'm beginning to think we
> >> should perhaps add os_printf() and os_printf_stder
Hi,
Iam using SMDK6410 arm11 board having the samsung Nandflash with a
capacity of 1Gb.Iam not able to load the yaffs2image on to the Nandflash
from uboot by the command nandwrite,yaffs.Though the command works well
,the data is not added to Nand flash.Iam using uboot-1.1.6 version and
kerne
Hi Marek,
The final version of this patch is under review, didn't get any more comments,
waiting for its acceptance...
http://patchwork.ozlabs.org/patch/140557/
Thanks and Regards,
Ramneek
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Monday, February 27, 2012
Hi Viswanadhula,
On Mon, Feb 27, 2012 at 3:37 PM, VISWANADHULA BALAJI
wrote:
> Hi,
>
> Iam using SMDK6410 arm11 board having the samsung Nandflash with a
> capacity of 1Gb.Iam not able to load the yaffs2image on to the Nandflash
> from uboot by the command nandwrite,yaffs.Though the command
Hi Mike,
On Sun, Feb 26, 2012 at 8:42 PM, Mike Frysinger wrote:
> On Sunday 26 February 2012 23:33:25 Simon Glass wrote:
>> On Sun, Feb 26, 2012 at 8:08 PM, Mike Frysinger wrote:
>> > On Sunday 26 February 2012 21:50:32 Simon Glass wrote:
>> >> Given your efforts on the cmdline parsing I'm beginn
Hi any updates on this?
On Sat, Feb 25, 2012 at 6:44 AM, Graeme Russ wrote:
> Hi Asif,
>
> On 02/24/2012 04:43 PM, Asif Sulikeri wrote:
> > Thanks Graeme,
> >
> > replies in-line,
>
> Appreciated (after all, that is ML etiquette)
>
> >
> > On Fri, Feb 24, 2012 at 11:01 AM, Graeme Russ >
Hi,
On Feb 27, 2012 4:57 PM, "Asif Sulikeri" wrote:
>
> Hi any updates on this?
Have you looked into any of my other suggestions?
Regards,
Graeme
>
>
> On Sat, Feb 25, 2012 at 6:44 AM, Graeme Russ
wrote:
>>
>> Hi Asif,
>>
>> On 02/24/2012 04:43 PM, Asif Sulikeri wrote:
>> > Thanks Graeme,
>>
Hi Graeme,
On Mon, Feb 27, 2012 at 11:33 AM, Graeme Russ wrote:
> Hi,
>
> On Feb 27, 2012 4:57 PM, "Asif Sulikeri" wrote:
> >
> > Hi any updates on this?
>
> Have you looked into any of my other suggestions?
>
> Regards,
>
> Graeme
>
I'm sorry don't know how I missed out to see the updated m
Hi Marek,
On Mon, Feb 27, 2012 at 4:43 AM, Marek Vasut wrote:
>> From: "Govindraj.R"
>>
>> Clean up ehci-omap added and make it generic to extend support for omap4
>> socs. Add ehci support for panda board.
>>
>> Patch series depends on below patch:
>> http://patchwork.ozlabs.org/patch/130
Hi Asif,
On 02/27/2012 05:26 PM, Asif Sulikeri wrote:
> >> And the increase of 100kB is massive - are you sure you are
> compiling with
> >> the same set of options defined in the board config file? If you are
> sure,
> >> then it would be interesting to find out what has cause
On 02/27/12 01:10, Marek Vasut wrote:
>> The TAM3517 boards require a patch for EHCI OMAP
>> that does not yet find a way to mainline. The patch
>> disables temporary USB until EHCI OMAP will be supported.
>>
>> Signed-off-by: Stefano Babic
>> Cc: Tom Rini
>> Cc: Albert Aribaud
>> ---
>> includ
Hi Peter,
Good work! Thanks.
On 02/26/12 17:30, Peter Barada wrote:
> Instead of passing individual registers by value to board_get_mem_timings,
> pass a board_mem_timings structure pointer for the board files to fill in.
> Pass same structure pointer to write_sdrc_timings. This saves about
> 90
On 2/25/2012 3:42 PM, Albert ARIBAUD wrote:
Hi Amit,
Hello Albert,
Le 24/02/2012 12:58, Amit Virdi a écrit :
From: Vipin Kumar
Packed attribute is forcing a bytewise write on device registers,
there by, resulting in a misbehavior on gcc-4.4.1.
Reverting the structures to non-packed
If (j
84 matches
Mail list logo