Hi Jason an all,
many thanks for the feedback,
sure, i post another updated patch-set, as a cpu patch followed from board
patch, in some minutes.
Regards
angelo
On 30/09/2011 11:15, Jin Zhengxiong-R64188 wrote:
>> -Original Message-
>> From: angelo [mailto:angel...@gmail.com]
>> Sent: T
On 09/30/11 18:48, Mike Frysinger wrote:
> On Friday, September 30, 2011 07:57:10 nagabhushana.netagu...@ti.com wrote:
>> --- a/drivers/net/davinci_emac.c
>> +++ b/drivers/net/davinci_emac.c
>> @@ -246,7 +246,7 @@ static int gen_get_link_speed(int phy_addr)
>> if (davinci_eth_phy_read(phy_addr
Add support for mcf5307 based "Sysam AMCORE" open board.
Board main features:
cpu : Freescale mcf5307
flash : 4MB, nor, SST39VF3201B
sdram : 16M, MT48LC4M32B2
eth : 1 x dm9000e
rtc : ds1338, i2c
Signed-off-by: Angelo Dureghello
---
Makefile |3 +
board/sysam/
Add support for mcf5307 cpu.
Signed-off-by: Angelo Dureghello
---
Changes for v5:
- updated to current remote master
arch/m68k/cpu/mcf530x/Makefile | 48 +++
arch/m68k/cpu/mcf530x/config.mk| 25
arch/m68k/cpu/mcf530x/cpu.c| 48 +++
arch/m68k/cpu/mcf530x/cp
Hi,
Here's seventh patchset for Ben NanoNote initial support. I've been
working with Xiangfu past six months to polish v6 patches. We have
addressed all comments from Wolfgang and Scott so far, drop nand_spl
and USB_boot functions to make the initial bring-up minimum and simple.
I think the pat
From: Xiangfu Liu
Date: Fri, 19 Aug 2011 14:35:29 +0800
Jz4740 NAND flash controller can support:
* MLC NAND as well as SLC NAND
* all 8-bit/16-bit NAND flash devices
* HAMMING and RS hardware ECC
* automatic boot up from NAND flash devices
nand_ecclayout is set up for 2GiB NAND chip mounted in
From: Xiangfu Liu
Date: Fri, 19 Aug 2011 14:35:29 +0800
Add support for the qi_lb60 (a.k.a QI Ben NanoNote) clamshell device
from Qi hardware:
http://en.qi-hardware.com/wiki/Ben_NanoNote
http://en.qi-hardware.com/wiki/Main_Page
http://en.wikipedia.org/wiki/Qi_hardware
This Jz4740-based clamshel
Reduce the dependence between driver files and platform files
Lei Wen (5):
ARM: pantheon: reduce dependence of including platform file
ARM: armada100: reduce dependence of including platform file
ARM: kirkwood: reduce dependence of including platform file
serial: reduce include platform fi
For files like the drivers/serial/serial.c, it must include the platform
file, as the CONFIG_SYS_NS16550_COM1 must reference to the definition in
the platform definition files.
Include the platform definition file in the config file, so that it
would decouple the dependence for the driver files.
For files like the drivers/serial/serial.c, it must include the
platform file, as the CONFIG_SYS_NS16550_COM1 must reference to the
definition in the platform definition files.
Include the platform definition file in the config file, so that it
would decouple the dependence for the driver files.
For files like the drivers/serial/serial.c, it must include the
platform file, as the CONFIG_SYS_NS16550_COM1 must reference to the
definition in the platform definition files.
Include the platform definition file in the config file, so that it
would decouple the dependence for the driver files.
Build pass with following config:
dkb_config
aspenite_config
edminiv2_config
openrd_ultimate_config
sheevaplug_config
mv88f6281gtw_ge_config
rd6281a_config
guruplug_config
km_kirkwood_config
Signed-off-by: Lei Wen
---
drivers/serial/serial.c |9 -
1 files changed, 0 insertions(+), 9
Build pass with following config:
dkb_config
aspenite_config
Signed-off-by: Lei Wen
---
drivers/gpio/mvmfp.c |7 ---
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/drivers/gpio/mvmfp.c b/drivers/gpio/mvmfp.c
index e7830c6..f56c037 100644
--- a/drivers/gpio/mvmfp.c
+++ b/d
Unpaid-Beneficiary
It is obvious that you have not received your fund which is to the tune of
20million dollars for more info contact
director of payment rev.KOFFI NELSON with your information wish is
Age,Sex,Name,occupation,tel,
Yours.
Mr. Boateng Johnson
CC: Federal Bureau of Investigation
CC:
On 10/02/2011 09:52 PM, Shinya Kuribayashi wrote:
> Hi,
>
> Here's seventh patchset for Ben NanoNote initial support. I've been
> working with Xiangfu past six months to polish v6 patches. We have
> addressed all comments from Wolfgang and Scott so far, drop nand_spl
> and USB_boot functions to m
Am 26/09/2011 17:10, schrieb Lukasz Majewski:
> This patch series adds new generic PMIC framework for u-boot.
> It is supposed to handle various types of pmic IC's (both
> I2C and SPI).
>
Hi Lukasz,
> This patch series has been tested on Samsung's GONI reference target.
>
> Moreover a special p
Am 26/09/2011 17:10, schrieb Lukasz Majewski:
> This commit adds new PMIC core driver.
>
> PMIC IC devices connected via I2C or SPI can be used.
> Separate files: pmic_i2c.c and pmic_spi.c are responsible
> for handling transmission specific files for I2C or SPI busses.
>
> pmic_fsl.c and pmic_ma
Am 26/09/2011 17:10, schrieb Lukasz Majewski:
> The pmic_init() initialization handler has been added to
> board_init_r function.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Stefano Babic
> ---
> arch/arm/lib/board.c |5 +
> 1 files changed, 5 insertions(+),
Am 26/09/2011 17:10, schrieb Lukasz Majewski:
> This is an example code for adjusting the mx51evk example board to
> new pmic_core driver.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Stefano Babic
Thnaks for example. In the next version you do not need to repost thi
Running checkpatch on arch/arm/cpu/arm926ejs/mx25/generic.c we get:
total: 2 errors, 59 warnings, 326 lines checked
Fix these errors and warnings.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm926ejs/mx25/generic.c | 110
1 files changed, 55 insertions(+),
Running checkpatch on arch/arm/cpu/arm926ejs/mx25/timer.c we get:
total: 2 errors, 7 warnings, 182 lines checked
Fix these errors and warnings.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm926ejs/mx25/timer.c | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff -
From: Fabio Estevam
Fix errors/warnings reported by checkpatch.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm926ejs/mx25/reset.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/mx25/reset.c
b/arch/arm/cpu/arm926ejs/mx25/reset.c
index 1a4368
Fix warning reported by checkpatch.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm926ejs/mx27/generic.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/mx27/generic.c
b/arch/arm/cpu/arm926ejs/mx27/generic.c
index 222a8e9..33640ce 100644
--- a/
Fix warnings reported by checkpatch.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm926ejs/mx27/timer.c | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/mx27/timer.c
b/arch/arm/cpu/arm926ejs/mx27/timer.c
index df76d16..5af9359 100644
Fix warning reported by checkpatch.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm926ejs/mx27/reset.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/mx27/reset.c
b/arch/arm/cpu/arm926ejs/mx27/reset.c
index 6c54eaf..cc0a33e 100644
--- a/arch/a
Fix warning reported by checkpatch.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm1136/mx35/generic.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/arm1136/mx35/generic.c
b/arch/arm/cpu/arm1136/mx35/generic.c
index fcfaba5..1b9809b 100644
--- a/arch/a
Fix warnings/errors reported by checkpatch.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm1136/mx31/timer.c | 22 +-
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/arch/arm/cpu/arm1136/mx31/timer.c
b/arch/arm/cpu/arm1136/mx31/timer.c
index 717a2b7..d3a4
Do not declare extern in c files as pointed out by checkpatch.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/armv7/mx5/soc.c | 10 ++
arch/arm/include/asm/arch-mx5/sys_proto.h | 10 ++
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/arch/arm/cpu/a
Dear Marik,
In message <1317058579-936-1-git-send-email-marek.va...@gmail.com> you wrote:
> Fix the following gcc4.6 problems:
>
> cmd_date.c: In function `do_date´:
> cmd_date.c:50:6: warning: variable `old_bus´ set but not used
> [-Wunused-but-set-variable]
> asix.c: In function `asix_init´:
> a
Fix warning generated by checkpatch.
Signed-off-by: Fabio Estevam
---
board/freescale/mx31ads/mx31ads.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/freescale/mx31ads/mx31ads.c
b/board/freescale/mx31ads/mx31ads.c
index 4dd1e63..a8a9ddb 100644
--- a/board/frees
Fix warnings generated by checkpatch.
Signed-off-by: Fabio Estevam
---
board/davedenx/qong/qong.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c
index 99432ed..d362dab 100644
--- a/board/davedenx/qong/qong
Fix warning generated by checkpatch.
Signed-off-by: Fabio Estevam
---
board/karo/tx25/tx25.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/karo/tx25/tx25.c b/board/karo/tx25/tx25.c
index 307ffd0..bbf12ec 100644
--- a/board/karo/tx25/tx25.c
+++ b/board/karo/tx25/
Fix warnings generated by checkpatch.
Signed-off-by: Fabio Estevam
---
board/logicpd/imx27lite/imx27lite.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/logicpd/imx27lite/imx27lite.c
b/board/logicpd/imx27lite/imx27lite.c
index 2b273ac..8a5015c 100644
--- a/
Fix warning generated by checkpatch.
Signed-off-by: Fabio Estevam
---
board/logicpd/imx31_litekit/imx31_litekit.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/logicpd/imx31_litekit/imx31_litekit.c
b/board/logicpd/imx31_litekit/imx31_litekit.c
index 7214008..83
On Sunday, October 02, 2011 08:36:04 PM Wolfgang Denk wrote:
> Dear Marek,
>
[...]
>
> Please fix.
Hi Wolfgang,
I have to admit I didn't test ppc boards. But by looking at the TQM pcmcia
driver, the problem is in the driver itself. That's where I suspect it should
be
fixed.
Can you share t
all of your patches have the typo:
Codying -> Coding
also, please don't capitalize "Fix Coding Style". it doesn't need to be.
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http:/
> -Original Message-
> From: Lei Wen [mailto:adrian.w...@gmail.com]
> Sent: Sunday, October 02, 2011 7:47 PM
> To: Prafulla Wadaskar; u-boot@lists.denx.de
> Subject: [PATCH 4/5] serial: reduce include platform file for marvell
> chip
>
> Build pass with following config:
> dkb_config
> a
*Hallo meine lieben!
Wie geht es Ihnen! hoffe, Sie sind fein und in einwandfreiem Zustand. Mein
Name ist Susan
und ich komme auf Ihre E-Mail hier während des Surfens und beschlossen,
Ihnen für den Kontakt
Freundschaft, weil ich für eine ehrliche Partner suchen Sie bitte, wenn du
nichts dagegen hast
This fulfills the pending feature removal of the non-net multi code.
At this point, only two net drivers and one board seem to still be
using the !NET_MULTI code paths. So it's easy to scrub all of that.
As for the rest, my MAKEALL run didn't seem to indicate there were
any problems due to my cha
This driver was never converted to NET_MULTI, and no board uses it.
So punt it and be done.
Signed-off-by: Mike Frysinger
---
drivers/net/Makefile |1 -
drivers/net/ns7520_eth.c | 850 --
include/ns7520_eth.h | 336 --
net
This is long over due. All but two net drivers have been converted, but
those have now been dropped.
The only thing left to do is actually delete all references to NET_MULTI
and code that is compiled when that is not defined. So here we scrub the
core code.
Signed-off-by: Mike Frysinger
---
R
Not draining the FIFO and waiting for the UART to be non-busy
before changing baudrate results in crap characters on the
console, so let's wait for the FIFO to drain and the last
character to be clocked out before we do that.
Signed-off-by: Linus Walleij
---
drivers/serial/serial_pl01x.c | 10
On Sunday, October 02, 2011 09:08:52 PM Marek Vasut wrote:
> On Sunday, October 02, 2011 08:36:04 PM Wolfgang Denk wrote:
> > Dear Marek,
>
> [...]
>
> > Please fix.
>
> Hi Wolfgang,
>
> I have to admit I didn't test ppc boards. But by looking at the TQM pcmcia
> driver, the problem is in the d
From: Marek Vasut
Due to the conversion of debug() macro to inline function, the type-checking
happens even if DEBUG isn't defined. This made a few problems surface. These
fixes here address the ones found so far.
Marek Vasut (8):
PPC: Fix tqm8xx_pcmcia.c by removing condition around pcmp
PP
From: Marek Vasut
As the "buf" is cleared at runtime, this might introduce a slight overhead.
Signed-off-by: Marek Vasut
---
drivers/pcmcia/i82365.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Q: Can this be squashed into char buf[200] = {0}; ? That'd help the
optimization
From: Marek Vasut
This fix has no impact on u-boot.bin size (tested with ELDK 4.2).
Signed-off-by: Marek Vasut
---
drivers/pcmcia/tqm8xx_pcmcia.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/pcmcia/tqm8xx_pcmcia.c b/drivers/pcmcia/tqm8xx_pcmcia.c
index ca1a
From: Marek Vasut
This fixes a type-checking issue.
The growth of u-boot.bin isn't measurable here as the resulting
binary is always 512k big. But the u-boot executable is 500 bytes
bigger.
Signed-off-by: Marek Vasut
---
arch/powerpc/cpu/mpc8xxx/ddr/main.c |2 --
1 files changed, 0 insert
From: Marek Vasut
As the "buf" is cleared at runtime, this might introduce a slight overhead.
Signed-off-by: Marek Vasut
---
board/cpc45/pd67290.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/cpc45/pd67290.c b/board/cpc45/pd67290.c
index 0d8ef23..96d7289 1006
From: Marek Vasut
Also, squash a warning about initialized static data.
Signed-off-by: Marek Vasut
---
examples/standalone/eepro100_eeprom.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/examples/standalone/eepro100_eeprom.c
b/examples/standalone/eepro100_e
From: Marek Vasut
Change #include "gt64260R.h" to #include
Signed-off-by: Marek Vasut
---
include/galileo/core.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/galileo/core.h b/include/galileo/core.h
index c277509..eee0cce 100644
--- a/include/galileo/core.h
From: Marek Vasut
Also, squash a checkpatch warning in if(debug != 0) part.
Signed-off-by: Marek Vasut
---
examples/standalone/mem_to_mem_idma2intr.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/standalone/mem_to_mem_idma2intr.c
b/examples/standalone/me
From: Marek Vasut
This avoids colision with nand subsystem's functions.
Signed-off-by: Marek Vasut
Cc: Scott Wood
---
drivers/mtd/nand/fsl_upm.c | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/mtd/nand/fsl_upm.c b/drivers/mtd/nand/fsl_upm.c
inde
Hi Albert,
On Sat, Oct 1, 2011 at 12:01 AM, Albert ARIBAUD
wrote:
> Hi Simon,
>
> Le 23/09/2011 18:04, Simon Glass a écrit :
>
>>> Are you looking for CONFIG_SYS_SKIP_ARM_RELOCATION? I think Anthony is
>>> only fixing couple of issues uncovered by the original 'skip
>>> relocation' patch but I do
Hi Marek,
On Fri, Sep 30, 2011 at 5:12 PM, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Simon Glass
> Cc: Ben Warren
> Cc: Tom Warren
> Cc: Stephen Warren
> ---
> MAINTAINERS | 1 +
> board/toradex/colibri_t20/Makefile | 49 +
> board/t
> -Original Message-
> From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> Sent: Monday, September 19, 2011 12:37 AM
> To: w...@denx.de
> Cc: u-boot@lists.denx.de; albert.u.b...@aribaud.net; Prafulla Wadaskar;
> u-b...@lakedaemon.net
> Subject: [PATCH v8] dreamplug: initial board support.
> -Original Message-
> From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> Sent: Wednesday, September 21, 2011 12:31 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; marek.va...@gmail.com; vap...@gentoo.org; Ajay
> Bhargav
> Subject: [PATCH v2 3/4] Armada100: Add SPI flash sup
> -Original Message-
> From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> Sent: Wednesday, September 21, 2011 12:31 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; marek.va...@gmail.com; vap...@gentoo.org; Ajay
> Bhargav
> Subject: [PATCH v2 4/4] Armada100: Add env storage s
> -Original Message-
> From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> Sent: Wednesday, September 21, 2011 12:31 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; marek.va...@gmail.com; vap...@gentoo.org; Ajay
> Bhargav
> Subject: [PATCH v2 3/4] Armada100: Add SPI flash sup
> -Original Message-
> From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com]
> Sent: Wednesday, September 21, 2011 12:31 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; marek.va...@gmail.com; vap...@gentoo.org; Ajay
> Bhargav
> Subject: [PATCH v2 1/4] SPI: Add SPI driver support
On Monday, September 26, 2011 12:51:42 Simon Glass wrote:
> Thanks - quick question: I want to move this from RFC to normal patch
> in the next version - should I start at version 3 or version 1 for the
> header?
just keep upreving the ver number
-mike
signature.asc
Description: This is a digita
On Monday, September 26, 2011 20:07:34 Simon Glass wrote:
> On Sun, Sep 25, 2011 at 9:59 PM, Mike Frysinger wrote:
> > On Friday, September 23, 2011 12:22:02 Simon Glass wrote:
> >> This patch set points towards a possible way to improve the test
> >> infrastructure in U-Boot. The goal is to have a
On Monday, September 26, 2011 20:10:35 Simon Glass wrote:
> --- a/include/linux/string.h
> +++ b/include/linux/string.h
> @@ -1,6 +1,8 @@
> #ifndef _LINUX_STRING_H_
> #define _LINUX_STRING_H_
>
> +#include
> +
> #include /* for size_t */
> #include /* for NULL */
hmm, this can't be
On Monday, September 26, 2011 20:10:39 Simon Glass wrote:
> --- /dev/null
> +++ b/arch/sandbox/cpu/cpu.c
>
> +int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
> +{
> + /*
> + * This is considered normal termination for now. We wil call os_exit()
> + * when avail
On Monday, September 26, 2011 20:10:40 Simon Glass wrote:
> + gd->mon_len = 0; /* _bss_end_ofs;*/
i'd scrub references to this and drop it from the global header
> + size = 128 * 1024 * 1024;
> + mem = malloc(size);
> + assert(mem);
> + gd->ram_buf = mem;
shouldn't this 128 M
Dear Wolfgang Denk,
please pull the following changes.
All patches were check by checkpatch script and were sent to mailing list.
I am going to send separate pull request for emaclite changes because it is
driver.
Thanks,
Michal
The following changes since commit 2984fd1673fd76de0182c9626c3d
Dear Wolfgang Denk,
please pull these emaclite changes.
Thanks,
Michal
The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:
Marek Vasut (1):
GCC4.6: Squash warning in lzo1x_decompress.c
are available in the git repository at:
git://www.denx.de/git/u-boot-
66 matches
Mail list logo