Albert Aribaud wrote:
> This patch adds initial u-boot support for the Marvell orion5x
> SoC and the LAcie ED Mini V2 board--support is limited to serial,
> flash and environment. Further support will be added as devices
> common with kirkwood are made useable across SoCs.
>
> Signed-off-by: Alber
This patch adds initial u-boot support for the Marvell orion5x
SoC and the LAcie ED Mini V2 board--support is limited to serial,
flash and environment. Further support will be added as devices
common with kirkwood are made useable across SoCs.
Signed-off-by: Albert Aribaud
---
Makefile
> > > Is there a SDCARD support for MPC8315e?
> >
> > Yes. Have a look the drivers/mmc
>
> Hm... AFAIK, 8315 chips don't include eSDHC controller.
>
> (It is still possible to connect SD cards via SPI, but mmc
> spi driver isn't yet included into U-Boot.)
Anton is right, I was assuming the 831
On Friday 13 November 2009 13:53:45 Scott Wood wrote:
> Mike Frysinger wrote:
> > On Wednesday 04 November 2009 19:41:41 Scott Wood wrote:
> >> --- a/rules.mk
> >> +++ b/rules.mk
> >>
> >> +$(HOSTOBJS): $(obj)%.o: %.c
> >> + $(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR))
> >>
The following changes since commit efe12bcec55c3d77b9ead56e62010d26b66781f3:
Stefan Roese (1):
ppc4xx: Katmai: Add chip_config command
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git next
Amul Kumar Saha (2):
Flex-OneNAND driver support
ENV
Peter,
On Fri, 2009-11-13 at 17:10 -0500, Justin Waters wrote:
> Peter,
>
> On Fri, 2009-11-13 at 16:39 -0500, Peter Tyser wrote:
> > My guess is that somehow the end of u-boot command section is getting
> > corrupted. Perhaps the editenv patches, etc increase the size of your
> > image such the
Peter,
On Fri, 2009-11-13 at 16:39 -0500, Peter Tyser wrote:
> My guess is that somehow the end of u-boot command section is getting
> corrupted. Perhaps the editenv patches, etc increase the size of your
> image such there's an overlap in sections that isn't reported as an
> error? Or is the st
Hi Justin,
> > > > And are you seeing 2 separate issues: 1 where the help output is
> > > > garbled, and 1 where the "help" command can't be ran?
> > >
> > > Yes, I am seeing two separate issues. It depends on which commit I use.
> > > If I go back to the "readline" commit, then I get garbled ou
On Fri, 2009-11-13 at 12:50 -0500, Peter Tyser wrote:
> On Fri, 2009-11-13 at 12:01 -0500, Justin Waters wrote:
> > Hi Peter,
> >
> > On Fri, 2009-11-13 at 11:50 -0500, Peter Tyser wrote:
> > > Do no commands work for you, or just "help" in particular?
> >
> > >From what I can tell, just "help".
From: Sandeep Paulraj
The EMAC IP on DM365 and DM646x is slightly different from
that on DM644x. This patch updates the DaVinci EMAC driver
so that EMAC becomes operational on DM365 in U-Boot.
A flag 'CONFIG_DAVINCI_EMAC_VERSION2' is used in the driver.
This flag will need to be defined in the DM
Mike Frysinger wrote:
> On Wednesday 04 November 2009 19:41:41 Scott Wood wrote:
>> --- a/rules.mk
>> +++ b/rules.mk
>>
>> +$(HOSTOBJS): $(obj)%.o: %.c
>> +$(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) -o
>> $@ $< -c
>> +$(NOPEDOBJS): $(obj)%.o: %.c
>> +$(HOSTCC) $(
On Wednesday 04 November 2009 19:41:41 Scott Wood wrote:
> --- a/rules.mk
> +++ b/rules.mk
>
> +$(HOSTOBJS): $(obj)%.o: %.c
> + $(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) -o
> $@ $< -c
> +$(NOPEDOBJS): $(obj)%.o: %.c
> + $(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTCFLAGS
On Fri, 2009-11-13 at 12:01 -0500, Justin Waters wrote:
> Hi Peter,
>
> On Fri, 2009-11-13 at 11:50 -0500, Peter Tyser wrote:
> > Do no commands work for you, or just "help" in particular?
>
> >From what I can tell, just "help".
Interesting...
> > And are you seeing 2 separate issues: 1 where t
Gupta, Ajay Kumar wrote:
> Hi,
>> Hi,
>>> Tested USB host functionality on DA830 EVM.
>>>
>>> Signed-off-by: Ajay Kumar Gupta
>>> Signed-off-by: Swaminathan S
>>> ---
>>
>>
>>> --- a/include/usb.h
>>> +++ b/include/usb.h
>>> @@ -183,7 +183,8 @@ struct usb_device {
>>> #if defined(CONFIG_USB_UHC
Hi,
> Hi,
>> Tested USB host functionality on DA830 EVM.
>>
>> Signed-off-by: Ajay Kumar Gupta
>> Signed-off-by: Swaminathan S
>> ---
>
>
>
>> --- a/include/usb.h
>> +++ b/include/usb.h
>> @@ -183,7 +183,8 @@ struct usb_device {
>> #if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \
>
Gupta, Ajay Kumar wrote:
> Hi,
>> Tested USB host functionality on DA830 EVM.
>>
>> Signed-off-by: Ajay Kumar Gupta
>> Signed-off-by: Swaminathan S
>> ---
>
>
>
>> --- a/include/usb.h
>> +++ b/include/usb.h
>> @@ -183,7 +183,8 @@ struct usb_device {
>> #if defined(CONFIG_USB_UHCI) || defined(
Hi Peter,
On Fri, 2009-11-13 at 11:50 -0500, Peter Tyser wrote:
> Do no commands work for you, or just "help" in particular?
>From what I can tell, just "help".
> And are you seeing 2 separate issues: 1 where the help output is
> garbled, and 1 where the "help" command can't be ran?
Yes, I am s
On Fri, 2009-11-13 at 11:10 -0500, Justin Waters wrote:
> It looks like the "help" command is broken on the AT91SAM9G10-EK on
> 2009.11-rc1. I get the following message any time I try to run it:
>
> Unknown command 'help' - try 'help'
>
> I've bisected the issue, and it looks like it started wit
Hi,
> Tested USB host functionality on DA830 EVM.
>
> Signed-off-by: Ajay Kumar Gupta
> Signed-off-by: Swaminathan S
> ---
> --- a/include/usb.h
> +++ b/include/usb.h
> @@ -183,7 +183,8 @@ struct usb_device {
> #if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \
> defined(CONF
Justin Waters wrote:
> It looks like the "help" command is broken on the AT91SAM9G10-EK on
> 2009.11-rc1. I get the following message any time I try to run it:
>
> Unknown command 'help' - try 'help'
>
> I've bisected the issue, and it looks like it started with the addition
> of the "editenv" c
It looks like the "help" command is broken on the AT91SAM9G10-EK on
2009.11-rc1. I get the following message any time I try to run it:
Unknown command 'help' - try 'help'
I've bisected the issue, and it looks like it started with the addition
of the "editenv" command (commit
246c69225c7b962d5c93
Hi all,
I am trying to make u-boot work with my EHCI controler and everything goes well
up to when it comes to powering on the port:
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... New Device 0
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0 length
0x
Now that we dynamically determine TLB CAM entries to use we dont need
CONFIG_SYS_DDR_TLB_START anymore.
Signed-off-by: Kumar Gala
---
include/configs/MPC8572DS.h |1 -
include/configs/P1_P2_RDB.h |2 --
include/configs/P2020DS.h |1 -
3 files changed, 0 insertions(+), 4 deletions(-
Rather than hard coding which TLB entry the FLASH is mapped with we can
use find_tlb_idx to determine the entry.
Signed-off-by: Kumar Gala
---
board/freescale/mpc8536ds/mpc8536ds.c |2 +-
board/freescale/mpc8572ds/mpc8572ds.c |2 +-
board/freescale/p1_p2_rdb/p1_p2_rdb.c |2 +-
board/
Now that we track which TLB CAM entries are used we can allocate
entries on the fly. Change the SPD DDR TLB setup code to assume
we use at most 8 TLBs (or the number free, which ever is fewer).
Signed-off-by: Kumar Gala
---
cpu/mpc85xx/tlb.c | 12 ++--
1 files changed, 6 insertions(+)
We need to track which TLB CAM entries are used to allow us to
"dynamically" allocate entries later in the code. For example the SPD
DDR code today hard codes which TLB entries it uses. We can now make
that pick entries that are free.
Signed-off-by: Kumar Gala
---
cpu/mpc85xx/cpu_init.c
On Fri, Nov 13, 2009 at 10:05:11PM +0800, Liu Dave-R63238 wrote:
> > Is there a SDCARD support for MPC8315e?
>
> Yes. Have a look the drivers/mmc
Hm... AFAIK, 8315 chips don't include eSDHC controller.
(It is still possible to connect SD cards via SPI, but mmc spi
driver isn't yet included into
The following changes since commit 4f127980e0d4ba179b4628ebf8e8642210731055:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-net
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Dave Liu (1):
fsl-ddr: Fix the chip-select inter
We were incorrectly use the max CAM size as the number of entries in
the array for setting up the addrmap. We should be using the NENTRY
field which is the low 12-bits of TLB1CFG.
Signed-off-by: Kumar Gala
---
cpu/mpc85xx/tlb.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff
I had the u-boot 1.3.2 and that version didn't have these code.
I get the git source tree.
Thanks.
Liu Dave-R63238 wrote:
>> Is there a SDCARD support for MPC8315e?
>>
>
> Yes. Have a look the drivers/mmc
>
>
--
cid:image002.gif@01C8B04F.DE139770
*Marcos Aurélio pinto cunha, PMP
En
Hi Stefan,
Stefan Roese wrote:
> Hi Matthias,
>
> On Wednesday 11 November 2009 22:12:06 Matthias Fuchs wrote:
>>> please pull some updates for "next". Thanks.
>>>
>>>
>>> The following changes since commit
>>> cd12f615e4dd1dd24caab93f4157894783c6c1c0: Wolfgang Grandegger (1):
>>> mpc52xx
On 13/11/09 13:05, Ajay Kumar Gupta wrote:
> Tested USB host functionality on DA830 EVM.
>
> Signed-off-by: Ajay Kumar Gupta
> Signed-off-by: Swaminathan S
> ---
> Patch has updated licensing header.Other patch in series has no update
> so not reposting them untill I get any rework comment.
>
>
> Is there a SDCARD support for MPC8315e?
Yes. Have a look the drivers/mmc
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Paulraj, Sandeep wrote:
> Ajay,
>
> We have a problem with your licensing
>
>> Subject: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support
>>
>> Tested USB host functionality on DA830 EVM.
>>
>> Signed-off-by: Ajay Kumar Gupta
>> Signed-off-by: Swaminathan S
>> ---
>> drivers/usb/musb/Makefi
Dears,
Is there a SDCARD support for MPC8315e?
Best Regards.
--
cid:image002.gif@01C8B04F.DE139770
*Marcos Aurélio pinto cunha, PMP
Engenheiro eletricista / electrical engineer
***
cid:image002.gif@01C8B04F.DE139770
cid:image003.gif@01C8B04F.DE139770
Fone: +55 (85) 3216.7934
Fax:
Tested USB host functionality on DA830 EVM.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
Patch has updated licensing header.Other patch in series has no update
so not reposting them untill I get any rework comment.
drivers/usb/musb/Makefile |1 +
drivers/usb/musb/da8xx.
Hi,
> -Original Message-
> From: Paulraj, Sandeep
> Sent: Friday, November 13, 2009 5:36 PM
> To: Gupta, Ajay Kumar; u-boot@lists.denx.de; Tom
> Cc: Subbrathnam, Swaminathan; Wolfgang Denk
> Subject: RE: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support
>
>
> Ajay,
>
> We have a prob
Ajay,
We have a problem with your licensing
> Subject: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support
>
> Tested USB host functionality on DA830 EVM.
>
> Signed-off-by: Ajay Kumar Gupta
> Signed-off-by: Swaminathan S
> ---
> drivers/usb/musb/Makefile |1 +
> drivers/usb/musb/da8xx
This patch removes the duplicted implementations of the pci_master_init()
function by introducing a weak default function for it. It can be
overridden by a board specific version.
Signed-off-by: Stefan Roese
---
board/amcc/bamboo/bamboo.c| 21 -
board/amcc/sequo
This patch removes the duplicted implementations of the pci_pre_init()
function by introducing a weak default function for it. This weak default
has a different implementation for some PPC variants. It can be
overridden by a board specific version.
Signed-off-by: Stefan Roese
---
board/amcc/bamb
Hello Detlev,
Detlev Zundel wrote:
>> Hello PratapChandu,
>>
>> PratapChandu wrote:
>>> The following code fragment in the file common/cmd_i2c.c seems to be
>>> redundant.
>>> Is not good to delete ?
>>>
>>> Line 330 - 336 is like below
>>>
>>> #if 0
>>> for (timeout = 0; timeout < 10;
Somehow the local patch got sent to the list.
Apologies for it.
Please find the correct patch attached.
Regards,
Ajay
> -Original Message-
> From: Gupta, Ajay Kumar
> Sent: Friday, November 13, 2009 3:24 PM
> To: u-boot@lists.denx.de
> Cc: Gupta, Ajay Kumar; Hiremath, Vaibhav; Premi, S
LinkedIn
I'd like to add you to my professional network on LinkedIn.
- praveen
Confirm that you know praveen garaga
https://www.linkedin.com/e/isd/859852854/kHjqICy1/
Every day, millions of professionals like praveen garaga use LinkedIn to
connect with colleagues, find exper
Hi Vaibhav/Sanjeev,
Please review this which I plan to submit today.
It almost same as submited on lo.
Regards,
Ajay
Added function to differentiate between the OMAP3EVM revisions. The
chip-id of the ethernet PHY is being used for this purpose.
Rev A to D : 0x0115
Rev >= E : 0x9220
> 1. TIMING_CFG_0[ACT_PD_EXIT] was set to 6 clocks, but
>It should be set to tXP parameter, tXP=max(3CK, 7.5ns)
> 2. TIMING_CFG_0[PRE_PD_EXIT] was set to 6 clocks, but
>It should be set to tXP (if MR0[A12]=1) else to tXPDLL parameter
>We are setting the mode register MR0[A12]='1'
> 3. T
1. TIMING_CFG_0[ACT_PD_EXIT] was set to 6 clocks, but
It should be set to tXP parameter, tXP=max(3CK, 7.5ns)
2. TIMING_CFG_0[PRE_PD_EXIT] was set to 6 clocks, but
It should be set to tXP (if MR0[A12]=1) else to tXPDLL parameter
We are setting the mode register MR0[A12]='1'
3. TIMING_CFG_5[
Minkyu Kang wrote:
> Dear Kevin Morifitt,
>
> 2009/11/13 kevin.morf...@fearnside-systems.co.uk
> :
>> Hi Minky
>>
>>
>> Minkyu Kang wrote:
>>> Dear Kevin Morfitt
>>>
>>> 2009/11/10 kevin.morf...@fearnside-systems.co.uk
>>> :
This patch adds a unified s3c24x0 cpu header file that selects the
Dear Seunghyeon Rhee,
2009/11/13 이승현 :
> Fix stack_setup to place the stack on the correct address in DRAM
> accroding to U-Boot standard and remove conditional compilation by
> CONFIG_MEMORY_UPPER_CODE macro that is not necessry. This macro
> was introduced and used only by this board for some un
Dear Kevin Morifitt,
2009/11/13 kevin.morf...@fearnside-systems.co.uk
:
> Hi Minky
>
>
> Minkyu Kang wrote:
>> Dear Kevin Morfitt
>>
>> 2009/11/10 kevin.morf...@fearnside-systems.co.uk
>> :
>>> This patch adds a unified s3c24x0 cpu header file that selects the header
>>> file for the specific s3c2
Hi Minky
Minkyu Kang wrote:
> Dear Kevin Morfitt
>
> 2009/11/10 kevin.morf...@fearnside-systems.co.uk
> :
>> This patch adds a unified s3c24x0 cpu header file that selects the header
>> file for the specific s3c24x0 cpu from the SOC and CPU configs defined in
>> board config file. This removes t
Ported over the more efficient linux crc32() function.
A quick comparsion on ppc:
After changing the old crc32 to do 4 bytes in the
inner loop to be able to compare with new version one can note:
- old inner loop has 61 insn, new has 19 insn.
- new crc32 does one 32 bit load of data to crc while
Hi,
Any feedback or comments on this...?
Thanks
Mahavir
On Mon, 2009-11-02 at 22:52 -0800, Mahavir Jain wrote:
> This patch implements write support to usb device with raw partition.
> It will be useful for filesystem write support to usb device from
> u-boot in future.
>
> Tested with writing
flash_sect_erase() displays message "Erased #N sectors" even when
there are some protected sectors found and command "erase" fail.
Signed-off-by: Seunghyeon Rhee
---
common/cmd_flash.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/common/cmd_flash.c b/common/cmd_fl
53 matches
Mail list logo