On 22:02 Wed 01 Apr , Tom Rix wrote:
> https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
>
> The zoom2 has an auxillary board that contains the serial, net, jtag and
> battery simulator. This change supports a runtime check if the debug board i
On 22:02 Wed 01 Apr , Tom Rix wrote:
> Zoom2 is a new board from Texas Instruments and LogicPD
> This is the product description
> http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
>
> This patch provides a zoom2 base target by copying zoom1 and by
On 22:02 Wed 01 Apr , Tom Rix wrote:
> Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
> The default serial is from the USB connector on left side of the debug board.
> The USB connector will produce 2 of the 4 UARTS. On your host pick the first
> enumeration.
>
On 10:41 Mon 23 Mar , Haavard Skinnemoen wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On 09:58 Mon 23 Mar , Nicolas Ferre wrote:
> > > The MACB IP used by AVR32 & AT91 have two different layout for USRIO
> > > register. We have to differentiate this in the driver code.
> > > No more
This brings it in line with other Freescale boards.
Signed-off-by: Scott Wood
---
include/configs/MPC8260ADS.h | 42 ++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h
index 42fb
Signed-off-by: Scott Wood
---
cpu/mpc8260/cpu.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/cpu/mpc8260/cpu.c b/cpu/mpc8260/cpu.c
index 1b034cd..d4622ca 100644
--- a/cpu/mpc8260/cpu.c
+++ b/cpu/mpc8260/cpu.c
@@ -311,6 +311,9 @@ void ft_cpu_setup (void *blob, bd_t *b
Without this, u-boot can crash or print garbage if the original link
address no longer points to a valid string.
Signed-off-by: Scott Wood
---
I sent this a couple weeks ago hoping to make it in as a bugfix, but it
didn't make it. Do you have any objections to the patch, or can it go in
this mer
Wolfgang,
Can this be put in the ToDo list so anyone who looks to clean up their
CPU and/or architecture knows what it is exactly that we are trying to
achieve
Thanks,
Graeme
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/lis
Hi Michael,
Michael Zaidman wrote:
> On Thu, Apr 2, 2009 at 3:47 PM, Detlev Zundel wrote:
>
>
>>> I have to enable the git operation via gmail on my workstation.
>>>
>> What do you mean by this? Usually you only need a mailer which is
>> capable to attach things inline. Even better -
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 10:41 Mon 23 Mar , Haavard Skinnemoen wrote:
>
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>
>>> On 09:58 Mon 23 Mar , Nicolas Ferre wrote:
>>>
The MACB IP used by AVR32 & AT91 have two different layout for USRIO
register
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090402192755.gb15...@game.jcrosoft.org> you wrote:
>
> if Remy is ok
> could apply the at91 pull request then I will generate the final usb
> reorganisation patch?
That should go through the USB custodian tree.
Best regards,
Wolfgang Denk
--
This brings it in line with other Freescale boards.
Signed-off-by: Scott Wood
---
This time with ttyCPM0, not ttyS0.
include/configs/MPC8260ADS.h | 42 ++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC8260ADS.h b/inc
Hi,
I am using u-boot version 2009.03-rc1 for davinci DM6467 EVM. I have set
CROSS_COMPILE=arm_v5t_le- and ARCH=arm.
On trying make davinci_dvevm_config I get an error:
ln : creating symbolic link "asm" to "asm-arm" : Opertaion not permitted
Any pointers to how this build enviro
This patch fix the wrong gpio offset
Signed-off-by: Minkyu Kang
---
include/s3c6400.h |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/s3c6400.h b/include/s3c6400.h
index fd3e99b..1da85a1 100644
--- a/include/s3c6400.h
+++ b/include/s3c6400.h
@@ -215,9 +215,9
Hi,
Sorry. This was an error due to location of code in a shared filesystem in
vmware machine.
I was able to build after I moved code to another filesystem.
Thanks,
Neeraj
--- On Thu, 4/2/09, Neeraj Tandon wrote:
From: Neeraj Tandon
Subject: [U-Boot] make davinci_dvevm_config error
To:
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 22:02 Wed 01 Apr , Tom Rix wrote:
>
>> https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
>>
>> The zoom2 has an auxillary board that contains the serial, net, jtag and
>> battery simulator. This ch
thanks Jerry Van Baren-7
sorry about my postpone replying
the problem have solved some days ago, thanks for your suggestion about
clocks configurate, though it's
not clocks' bussiness.
the register cmx_uar is mistake, i have fixed it up by manual. everything is
done
later i will take the details
Dear Wolfgang,
Please pull git://git.denx.de/u-boot-fdt.git master. These are bugfixes
from dtc/libfdt and resynchronizes us.
Thanks,
gvb
The following changes since commit ed9953d6903c9673135a96ae1644f61cb0eac5ce:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boo
On 01:06 Fri 03 Apr , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <20090402192755.gb15...@game.jcrosoft.org> you wrote:
> >
> > if Remy is ok
> > could apply the at91 pull request then I will generate the final usb
> > reorganisation patch?
>
> That should go
2009/4/2 alfred steele :
> Hi:
>
> Was going through the patch for uboot posted earlier this year and the
> related review comments here:
>
> http://www.mail-archive.com/u-boot@lists.denx.de/msg01140.html.
>
> From the thread, it looks like no one is working on the u-boot nand
> boot on imx31 pdk.
Hi all,
I want to boot linux by a simplified bootloader. I use Atmel's ARM
chip (AT91SAM9RL64EK board). Now, I can boot linux with my small
program. The small program will parse the image generaed by "mkimage"
and copy the kernel bianry from NAND flash to SDRAM, construct the tag
list, disable I/D
From: prafulla_wadaskar
This debug_prints strategy provides-
A. pre-formatted debug and print macros to be used in a code
B. flexiblility to enable selective debug prints without
modifying a source code
For more details refer doc/README.debug_prints
Signed-off-by: prafulla_wadaskar
---
conf
From: prafulla_wadaskar
In some cases the u-boot.bin need to be processed further
to create bootable u-boot binary from boot device
This processing may be cpu,soc and/or board spcific
bin_dep.sh provides a mechanism to execute bin_dep.sh
if present in above platform specific folders
Signed-off-b
From: prafulla_wadaskar
Added macronix SF driver for MTD framework
MX25L12805D is supported and tested
TBD: sector erase implementation, other deivces support
Signed-off-by: prafulla_wadaskar
Tested by: prafulla_wadaskar
---
drivers/mtd/spi/Makefile|1 +
drivers/mtd/spi/macronix.c |
101 - 124 of 124 matches
Mail list logo