Dear Matthias,
in message <4bd7d5dd.6080...@arcor.de> you wrote:
>
> >> + pGD->memSize = VIDEO_MEM_SIZE;
> >> + pGD->frameAdrs = PHYS_SDRAM + PHYS_SDRAM_SIZE - VIDEO_MEM_SIZE;
> >
> > Please pay attention to the global memory map requirements. PRAM might
> > go first.
>
> Can you please explain
Am 22.04.2010 14:41, schrieb Wolfgang Denk:
> Dear Matthias Weisser,
>
> In message<1271932257-14618-3-git-send-email-weiss...@arcor.de> you wrote:
>> This patch adds support for the display controller in
>> the MB86R0x SoCs.
>>
>> Signed-off-by: Matthias Weisser
> ...
>> +pGD->memSize = VIDEO
This patch supports mmc/sd card with spi interface. It is based on
the generic mmc framework. It works with SDHC and supports write.
The crc7 lib func is merged from linux and used to compute mmc
command checksum.
There is a subcomamnd "mmc_spi" to setup spi bus and cs at run time.
Signed-off-by
This patch may be replaced by the
http://lists.denx.de/pipermail/u-boot/2010-April/070683.html patch
what should not break an application of the POST cleanup V2
incremental patch
http://lists.denx.de/pipermail/u-boot/2010-April/070729.html
Regards,
Michael
_
Dear robin,
In message <1272431200.2567.0.ca...@ubuntu-desktop> you wrote:
>
> I have a couple of custom application for uboot.
> I am able to build and run the application individually
> If i power up the board and run the first application, It executes
> without powering off the board if i loa
Hi,
I have a couple of custom application for uboot.
I am able to build and run the application individually
If i power up the board and run the first application, It executes
without powering off the board if i load second application to same
location, the system hangs.
Both the application has
On 04/26/2010 02:14 AM, Wolfgang Denk wrote:
> As long as no board actually uses this code we should put that patch
> on hold. Please resubmit it as part of the patch series that adds the
> first board that uses this code. Thanks.
>
>
Hi Wolfgang,
I sent a patch to enable some peripherals on
Hi Mike,
On 04/28/2010 12:49 AM, Mike Frysinger wrote:
> On Monday 26 April 2010 23:27:16 Thomas Chou wrote:
>
>> --- /dev/null
>> +++ b/common/cmd_mmc_spi.c
>> +struct mmc *mmc = NULL;
>>
> useless assignment since mmc gets set shortly after
>
OK.
>
>> +struct mmc_spi_pr
Since Wolfgang requests that new driver should be used with a
board, these peripherals are added to the nios2-generic board.
It will exercise drivers in these outstanding patches,
04/17 [PATCH v4] nios2: add gpio support
04/21 [PATCH v2] misc: add gpio based status led driver
04/28 [PATCH v9] spi:
This patch supports mmc/sd card with spi interface. It is based on
the generic mmc framework. It works with SDHC and supports write.
The crc7 lib func is merged from linux and used to compute mmc
command checksum.
There is a subcomamnd "mmc_spi" to setup spi bus and cs at run time.
Signed-off-by
This patch adds the driver of altera spi controller, which is also
used as epcs/spi flash controller. It also works with mmc_spi
driver.
This driver support more than one spi bus, with base list declared
#define CONFIG_SYS_ALTERA_SPI_LIST { BASE_0,BASE_1,... }
Signed-off-by: Thomas Chou
---
v9 c
Hi u-boot,
I see u-boot supports readonly serial# and ethaddr, but I have a few
other variables that I need to be read-only. I'm planning to
implement a generic list of variables that cannot be changed or
deleted.
I'm interested to know what sort of specification people would find
most appropria
Dear Anatolij Gustschin,
In message <20100427233132.5d8a9...@wker> you wrote:
> Dear Wolfgang,
>
> The following changes since commit 8e98f5f70b269a77416a990b90ad8d853c5a0d73:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
>
> are available in the git
Dear Kim Phillips,
In message <20100427161706.735010ff.kim.phill...@freescale.com> you wrote:
> Wolfgang Denk,
>
> Please pull:
>
> The following changes since commit a47a12becf66f02a56da91c161e2edb625e9f20c:
> Stefan Roese (1):
> Move arch/ppc to arch/powerpc
>
> are available in the
Dear Wolfgang,
The following changes since commit 8e98f5f70b269a77416a990b90ad8d853c5a0d73:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Stefano Babic (1):
MX31: A
On Mon, Apr 26, 2010 at 08:26:44AM +0530, Vipin KUMAR wrote:
> Since FSMC is a standard IP and it supports different memory interfaces the
> FSMC
> is supported independent of spear platform and spear is configured to use that
> driver for interfacing with the NAND device
>
> Signed-off-by: Vipin
On Mon, Apr 26, 2010 at 08:26:43AM +0530, Vipin KUMAR wrote:
> Flexible static memory controller is an IP which controls the access
> to NAND chips along with many other memory device chips eg NOR, SRAM.
> This is an ST peripheral. This patch adds the driver support for FSMC
> controller interfacin
Wolfgang Denk,
Please pull:
The following changes since commit a47a12becf66f02a56da91c161e2edb625e9f20c:
Stefan Roese (1):
Move arch/ppc to arch/powerpc
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
Kim Phillips (3):
mpc83xx: use "A" nome
Dear Kumar Gala,
In message you wrote:
> The following changes since commit 6e5fb4eec3702a13770769a5a48a9423aa68ee9c:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-mmc
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git mas
Dear Scott McNutt,
In message <4bd3712b.10...@psyent.com> you wrote:
> Dear Wolfgang,
>
> The following changes since commit 6e5fb4eec3702a13770769a5a48a9423aa68ee9c:
>Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-mmc
>
> are available in the git repository
The following changes since commit fbb0030e3894119c089256f16626edd166c7629c:
Anatolij Gustschin (1):
serial: struct serial_device: add uninit() entry for drivers
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx.git master
Anatolij Gustschin (7):
mpc512x:
Dear maggi,
In message <28376949.p...@talk.nabble.com> you wrote:
>
> i'm very new to uboot.i would like to add new file transfer protocol like
> tftp. Server sends the file as chunks and uboot has to receive and
> reconstruct it.for that in uboot can i add the new protocol in /net folder
> o
On Tuesday 27 April 2010 16:07:21 Ben Warren wrote:
> On 4/27/2010 12:32 PM, Mike Frysinger wrote:
> > your v4 patch writes the env to the hardware in the initialize() step,
> > not the init() step. if someone changes ethaddr on the fly, the common
> > net funcs sync env->eth_device, but it does n
On 4/27/2010 12:32 PM, Mike Frysinger wrote:
> On Tuesday 27 April 2010 14:46:34 Ben Warren wrote:
>
>> On 4/27/2010 11:42 AM, Mike Frysinger wrote:
>>
>>> On Tuesday 27 April 2010 14:33:09 Ben Warren wrote:
>>>
On 4/27/2010 11:15 AM, Mike Frysinger wrote:
On Tuesday 27 April 2010 14:46:34 Ben Warren wrote:
> On 4/27/2010 11:42 AM, Mike Frysinger wrote:
> > On Tuesday 27 April 2010 14:33:09 Ben Warren wrote:
> >> On 4/27/2010 11:15 AM, Mike Frysinger wrote:
> >>> - bfin_EMAC_setup_addr(dev->enetaddr);
> >>> + bfin_EMAC_setup_addr(dev);
> >>
> >> Are
On 4/27/2010 11:42 AM, Mike Frysinger wrote:
> On Tuesday 27 April 2010 14:33:09 Ben Warren wrote:
>
>> On 4/27/2010 11:15 AM, Mike Frysinger wrote:
>>
>>> - bfin_EMAC_setup_addr(dev->enetaddr);
>>> + bfin_EMAC_setup_addr(dev);
>>>
>> Are you sure you still want to program it
On Tuesday 27 April 2010 14:33:09 Ben Warren wrote:
> On 4/27/2010 11:15 AM, Mike Frysinger wrote:
> > - bfin_EMAC_setup_addr(dev->enetaddr);
> > + bfin_EMAC_setup_addr(dev);
>
> Are you sure you still want to program it on every init() call? There's
> nothing wrong with that, BTW...
that's
Hi Mike,
On 4/27/2010 11:15 AM, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger
> ---
> drivers/net/bfin_mac.c | 28 +++-
> drivers/net/bfin_mac.h |3 +--
> 2 files changed, 16 insertions(+), 15 deletions(-)
>
> diff --git a/drivers/net/bfin_mac.c b/drivers/
With the cpu include paths moved, the gitignore paths need updating.
Signed-off-by: Mike Frysinger
---
arch/.gitignore|2 ++
include/.gitignore |2 --
2 files changed, 2 insertions(+), 2 deletions(-)
create mode 100644 arch/.gitignore
diff --git a/arch/.gitignore b/arch/.gitignore
With the cpu include paths moved, the gitignore paths need updating.
Signed-off-by: Mike Frysinger
---
arch/.gitignore|2 ++
include/.gitignore |2 --
2 files changed, 2 insertions(+), 2 deletions(-)
create mode 100644 arch/.gitignore
diff --git a/arch/.gitignore b/arch/.gitignore
Signed-off-by: Mike Frysinger
---
drivers/net/bfin_mac.c | 28 +++-
drivers/net/bfin_mac.h |3 +--
2 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c
index ec45b63..720e126 100644
--- a/drivers/net/bfin_ma
Dne So 10. dubna 2010 00:39:41 Wolfgang Denk napsal(a):
> Dear Mikhail Kshevetskiy,
>
> In message <20100407154936.474d5...@laska.campus-ws.pu.ru> you wrote:
> > This patch is based on custom u-boot-1.1.2 version produced by voipac
> > (http://www.voipac.com) and board/trizepsiv files from current
Signed-off-by: Kim Phillips
---
unnecessarily introducing mpc83xx-specific conditions in the mpc8xxx
Makefile due to current development logistics is ugly IMHO, but it
sounds like this is what the people want anyway.
Makefile |1 +
arch/powerpc/cpu/mpc8xxx/Makefile
Thomas,
On 4/27/2010 5:20 AM, Thomas Chou wrote:
> Signed-off-by: Thomas Chou
> ---
> v2 remove set mac address from init.
>
> drivers/net/ethoc.c |6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
Applied to net repo. Please ignore similar message about V1, V2 is the
one
Thomas,
On 4/27/2010 5:15 AM, Thomas Chou wrote:
> Signed-off-by: Thomas Chou
> ---
> v2 remove set mac address from init.
>
> drivers/net/altera_tse.c | 63
> +
> 1 files changed, 35 insertions(+), 28 deletions(-)
>
Applied to net repo.
thank
Heiko,
On 4/26/2010 10:43 PM, Heiko Schocher wrote:
> tested on the magnesium board.
>
> Signed-off-by: Heiko Schocher
> ---
> Patch from Ben must be applied before, see this patch here:
>
> http://lists.denx.de/pipermail/u-boot/2010-April/070691.html
>
> drivers/net/fec_mxc.c |2 +-
> 1 fil
Hi Thomas,
On 4/26/2010 9:09 PM, Thomas Chou wrote:
> Signed-off-by: Thomas Chou
> ---
> drivers/net/ethoc.c |4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/ethoc.c b/drivers/net/ethoc.c
> index b912e44..286fbe7 100644
> --- a/drivers/net/ethoc.c
> +
On 4/26/2010 11:23 AM, Ben Warren wrote:
> Add a new function to the eth_device struct for programming a network
> controller's hardware address.
>
> After all network devices have been initialized and the proper MAC address
> for each has been determined, make a device driver call to program the
>
On Tue, Apr 27, 2010 at 10:44:23AM +0200, Faustino Frechilla wrote:
> 79 /* Dual Port RAM addresses. The first 16K is available for almost
> 80 * any CPM use, so we put the BDs there. The first 128 bytes are
> 81 * used for SMC1 and SMC2 parameter RAM, so we start allocating
> 82 * BDs
On Monday 26 April 2010 23:27:16 Thomas Chou wrote:
> --- /dev/null
> +++ b/common/cmd_mmc_spi.c
> + struct mmc *mmc = NULL;
useless assignment since mmc gets set shortly after
> + struct mmc_spi_priv *priv;
> +
> + if (argc < 2)
> + goto usage;
> +
> + dev_num = simpl
Kumar Gala wrote:
> On Apr 27, 2010, at 11:19 AM, Scott Wood wrote:
>
>> On Mon, Apr 26, 2010 at 10:57:51PM -0500, Kumar Gala wrote:
>>> When we changed ARCH from ppc to powerpc we need to treat HOSTARCH the
>>> same way. We use HOSTARCH == ARCH to determine if a build is native.
>>>
>>> Signed-o
When we changed ARCH from ppc to powerpc we need to treat HOSTARCH the
same way. We use HOSTARCH == ARCH to determine if a build is native.
Signed-off-by: Kumar Gala
---
* Added ppc -> powerpc per Scott W.
Makefile |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/M
On Apr 27, 2010, at 11:19 AM, Scott Wood wrote:
> On Mon, Apr 26, 2010 at 10:57:51PM -0500, Kumar Gala wrote:
>> When we changed ARCH from ppc to powerpc we need to treat HOSTARCH the
>> same way. We use HOSTARCH == ARCH to determine if a build is native.
>>
>> Signed-off-by: Kumar Gala
>> ---
On Mon, Apr 26, 2010 at 10:57:51PM -0500, Kumar Gala wrote:
> When we changed ARCH from ppc to powerpc we need to treat HOSTARCH the
> same way. We use HOSTARCH == ARCH to determine if a build is native.
>
> Signed-off-by: Kumar Gala
> ---
> Makefile |5 ++---
> 1 files changed, 2 insertion
Hi Stefan,
Good work, you obviously dived dipper than my patch did. Please see my
comments below.
On Mon, Apr 26, 2010 at 5:28 PM, Stefan Roese wrote:
> This patch consolidates bootcount_{store|load} for PowerPC by
> implementing a common version in arch/powerpc/lib/bootcount.c. This
> code is n
The patch implements step#3 of the POST framework cleanup
suggested by Wolfgang Denk in the
http://lists.denx.de/pipermail/u-boot/2010-April/070400.html
This is an incremental patch, should be applied above its initial
version.
http://lists.denx.de/pipermail/u-boot/2010-April/070559.html
Signed-o
Cyril Chemparathy wrote:
> TNETV107X is a Texas Instruments SoC based on an ARM1176 core, and with a
> bunch on on-chip integrated peripherals. This patch adds support for the
> TNETV107X EVM board.
>
> Signed-off-by: Cyril Chemparathy
> ---
> v5: rebased on master in u-boot-arm.git (unchanged)
Hi Detlev,
On Tuesday 27 April 2010 16:01:11 Detlev Zundel wrote:
> > This patch consolidates bootcount_{store|load} for PowerPC by
> > implementing a common version in arch/powerpc/lib/bootcount.c. This
> > code is now used by all PowerPC variants that currently have these
> > functions implement
Hi Stefan,
> This patch consolidates bootcount_{store|load} for PowerPC by
> implementing a common version in arch/powerpc/lib/bootcount.c. This
> code is now used by all PowerPC variants that currently have these
> functions implemented.
>
> The functions now use the proper IO-accessor functions
Hello Maggi,
On Tue, Apr 27, 2010 at 6:27 AM, maggi wrote:
>
> hi all,
>
> i'm very new to uboot.i would like to add new file transfer protocol like
> tftp. Server sends the file as chunks and uboot has to receive and
> reconstruct it.for that in uboot can i add the new protocol in /net
hi all,
i'm very new to uboot.i would like to add new file transfer protocol like
tftp. Server sends the file as chunks and uboot has to receive and
reconstruct it.for that in uboot can i add the new protocol in /net folder
or is there any folder in uboot which can hold it?Is adding new protocol
Signed-off-by: Thomas Chou
---
v2 remove set mac address from init.
drivers/net/ethoc.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethoc.c b/drivers/net/ethoc.c
index b912e44..34cc47f 100644
--- a/drivers/net/ethoc.c
+++ b/drivers/net/ethoc.c
@@ -21
Signed-off-by: Thomas Chou
---
v2 remove set mac address from init.
drivers/net/altera_tse.c | 63 +
1 files changed, 35 insertions(+), 28 deletions(-)
diff --git a/drivers/net/altera_tse.c b/drivers/net/altera_tse.c
index 5927904..5c0c274 100644
--
On Monday 26 April 2010 08:29 PM, Paulraj, Sandeep wrote:
> DM355 support is present in U-Boot.
> If you have not made any changes to the EMIF NAND on your board compared to
> the DM355 EVM, the NAND driver present in U-Boot will work.
>
> If you have made changes then you might have to modify th
Dear Matthias Weißer,
In message <4bd6aef4.7080...@arcor.de> you wrote:
>
> It was an attempt to get the bootdelay in an environment variable which
> can be overridden by board specific code.
You can #define BOOTDELAY in your board config file ?
> With this I tried to follow your suggestion in
This patch adds support for the Mosaix Technologies, Inc. ICON board,
based on the AppliedMicro (AMCC) PPC440SPe. It's equipped with an SODIMM
(512MB standard) and 64MByte of NOR FLASH.
Support for the onboard SM502 will be added later.
Signed-off-by: Stefan Roese
---
v2:
- Updated to compile wi
Productos de tonificación y Fitness – Tonifícate con Slendertone
Slendertone – el líder mundial en productos de tonificación
muscular. Los productos de tonificación y fitness Slendertone
utilizan la tecnología de la electroestimulación para ejercitar y
desarrollar los músculos de las mujeres y los
Am 27.04.2010 10:19, schrieb Wolfgang Denk:
> Dear Matthias Weisser,
>
> In message<1272348834-30161-1-git-send-email-weiss...@arcor.de> you wrote:
>> This patch allows the bootdelay variable contain the name of
>> another variable holding the actual bootdelay value.
>
> Why make the "bootdelay" v
Hi all,
I have found something I don't undertand in the codebase, and I hope
someone here can help me out a bit.
I am currently working in a board which uses a MPC8247 processor
(which belongs to the 8272 family) and I was trying to allocate space
from the built-in dual port RAM when I found out
Dear Matthias Weisser,
In message <1272348834-30161-1-git-send-email-weiss...@arcor.de> you wrote:
> This patch allows the bootdelay variable contain the name of
> another variable holding the actual bootdelay value.
Why make the "bootdelay" variable in any way special, compared to all
other vari
On Wed, 21 Apr 2010 09:56:31 +0200
Stefano Babic wrote:
> Added support for LCD and splash image to the QONG module.
> The supported display is VBEST-VGG322403.
>
> Signed-off-by: Stefano Babic
> ---
> drivers/video/mx3fb.c | 17 +
> include/configs/qong.h | 11 +++
Hi Thomas,
On 4/26/2010 11:11 PM, Thomas Chou wrote:
> Signed-off-by: Thomas Chou
> ---
> drivers/net/altera_tse.c | 63
> ++---
> 1 files changed, 36 insertions(+), 27 deletions(-)
>
>
> static int tse_eth_init(struct eth_device *dev, bd_t * bd
62 matches
Mail list logo