Cleanup structure.
Signed-off-by: Michal Simek
---
drivers/net/xilinx_emaclite.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c
index 8d170a3..2a5c5e1 100644
--- a/drivers/net/xilinx_emaclite.c
+++ b/drivers/
Current xilinx emaclite use net multi registration
but doesn't support several emaclites interfaces.
Changing driver name with adding address to name
is the first step how to distiguish several drivers.
Signed-off-by: Michal Simek
---
drivers/net/xilinx_emaclite.c |2 +-
1 files changed, 1 i
Hi,
here is the whole package with Microblaze and Xilinx driver changes.
All patches are available in git://www.denx.de/git/u-boot-microblaze.git master
branch
if you like to test them.
Thanks for your review,
Michal
Michal Simek (26):
net: emaclite: Change driver name and add address
Simplify driver logic and clear eth_device structure
in one command.
Signed-off-by: Michal Simek
---
drivers/net/xilinx_emaclite.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c
index 2a5c5e1..28aab97 10064
Every emaclite instance use own setting.
Signed-off-by: Michal Simek
---
v2: Free allocated space when private data allocation failed
---
drivers/net/xilinx_emaclite.c | 41 +
1 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/drivers/net/
Baseaddr should be unsigned long.
Signed-off-by: Michal Simek
---
drivers/net/xilinx_emaclite.c |4 ++--
include/netdev.h |2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c
index 9342476..c4366c
Setup RX/TX ping-pong buffer for every emaclite IP separately.
The next patch move initialization directly to board code.
Signed-off-by: Michal Simek
---
drivers/net/xilinx_emaclite.c | 123 ++--
1 files changed, 68 insertions(+), 55 deletions(-)
diff --git
Do not setup additional ENET_MAX_MTU macro.
Signed-off-by: Michal Simek
---
drivers/net/xilinx_emaclite.c | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c
index eca6ef9..5ce95f8 100644
--- a/drivers/ne
Use dev->iobase instead of baseaddress.
Signed-off-by: Michal Simek
---
drivers/net/xilinx_emaclite.c | 42
1 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c
index 28aab97..805
Init RX/TX ping pong directly from board not in the driver.
Signed-off-by: Michal Simek
---
.../xilinx/microblaze-generic/microblaze-generic.c | 18 --
drivers/net/xilinx_emaclite.c | 11 ---
include/netdev.h |
Signed-off-by: Michal Simek
---
arch/microblaze/lib/board.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
index d97543b..5510c12 100644
--- a/arch/microblaze/lib/board.c
+++ b/arch/microblaze/lib/board.c
@@ -68,6
Coding style should follow linux coding style.
Signed-off-by: Michal Simek
---
drivers/net/xilinx_emaclite.c | 57 +++-
1 files changed, 27 insertions(+), 30 deletions(-)
diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c
index 5ce95
Signed-off-by: Michal Simek
---
v2: Change symbol references provided by a linker script
v3: Move externs to header
---
arch/microblaze/include/asm/processor.h |5 -
arch/microblaze/lib/board.c |4
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/arch/
This changes were done to get support for netconsole.
Signed-off-by: Michal Simek
---
v2: Fix commit message
v3: Fix coding style
---
arch/microblaze/lib/board.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/boar
Also support little endian MB.
Signed-off-by: Michal Simek
---
arch/microblaze/include/asm/unaligned.h | 17 +
1 files changed, 1 insertions(+), 16 deletions(-)
diff --git a/arch/microblaze/include/asm/unaligned.h
b/arch/microblaze/include/asm/unaligned.h
index 785c2e9..6cecb
Setup bootfile.
Signed-off-by: Michal Simek
---
arch/microblaze/lib/board.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
index 75748f3..8865a60 100644
--- a/arch/microblaze/lib/board.c
+++ b/arch/microblaze/
Forget to remove debug code.
Signed-off-by: Michal Simek
---
arch/microblaze/cpu/start.S |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S
index 93a9efd..d3370c4 100644
--- a/arch/microblaze/cpu/start.S
+++ b/arch/
For example: Setup reset vectors if reset address is setup.
Setup user exception vector if user exception is enabled
Signed-off-by: Michal Simek
---
arch/microblaze/cpu/start.S | 34 ++
1 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/arch/microb
Use one memory space to detect little/big endian platforms.
The first unused address(0x28) is used instead 0x0 address (reset vectors).
Detection rewrited reset vector setup from first stage bootloader.
Workflow:
1. Store 0x28 to r7
2. Do little/big endian test
3. Restore r7 to 0x28
Signed-off-by
- Remove code copying
- Reset address is setup from first stage bootloader
- Support reset vector setup on little endian
Signed-off-by: Michal Simek
---
arch/microblaze/cpu/start.S | 25 +
1 files changed, 5 insertions(+), 20 deletions(-)
diff --git a/arch/microblaze/c
Undefined network functionality for systems without ethernet
and disable NFS support.
Signed-off-by: Michal Simek
---
include/configs/microblaze-generic.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/microblaze-generic.h
b/include/configs/microblaze-
Enable FDT and FIT support.
Signed-off-by: Michal Simek
---
include/configs/microblaze-generic.h |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/configs/microblaze-generic.h
b/include/configs/microblaze-generic.h
index a334110..a811b76 100644
--- a/include/c
U-Boot BSP handle 0x3 offset for big endian systems.
Little endian Microblaze systems don't use any offset.
Signed-off-by: Michal Simek
---
include/configs/microblaze-generic.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/microblaze-generic.h
b/inclu
Add support for SERIAL MULTI for uartlite.
Signed-off-by: Michal Simek
---
v2: Use in/out_be32 functions
Clean coding style
---
common/serial.c | 14
drivers/serial/serial_xuartlite.c | 142 -
include/serial.h |
Enable support for SERIAL_MULTI.
Microblaze can use uart16550 and uartlite drivers.
Signed-off-by: Michal Simek
---
Note:
Follow serial.h conding style.
---
arch/microblaze/lib/board.c |4
include/configs/microblaze-generic.h |2 ++
include/serial.h |
Add axi_ethernet driver for little-endian Microblaze.
RX/TX BDs and rxframe buffer are shared among all axi_ethernet MACs.
Only one MAC can work in one time.
Signed-off-by: Michal Simek
---
v2: Fix cammelcase weirdness
Create mdio_wait function with timeouts
Synchronize debug messages
Initialize axi_ethernet driver.
Signed-off-by: Michal Simek
---
.../xilinx/microblaze-generic/microblaze-generic.c |6 ++
include/configs/microblaze-generic.h |4
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/board/xilinx/microblaze-generic/microb
hi,
I have the same problem, I have 512MB of RAM but uboot detects only
128MB.I have XCode board(MIPS). Pls help if you have already figured out the
solution.
Rahanesh wrote:
>
> Hi All,
>
> I am currently working on MIPS board. I have a 32MB RAM.
>
> The address that is shown in uboot when
From: chenhui zhao
Use Hz for 33MHz, Hz for 66MHz.
Signed-off-by: Ebony Zhu
Signed-off-by: Zhao Chenhui
---
board/freescale/common/cadmus.c |8
board/freescale/mpc8541cds/mpc8541cds.c |6 +++---
board/freescale/mpc8548cds/mpc8548cds.c |4 ++--
boar
From: chenhui zhao
Add board_eth_init(). PCIe network card is also supported.
Put RGMII init after tsec_eth_init().
Skip initializing eTSEC3 and eTSEC4 with Carrier boards prior to ver 1.3.
Signed-off-by: Ebony Zhu
Signed-off-by: Zhao Chenhui
---
board/freescale/mpc8548cds/mpc8548cds.c | 65
From: chenhui zhao
Align the output for PCI. Replace "PCI" with "PCI1".
Signed-off-by: Zhao Chenhui
---
board/freescale/mpc8548cds/mpc8548cds.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/freescale/mpc8548cds/mpc8548cds.c
b/board/freescale/mpc8548cds/mp
From: chenhui zhao
Erratum NMG_eTSEC129 (eTSEC86 in MPC8548 document) applies to some early
verion silicons. This workaround detects if the eTSEC Rx logic is properly
initialized, and reinitialize the eTSEC Rx logic.
Signed-off-by: Gong Chen
Signed-off-by: Zhao Chenhui
---
arch/powerpc/cpu/mp
From: chenhui zhao
-Increase the size of malloc space.
-Enable e1000 network card.
-Change the location of env address.
-Use hwconfig to turn off ECC.
Signed-off-by: Zhao Chenhui
---
include/configs/MPC8548CDS.h | 14 +++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --g
From: chenhui zhao
Signed-off-by: Zhao Chenhui
---
boards.cfg |1 +
include/configs/MPC8548CDS.h | 52 ++
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index 8bf69e3..64a39f8 100644
--- a/b
From: chenhui zhao
The erratum NMG_LBC103 is LBIU3 in MPC8548 errata document.
Any local bus transaction may fail during LBIU resynchronization
process when the clock divider [CLKDIV] is changing. Ensure there
is no transaction on the local bus for at least 100 microseconds
after changing clock d
From: chenhui zhao
Erratum NMG_DDR120 (DDR19 in MPC8548 errata document) applies to some
early version silicons. The default settings of the DDR IO receiver
biasing may not work at cold temperature. When a failure occurs,
a DDR input latches an incorrect value. The workaround will set the
receive
From: chenhui zhao
- Fix config according to system address map in the manual.
- Rework tlb and law tables.
- Remove unnecessary macros.
Signed-off-by: Zhao Chenhui
---
board/freescale/mpc8548cds/law.c| 19 +
board/freescale/mpc8548cds/mpc8548cds.c |8 ++--
board/freescal
On 09/12/11 14:45, Jason Cooper wrote:
> Copied wholeheartedly from board/Marvell/guruplug and modified to add support
> for SPI NOR flash.
>
> CONFIG_MACH_DREAMPLUG defined in include/configs/dreamplug.h until Linus's
> kernel.org tree adds it to mach-types.h. Once it trickles down, the
> defin
Hi Holger,
On Monday 12 September 2011 19:16:33 Holger Brunck wrote:
> I have seen in mainline kernel this fix in the ubi layer:
>
> commit b86a2c56e512f46d140a4bcb4e35e8a7d4a99a4b
> Author: Artem Bityutskiy
> Date: Sun May 24 14:13:34 2009 +0300
>
> UBI: do not switch to R/O mode on read
On 09/12/11 17:10, Marek Vasut wrote:
> On Monday, September 12, 2011 04:04:39 PM Holger Brunck wrote:
>> Hi,
>>
>> On 09/12/2011 03:54 PM, Stefano Babic wrote:
>>> On 09/12/2011 03:36 PM, Marek Vasut wrote:
> Have you checked that the removed boards are not supported in U-Boot?
No, b
Doug,
On Friday 09 September 2011 22:04:51 Hayes,Doug wrote:
> I removed the same 2 calls from the latest U-Boot (2011.06) and it boots to
> U-Boot prompt as well. Not sure how to set the card to 33MHz, it may
> already start at 33MHz. The documentation on SW2 doesn't mention PCI
> settings (our
Hi Stefan,
On 09/13/2011 09:39 AM, Stefan Roese wrote:
> Hi Holger,
>
> On Monday 12 September 2011 19:16:33 Holger Brunck wrote:
>> I have seen in mainline kernel this fix in the ubi layer:
>>
>> commit b86a2c56e512f46d140a4bcb4e35e8a7d4a99a4b
>> Author: Artem Bityutskiy
>> Date: Sun May 24 1
Hi Holger,
On Tuesday 13 September 2011 10:32:34 Holger Brunck wrote:
> >> But this patch is not
> >> easy to port onto u-boot because previously undergoing changes in the
> >> kernels ubi layer...
> >
> > Correct. UBI has undergone many changes since the integration into U-Boot
> > back in the e
On km_kirkwood boards we saw that u-boot gets stuck if the
UBI layer detects a correctable bitflip in the NAND flash
when u-boot tries to attach to the UBI device.
This was already fixed in the UBI layer in the current
mainline linux. The original commit was:
"commit b86a2c56e512f46d140a4bcb4e35e
> -Original Message-
> From: Jin Zhengxiong-R64188
> Sent: Friday, September 09, 2011 4:19 PM
> To: 'Wolfgang Denk'
> Cc: Stany MARCEL; u-boot@lists.denx.de
> Subject: RE: [U-Boot] [PATCH 1/2] coldfire: Fix compilation for most coldfire
> boards
>
>
>
> > -Original Message-
> >
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On
> Behalf Of Angelo Dureghello
> Sent: Sunday, September 11, 2011 12:32 AM
> To: U-Boot@lists.denx.de
> Cc: Jin Zhengxiong-R64188
> Subject: [U-Boot] [PATCH 1/1 V3] add support for mcf5307 cpu
Dear Simon Glass,
In message
you wrote:
>
> I would love to, yes. To some extent there is a bit of this already,
> at least for specific subsystems. Clearly the fdt would work better if
> we could just hand U-Boot the fdt and say 'init yourself'. It would
> then scan the tree and init all the d
Dear Michal Simek,
In message <1315897821-23049-1-git-send-email-mon...@monstr.eu> you wrote:
>
> here is the whole package with Microblaze and Xilinx driver changes.
> All patches are available in git://www.denx.de/git/u-boot-microblaze.git
> master branch
> if you like to test them.
Arghhh.
hi,
which config file i have to use for AT91SAM9263-EK board and what is the path
for that .
Regards:
Padma
Larsen & Toubro Limited
www.larsentoubro.com
This Email may contain confidential or privileged information for the intended
recipient (s) If you are not the intended recipient, ple
Dear Zhao Chenhui,
In message <1315898131-27710-2-git-send-email-chenhui.z...@freescale.com> you
wrote:
> From: chenhui zhao
>
> Use Hz for 33MHz, Hz for 66MHz.
But that's actually wrong. Hz is not 33 MHz, but 33.33 MHz;
on the other hand, 33 MHz is 3300 Hz an
Hi Wolfgang
On 12/09/11 05:56, Wolfgang Denk wrote:
> Hello everybody:
>
> * U-Boot v2011.96-rc1 was released on Sun, Sep 11, 2011
>
> * Release "v2011.09" is scheduled in 11 days - on September 22, 2011.
>
> Please help testing, and check if all your relevant patches have been
> included.
>
On 09/12/2011 06:32 PM, Fabio Estevam wrote:
> Currently there are two config options for building a U-boot binary for
> MX31PDK:
>
> make mx31pdk_config
>
> or,
>
> make mx31pdk_nand_config
>
> mx31pdk_config was developed first when no NAND SPL support was available for
> MX31 and it requi
On 09/12/2011 07:13 PM, Fabio Estevam wrote:
> Hi Stefano,
>
> On Mon, Sep 5, 2011 at 3:55 PM, Fabio Estevam
> wrote:
>> No need to have a config.mk to only store a single line.
>>
>> Signed-off-by: Fabio Estevam
>> ---
>> nand_spl/board/freescale/mx31pdk/Makefile |2 +-
>> nand_spl/board/
Dear Wolfgang Denk,
> In message <1315897821-23049-1-git-send-email-mon...@monstr.eu> you wrote:
>> here is the whole package with Microblaze and Xilinx driver changes.
>> All patches are available in git://www.denx.de/git/u-boot-microblaze.git
>> master branch
>> if you like to test them.
>
> A
On 09/11/2011 09:56 PM, Wolfgang Denk wrote:
> Hello everybody:
>
> * U-Boot v2011.96-rc1 was released on Sun, Sep 11, 2011
>
> * Release "v2011.09" is scheduled in 11 days - on September 22, 2011.
>
> Please help testing, and check if all your relevant patches have been
> included.
>
i.MX boa
Hi Wolfgang,
On Tue, Sep 13, 2011 at 2:47 AM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message
> you
> wrote:
>>
>> I would love to, yes. To some extent there is a bit of this already,
>> at least for specific subsystems. Clearly the fdt would work better if
>> we could just hand U-Boot
Hi Graeme,
On Mon, Sep 12, 2011 at 10:24 PM, Graeme Russ wrote:
> Hi Simon,
>
> On Tue, Sep 13, 2011 at 2:34 PM, Simon Glass wrote:
>> Hi Andrew,
>>
>> On Sat, Sep 10, 2011 at 5:40 AM, Andrew Murray wrote:
>>> On 1 September 2011 00:53, Andrew Murray wrote:
>
>>
>> This patch touches on G
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of Marek Vasut
> Sent: Monday, September 12, 2011 9:13 PM
> To: u-boot@lists.denx.de
> Cc: Valentin Longchamp; Holger Brunck
> Subject: Re: [U-Boot] [PATCH V2] ARM: Update mach-type
Dear Simon,
In message
you wrote:
>
> > U-Boot shall not initialize all possible available devices, but always
> > only those that it needs itself to perform it's task, which usually is
> > just to load and start an OS. =A0It makes no sense to initialize all
> > network interfaces (and eventual
> -Original Message-
> From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> Sent: Monday, September 12, 2011 5:15 PM
> To: w...@denx.de
> Cc: u-boot@lists.denx.de; u-b...@lakedaemon.net; Prafulla Wadaskar;
> Prabhanjan Sarnaik; Ashish Karkare; Siddarth Gore
> Subject: [PATCH v7] dreamplug:
Hi Simon,
On 13/09/11 21:52, Simon Glass wrote:
> Hi Graeme,
>
> On Mon, Sep 12, 2011 at 10:24 PM, Graeme Russ wrote:
>> Hi Simon,
>>
>> On Tue, Sep 13, 2011 at 2:34 PM, Simon Glass wrote:
>>> Hi Andrew,
>>>
>>> On Sat, Sep 10, 2011 at 5:40 AM, Andrew Murray wrote:
On 1 September 2011 00:
Hi Wolfgang,
On Tue, Sep 13, 2011 at 4:57 AM, Wolfgang Denk wrote:
> Dear Simon,
>
> In message
> you
> wrote:
>>
>> > U-Boot shall not initialize all possible available devices, but always
>> > only those that it needs itself to perform it's task, which usually is
>> > just to load and start
The early messages can be seen on the debug console.
Signed-off-by: Asen Chavdarov Dimov
---
board/ronetix/pm9263/pm9263.c | 19 +++
include/configs/pm9263.h |1 +
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/board/ronetix/pm9263/pm9263.c b/board/ron
Hi Marek,
On Mon, Sep 12, 2011 at 06:06:39AM +0200, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Heiko Schocher
> Cc: Stefano Babic
> Cc: Wolfgang Denk
> Cc: Detlev Zundel
> ---
> drivers/i2c/Makefile |1 +
> drivers/i2c/mxs_i2c.c | 240
> +
Hi Graeme,
On Tue, Sep 13, 2011 at 5:01 AM, Graeme Russ wrote:
> Hi Simon,
>
> On 13/09/11 21:52, Simon Glass wrote:
>> Hi Graeme,
>>
>> On Mon, Sep 12, 2011 at 10:24 PM, Graeme Russ wrote:
>>> Hi Simon,
>>>
>>> On Tue, Sep 13, 2011 at 2:34 PM, Simon Glass wrote:
Hi Andrew,
On Sa
Make the conditional compilation in misc.c based on
CONFIG_SPL_BUILD, replacing CONFIG_PRELOADER which was removed as part
of commit 401bb30b6d.
Making this change, we no longer need to compile memsize.c for
hawkboard's nand_spl.
Signed-off-by: Sughosh Ganu
---
Tested the changes on hawkboard.
On 09/13/2011 02:42 PM, Sughosh Ganu wrote:
> Make the conditional compilation in misc.c based on
> CONFIG_SPL_BUILD, replacing CONFIG_PRELOADER which was removed as part
> of commit 401bb30b6d.
>
> Making this change, we no longer need to compile memsize.c for
> hawkboard's nand_spl.
>
> Signed-
On Tuesday, September 13, 2011 02:05:30 PM Wolfram Sang wrote:
> Hi Marek,
>
> On Mon, Sep 12, 2011 at 06:06:39AM +0200, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut
> > Cc: Heiko Schocher
> > Cc: Stefano Babic
> > Cc: Wolfgang Denk
> > Cc: Detlev Zundel
> > ---
> >
> > drivers/i2c/Mak
> -Original Message-
> From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> Sent: Thursday, September 08, 2011 4:13 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; vap...@gentoo.org; marek.va...@gmail.com; Ajay
> Bhargav
> Subject: [PATCH v6 2/3] Armada100: Enable Ethernet sup
> -Original Message-
> From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> Sent: Thursday, September 08, 2011 4:13 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; vap...@gentoo.org; marek.va...@gmail.com; Ajay
> Bhargav
> Subject: [PATCH v6 3/3] Armada100: Enable 88E3015 PHY
> -Original Message-
> From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> Sent: Thursday, September 08, 2011 4:13 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; vap...@gentoo.org; marek.va...@gmail.com; Ajay
> Bhargav
> Subject: [PATCH v6 1/3] net: Adds Fast Ethernet Contro
Dear Prafulla,
In message
you wrote:
>
> Let's have Wolfgang's opinion on this, since this not aligned with current
> u-boot development strategy.
>
> May be we can create a separate header file for tracking (unsupported/tobe
> supported) arm machine-types.
Actually this is for Albert to comm
Dear Simon Glass,
In message
you wrote:
>
> Oh OK, well that's actually quite good then. For one thing it means
> that the idea of init order is perhaps not so critical, since we
> actually want to remove most of this mandatory init. I mean that if we
> are not trying to replicate the init sequ
> > > diff --git a/drivers/i2c/mxs_i2c.c b/drivers/i2c/mxs_i2c.c
> > > new file mode 100644
> > > index 000..9f380a0
> > > --- /dev/null
> > > +++ b/drivers/i2c/mxs_i2c.c
> > > @@ -0,0 +1,240 @@
> > > +/*
> > > + * Freescale i.MX28 I2C Driver
> > > + *
> > > + * Copyright (C) 2011 Marek Vasut
Dear Wolfgang,
caches are on.
Regards
Simon
On 09/12/2011 01:43 PM, Wolfgang Denk wrote:
> Dear Simon Schwarz,
>
> In message<4e6deb26.4020...@gmail.com> you wrote:
>>
>> ATM I'm working on a DMA transfer from NAND to RAM of the Linux-image in
>> my SPL.
> ...
>> Does anyone has an idea where t
On Tuesday, September 13, 2011 01:16:12 PM Michal Simek wrote:
> Dear Wolfgang Denk,
>
> > In message <1315897821-23049-1-git-send-email-mon...@monstr.eu> you wrote:
> >> here is the whole package with Microblaze and Xilinx driver changes.
> >> All patches are available in git://www.denx.de/git/u-
On Tuesday, September 13, 2011 03:12:40 PM Wolfram Sang wrote:
> > > > diff --git a/drivers/i2c/mxs_i2c.c b/drivers/i2c/mxs_i2c.c
> > > > new file mode 100644
> > > > index 000..9f380a0
> > > > --- /dev/null
> > > > +++ b/drivers/i2c/mxs_i2c.c
> > > > @@ -0,0 +1,240 @@
> > > > +/*
> > > > + * F
On Tuesday, September 13, 2011 02:54:15 PM Prafulla Wadaskar wrote:
> > -Original Message-
> > From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> > Sent: Thursday, September 08, 2011 4:13 PM
> > To: Prafulla Wadaskar
> > Cc: u-boot@lists.denx.de; vap...@gentoo.org; marek.va...@gmail.
Hi Albert
Please kindly pull
The following changes since commit 07db205b5186ac9722a1f141d97c9a67c43c4ae1:
Joe Hershberger (1):
omap4_panda: Ignore omap4 SPL called MLO
are available in the git repository at:
u-boot-marvell.git next branch.
Ajay Bhargav (3):
net: Adds Fast Ethe
On 09/12/2011 02:55 PM, Nick Thompson wrote:
> On 12/09/11 12:21, Simon Schwarz wrote:
>> Hi List,
>>
>> ATM I'm working on a DMA transfer from NAND to RAM of the Linux-image in
>> my SPL.
>>
>> I’m searching for the speed bottleneck of the MT29F1G16ABBHC-ET
>> NAND-Flash on the devkit8000 (OMAP3).
Le 11/09/2011 21:56, Wolfgang Denk a écrit :
> Hello everybody:
>
> * U-Boot v2011.96-rc1 was released on Sun, Sep 11, 2011
>
> * Release "v2011.09" is scheduled in 11 days - on September 22, 2011.
>
> Please help testing, and check if all your relevant patches have been
> included.
>
>
> Most of t
- "Marek Vasut" wrote:
> On Tuesday, September 13, 2011 02:54:15 PM Prafulla Wadaskar wrote:
> > > -Original Message-
> > > From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> > > Sent: Thursday, September 08, 2011 4:13 PM
> > > To: Prafulla Wadaskar
> > > Cc: u-boot@lists.denx
> Oh I2C, not SPI. Sorry.
>
> Will add Based on line, cheers!
Cool, thanks.
--
Pengutronix e.K. | Wolfram Sang|
Industrial Linux Solutions | http://www.pengutronix.de/ |
signature.asc
Description: Digital signature
___
Marek Vasut wrote:
> On Tuesday, September 13, 2011 01:16:12 PM Michal Simek wrote:
>> Dear Wolfgang Denk,
>>
>>> In message <1315897821-23049-1-git-send-email-mon...@monstr.eu> you wrote:
here is the whole package with Microblaze and Xilinx driver changes.
All patches are available in gi
On Tuesday, September 13, 2011 03:35:15 PM Michal Simek wrote:
> Marek Vasut wrote:
> > On Tuesday, September 13, 2011 01:16:12 PM Michal Simek wrote:
> >> Dear Wolfgang Denk,
> >>
> >>> In message <1315897821-23049-1-git-send-email-mon...@monstr.eu> you wrote:
> here is the whole package wit
On Tue, Sep 13, 2011 at 10:32:41AM +0300, Igor Grinberg wrote:
> On 09/12/11 14:45, Jason Cooper wrote:
> > Copied wholeheartedly from board/Marvell/guruplug and modified to add
> > support
> > for SPI NOR flash.
> >
> > CONFIG_MACH_DREAMPLUG defined in include/configs/dreamplug.h until Linus's
>
On 09/11/2011 12:38 PM, Philip Balister wrote:
> I see I should have copied a maintainer on this patch. Which tree will
> this sort of path go upstream via? It seems like my choices are ARM of
> OMAP3.
>
> I've got a number of other patches that should go upstream that are
> Overo centric. In gener
Dear Michal Simek,
In message <4e6f5c13.3000...@monstr.eu> you wrote:
>
> > Please read:
> > http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions
>
> What about patch resubmit or resend?
Resending unchanged patches should be avoided, if possible. First, it
just wastes band
Michal Simek wrote:
> Add support for SERIAL MULTI for uartlite.
>
> Signed-off-by: Michal Simek
>
> ---
> v2: Use in/out_be32 functions
> ---
> common/serial.c | 14
> drivers/serial/serial_xuartlite.c | 137
> -
> include/serial.h
Albert,
On Tue, Sep 13, 2011 at 03:00:59PM +0200, Wolfgang Denk wrote:
> Dear Prafulla,
>
> In message
> you wrote:
> >
> > Let's have Wolfgang's opinion on this, since this not aligned with current
> > u-boot development strategy.
> >
> > May be we can create a separate header file for track
On Mon, Sep 12, 2011 at 05:12:37PM -0700, Simon Glass wrote:
> On Mon, Sep 12, 2011 at 4:37 PM, Jason wrote:
> > Do you have a git tree up that I could base off of? git.chromium.org's
> > version of u-boot doesn't seem to have your code...
>
> You probably need to look at a branch:
>
> http://g
Wolfgang Denk wrote:
> Dear Michal Simek,
>
> In message <4e6f5c13.3000...@monstr.eu> you wrote:
>>> Please read:
>>> http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions
>> What about patch resubmit or resend?
>
> Resending unchanged patches should be avoided, if possible.
Hi Stefan
On 09/13/2011 10:37 AM, Stefan Roese wrote:
> On Tuesday 13 September 2011 10:32:34 Holger Brunck wrote:
But this patch is not
easy to port onto u-boot because previously undergoing changes in the
kernels ubi layer...
>>>
>>> Correct. UBI has undergone many changes since t
Your E-Mail ID Was Awarded 750,000.00 great british pounds In the British
Premier Oil Plc Programmed Send:
Name...
Resident...
Age...
Tel...
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Mon, Sep 12, 2011 at 7:29 PM, Joel A Fernandes wrote:
> [resending to list as it bounced]
>
> On Tue, Sep 6, 2011 at 10:24 PM, Fernandes, Joel A wrote:
>> Hi,
>>
>> Here are some problems I see currently with the today's mainline U-boot not
>> seen with v2011.06 Just sharing them here.
>>
>>
Hi,
On Tue, Sep 13, 2011 at 8:57 AM, Tom Rini wrote:
> On Mon, Sep 12, 2011 at 7:29 PM, Joel A Fernandes
> wrote:
>> [resending to list as it bounced]
>>
>> On Tue, Sep 6, 2011 at 10:24 PM, Fernandes, Joel A wrote:
>>> Hi,
>>>
>>> Here are some problems I see currently with the today's mainlin
On Tue, Sep 13, 2011 at 2:15 AM, Zhao Chenhui
wrote:
> From: chenhui zhao
>
> -Increase the size of malloc space.
> -Enable e1000 network card.
> -Change the location of env address.
> -Use hwconfig to turn off ECC.
Please repost this patch with a detailed explanation as to why these
changes are
Hi all,
Commit 11a6fb79745b06610b334bada7167e9e0b619851 ("da830: modify the
MEMTEST start and end address") in u-boot-arm (initially in u-boot-ti)
causes a regression in building the da830evm board, by causing the
following warning:
cmd_mem.c: In function 'do_mem_mtest':
cmd_mem.c:665: warning
On Tuesday, September 13, 2011 03:10:06 Michal Simek wrote:
> Signed-off-by: Michal Simek
> ---
> arch/microblaze/lib/board.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
> index d97543b..5510c12 100644
>
On Tuesday, September 13, 2011 03:10:07 Michal Simek wrote:
> --- a/arch/microblaze/include/asm/processor.h
> +++ b/arch/microblaze/include/asm/processor.h
> @@ -1 +1,4 @@
> -/* FIXME: Implement this! */
> +
> +/* References to section boundaries */
> +extern char __end[];
> +extern char __text_sta
1 - 100 of 169 matches
Mail list logo