Amit,
On Tuesday 27 March 2012 08:38:18 Amit Virdi wrote:
> >> #define CONFIG_ENV_SIZE 0x02000
> >>
> >> +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
> >> +#define CONFIG_MONITOR_IS_IN_RAM 1
> >
> > Why is CONFIG_MONITOR_IS_IN_RAM de
>
Please use "Kirkwood: add xxx board support" as a patch heading to identify the
patch for kirkwood
> This patchset adds support for both the Linkstation Live (LS-CHLv2) and
> Linkstation Pro (LS-XHL) by Buffalo.
>
> Signed-off-by: Michael Walle walle.cc>
> Cc: Prafulla Wadaskar marvell.com>
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: 26 March 2012 15:46
> To: u-boot@lists.denx.de
> Cc: Prafulla Wadaskar; Wolfgang Denk
> Subject: Re: [PATCH v2] lsxl: add support for lschlv2 and lsxhl
>
> On Fri, March 2, 2012 17:02, Michael Walle wrote:
> > T
mmc_set_clock is set to the hard-coding.
But i think good that use the tran_speed value.
Signed-off-by: Jaehoon Chung
Signed-off-by: Kyungmin Park
---
drivers/mmc/mmc.c | 13 +++--
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
ind
eMMC card is introduced the eMMC4.5.
But now eMMC card is checked up to eMMC4.0.
This patch is supported until eMMC4.5
Signed-off-by: Jaehoon Chung
Signed-off-by: Kyungmin Park
---
common/cmd_mmc.c |5 -
drivers/mmc/mmc.c | 25 +
include/mmc.h |8 +
On 26/03/2012 23:08, Albert ARIBAUD wrote:
> Le 26/03/2012 22:45, Albert ARIBAUD a écrit :
>> Hi Stefano,
>>
>> Le 08/03/2012 08:52, Stefano Babic a écrit :
>>> Hi Albert,
>>>
>>> please pull from u-boot-imx, thanks.
>>>
>>> The following changes since commit
>>> 32ec258f829808dd7cf74fd83ba999fdaae
On 3/27/2012 12:35 PM, Stefan Roese wrote:
Amit,
On Tuesday 27 March 2012 08:38:18 Amit Virdi wrote:
#define CONFIG_ENV_SIZE 0x02000
+#define CONFIG_SYS_MONITOR_BASECONFIG_SYS_TEXT_BASE
+#define CONFIG_MONITOR_IS_IN_RAM 1
Hi Albert,
please pull from u-boot-imx (rebased on current u-boot-arm).
The following changes since commit cd207cde948ecf9ff50a0fa1ae2650f65579c9c9:
IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-26 23:09:26 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git maste
This patch enables LDO4 power line for preparing proper voltages to be
measured by ADC converter.
This measurement is used for determination of target board HW revision.
Test HW:
Universal_C210 (Exynos4210) rev. 0.0
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
--
From: Alison Wang
This patch cleans up checkpatch warnings about "Use of volatile is usually
wrong"
for ColdFire platform.
The first patch adds clear and set bits macros for ColdFire platform. These
macros can be used to clear and set multiple bits in a register using a
single call. These macro
Signed-off-by: Alison Wang
---
arch/m68k/cpu/mcf5227x/cpu.c | 13 ++--
arch/m68k/cpu/mcf5227x/cpu_init.c | 140 +
arch/m68k/cpu/mcf5227x/interrupts.c | 15 ++--
arch/m68k/cpu/mcf5227x/speed.c| 40 +-
board/freescale/m52277evb/m
Signed-off-by: Alison Wang
---
arch/m68k/cpu/mcf52x2/cpu.c | 115 +--
arch/m68k/cpu/mcf52x2/cpu_init.c | 252 +
arch/m68k/cpu/mcf52x2/interrupts.c| 40 +++---
arch/m68k/cpu/mcf52x2/speed.c | 19 ++--
board/freescale/m520
Signed-off-by: Alison Wang
---
arch/m68k/cpu/mcf5445x/cpu.c | 13 +-
arch/m68k/cpu/mcf5445x/cpu_init.c | 215 +
arch/m68k/cpu/mcf5445x/interrupts.c | 15 ++-
arch/m68k/cpu/mcf5445x/pci.c | 74 ++--
arch/m68k/cpu/mcf5445x/speed
Signed-off-by: Alison Wang
---
arch/m68k/cpu/mcf547x_8x/cpu.c| 38 +++---
arch/m68k/cpu/mcf547x_8x/cpu_init.c | 84 +
arch/m68k/cpu/mcf547x_8x/interrupts.c | 15 +++---
arch/m68k/cpu/mcf547x_8x/pci.c| 59 ---
ar
Signed-off-by: Alison Wang
---
arch/m68k/cpu/mcf532x/cpu.c | 33 ++--
arch/m68k/cpu/mcf532x/cpu_init.c | 304 +
arch/m68k/cpu/mcf532x/interrupts.c| 15 +-
arch/m68k/cpu/mcf532x/speed.c | 77 +
board/freescale/m53017evb/m530
Signed-off-by: Alison Wang
---
arch/m68k/include/asm/io.h | 38 +-
1 files changed, 37 insertions(+), 1 deletions(-)
diff --git a/arch/m68k/include/asm/io.h b/arch/m68k/include/asm/io.h
index d86eaf9..50ed749 100644
--- a/arch/m68k/include/asm/io.h
+++ b/arc
Hi,
On Sun, Mar 25, 2012 at 11:53 PM, wrote:
> From: Lei Wen
>
> This patch set add zip command support for uboot.
> The first two patches import deflate and trees functions from zlib 1.2.5
> without any change. While the third patch did the necessary change to
> make the import file could be b
Signed-off-by: Alison Wang
---
arch/m68k/cpu/mcf523x/cpu.c | 33 +
arch/m68k/cpu/mcf523x/cpu_init.c| 122 ++-
arch/m68k/cpu/mcf523x/interrupts.c | 15 ++--
arch/m68k/cpu/mcf523x/speed.c | 10 ++-
board/freescale/m5235evb/m5235evb.c
Hello David,
On Sun, 26 Feb 2012 01:19:39 +0100
David Wagner wrote:
> On 15/01/2012 02:22, Mike Frysinger wrote:
> > Acked-by: Mike Frysinger
> > -mike
> >
>
> Dear Wolfgang,
>
> I think Mike has acked all the 7 patches in v5. Thanks a lot if you can
> apply them.
I'll queue them in my stag
On Sat, 14 Jan 2012 00:27:34 +0100
David Wagner wrote:
> Also, don't split error messages over several lines as per a coding style
> exception making them easier to grep.
>
> Signed-off-by: David Wagner
> ---
> tools/mkenvimage.c | 41 +++--
> 1 files chan
On Sat, 14 Jan 2012 00:27:35 +0100
David Wagner wrote:
> compiler.h needs to be included from U-Boot's headers.
> Also, group U-Boot-specific includes together
>
> stdlib.h was missing.
>
> Signed-off-by: David Wagner
> ---
> tools/mkenvimage.c |3 ++-
> 1 files changed, 2 insertions(+),
On Sat, 14 Jan 2012 00:27:36 +0100
David Wagner wrote:
> Verbosly fail if the target environment size or the padding byte are badly
> formated.
>
> Verbosly fail if something bad happens when reading from standard input.
>
> Signed-off-by: David Wagner
> ---
> tools/mkenvimage.c | 31 ++
On Sat, 14 Jan 2012 00:27:37 +0100
David Wagner wrote:
> Signed-off-by: David Wagner
> ---
> tools/mkenvimage.c | 26 +-
> 1 files changed, 13 insertions(+), 13 deletions(-)
Applied to u-boot-staging/ag...@denx.de, thanks.
Anatolij
___
On Sat, 14 Jan 2012 00:27:38 +0100
David Wagner wrote:
> Fall back to read() if it fails.
>
> Signed-off-by: David Wagner
> ---
> tools/mkenvimage.c | 25 +++--
> 1 files changed, 19 insertions(+), 6 deletions(-)
Applied to u-boot-staging/ag...@denx.de, thanks.
Anatolij
On Sat, 14 Jan 2012 00:27:39 +0100
David Wagner wrote:
> Remove this feature since it seems impossible to reliably detect them.
>
> Signed-off-by: David Wagner
> ---
> tools/mkenvimage.c |8
> 1 files changed, 0 insertions(+), 8 deletions(-)
Applied to u-boot-staging/ag...@denx.d
On Sat, 14 Jan 2012 00:27:40 +0100
David Wagner wrote:
> Signed-off-by: David Wagner
> ---
> tools/mkenvimage.c |4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
Applied to u-boot-staging/ag...@denx.de, thanks.
Anatolij
___
U-Boot mail
Stefan,
On 3/7/2012 7:48 PM, Stefan Roese wrote:
On Wednesday 07 March 2012 13:04:04 Amit Virdi wrote:
From: Shiraz Hashim
The linux-2.6.37 base port has few problems with nfs boot. The boot
fails while getting timeout on attempting to mount root file system.
This helps the ethernet to bring u
Amit,
On Tuesday 27 March 2012 11:02:08 Amit Virdi wrote:
> >> The linux-2.6.37 base port has few problems with nfs boot. The boot
> >> fails while getting timeout on attempting to mount root file system.
> >> This helps the ethernet to bring up faster in linux boot thus avoiding
> >> the time out
Hello Fabio,
On Mon, 26 Mar 2012 19:23:32 -0300
Fabio Estevam wrote:
> Fix typo on CONFIG_SYS_HUSH_PARSER.
>
> Signed-off-by: Fabio Estevam
> ---
> include/configs/EB+MCF-EV123.h |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/EB+MCF-EV123.h b/i
Hi Stefan,
Solution 2:
- Enable autoneg for all SPEAr and specify a larger delay parameter if
rootfs has to be mounted from nfs. This would ensure that timeout won't
happen.
I would prefer solution 2. What's your opinion?
I have no problem with enabling autoneg on all boards. My only conce
Mehmet Fatih Özay ctech.com.tr> writes:
>
> Hello all
>
> We are using OMAP 3530 board and SMSC9512 usb-ethernet adapter.
> The main goal is to connect this adapter through USB OTG port and
> initialize at u-boot. In order to do it, we are using your u-boot
> patches for usb-ethe
Albert,
Please check this pull request.
Please let me know if need the rebase.
On 8 March 2012 19:14, Minkyu Kang wrote:
> Dear Albert,
>
> The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:
>
> IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100)
>
> are availa
From: Tim Kientzle
The patch below fixes device enumeration through the U-Boot API.
Device enumeration crashes when the system in question doesn't
have any RAM mapped to address zero (I discovered this on a
BeagleBone board), since the enumeration calls get_dev with a
NULL ifname sometimes which
test mail
Regards,
Manjunatha C Achar
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Prafulla,
thanks for the review.
>> +++ b/board/buffalo/lsxl/kwbimage-lsxhl.cfg
> BTW: What is difference between them? if it is very small you can manage
> it through c file.
mh? arent these the values which end up in the head of an SPI image, the
SoC bootstrap rom will execute? how can thes
From: Jerry Huang
According to the card detection of p1/p2 paltform RM,
we should set SYSCTL[PEREN] to enable the clock.
Otherwise, after booting the u-boot, and then inserting the SD card,
the SD card can't be detected.
Signed-off-by: Jerry Huang
CC: Andy Fleming
---
drivers/mmc/fsl_esdhc.c
From: Jerry Huang
When first inserting the SD card to slot, the command "mmcinfo" can
display the card information correctly.
But, then removing the SD card or inserting another SD card to slot,
the command "mmcinfo" can't display the information correctly.
Therefore remove this member 'has_init
On 27.03.2012 12:25, chang-ming.hu...@freescale.com wrote:
From: Jerry Huang
According to the card detection of p1/p2 paltform RM,
typo => platform
we should set SYSCTL[PEREN] to enable the clock.
Otherwise, after booting the u-boot, and then inserting the SD card,
the SD card can't be dete
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: 27 March 2012 16:22
> To: Prafulla Wadaskar
> Cc: Michael Walle; u-boot@lists.denx.de
> Subject: RE: [PATCH v2] lsxl: add support for lschlv2 and lsxhl
>
> Hi Prafulla,
>
> thanks for the review.
>
> >> +++ b/
Hello Thomas,
On Sun, 25 Mar 2012 10:44:01 +0200
Thomas Weber wrote:
> adresses/addresses
> alernate/alternate
> asssuming/assuming
> calcualted/calculated
> enviroment/environment
> evalutation/evaluation
> falsh/flash
> labled/labeled
> paramaters/parameters
>
> Signed-off-by: Thomas Weber
>
Stephan Linz wrote:
Enable phylib and mii support for AXI EMAC
ethernet drivers on Microblaze systems.
Signed-off-by: Stephan Linz
Reported-by: Michal Simek
---
include/configs/microblaze-generic.h | 21 +
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/i
Dear Wolfgang Denk,
Please pull this one patch when merge window is open.
Thanks,
Michal
The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
are available in the git repository at
Dear Stephan,
Stephan Linz wrote:
Xilinx LocalLink Tri-Mode Ether MAC driver can be
used by Xilinx Microblaze or Xilinx ppc405/440 in
SDMA and FIFO mode. DCR or XPS bus can be used.
The driver uses and requires MII and PHYLIB.
CP: 4 warnings: 'Use of volatile is usually wrong'
I won't fix this
Hi Stefano,
On 3/24/12, Marek Vasut wrote:
> Dear Fabio Estevam,
>
>> Add a README file for mx28evk board.
>>
>> Signed-off-by: Fabio Estevam
>
> Acked-by: Marek Vasut
Would it be possible to have this patch applied for 2012.03? Or is it too late?
Since mx28evk will be introduced in 2012.03,
Dear Fabio Estevam,
> Hi Stefano,
>
> On 3/24/12, Marek Vasut wrote:
> > Dear Fabio Estevam,
> >
> >> Add a README file for mx28evk board.
> >>
> >> Signed-off-by: Fabio Estevam
> >
> > Acked-by: Marek Vasut
>
> Would it be possible to have this patch applied for 2012.03? Or is it too
> la
On 27/03/2012 14:30, Fabio Estevam wrote:
> Hi Stefano,
>
Hi Fabio,
> On 3/24/12, Marek Vasut wrote:
>> Dear Fabio Estevam,
>>
>>> Add a README file for mx28evk board.
>>>
>>> Signed-off-by: Fabio Estevam
>>
>> Acked-by: Marek Vasut
>
> Would it be possible to have this patch applied for 201
Hi Mike,
On Mon, 5 Mar 2012 18:46:51 -0500
Mike Frysinger wrote:
> We've already got a mdelay() func in common code, so use that instead.
>
> Signed-off-by: Mike Frysinger
> ---
> drivers/net/smc9.c | 15 ++-
> 1 files changed, 2 insertions(+), 13 deletions(-)
Applied to u
Prafulla,
On 03/26/2012 11:58 AM, Valentin Longchamp wrote:
> Some kirkwood based boards may need to implement such function due to
> some HW designs.
I see no feedback from your side on this patch. I think you should go through
the marvell tree:
- the spi_claim/release_bus function are already
On 27/03/2012 15:01, Marek Vasut wrote:
> Dear Fabio Estevam,
>
>> Hi Stefano,
>>
>> On 3/24/12, Marek Vasut wrote:
>>> Dear Fabio Estevam,
>>>
Add a README file for mx28evk board.
Signed-off-by: Fabio Estevam
>>>
>>> Acked-by: Marek Vasut
>>
>> Would it be possible to have this
Prafulla,
On 03/26/2012 01:34 PM, Valentin Longchamp wrote:
> This patch series updates keymile boards with Kirkwood CPU and adds
> two new boards. This new boards are kmnusa and kmcoge5un. Also the
> existing boards with own config files were migrated to the common
> header km_kirkwood.h. Some sm
Hello Jason,
On Mon, 5 Mar 2012 12:12:28 -0600
"Jason Hobbs" wrote:
> Without this patch, some versions of gcc (at least ELDK 4.2) complain
> about dereferencing type-punned pointers.
>
> Reported-by: Marek Vasut
> Signed-off-by: Jason Hobbs
> Cc: Heiko Schocher
> Cc: Marek Vasut
> ---
>
On 03/27/2012 08:13 AM, manjunatha wrote:
> Dear Rob Herring/ Wolfgang,
>
> As discussed in earlier mail chain, our current ext4 implementation is
> capable enough to list(ls) and read(load) ext2 partitons as well.
>
> Also the current ext4 implementation is optimized to 7-8 times greater
> read
Dear Rob Herring/ Wolfgang,
As discussed in earlier mail chain, our current ext4 implementation is
capable enough to list(ls) and read(load) ext2 partitons as well.
Also the current ext4 implementation is optimized to 7-8 times greater read
throughput than ext2load.
I propose that we can re
Hello Dirk,
On Sat, 24 Mar 2012 08:18:38 +0100
Dirk Behme wrote:
> On 13.03.2012 02:24, Eric Nelson wrote:
> > On 03/04/2012 02:46 PM, Eric Nelson wrote:
> >> Signed-off-by: Eric Nelson
> >> Acked-by: Mike Frysinger
> >> ---
> >> fs/fat/fat.c | 14 --
> >> 1 files changed, 8 insertion
On 01/09/2012 11:54 AM, uma.shan...@samsung.com wrote:
> From: uma.shankar
>
> Signed-off-by: Uma Shankar
> Signed-off-by: Manjunatha C Achar
> Signed-off-by: Iqbal Shareef
> Signed-off-by: Hakgoo Lee
> ---
> Changes for v3:
> - Copyright has been updated in respective files
>
Hi Michal,
On Tue, Mar 27, 2012 at 7:25 AM, Michal Simek wrote:
> Dear Stephan,
>
>
> Stephan Linz wrote:
>>
>> Xilinx LocalLink Tri-Mode Ether MAC driver can be
>> used by Xilinx Microblaze or Xilinx ppc405/440 in
>> SDMA and FIFO mode. DCR or XPS bus can be used.
>
> Joe, Wolfgang: I don't agre
On 27.03.2012 16:20, Anatolij Gustschin wrote:
Hello Dirk,
On Sat, 24 Mar 2012 08:18:38 +0100
Dirk Behme wrote:
On 13.03.2012 02:24, Eric Nelson wrote:
On 03/04/2012 02:46 PM, Eric Nelson wrote:
Signed-off-by: Eric Nelson
Acked-by: Mike Frysinger
---
fs/fat/fat.c | 14 --
1 files
On Tue, 27 Mar 2012 18:28:21 +0200
Dirk Behme wrote:
...
> >> Anybody likes to comment/apply this patch?
> >
> > Both, this patch and the patch referenced by the above link were
> > submitted when the merge window was closed. So, the patches will
> > probably be applied to next when rc1 is out, un
On Thu, 5 Jan 2012 19:54:55 -0800
Simon Glass wrote:
> This feature is not available on ARM, so it is an error to define it.
>
> Signed-off-by: Simon Glass
> ---
> include/configs/snapper9260.h |1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
Applied to u-boot-staging/ag...@denx.
On 27/03/2012 12:25, chang-ming.hu...@freescale.com wrote:
> From: Jerry Huang
>
> According to the card detection of p1/p2 paltform RM,
> we should set SYSCTL[PEREN] to enable the clock.
> Otherwise, after booting the u-boot, and then inserting the SD card,
> the SD card can't be detected.
>
>
On 27/03/2012 13:01, Dirk Behme wrote:
> On 27.03.2012 12:25, chang-ming.hu...@freescale.com wrote:
>> From: Jerry Huang
>>
>> According to the card detection of p1/p2 paltform RM,
>
> typo => platform
>
>> we should set SYSCTL[PEREN] to enable the clock.
>> Otherwise, after booting the u-boot,
Dear =?ISO-8859-2?Q?Viktor_K=F8iv=E1k?=,
In message
you wrote:
>
> >> And even if it was, the combination of -ffunction-sections /
> >> -fdata-sections with --gc-sections should prevent any damages.
...
> Yes that's the main problem. Lots of code i unused. Basically
> everything except BootVideo
Dear Wolfgang Denk,
> Dear =?ISO-8859-2?Q?Viktor_K=F8iv=E1k?=,
>
> In message you wrote:
> > >> And even if it was, the combination of -ffunction-sections /
> > >> -fdata-sections with --gc-sections should prevent any damages.
>
> ...
>
> > Yes that's the main problem. Lots of code i unused. B
Marek Vasut wrote:
> Sure, but I see no point in keeping such dead code in U-Boot code base. Aka.
> why
> keep functions in U-Boot that are never used?
I think what Wolfgang is trying to say is that no one has proven that
there actually IS any unused code. The ATI driver needs the BIOS
emulator
Dear Timur Tabi,
> Marek Vasut wrote:
> > Sure, but I see no point in keeping such dead code in U-Boot code base.
> > Aka. why keep functions in U-Boot that are never used?
>
> I think what Wolfgang is trying to say is that no one has proven that
> there actually IS any unused code. The ATI driv
Marek Vasut wrote:
> Agreed, but I expected there was some dead code and that was the point I was
> trying to express ;-)
Well, until you do a thorough analysis, you really have no idea if there
is any dead code at all.
--
Timur Tabi
Linux kernel developer at Freescale
On Tue, Mar 27, 2012 at 04:04:29PM +0800, Lei Wen wrote:
> Hi,
>
> On Sun, Mar 25, 2012 at 11:53 PM, wrote:
> > From: Lei Wen
> >
> > This patch set add zip command support for uboot.
> > The first two patches import deflate and trees functions from zlib 1.2.5
> > without any change. While the
On Tue, Mar 27, 2012 at 06:40:33PM +0200, Anatolij Gustschin wrote:
> On Tue, 27 Mar 2012 18:28:21 +0200
> Dirk Behme wrote:
> ...
> > >> Anybody likes to comment/apply this patch?
> > >
> > > Both, this patch and the patch referenced by the above link were
> > > submitted when the merge window wa
Hi,
I'm trying to figure out if anyone has ported a PPC system to QEMU
that is capable of booting U-Boot. Similar to the ARM versatilepb
target, but for PPC instead. I've tried the Bamboo and MPC8544DS but
it seems they only use stubs to OS calls and parses a DTB for info.
If there's no target su
Signed-off-by: Eric Nelson
---
This patch requires Stefano's driver for MX5/MX6 to be useful.
http://lists.denx.de/pipermail/u-boot/2012-February/118530.html
This is the first and board-independent part of what's needed to enable
SATA on an i.MX6 board as discussed in this thread:
Hi Tom,
Le 27/03/2012 00:40, Tom Rini a écrit :
Hello,
I've resolved the conflict with the SPL Linux series.
The following changes since commit cd207cde948ecf9ff50a0fa1ae2650f65579c9c9:
Marek Vasut (1):
IXP: Fix GPIO_INT_ACT_LOW_SET()
are available in the git repository at:
gi
Hi Stefano,
Le 27/03/2012 09:46, Stefano Babic a écrit :
Hi Albert,
please pull from u-boot-imx (rebased on current u-boot-arm).
The following changes since commit cd207cde948ecf9ff50a0fa1ae2650f65579c9c9:
IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-26 23:09:26 +0200)
are available in the gi
Hi Minkyu,
Le 27/03/2012 11:44, Minkyu Kang a écrit :
Albert,
Please check this pull request.
Please let me know if need the rebase.
On 8 March 2012 19:14, Minkyu Kang wrote:
Dear Albert,
The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:
IXP: Fix GPIO_INT_ACT_L
Dear Timur Tabi,
> Marek Vasut wrote:
> > Agreed, but I expected there was some dead code and that was the point I
> > was trying to express ;-)
>
> Well, until you do a thorough analysis, you really have no idea if there
> is any dead code at all.
I don't ... but Viktor probably does and I beli
Hi all,
I have been away from the list quite a few days, and will have a very
trycky time catching up, so with my apologies, I ask people who need me
to apply patches or pull requests for the upcoming release to please
send me a private e-mail and point me to the list message that I should
be
Hi all,
I have been away from the list quite a few days, and will have a very
tricky time catching up, so with my apologies, I ask people who need me
to apply patches or pull requests for the upcoming release to please
send me a private e-mail and point me to the list message that I should
be
On 27/03/2012 10:32, Anatolij Gustschin wrote:
[...]
>
> I'll queue them in my staging branch.
>
> Thanks,
> Anatolij
Thanks a lot !
David.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Am Dienstag 27 März 2012, 09:27:49 schrieb Prafulla Wadaskar:
> Is the chip 6281/6282 or 6192?
It' a 88F6281-A1.
--
Michael
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Frank,
In message
you wrote:
>
> I'm trying to figure out if anyone has ported a PPC system to QEMU
> that is capable of booting U-Boot. Similar to the ARM versatilepb
> target, but for PPC instead. I've tried the Bamboo and MPC8544DS but
> it seems they only use stubs to OS calls and pars
Hi,
Am Dienstag 27 März 2012, 13:05:05 schrieb Prafulla Wadaskar:
> > I removed the hardcoded values from the environment and put it into a
> > special rescue mode, so it won't show up until the user is explicitly
> > choosing that mode. I can understand, that hardcoded values are bad
> > but in
>
On 03/27/2012 03:53 PM, Wolfgang Denk wrote:
> Dear Frank,
>
> In message
> you
> wrote:
>>
>> I'm trying to figure out if anyone has ported a PPC system to QEMU
>> that is capable of booting U-Boot. Similar to the ARM versatilepb
>> target, but for PPC instead. I've tried the Bamboo and MPC854
Dear Michael,
In message <201203272255.59259.mich...@walle.cc> you wrote:
>
> Wolfgang, what do you think about relaxing this policy a bit and allowing
> this
> class of devices (no service port/serial port available, no storage for the
> MAC address besides the environment) to use hardcoded v
On Tue, Mar 27, 2012 at 03:59:48PM -0500, Scott Wood wrote:
> On 03/27/2012 03:53 PM, Wolfgang Denk wrote:
> > Dear Frank,
> >
> > In message
> > you
> > wrote:
> >>
> >> I'm trying to figure out if anyone has ported a PPC system to QEMU
> >> that is capable of booting U-Boot. Similar to the AR
On 03/27/2012 04:55 PM, Tom Rini wrote:
> On Tue, Mar 27, 2012 at 03:59:48PM -0500, Scott Wood wrote:
>> On 03/27/2012 03:53 PM, Wolfgang Denk wrote:
>>> Dear Frank,
>>>
>>> In message
>>> you
>>> wrote:
I'm trying to figure out if anyone has ported a PPC system to QEMU
that is ca
Dear Scott Wood,
> On 03/27/2012 03:53 PM, Wolfgang Denk wrote:
> > Dear Frank,
> >
> > In message
you wrote:
> >> I'm trying to figure out if anyone has ported a PPC system to QEMU
> >> that is capable of booting U-Boot. Similar to the ARM versatilepb
> >> target, but for PPC instead. I've tri
Hi Manjunatha & Rob
On Wed, Mar 28, 2012 at 12:46 AM, Rob Herring wrote:
> On 03/27/2012 08:13 AM, manjunatha wrote:
>> Dear Rob Herring/ Wolfgang,
>>
>> As discussed in earlier mail chain, our current ext4 implementation is
>> capable enough to list(ls) and read(load) ext2 partitons as well.
>>
Dear Timur Tabi,
2012/3/27 Marek Vasut :
> Dear Timur Tabi,
>
>> Marek Vasut wrote:
>> > Agreed, but I expected there was some dead code and that was the point I
>> > was trying to express ;-)
>>
>> Well, until you do a thorough analysis, you really have no idea if there
>> is any dead code at all
Hi Viktor,
On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák wrote:
> Dear Timur Tabi,
>
> 2012/3/27 Marek Vasut :
>> Dear Timur Tabi,
>>
>>> Marek Vasut wrote:
>>> > Agreed, but I expected there was some dead code and that was the point I
>>> > was trying to express ;-)
>>>
>>> Well, until you do a
Dear Graeme Russ,
> Hi Viktor,
>
> On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák
wrote:
> > Dear Timur Tabi,
> >
> > 2012/3/27 Marek Vasut :
> >> Dear Timur Tabi,
> >>
> >>> Marek Vasut wrote:
> >>> > Agreed, but I expected there was some dead code and that was the
> >>> > point I was trying
Hi Marek,
On Wed, Mar 28, 2012 at 10:46 AM, Marek Vasut wrote:
> Dear Graeme Russ,
>
>> Hi Viktor,
>>
>> On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák
> wrote:
>> > Dear Timur Tabi,
>> >
>> > 2012/3/27 Marek Vasut :
>> >> Dear Timur Tabi,
>> >>
>> >>> Marek Vasut wrote:
>> >>> > Agreed, but I e
Dear Graeme Russ,
> Hi Marek,
>
> On Wed, Mar 28, 2012 at 10:46 AM, Marek Vasut wrote:
> > Dear Graeme Russ,
> >
> >> Hi Viktor,
> >>
> >> On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák
> >
> > wrote:
> >> > Dear Timur Tabi,
> >> >
> >> > 2012/3/27 Marek Vasut :
> >> >> Dear Timur Tabi,
> >
Marek,
> Perfection is reached, not when there is no longer anything to add, but when
> there is no longer anything to take away.
>
> -- Antoine de Saint-Exupery
And:
Not all that is simple is perfect. However, all that is perfect is simple
-- Unkown
:)
__
Dear Graeme Russ,
> Marek,
>
> > Perfection is reached, not when there is no longer anything to add, but
> > when there is no longer anything to take away.
> >
> > -- Antoine de Saint-Exupery
>
> And:
>
> Not all that is simple is perfect. However, all that is perfect is simple
>
> -- Unkown
This patch adds support for Cloud Engines Pogoplug E02
Information regarding the CE Pogoplug E02 board can be found at:
http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray
Signed-off-by: Dave Purdy
Cc: prafu...@marvell.com
Cc: albert.u.b...@aribaud.net
---
Changes for v5:
- eliminated
Hi Tom,
On Wed, Mar 28, 2012 at 2:12 AM, Tom Rini wrote:
> On Tue, Mar 27, 2012 at 04:04:29PM +0800, Lei Wen wrote:
>> Hi,
>>
>> On Sun, Mar 25, 2012 at 11:53 PM, wrote:
>> > From: Lei Wen
>> >
>> > This patch set add zip command support for uboot.
>> > The first two patches import deflate and
Thanks
Jerry Huang
> -Original Message-
> From: Stefano Babic [mailto:sba...@denx.de]
> Sent: Wednesday, March 28, 2012 1:13 AM
> To: Huang Changming-R66093
> Cc: u-boot@lists.denx.de; Andy Fleming
> Subject: Re: [U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock
> to detect th
Dear Chander Kashyap,
On 14 March 2012 15:42, Chander Kashyap wrote:
> Exynos based SoC's have two different naming conventions.
> One is S5PC_ and other is EXXX_. This patch adds
> generic code to handle EXXX_ connvention.
>
> Signed-off-by: Chander Kashyap
> ---
> arch/arm/include
Thanks
Jerry Huang
> -Original Message-
> From: Stefano Babic [mailto:sba...@denx.de]
> Sent: Wednesday, March 28, 2012 1:17 AM
> To: Dirk Behme
> Cc: Huang Changming-R66093; u-boot@lists.denx.de; Andy Fleming
> Subject: Re: [U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock
>
Checking for CDP packets should be encapsulated, not copied code.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
Cc: Simon Glass
Cc: Mike Frysinger
---
Changes for v2:
- Split from patch "Move CDP out of net.c"
- Changed to static inline
arch/powerpc/cpu/mpc8xx/fec.c |2 +-
inc
This is not called as a handler, so don't name it that way
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
Cc: Simon Glass
Cc: Mike Frysinger
---
Changes for v2:
- Split from "Improve variable names and code readability"
net/cdp.c |2 +-
net/cdp.h |2 +-
net/net.c |2 +-
3
1 - 100 of 155 matches
Mail list logo