Dear Tom, Wolfgang,
Can you please let me know the status of the remainging patches of this
patch-set.
I have not received any reply after sending v3 patch a long time back
These are the Acks I have already received
SPEAr : Configuring FSMC driver for NAND interface
http://www.mail-archive.com/
Hi Kim
Thanks for the reply.
I would like to make my situation more clear to you.
CONFIG_SPD_EEPROM is defined in my board config file already. I could read
the following spd eeprom info also. From this, its clear that we have enough
hardware to provide 1GB memory.
*DIMM type: JKCS38UKA 1
On Wed, Jun 9, 2010 at 11:18 PM, Kumar Gala wrote:
> static int do_errata(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
> {
> + __maybe_unused u32 svr = get_svr();
> +
> +#if defined(CONFIG_FSL_SATA_V2) && defined(CONFIG_FSL_SATA_ERRATUM_A001)
> + if (IS_SVR_REV(svr, 1, 0) &&
>
Change CONFIG_SYS_MALLOC_LEN ,Now I can write a yaffs2 file system image (59M)
in nand flash (/flash/a )
but The Linux how to find the file system image?(the system support yaffs2)
set bootargs noinitrd root=/dev/mtdblock3 rootfstype=yaffs2 rw
console=ttySAC0,115200 init=/linuxrc mem=64M
thi
Special Package for this week
Certified Physicians in America
788,977 in total * 17,817 emails
Featuring coverage for more than 30 specialties like Internal Medicine, Family
Practice, Opthalmology, Anesthesiologists, Cardiologists and more
16 different sortable fields
Listing of US Pharma C
Got it :)
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Thursday, June 10, 2010 4:26 PM
> To: Martinez, Aldo
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH 00/11][U-BOOT][ZOOM3] Initial support.
>
> Dear Aldo Cedillo,
>
> In message <1276200675-16489
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
board/logicpd/zoom3/zoom3.h | 163 +++
1 files changed, 163 insertions(+), 0 deletions(-)
create mode 100644 board/logicpd/zoom3/zoom3.h
diff --git a/board/logicpd/zoom3/z
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
MAINTAINERS |4
MAKEALL |1 +
Makefile|3 +++
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7a13d28..384dda9 100644
--- a/MAINTAINERS
+++ b/
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Fred Server
> Sent: Thursday, June 10, 2010 8:48 PM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] MMC/SD Support for Open-RD Base/Ultimate
>
> Hello All,
>
> Are there any p
On 6/10/2010 12:02 PM, Douglas Lopes Pereira wrote:
> Hi all,
>
> I need some help here...
>
> I'm working on adding a driver for KSZ8841 ethernet controller which I found
> at this forum: blackfin.uclinux.org.
>
> I was looking at the mail list archive and found a message from Prafulla
> answering
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Thursday, June 10, 2010 2:20 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V7 3/3] Add support for the LaCie ED
> Mini V2 board
>
> This pat
Hello.
Please forgive my delay.
> 16:58:32.290407 IP 10.12.48.10.33088 > 10.12.48.32.3285: UDP, length 2959
> 16:58:32.290410 IP 10.12.48.10 > 10.12.48.32: udp
> 16:58:32.290412 IP 10.12.48.10 > 10.12.48.32: udp
The third fragment here is less than 8 bytes of payload, and this
triggers the bug.
* the following problems are met :
config was set to use the new driver as a default but
- RMII was not enabled for the new driver
- the new driver didn't compile with RMII enabled
- the new driver initialize a PHY at address O when the PHY of
this board is at 1 thus we get "AT91 EMAC RMII: No PHY
Contrary to popular belief, the entry point for a stand-alone program is not
consistent. The only way to know for sure is to use the nm program and
search for the entry point function. So we update the Makefile build rule
to display this entry point after the ELF image is created.
Signed-off-by:
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
board/logicpd/zoom3/debug_board.c | 66 +
1 files changed, 66 insertions(+), 0 deletions(-)
create mode 100644 board/logicpd/zoom3/debug_board.c
diff --git a/board/logicpd/zo
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
board/logicpd/zoom3/zoom3.c | 201 +++
1 files changed, 201 insertions(+), 0 deletions(-)
create mode 100644 board/logicpd/zoom3/zoom3.c
diff --git a/board/logicpd/zoom3/z
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
board/logicpd/zoom3/zoom3_serial.h | 76
1 files changed, 76 insertions(+), 0 deletions(-)
create mode 100644 board/logicpd/zoom3/zoom3_serial.h
diff --git a/board/logicpd/z
Hi all,
I need some help here...
I'm working on adding a driver for KSZ8841 ethernet controller which I found
at this forum: blackfin.uclinux.org.
I was looking at the mail list archive and found a message from Prafulla
answering Raphael Amorin.
Mr. Prafulla suggested him to add the input code
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
include/configs/omap3_zoom3.h | 271 +
1 files changed, 271 insertions(+), 0 deletions(-)
create mode 100644 include/configs/omap3_zoom3.h
diff --git a/include/configs/oma
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
board/logicpd/zoom3/zoom3_serial.c | 132
1 files changed, 132 insertions(+), 0 deletions(-)
create mode 100644 board/logicpd/zoom3/zoom3_serial.c
diff --git a/board/logicpd/
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
common/serial.c |2 ++
include/serial.h |7 +++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/common/serial.c b/common/serial.c
index fceabfa..2a644ba 100644
--- a/common/serial.c
+++
Dear Aldo Cedillo,
In message <1276200675-16489-1-git-send-email-aldo.cedi...@ti.com> you wrote:
> From: Aldo Brett Cedillo Martinez
>
> The following series of patches is intented to give basic functionality
> to OMAP3630 Zoom3 board. All your reviews are welcome and appreciated.
>
> Aldo Bre
Hi Prafulla,
Le 10/06/2010 21:36, Prafulla Wadaskar a écrit :
>> +/* Display device and revision IDs.
>> + * This function must cover all known device/revision
>> + * combinations, not only the one for which u-boot is
>> + * compiled; this way, one can identify actual HW in
>> + * case of a
convert the board to the new soc architecture
update default config
i2c upgrade taken from eb_cpux9k2.h & board/BuS/eb_cpux9k2/cpux9k2.c
Signed-off-by: Eric Bénard
---
Makefile |2 +-
board/eukrea/cpuat91/cpuat91.c | 53 ---
include
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Thursday, June 10, 2010 2:20 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V7 1/3] Initial support for Marvell
> Orion5x SoC
>
...snip...
>
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
board/logicpd/zoom3/config.mk | 33 +
1 files changed, 33 insertions(+), 0 deletions(-)
create mode 100644 board/logicpd/zoom3/config.mk
diff --git a/board/logicpd/zoom3/config.m
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
board/logicpd/zoom3/Makefile | 54 ++
1 files changed, 54 insertions(+), 0 deletions(-)
create mode 100644 board/logicpd/zoom3/Makefile
diff --git a/board/logicpd/zoom3/M
From: Aldo Brett Cedillo Martinez
The following series of patches is intented to give basic functionality
to OMAP3630 Zoom3 board. All your reviews are welcome and appreciated.
Aldo Brett Cedillo Martinez (11):
[U-BOOT][ZOOM3] Initial support - adding board files (zoom3.h)
[U-BOOT][ZOOM3] I
From: Aldo Brett Cedillo Martinez
Signed-off-by: Aldo Brett Cedillo Martinez
---
board/logicpd/zoom3/led.c | 133 +
1 files changed, 133 insertions(+), 0 deletions(-)
create mode 100644 board/logicpd/zoom3/led.c
diff --git a/board/logicpd/zoom3/led
Hi Ben,
thanks for the quick reply.
On Thu, Jun 10, 2010 at 4:18 PM, Ben Warren wrote:
> On 6/10/2010 12:02 PM, Douglas Lopes Pereira wrote:
>
>> Hi all,
>>
>> I need some help here...
>>
>> I'm working on adding a driver for KSZ8841 ethernet controller which I
>> found
>> at this forum: blackfi
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Thursday, June 10, 2010 2:20 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V7 1/3] Initial support for Marvell
> Orion5x SoC
>
> This patch adds
From: Aldo Brett Cedillo Martinez
This patch gives basic funcionality to OMAP3630 Zoom3 board.
Signed-off-by: Aldo Brett Cedillo Martinez
---
MAINTAINERS|4 +
MAKEALL|1 +
Makefile |3 +
board/logicpd/zoo
> -Original Message-
> From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net]
> Sent: Thursday, June 10, 2010 3:56 PM
> To: Tanmay Upadhyay
> Cc: Prafulla Wadaskar; u-boot@lists.denx.de
> Subject: Re: [PATCH] ARM: Kirkwood: Add support for
> OpenRD-Client & OpenRD-Ultimate
>
> On
Dear Zied Fakhfakh,
In message you
wrote:
>
> > You need a toolchain. Try this one:
> >
> > http://www.denx.de/wiki/DULG/ELDK
> >
> > There's a mailing list and everything. Ask intelligent questions there.
> >
> [?]
http://lists.denx.de/mailman/listinfo/eldk
Best regards,
Wolfgang Denk
--
Dear Adam Moskowitz,
In message <20100610173438.ga25...@cakewalk.menlo.com> you wrote:
>
> Here's my situation . . . We have a custom PPC-based board that
> currently boots from a kernel in the on-board flash and the root fs
> mounted via NFS. My project is to move the root fs into flash; to test
On Thu, Jun 10, 2010 at 6:53 PM, Ben Warren wrote:
> You need a toolchain. Try this one:
>
> http://www.denx.de/wiki/DULG/ELDK
>
> There's a mailing list and everything. Ask intelligent questions there.
>
[?]
>
> regards,
>
--
Zied FAKHFAKH
Dot TN - CTO
@: fz...@dottn.com
t: +216 71 82 89
Here's my situation . . . We have a custom PPC-based board that
currently boots from a kernel in the on-board flash and the root fs
mounted via NFS. My project is to move the root fs into flash; to test
that -- mainly to save time and write cycles on the flash -- I'm trying
to do my debugging by pu
On 6/10/2010 10:51 AM, Zied Fakhfakh wrote:
> it's definitly this one
>
> On Thu, Jun 10, 2010 at 6:40 PM, Zied Fakhfakh wrote:
>
>
>> MPC8349ITX
>>
>>
> http://www.linuxfordevices.com/files/misc/freescale_mpc8349e_mitx.jpg
>
> [r...@zitouna u-boot-2010.03]# make MPC8349ITX_config
> make
it's definitly this one
On Thu, Jun 10, 2010 at 6:40 PM, Zied Fakhfakh wrote:
> MPC8349ITX
>
http://www.linuxfordevices.com/files/misc/freescale_mpc8349e_mitx.jpg
[r...@zitouna u-boot-2010.03]# make MPC8349ITX_config
make: ppc_8xx-gcc: Command not found
/bin/sh: ppc_8xx-gcc: command not found
d
Zied Fakhfakh wrote:
> > HI all,
> >
> > I'm new to u-boot. I trying to build u-boot 2010-03 for freescale 8349E
> >
> > make MPC8349E_config
> >
> > does not work ?
Probably because there is not a board with this name...
> >
> > any suggestion ?
There are some boards using this processor:
MPC8
HI all,
I'm new to u-boot. I trying to build u-boot 2010-03 for freescale 8349E
make MPC8349E_config
does not work ?
any suggestion ?
--
Zied FAKHFAKH
Dot TN - CTO
@: fz...@dottn.com
t: +216 71 82 89 58
f: +216 71 82 89 58
w: http://www.dottn.com
a: Centre Molka, Esc E, Bur 17 - Manar 2 - 20
Tom,
Please pull u-boot-ti/master.
This set consists of a patch set from Sudhkar which earlier broke other
DaVinci boards. I verified that all DaVinci boards built fine.
Thanks,
Sandeep
The following changes since commit 23911740486c59851df57521c49bfd81ce1865ec:
Delio Brignoli (1):
DaV
> >
> > Signed-off-by: Sudhakar Rajashekhara
> > Acked-by: Ben Gardiner
> > Reviewed-by: Wolfgang Denk
> > ---
> > MAINTAINERS |4 +
> > MAKEALL |1 +
> > Makefile |3 +-
> >
Hello All,
Are there any plans to add MMC/SD support for the Open-RD Base/Ultimate
platforms ? It was on a to be done list over 6 months ago, but there
doesn't seem to have been any movement. I have tried a recent version of
U-boot and like some of the new features, but because I need to boot fr
Watchdog resets were experienced during autoboot delay. Petting the watchdog
during putc() and tstc() functions solve the issue.
Signed-off-by: Nicolas Ferre
---
drivers/serial/atmel_usart.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/atmel_usart.c
Le 30/05/2010 13:17, Tom Rix :
> Nicolas Ferre wrote:
>> For platforms that implement a hardware watchdog, call its initialization
>> routine in init_sequence.
>> This location has been chosen to be the closest to initialization of
>> console as
>> some watchdog drivers are writing status messages.
Hi Thirumalai,
On Thu, 10 Jun 2010 15:26:11 +0530
"Thirumalai" wrote:
> - Original Message -
> From: "Stefan Roese"
> To: "Thirumalai"
> Sent: Thursday, June 10, 2010 3:16 PM
> Subject: Re: Regarding M96 GPU
>
>
> > Hi Thirumalai,
> >
> > On Thursday 10 June 2010 11:43:23 Thirumalai
On Thu, 10 Jun 2010 15:08:00 +0530
Tanmay Upadhyay wrote:
> >> +#define MACH_TYPE_OPENRD_ULTIMATE 2884
> >>
> > I don't think this file is supposed to be edited in patches, but rather
> > synched from arm-linux by Wolfgang from time to time.
>
> Sorry, I didn't know about that. However
- Original Message -
From: "Stefan Roese"
To: "Thirumalai"
Sent: Thursday, June 10, 2010 3:16 PM
Subject: Re: Regarding M96 GPU
> Hi Thirumalai,
>
> On Thursday 10 June 2010 11:43:23 Thirumalai wrote:
>> I just want to know whether the u-boot will support M96 GPU.
>> I
>>
Hi Stefen,
I just want to know whether the u-boot will support M96 GPU. I
having a graphics card which is based on the M96 and it working fine on
linux environment. But it is not getting detected on u-boot. I am using
u-boot 2010-03.
What and all need to modify to support M96 o
On 06/10/2010 02:46 PM, Simon Kagstrom wrote:
On Thu, 10 Jun 2010 14:42:24 +0530
Tanmay Upadhyay wrote:
This patch modifies existing OpenRD-Base support to deal with all
the three OpenRD boards (OpenRD-Base, OpenRD-Client& OpenRD-Ultimate).
Yes, that's a good change!
diff --
This patch adds support for the T3CORP board, based on the
AppliedMicro (AMCC) PPC460GT.
Signed-off-by: Stefan Roese
---
MAINTAINERS|1 +
MAKEALL|1 +
Makefile |3 +
board/t3corp/Makefile | 53 +
board/t3corp/chip_confi
By defining CONFIG_M88E_DISABLE_FIBRE boards can configure the
M88E PYH to disable fibre. This is needed for an upcoming PPC460GT
based board, which has fibre/copper auto-selection enabled by default.
This doesn't seem to work. So we disable fibre in the PHY register.
Signed-off-by: Stefan
Background Info:
Some PPC440/460 boards have caches enabled in the Boot/FLASH TLB (via
init.S) to speed up the boot process. In relocate_code (start.S) the
cache inhibit attribute for this TLB is set to disable cache. This is
needed for the CFI FLASH driver.
This patch now cleans this code up:
- C
This patch adds some DDR(2) macros to all PPC4xx's equipped with
this IBM DDR1/2 controller.
Signed-off-by: Stefan Roese
---
arch/powerpc/include/asm/ppc4xx-sdram.h |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/include/asm/ppc4xx-sdram.h
b/arch/powerpc
As described in item #10 of the SDRAM initialization (chapter 22.2.9
of the PPC460EX/EXr/GT users manual), RDSS may need to be adjusted. The
code for this is now factored out and executed for non-SPD based boards
as well.
Signed-off-by: Stefan Roese
---
arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c |
This patch makes it possible to overwrite the default auto-calibration
scan window (SDRAM_WRDTR.[WDTR], SDRAM_CLKTR.[CKTR] values) with
board specific values. The parameters of the weak default function are
corrected as well. This way we don't need the casts any more.
This feature will be used by
By not defining CONFIG_SYS_PCI_MASTER_INIT and CONFIG_SYS_PCI_TARGET_INIT,
PCI support (host and adapter) will not be enabled. But it's still
possible to use the U-Boot PCI infrastructure for the PCIe ports.
This configuration option is needed for a new 460GT board, which uses
PCIe but has PCI dis
This patch enables booting with option E on the PPC460EX/EXr/GT.
When booting with Option E, the PLL is in bypass, CPR0_PLLC[ENG]=0.
The Software Boot Configuration Procedure is needed to engage the
PLL and perform a chip reset.
Signed-off-by: Stefan Roese
---
arch/powerpc/cpu/ppc4xx/cpu_init.c
On Thu, 10 Jun 2010 14:42:24 +0530
Tanmay Upadhyay wrote:
> This patch modifies existing OpenRD-Base support to deal with all
> the three OpenRD boards (OpenRD-Base, OpenRD-Client & OpenRD-Ultimate).
Yes, that's a good change!
> diff --git a/arch/arm/include/asm/mach-types.h
> b/arch/arm/inclu
This patch modifies existing OpenRD-Base support to deal with all
the three OpenRD boards (OpenRD-Base, OpenRD-Client & OpenRD-Ultimate).
Signed-off-by: Tanmay Upadhyay
---
Makefile|9 +-
arch/arm/include/asm/mach-types.h | 13 ++
board/Marvell/openrd/
Piotr Piwko wrote:
> Hello,
>
Hi,
> Is there any possibility to download a system image from external FTP
> server?
No, there is not, at least at the moment...
> As I know, U-boot only supports the access to TFTP local
> server, but time to time it would be very useful for me if I can
> downlo
Hello,
Is there any possibility to download a system image from external FTP
server? As I know, U-boot only supports the access to TFTP local
server, but time to time it would be very useful for me if I can
download the image through external FTP server.
Thanks in advance for your engagement,
--
63 matches
Mail list logo