Hi all!
I begin use U-Boot at my custom board based on ppc440x5.
Here is Mem Info that we are using on board:
16MB Nor flash with base address 0xfc00
512MB DDR with base addr 0x
256kb ISRAM with base addr 0xc000
TEXT_BASE 0xfffc
Tlb entries for board is:
tlbentry( 0xff
Hi,
We got the several samsung SoC board, just send your patch and can
test it with our board
And current samsung SoC maintainer for u-boot is Minkyu Kang.
Thank you,
Kyungmin Park.
On Mon, Jan 11, 2010 at 7:50 PM, Naveen Krishna Ch
wrote:
> Hi Liakhovetski,
>
> I learnt you maintained for SMD
On Tuesday 12 January 2010 08:02:51 anupbeh...@gmail.com wrote:
> I begin use U-Boot at my custom board based on ppc440x5.
What kind of PPC4xx ist this? PPC440EPx?
> Here is Mem Info that we are using on board:
>
> 16MB Nor flash with base address 0xfc00
> 512MB DDR with base addr 0x000
Hello Vipin,
Vipin KUMAR wrote:
> SPEAr SoCs contain a synopsys i2c controller.
> This patch adds the driver for this IP.
>
> Signed-off-by: Vipin
> ---
> drivers/i2c/Makefile |1 +
> drivers/i2c/spr_i2c.c| 330
> ++
> includ
On Mon, Jan 11, 2010 at 10:52 PM, Premi, Sanjeev wrote:
>> -Original Message-
>> From: u-boot-boun...@lists.denx.de
>> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Khasim
>> Syed Mohammed
>> Sent: Saturday, January 09, 2010 10:17 AM
>> To: u-boot@lists.denx.de; beaglebo...@googlegrou
LinkedIn
REMINDERS:
Invitation Reminders:
* View Invitation from Baojun Wang
http://www.linkedin.com/e/YhLefj14Y3m-0E8v1ZCDgtixJP5Kn9_7/blk/I1667137373_2/39vcPsPdPcNdPoSckALqnpPbOYWrSlI/svi/
PENDING MESSAGES:
There are a total of 9 messages awaiting your re
On Mon, 11 Jan 2010 14:04:17 +0300
Anton Vorontsov wrote:
> Hm.. strange, you didn't receive v3 of this patch? In v3 I fixed
> all the issues as well:
argh, you're right, I missed that one! Too much email, man...
I'll add the trivial ...RELOC_SP definition after WD pulls the current
u-boot-mpc
Albert Aribaud wrote:
> This patch adds support for the LaCie ED Mini V2 product
> which is based on the Marvell Orion5x SoC.
> Current support is limited to console and Flash.
> Flash support uses CONFIG_FLASH_CFI_LEGACY as the
> Macronix MX29LV400 used on ED Mini V2 is not CFI
> compliant (mixes
Hi Stefano,
More comments below.
--- On Mon, 1/11/10, Stefano Babic wrote:
> From: Stefano Babic
> Subject: [U-Boot] [PATCH 9/9] Add initial support for Freescale mx51evk board
> To: u-boot@lists.denx.de
> Date: Monday, January 11, 2010, 10:26 AM
> The patch adds initial support for
> the Free
Sudhakar Rajashekhara wrote:
> From: Sekhar Nori
>
> This adds a driver for the SPI controller found on davinci
> based SoCs from Texas Instruments.
>
> Signed-off-by: Sekhar Nori
> Signed-off-by: Sudhakar Rajashekhara
> ---
> Modification from the previous version:
> 1. One unused member (mr
On Monday 11 January 2010 15:00:40 Juha Kuikka wrote:
> 2. On DM850 the MUSB interrupts are read from a wrapper, not from MUSB
> block . Add optional interface function to read-and-clear interrupts.
>
> +#ifndef CONFIG_MUSB_SOC_IRQ
> +static void musb_get_interrupts(u8 *usb, u16 *rx, u16 *tx)
> +{
Hi,
I ran into some issues with the MUSB-UDC support while adding a new
Davinci DM850/OMAP-L138 board:
1. Move endpoint count into SoC specific musb-header file. This
implementation only has 4 instead of 15 OMAP2/3 has.
2. On DM850 the MUSB interrupts are read from a wrapper, not from MUSB
block
Dear Sandeep,
NetStar is OMAP based board and you are listed as OMAP maintainer, so one
week before merge window closes I'd like to ask whenever there are any issues
with patches I sent, which I should eventually resolve to get them merged.
Thank you,
ladis
___
Hi
Guennadi Liakhovetski skrev:
Hm, I'm afraid, I broke more than just that. Now that I look at this loop,
looks like I broke not only 32-bit transfers, but also all transfers with
bitlen > 16, and this fix is then incomplete - it doesn't fix cases with
bitlen > 32. Magnus, loo
The following changes since commit 6ca9da4d42aeb43df5ef29f7d0518009df583b2f:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git master
Nick Thompson (1):
Davinci: davinci_na
Hi Stefano,
--- On Mon, 1/11/10, Stefano Babic wrote:
> From: Stefano Babic
> Subject: [U-Boot] [PATCH 9/9] Add initial support for Freescale mx51evk board
> To: u-boot@lists.denx.de
> Date: Monday, January 11, 2010, 10:26 AM
> The patch adds initial support for
> the Freescale mx51evk board.
>
This patch adds support for ASTRO board(s) based on MCF5373L.
Signed-off-by: Wolfgang Wegner
---
v2->v3: fixed another load of coding style issues after finding out
about checkpatch.pl...
I hope to have addressed all the comments and errors that were present
in the first submission; exceptions ar
Signed-off-by: Matthias Weisser
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile |7 +
board/syteco/jadecpu/Makefile| 55 +++
board/syteco/jadecpu/config.mk |1 +
board/syteco/jadecpu
Signed-off-by: Matthias Weisser
---
drivers/video/Makefile |1 +
drivers/video/cfb_console.c |2 +-
drivers/video/jadegdc.c | 193 +++
3 files changed, 195 insertions(+), 1 deletions(-)
create mode 100644 drivers/video/jadegdc.c
diff --g
Signed-off-by: Matthias Weisser
---
common/serial.c |3 +-
cpu/arm926ejs/jade/Makefile | 47 +
cpu/arm926ejs/jade/reset.c | 37
cpu/arm926ejs/jade/timer.c | 127 +
include/asm-arm/arch-jade/hardwar
This patchset adds support for the MB86R01 'Jade' SoC from Fujitsu. It
is based on a ARM926EJS core.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Signed-off-by: Matthias Weisser
---
tools/Makefile |3 +++
tools/logos/syteco.bmp | Bin 0 -> 12278 bytes
2 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 tools/logos/syteco.bmp
diff --git a/tools/Makefile b/tools/Makefile
index 5b8c3c3..702bb83 100644
--- a/tool
Hi Prafulla,
Prafulla Wadaskar a écrit :
>
>
>> -Original Message-
>> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
>> Sent: Monday, January 11, 2010 5:42 PM
>> To: Prafulla Wadaskar
>> Cc: U-Boot@lists.denx.de
>> Subject: Re: [U-Boot] [PATCH V4 3/3] Add support for the
>> LaCi
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Khasim
> Syed Mohammed
> Sent: Saturday, January 09, 2010 10:17 AM
> To: u-boot@lists.denx.de; beaglebo...@googlegroups.com
> Subject: [U-Boot] TI:OMAP: [PATCH] Add 720Mhz suppor
Hello Tom,
>>> I am planning to keep the patch order as it is but I would remove
>>> dependencies eg. SPEAr600 would not contain code that depends on
>>> a driver added later and so on.
>>>
>>> This should also be OK. Right?
>>
>> It should remove the 'git bisect' issue, which is the important thi
> -Original Message-
> From: Paulraj, Sandeep
> Sent: Thursday, January 07, 2010 9:02 PM
> To: Premi, Sanjeev; u-boot@lists.denx.de
> Subject: RE: [PATCH 0/2] omap3: Optimize detection of cpu revision
> >
> > > -Original Message-
> > > From: Premi, Sanjeev
> > > Sent: Tuesday, Dec
Hi Stefano,
> Detlev Zundel wrote:
>> Hi Stefano,
>>
>
> Hi Detlev,
>
>>> --- /dev/null
>>> +++ b/cpu/arm_cortexa8/mx51/iomux.c
>>> @@ -0,0 +1,205 @@
>>> +/*
>>> + * Copyright 2009 Freescale Semiconductor, Inc. All Rights Reserved.
>>> + */
>>> +
>>> +/*
>>> + * The code contained herein is licen
Hi Stefano,
> The patch add initial support for the Freescale i.MX51 processor
> (family arm cortex_a8).
>
> Signed-off-by: Fred Fan fanyef...@gmail.com
I just noticed that this format misses the "<>" around the e-mail
address, please fix for next round. This also applies to the other
patches in
Detlev Zundel wrote:
> Hi Stefano,
>
Hi Detlev,
>> --- /dev/null
>> +++ b/cpu/arm_cortexa8/mx51/iomux.c
>> @@ -0,0 +1,205 @@
>> +/*
>> + * Copyright 2009 Freescale Semiconductor, Inc. All Rights Reserved.
>> + */
>> +
>> +/*
>> + * The code contained herein is licensed under the GNU General Publ
Hi Stefano,
> The patch add header files to support the pin multiplexer
> of the the Freescale i.MX51 processor.
>
> Signed-off-by: Stefano Babic
> Signed-off-by: Fred Fan fanyef...@gmail.com
> ---
> include/asm-arm/arch-mx51/iomux.h | 240 ++
> include/asm-arm/arch-mx51
Hi Stefano,
> The patch add header files to support the Freescale i.MX51
> processor, setting definitions for internal registers.
>
> Signed-off-by: Stefano Babic
> Signed-off-by: Fred Fan fanyef...@gmail.com
> ---
> include/asm-arm/arch-mx51/crm_regs.h | 182 +
> include/as
Hi Stefano,
> The patch add initial support for the Freescale i.MX51 processor
> (family arm cortex_a8).
A small comment below.
[...]
> diff --git a/cpu/arm_cortexa8/mx51/iomux.c b/cpu/arm_cortexa8/mx51/iomux.c
> new file mode 100644
> index 000..a42ec3a
> --- /dev/null
> +++ b/cpu/arm_cort
Hi Stefano,
> This patch adds support for "imximage" (MX Boot Image)
> to the mkimage utility. The imximage is used on the Freescales's
> MX.51 processors.
>
> Further details under doc/README.imximage.
>
> This patch was tested on a Freescale mx51evk board.
You should run checkpatch over this.
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
> Sent: Monday, January 11, 2010 5:42 PM
> To: Prafulla Wadaskar
> Cc: U-Boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH V4 3/3] Add support for the
> LaCie ED Mini V2 board
>
> Prafulla Wadaskar a écrit :
>
On Mon, Jan 11, 2010 at 6:39 PM, Grazvydas Ignotas wrote:
> On Sun, Jan 10, 2010 at 7:46 PM, Khasim Syed Mohammed
> wrote:
>> On Sun, Jan 10, 2010 at 9:11 PM, Nishanth Menon
>> wrote:
>>> Khasim Syed Mohammed said the following on 01/09/2010 09:16 PM:
On Sat, Jan 9, 2010 at 8:18 PM, Ni
On Mon, Jan 11, 2010 at 6:30 PM, Grazvydas Ignotas wrote:
> On Sat, Jan 9, 2010 at 6:42 AM, Khasim Syed Mohammed
> wrote:
>> From cc1b24cb290d428f2e1aefec9c7878b46380f592 Mon Sep 17 00:00:00 2001
>> From: Syed Mohammed Khasim
>> Date: Sat, 9 Jan 2010 09:28:03 +0530
>> Subject: [PATCH] API to sel
On Sun, Jan 10, 2010 at 7:46 PM, Khasim Syed Mohammed
wrote:
> On Sun, Jan 10, 2010 at 9:11 PM, Nishanth Menon
> wrote:
>> Khasim Syed Mohammed said the following on 01/09/2010 09:16 PM:
>>>
>>> On Sat, Jan 9, 2010 at 8:18 PM, Nishanth Menon
>>> wrote:
Khasim Syed Mohammed said the fol
On Sat, Jan 9, 2010 at 6:42 AM, Khasim Syed Mohammed
wrote:
> From cc1b24cb290d428f2e1aefec9c7878b46380f592 Mon Sep 17 00:00:00 2001
> From: Syed Mohammed Khasim
> Date: Sat, 9 Jan 2010 09:28:03 +0530
> Subject: [PATCH] API to select twl4030 voltage and dev group
>
> Adds a new API "twl4030_pmrec
The esdhc controller in the mx51 processor is quite
the same as the one in some powerpc processors
(MPC83xx, MPC85xx). This patches adapts the driver
to support the arm mx51.
Signed-off-by: Stefano Babic
---
drivers/mmc/fsl_esdhc.c | 72 +++---
include/a
The patch adds initial support for the Freescale mx51evk board.
Network (FEC) and SD controller (fsl_esdhc) are supported.
Signed-off-by: Stefano Babic
Signed-off-by: Fred Fan fanyef...@gmail.com
---
MAINTAINERS |4 +
MAKEALL |1 +
Ma
The patch add support for the Freescale mx51 processor
to the FEC ethernet driver.
Signed-off-by: Stefano Babic
---
drivers/net/fec_mxc.c | 57 ++---
1 files changed, 35 insertions(+), 22 deletions(-)
diff --git a/drivers/net/fec_mxc.c b/drivers/net
The patch add header files to support the pin multiplexer
of the the Freescale i.MX51 processor.
Signed-off-by: Stefano Babic
Signed-off-by: Fred Fan fanyef...@gmail.com
---
include/asm-arm/arch-mx51/iomux.h | 240 ++
include/asm-arm/arch-mx51/mx51_pins.h | 365
The patch add initial support for the Freescale i.MX51 processor
(family arm cortex_a8).
Signed-off-by: Fred Fan fanyef...@gmail.com
Signed-off-by: Stefano Babic
---
cpu/arm_cortexa8/mx51/Makefile| 48 +
cpu/arm_cortexa8/mx51/clock.c | 282 +
cp
Most cards do not answer if some reserved bits
in the ocr are set. However, some controllers
can set bit 7 (reserved for low voltages), but
how to manage low voltages SD card is not yet
specified.
Signed-off-by: Stefano Babic
---
drivers/mmc/mmc.c | 10 +-
1 files changed, 9 insertions
The patch adds support for the Freescale mx51 processor.
Signed-off-by: Stefano Babic
Signed-off-by: Fred Fan fanyef...@gmail.com
---
drivers/serial/serial_mxc.c | 12 +++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/serial_mxc.c b/drivers/serial/seri
Hi all,
the next patchset adds support for the Freescale MX51 processor.
Fred Fan has already sent a patchset sometimes ago.
In agreement with Fred, I rearranged the patches after the first review,
adding support for network (FEC) and SD controller. In the meantime,
Freescale has published docume
This patch adds support for "imximage" (MX Boot Image)
to the mkimage utility. The imximage is used on the Freescales's
MX.51 processors.
Further details under doc/README.imximage.
This patch was tested on a Freescale mx51evk board.
Signed-off-by: Stefano Babic
---
common/image.c |1 +
The patch add header files to support the Freescale i.MX51
processor, setting definitions for internal registers.
Signed-off-by: Stefano Babic
Signed-off-by: Fred Fan fanyef...@gmail.com
---
include/asm-arm/arch-mx51/crm_regs.h | 182 +
include/asm-arm/arch-mx51/imx-regs.h |
Prafulla Wadaskar a écrit :
> I still do not understand who will fectch u-boot binary to TEXT_BASE?
> (reported earlier)
> Is this flash XIP? Does u-boot binary below 16k? What is the size of flash?
> Pls refer my comments for v3
I thought I'd explained that already, haven't I? At power-up a ROM
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Sunday, January 10, 2010 9:34 PM
> To: U-Boot@lists.denx.de
> Subject: [U-Boot] [PATCH V4 3/3] Add support for the LaCie ED
> Mini V2 board
>
> This patch
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Sunday, January 10, 2010 9:34 PM
> To: U-Boot@lists.denx.de
> Subject: [U-Boot] [PATCH V4 1/3] Initial support for Marvell
> Orion5x SoC
>
> This patch
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Sunday, January 10, 2010 9:34 PM
> To: U-Boot@lists.denx.de
> Subject: [U-Boot] [PATCH V4 1/3] Initial support for Marvell
> Orion5x SoC
>
> This patch
SPEAr310 and SPEAr320 SoCs contain an EMI controller to interface
Paraller NOR flashes. This patch adds the support for this IP
The standard CFI driver is used to interface with NOR flashes
Signed-off-by: Vipin
---
board/spear/common/spr_misc.c| 60 ++
SPEAr300 SoC support contains basic spear300 support along with the
usage of following drivers
- serial driver(UART)
- i2c driver
- smi driver
- nand driver(FSMC)
- usbd driver
Signed-off-by: Vipin
---
MAKEALL |1 +
Makefile|1 +
board/spea
SPEAr320 SoC support contains basic spear320 support along with the
usage of following drivers
- serial driver(UART)
- i2c driver
- smi driver
- nand driver(FSMC)
- usbd driver
- emi driver(cfi support)
Signed-off-by: Vipin
---
MAKEALL |1 +
Makefile
SPEAr310 SoC support contains basic spear310 support along with the
usage of following drivers
- serial driver(UART)
- i2c driver
- smi driver
- nand driver(FSMC)
- usbd driver
- emi driver(cfi support)
Signed-off-by: Vipin
---
MAKEALL |1 +
Makefile
This patch adds the support to read and write mac id from i2c
memory.
For reading:
if (env contains ethaddr)
pick env ethaddr
else
pick ethaddr from i2c memory
For writing:
chip_config ethaddr XX:XX:XX:XX:XX:XX writes the mac id
in i2
SPEAr SoCs contain a synopsys usb device controller.
USB Device IP can work in 2 modes
- DMA mode
- Slave mode
The driver adds support only for slave mode operation of usb
device IP. This driver is used along with standard USBTTY
driver to obtain a tty interface over USB on the host
Signed-off-by
SPEAr SoCs contain an FSMC controller which can be used to interface
with a range of memories eg. NAND, SRAM, NOR.
Currently, this driver supports interfacing FSMC with NAND memories
Signed-off-by: Vipin
---
drivers/mtd/nand/Makefile |1 +
drivers/mtd/nand/spr_nand.c |
SPEAr SoCs contain a serial memory interface controller. This
controller is used to interface with spi based memories.
This patch adds the driver for this IP.
Signed-off-by: Vipin
---
drivers/mtd/Makefile |1 +
drivers/mtd/spr_smi.c| 529 +
SPEAr600 SoC support contains basic spear600 support along with the
usage of following drivers
- serial driver
- i2c driver
- smi driver
- nand driver
- usbd driver
Signed-off-by: Vipin
---
MAKEALL|1 +
Makefile |
This is patch set version 4 for SPEAr SoC support
Modifications:
1. patch set reordered to add SPEAr arch, drivers and then board support
2. checkpatch warnings and errors removed
Vipin (12):
SPEAr : Adding README.spear in doc
SPEAr : Adding basic SPEAr architecture support.
SPEAr : i2c dri
SPEAr SoCs contain a synopsys i2c controller.
This patch adds the driver for this IP.
Signed-off-by: Vipin
---
drivers/i2c/Makefile |1 +
drivers/i2c/spr_i2c.c| 330 ++
include/asm-arm/arch-spear/spr_i2c.h | 146 ++
SPEAr Architecture support added. It contains the support for
following SPEAr blocks
- Timer
- System controller
- Misc registers
Signed-off-by: Vipin
---
cpu/arm926ejs/spear/Makefile | 52 ++
cpu/arm926ejs/spear/reset.c | 53 +++
cpu/arm926ejs/spear/
README.spear contains information about SPEAr architecture and
build options etc
Signed-off-by: Vipin
---
doc/README.spear | 53 +
1 files changed, 53 insertions(+), 0 deletions(-)
create mode 100644 doc/README.spear
diff --git a/doc/README
On Thu, Jan 07, 2010 at 06:53:00PM -0600, Kim Phillips wrote:
[...]
> applied, with the below fixes merged into the same commit.
>
> Thanks,
>
> Kim
>
> >From 792e1ba837c2ce6a77323a92aad57dab758ba042 Mon Sep 17 00:00:00 2001
> From: Kim Phillips
> Date: Thu, 7 Jan 2010 15:44:18 -0600
> Subject:
Hi Liakhovetski,
I learnt you maintained for SMDK6400 board.
Can you give me some pointers of how can i
submit patches that would add support for SMDK 6410.
2010/1/11 Wolfgang Denk
> Dear Naveen Krishna Ch,
>
> In message
> you wrote:
> >
> > I need some information.
> >
> > 1) Who is maintai
Dear Naveen Krishna Ch,
In message you
wrote:
>
> I need some information.
>
> 1) Who is maintaining the U-Boot for above mentioned boards
The list of maintainers can be found in the MAINTAINERS file.
It contains entries for SMDK6400 and SMDKC100.
If no maintainer is listed, the custodian for
> -Original Message-
> From: Prafulla Wadaskar [mailto:prafu...@marvell.com]
> Sent: Thursday, December 24, 2009 3:00 AM
> To: u-boot@lists.denx.de
> Cc: Prabhanjan Sarnaik; Ashish Karkare; Nicolas Pitre;
> Prafulla Wadaskar
> Subject: [PATCH] Kirkwood: Updated licencing to GPLv2 or la
> -Original Message-
> From: Prafulla Wadaskar [mailto:prafu...@marvell.com]
> Sent: Thursday, December 24, 2009 3:04 AM
> To: u-boot@lists.denx.de
> Cc: Prabhanjan Sarnaik; Ashish Karkare; Prafulla Wadaskar
> Subject: [PATCH] Kirkwood: Makefile cleanup- fixed ordering
> (cosmetic chan
Add support for musb host on DM365 EVM.
Signed-off-by: Prathap Srinivas
---
Changes from v1:
- fixed review comments from Remy.
drivers/usb/musb/davinci.c | 21 ++-
drivers/usb/musb/davinci.h |1 +
include/configs/davinci_dm365evm.h | 38 ++
From: Sekhar Nori
This adds a driver for the SPI controller found on davinci
based SoCs from Texas Instruments.
Signed-off-by: Sekhar Nori
Signed-off-by: Sudhakar Rajashekhara
---
Modification from the previous version:
1. One unused member (mr) has been removed from davinci_spi_slave
str
Hi All,
I have some features that can be added for SMDK 6400, 6410, C100 and C110
boards.
I need some information.
1) Who is maintaining the U-Boot for above mentioned boards
2) In case if no one is maintaining. Can i submit the patches to this list ?
3) I need some time to prepare the patche
Hello Vipin,
Vipin KUMAR wrote:
> Signed-off-by: Vipin
> ---
> drivers/i2c/Makefile |1 +
> drivers/i2c/spr_i2c.c| 340
> ++
> include/asm-arm/arch-spear/spr_i2c.h | 146 +++
> include/configs/spear.h
Hi,
>> @@ -41,10 +42,24 @@ struct davinci_usb_regs *dregs;
>> static u8 phy_on(void)
>> {
>> u32 timeout;
>> + u32 val;
>
> This variable is only used when DAVINCI_DM365EVM is set, so it will
> produce a warning if it is not set.
>
> - We could either initialize the variable or gu
75 matches
Mail list logo