Andreas Bießmann schrieb:
Dear Andreas Bießmann,
>> So, simple question: how do I get a new patch against the original
>> state after editing the file?
> 'git rebase' does the trick, e.g. 'git checkout && git
> rebase master'
Here the problem starts... I have made changes to like 2 dozen files
si
On Mon, Aug 9, 2010 at 2:40 AM, Alexander Stein wrote:
> On AT91 the watchdog mode register can only be written once after reset.
> If this register is written by u-boot e.g. a Linux driver can't
> reconfigure the watchdog later. If the watchdog is left untouched this
> is possible. Without touchin
Dear Reinhard Meyer,
Am 09.08.2010 09:08, schrieb Reinhard Meyer:
> Andreas Bießmann schrieb:
> Dear Andreas Bießmann,
>>> So, simple question: how do I get a new patch against the original
>>> state after editing the file?
>> 'git rebase' does the trick, e.g. 'git checkout && git
>> rebase maste
Dear Reinhard Meyer,
Am 09.08.2010 09:08, schrieb Reinhard Meyer:
> Andreas Bießmann schrieb:
> Dear Andreas Bießmann,
>>> So, simple question: how do I get a new patch against the original
>>> state after editing the file?
>> 'git rebase' does the trick, e.g. 'git checkout && git
>> rebase maste
Dear Andreas Bießmann
> Ah, i see ... you have uncommited changes in your current branch? Bad
> thing!
Umm, the current branch would always have WIP. Always committing half done
work to fix a problem in another branch seems tedious to me. Doing that I
would have many dozen commits by now that I wo
> Umm, the current branch would always have WIP.
Sure, me too.
> Always committing half done work to fix a problem in another branch
> seems tedious to me.
No, because you can use "git rebase -i" later, and thus squash together
different commits. I have lots of "temporary" commits (which, btw,
Dear Reinhard Meyer,
Am 09.08.2010 09:39, schrieb Reinhard Meyer:
> Dear Andreas Bießmann
>> Ah, i see ... you have uncommited changes in your current branch? Bad
>> thing!
>
> Umm, the current branch would always have WIP. Always committing half done
> work to fix a problem in another branch see
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
> Sent: Monday, August 09, 2010 12:22 PM
> To: u-boot@lists.denx.de; Prafulla Wadaskar
> Subject: Re: [U-Boot] Pull request u-boot-marvell.git
>
> Le 09/08/2010 08:18, Prafulla Wadaskar a écrit :
> > Hi Wolfgan
Dear Haavard Skinnemoen,
In message <20100809132949.43c81...@hskinnemoen-d830> you wrote:
>
> But it does seem kind of rude to just hand everything off without
> Cc'ing any of the maintainers in question. Perhaps they would respond
> more quickly if people actually send e-mail to them?
Rude? send
>
> Dear Stefan,
>
> In message <20100623131040.ga23...@frolo.macqel> Philippe De Muyter wrote:
> > Hello Wolfgang & list,
> >
> > This is a revised patch, with comments and indentation fixed, I hope.
> >
> > I have "ported" U-boot to a in house made board with Numonyx Axcell P33/P30
> > 256-Mbit 6
Le 09/08/2010 10:13, Prafulla Wadaskar a écrit :
>
>
>> -Original Message-
>> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
>> Sent: Monday, August 09, 2010 12:22 PM
>> To: u-boot@lists.denx.de; Prafulla Wadaskar
>> Subject: Re: [U-Boot] Pull request u-boot-marvell.git
>>
>> Le 09/08
Autodetection is undesired now
Signed-off-by: Daniel Gorsulowski
---
v2: fixed copyright changing error according to Wolfgangs hint
v3: nothing changed, just resend to cohere patch series
include/configs/meesc.h |3 ++-
include/configs/otc570.h |1 +
2 files changed, 3 inserti
* convert meesc board to use c stucture SoC access
* change gpio access to at91_gpio syntax
* moved CONFIG_SYS_HZ below board and cpu defines (purely cosmetic)
Signed-off-by: Daniel Gorsulowski
---
v2: fixed copyright changing error according to Wolfgangs hint
v3: removed some whitespace
There was an redesign, so USB is available now.
Signed-off-by: Daniel Gorsulowski
---
v2: Nothing changed but commit message
v3: nothing changed, just resend to cohere patch series
board/esd/meesc/meesc.c |6 +-
include/configs/meesc.h | 13 -
2 files changed, 17
Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=,
In message <4c5fa669.6070...@arcor.de> you wrote:
>
> >> + tmo = usec_to_tick(usec);
> >> + tmp = get_ticks() + tmo;/* get current timestamp */
> >> +
> >> + while (get_ticks()< tmp) /* loop till event */
> >> + /*NOP*/;
> >
> >
Dear Alexander Stein,
In message <201008090857.32705.alexander.st...@systec-electronic.com> you wrote:
>
> > > common/image.c | 11 ---
> > > 1 files changed, 8 insertions(+), 3 deletions(-)
> >
> > Why would this be needed? Do you have an error scenario?
>
> IIRC the problem arose
Hi Reinhard Meyer,
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Reinhard
> Meyer (-VC)
> Sent: 2010?7?30? 17:54
> To: u-boot
> Subject: [U-Boot] [PATCH] AT91: remove superfluous test in spi driver
>
> Let spi_cs_is_valid(
convert the board to the new soc architecture
update default config
i2c upgrade taken from eb_cpux9k2.h & board/BuS/eb_cpux9k2/cpux9k2.c
Signed-off-by: Eric Bénard
---
v4 : rebased against current HEAD
v3 : send to Hong Xu
v2 : send to Tom Rix's new email
Makefile |2 +
Signed-off-by: Eric Bénard
---
v4 : rebased against current HEAD
v3 : send to Hong Xu
v2 : send to Tom Rix's new email
include/configs/cpuat91.h |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h
index b012782..9e
Wolfgang Denk wrote:
> Dear Stefano,
>
Hi Wolfgang,
> Can you please have a look at this, and eventually send a pull req?
> Thanks.
Thanks, I missed it. I would change the name of the maintainer and I
will set myself for the MX51EVK, because Fred Fan resigned as maintainer
for this board.
Li,
Dear Wolfgang,
Am Montag, 9. August 2010, 11:26:56 schrieb Wolfgang Denk:
> > IIRC the problem arose when i downloaded my image to 0x2000 (SD-RAM)
> > using TFTP and my Linux kernel entry point was at 0x20008000. So when
>
> Don;t do this, then. Such kind of overlap has never been supported.
Wolfgang Denk wrote:
> Dear Haavard Skinnemoen,
>
> In message <20100809132949.43c81...@hskinnemoen-d830> you wrote:
> >
> > But it does seem kind of rude to just hand everything off without
> > Cc'ing any of the maintainers in question. Perhaps they would respond
> > more quickly if people actua
This patchset adds support for MB86R0x SoC familiy from Fujitsu,
its built in lcd controller and a first board using the
MB86R01.
Changes since V5
- Addressed some comments in timer.c by w...@denx.de
- Rebased to current master branch
Changes since V4
- Rebased to current master branch
Cha
Signed-off-by: Matthias Weisser
---
arch/arm/cpu/arm926ejs/mb86r0x/Makefile | 47 ++
arch/arm/cpu/arm926ejs/mb86r0x/clock.c | 43 ++
arch/arm/cpu/arm926ejs/mb86r0x/reset.c | 40 ++
arch/arm/cpu/arm926ejs/mb86r0x/timer.c | 142 ++
arch/arm/include/asm/
This patch adds support for the display controller in
the MB86R0x SoCs.
Signed-off-by: Matthias Weisser
---
drivers/video/Makefile |1 +
drivers/video/mb86r0xgdc.c | 186
2 files changed, 187 insertions(+), 0 deletions(-)
create mode 100644
This patch adds support for the jadecpu board using the
MB86R01 'Jade' SoC from Fujitsu.
Signed-off-by: Matthias Weisser
---
MAINTAINERS |4 +
MAKEALL |1 +
board/syteco/jadecpu/Makefile| 55 +++
board/syteco/jadecpu/con
Hello Mike,
Am Montag, 9. August 2010, 09:13:45 schrieb Mike Frysinger:
> > On AT91 the watchdog mode register can only be written once after reset.
> > If this register is written by u-boot e.g. a Linux driver can't
> > reconfigure the watchdog later. If the watchdog is left untouched this
> > is
Dear Alexander Stein,
In message <201008091310.37634.alexander.st...@systec-electronic.com> you wrote:
>
> > Even if it would work in your case of uncompressed images, it is bound
> > to fail for compressed ones where the uncompressed code grows faster
> > then compressed data get consumed.
>
>
Dear Wolfgang,
August 2010, 13:43:32 schrieb Wolfgang Denk:
> > Well, that's at least one possibility but it is very annoying that
> > something like memmove that works fine so far suddenly stops working
> > when watchdog support is enabled.
>
> Yes, I understand this. It's also annoying when you
Dear Haavard Skinnemoen,
In message <20100809181318.5ec2a...@hskinnemoen-d830> you wrote:
>
> > First, I have poked them a number of times, both on and off list.
>
> I haven't received any such pokes from you in a long time.
I'm not talking about you here. You have clearly indicated that you
res
Hello all,
I've noticed that the "usb help" doesn't format the output correctly:
=> help usb
usb - USB sub-system
Usage:
usb reset - reset (rescan) USB controller
usb stop [f] - stop USB [f]=force stop
usb tree - show USB device tree
usb info [dev] - show available USB devices
usb storage -
Dear Alexander Stein,
In message <201008091351.39800.alexander.st...@systec-electronic.com> you wrote:
>
> > Better do not build on undefined behaviour.
>
> Yes, of course. But it seems difficult to recognise thing like a simple
> memmove with dest < src as an undefined behavior.
See the FAQ:
Hello Joakim,
On Mon, Aug 09, 2010 at 10:32:25AM +0200, Joakim Tjernlund wrote:
> >
> > Dear Stefan,
> >
> > In message <20100623131040.ga23...@frolo.macqel> Philippe De Muyter wrote:
> > > Hello Wolfgang & list,
> > >
> > > This is a revised patch, with comments and indentation fixed, I hope.
> >
Hi Wolfgang,
2010/8/8 Wolfgang Denk :
> Dear Remy Bohmer,
>
> In message you
> wrote:
>>
>> 2010/7/9 Ajay Kumar Gupta :
>> > Tested MSC Host on AM3517EVM.
>> >
>> > Signed-off-by: Ajay Kumar Gupta
>> > ---
>> > drivers/usb/musb/Makefile | 1 +
>> > drivers/usb/musb/am35x.c | 118
>> >
Hello Mr. Denk,
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Saturday, August 07, 2010 4:00 PM
> To: Jim Sheldon
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] at91sam9g20 MAC address in EEPROM?
>
> Dear Jim Sheldon,
>
> In message <7941e07e1e020448937aca7
Hi Philippe,
first sorry for the late review (thanks Wolfgang for reminding).
On Saturday 07 August 2010 01:11:02 Wolfgang Denk wrote:
> Dear Stefan,
>
> In message <20100623131040.ga23...@frolo.macqel> Philippe De Muyter wrote:
> > Hello Wolfgang & list,
> >
> > This is a revised patch, with c
On Friday 23 July 2010 21:16:26 Wolfgang Denk wrote:
> None of the AMCC boards uses an embedded environment, so there is no
> need to run "saveenv" after updating U-Boot. Drop the redundant
> commands from the default environment.
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX
On Monday 26 July 2010 17:17:50 matthias.fu...@esd.eu wrote:
> From: Matthias Fuchs
>
> Fix building various esd boards in u-boot-testing repo's
> hastable branch.
>
> Matthias Fuchs (3):
> ppc4xx: Fix building of AR405 board
> ppc4xx: Fix building of CANBT board
> ppc4xx: Fix building of
On Tuesday 27 July 2010 07:07:24 Heiko Schocher wrote:
> Update image size after addition of new environment handling.
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82
On Tuesday 03 August 2010 10:29:50 Stefan Roese wrote:
> This patch has the following fixes/changes:
>
> - Set 'kernel_addr' and 'ramdisk_addr' to correct values and add
> 'fdt_addr' environment variable
> - Remove 'kozio' environment variable
> - Remove environmant variables to boot ancient arc
Dear Jim Sheldon,
>> May I ask WHY you are not comfortable with using the U-Boot
>> environment? Usually it's a very convenient place to store
>> configuration data, and a pretty reliable one (especially when you
>> use redundant environment).
>
> We're not concerned about u-boot's environment not
The following changes since commit b417260d871d4d8d336c160d95ed40cc8c0fb0fa:
PXA: Declare __io for vpac270 IDE (2010-08-09 01:15:22 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Heiko Schocher (1):
ppc4xx: Fix building of sc3 board
Matth
Hi Wolfgang,
Thank you for the review comments. Could you give me some more details
on how you would like the following resolved?
On Sat, Aug 7, 2010 at 4:08 PM, Wolfgang Denk wrote:
> Dear Ben Gardiner,
>
> In message <1278366212-24023-3-git-send-email-bengardi...@nanometrics.ca> you
> wrote:
McMurphy and Klipstein were there...
Reinhard
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
From: Xiangfu Liu
those two patches fix the little endian build.
done by Shinya Kuribayashi.
Makefile |1 +
arch/mips/config.mk | 27 +--
arch/mips/cpu/config.mk |8
board/dbau1x00/u-boot.lds|2 +-
board/gth2/u
>From the document, if set all arguments in "OUTPUT_FORMAT"
to "tradbigmips", then even add "-EL" to gcc we still get
EB format.
pb1x00 is only used in Little-endian,
so its default endian should be set to LE as well.
Signed-off-by: Xiangfu Liu
Acked-by: Shinya Kuribayashi
---
board/dbau1x00
add CONFIG_CPU_LITTLE_ENDIAN to little endian board config.
use -dumpmachine to check if the cross compile.
Signed-off-by: Xiangfu Liu
Acked-by: Shinya Kuribayashi
---
Makefile |1 +
arch/mips/config.mk | 27 +--
arch/mips/cpu/config.mk |
Remove warning for missing " at the end of line 136
Signed-off-by: Reinhard Meyer
---
common/cmd_mmc.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index a6ed6a8..c0b30d8 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -133
Signed-off-by: Reinhard Meyer
---
arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 20 +++
arch/arm/include/asm/arch-at91/at91_common.h |1 +
arch/arm/include/asm/arch-at91/clk.h |5 +
arch/arm/include/asm/arch-at91/hardware.h |1 +
doc/README.atmel_mc
This patch adds support for the Atmel MultiMedia Card Interface (MCI)
in AT91SAM9260 and AT91SAM9XE SoCs and preserves the original support
for the AVR32AP700x SoCs.
It patches the original atmel_mci.c driver to remove byte order and
toolchain dependencies and makes it a common MCI driver for
Atmel
Hi Stefan,
On Mon, Aug 09, 2010 at 03:52:03PM +0200, Stefan Roese wrote:
> Hi Philippe,
>
> first sorry for the late review (thanks Wolfgang for reminding).
>
> On Saturday 07 August 2010 01:11:02 Wolfgang Denk wrote:
> > Dear Stefan,
> >
> > In message <20100623131040.ga23...@frolo.macqel> Phi
On Mon, Aug 09, 2010 at 02:57:27PM +0200, Philippe De Muyter wrote:
> Hello Joakim,
>
> On Mon, Aug 09, 2010 at 10:32:25AM +0200, Joakim Tjernlund wrote:
> > >
> > > Dear Stefan,
> > >
> > > In message <20100623131040.ga23...@frolo.macqel> Philippe De Muyter wrote:
> > > > Hello Wolfgang & list,
>
Wolfgang Denk wrote:
> Dear Haavard Skinnemoen,
>
> In message <20100809181318.5ec2a...@hskinnemoen-d830> you wrote:
> >
> > > First, I have poked them a number of times, both on and off list.
> >
> > I haven't received any such pokes from you in a long time.
>
> I'm not talking about you here.
Philippe De Muyter wrote on 2010/08/09 14:57:27:
>
> Hello Joakim,
>
> On Mon, Aug 09, 2010 at 10:32:25AM +0200, Joakim Tjernlund wrote:
> > >
> > > Dear Stefan,
> > >
> > > In message <20100623131040.ga23...@frolo.macqel> Philippe De Muyter wrote:
> > > > Hello Wolfgang & list,
> > > >
> > > > Th
Add support for the embedded flash in the AT91SAM9XE128/256/512 SoCs:
- Environment can be put into that flash
- U-Boot can be in that flash
- Commands "cp" and "protect" are supported
Signed-off-by: Reinhard Meyer
---
arch/arm/cpu/arm926ejs/at91/Makefile |1 +
arch/arm/cpu/arm926ejs/a
- The comment was wrong/misleading
- One would assume that a u-boot "reset" command should also
reset the external hardware outside the SoC. Since its unknown
whether some boards rely on that NOT being so, asserting the
external reset signal is optional
Signed-off-by: Reinhard Meyer
---
arch/arm
To facilitate better testing of SPI peripherals, add
the possibility to specify bus and SPI mode to the
"sspi" command
Signed-off-by: Reinhard Meyer
---
common/cmd_spi.c | 33 +++--
1 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/common/cmd_spi.c b/
Remove superfluous test for valid CS
Flush Receive Data Register before next transaction
Signed-off-by: Reinhard Meyer
---
drivers/spi/atmel_spi.c | 13 +++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c
index 317c0b4
On Mon, Aug 9, 2010 at 12:21 PM, Reinhard Meyer wrote:
> @@ -107,15 +119,13 @@ int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char
> * const argv[])
> return 1;
> }
>
> - /* FIXME: Make these parameters run-time configurable */
> - slave = spi_setup_slave(CONFI
On Mon, Aug 9, 2010 at 11:13 AM, wrote:
> add CONFIG_CPU_LITTLE_ENDIAN to little endian board config.
> use -dumpmachine to check if the cross compile.
>
> ---
> Makefile | 1 +
> arch/mips/config.mk | 27 +--
> arch/mips/cpu/config.mk | 8 --
Hi Stefano,
2010/8/5 Stefano Babic :
> Hi Remy,
>
> I would like to add CDC support to a davinci (DM365 Soc) board using the
> musb controller. As the actual driver (musb_udc) does have gadget
> support, I decided (even if I get some advises that it is a harder way)
The USB gadget layer used for
Hi,
2010/8/9 Sergei Poselenov :
> Hello all,
>
>
> I've noticed that the "usb help" doesn't format the output correctly:
>
> => help usb
> usb - USB sub-system
>
> Usage:
> usb reset - reset (rescan) USB controller
> usb stop [f] - stop USB [f]=force stop
> usb tree - show USB device tree
> usb
> You should change the version of the patch in the subject line
> And you should add change log history here.
Ok, will do.
> You can have reference from some other patches submitted on the list
Do you mean git send-email's --in-reply-to= option?
--
Sergei
signature.asc
Description: PGP sig
On Wed, 2 Jun 2010 11:58:39 -0400
Ben Gardiner wrote:
> This patch adds a new 'mtdparts add' variant: add.e (with a synomym add.i).
Why multiple ways to say the same thing, in a new command with no
legacy to be compatible with?
Even on the commands where .e and .i used to do something, that's n
From: Bryan Wu
Signed-off-by: Bryan Wu
Signed-off-by: Cliff Cai
Signed-off-by: Mike Frysinger
---
drivers/usb/musb/musb_hcd.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/musb/musb_hcd.c b/drivers/usb/musb/musb_hcd.c
index dd2aa7f..abb84b2 100644
Hi Scott,
On Mon, Aug 9, 2010 at 2:25 PM, Scott Wood wrote:
> On Wed, 2 Jun 2010 11:58:39 -0400
> Ben Gardiner wrote:
>
>> This patch adds a new 'mtdparts add' variant: add.e (with a synomym add.i).
>
> Why multiple ways to say the same thing, in a new command with no
> legacy to be compatible w
From: Bryan Wu
The Blackfin implementation of musb has a TXCOUNT register that needs to
be programmed when transmitting data.
Signed-off-by: Bryan Wu
Signed-off-by: Cliff Cai
Signed-off-by: Mike Frysinger
---
drivers/usb/musb/musb_hcd.c |5 +
1 files changed, 5 insertions(+), 0 delet
From: Bryan Wu
This is a change similar to what is already in the Linux driver. We
should only program the CLRDATATOG bit when the current mode indicates
that it is needed.
Signed-off-by: Bryan Wu
Signed-off-by: Cliff Cai
Signed-off-by: Mike Frysinger
---
Note: can someone give this a spin o
On Mon, 9 Aug 2010 14:39:20 -0400
Ben Gardiner wrote:
> Hi Scott,
>
> On Mon, Aug 9, 2010 at 2:25 PM, Scott Wood wrote:
> > On Wed, 2 Jun 2010 11:58:39 -0400
> > Ben Gardiner wrote:
> >
> >> This patch adds a new 'mtdparts add' variant: add.e (with a synomym add.i).
> >
> > Why multiple ways t
Wolfgang,
The following changes since commit b417260d871d4d8d336c160d95ed40cc8c0fb0fa:
Marek Vasut (1):
PXA: Declare __io for vpac270 IDE
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
Ben Warren (1):
Fix compile warnings for const correc
Recent features enabled by default require a larger monitor size for the
cm-bf548 port, so bump it up a bit.
Signed-off-by: Mike Frysinger
---
include/configs/cm-bf548.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf54
Mike Frysinger wrote:
> From: Bryan Wu
> Signed-off-by: Bryan Wu
> Signed-off-by: Cliff Cai
> Signed-off-by: Mike Frysinger
> ---
> drivers/usb/musb/musb_hcd.c |7 +++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/usb/musb/musb_hcd.c b/drivers/usb/musb/
From: Sergei Trofimovich
Before:
Marvell>> usb storage
Device 0: Vendor: StoreJet Rev: Prod: Transcend
Type: Hard Disk
Capacity: 28759.9 MB = 28.0 GB (488397168 x 512)
After:
Marvell>> usb storage
Device 0: Vendor: StoreJet Rev: Prod: Transc
On Mon, Aug 9, 2010 at 3:14 PM, Sergei Shtylyov wrote:
> Mike Frysinger wrote:
>> --- a/drivers/usb/musb/musb_hcd.c
>> +++ b/drivers/usb/musb/musb_hcd.c
>> @@ -917,6 +917,13 @@ int submit_control_msg(struct usb_device *dev,
>> unsigned long pipe, void *buffer,
>> dev->status = 0;
>> d
The correct definition is in drivers/qe/uec.h so just
include that one instead.
Signed-off-by: Joakim Tjernlund
---
This is only compile tested on my board but hopefully
it will do. If not, I urge Freescale to clean up this mess.
include/netdev.h |4 +---
1 files changed, 1 insertions(+)
On Mon, Aug 9, 2010 at 3:15 PM, Joakim Tjernlund wrote:
> The correct definition is in drivers/qe/uec.h so just
> include that one instead.
... except that bleeds a ton of crap from uec.h into the global
namespace for everyone. better would be to move the prototype out of
uec.h and into netdev.h
This patch adds an additional column to the output of list_partitions. The
additional column will contain the net size and a '(!)' beside it if the net
size is not equal to the partition size.
Signed-off-by: Ben Gardiner
CC: Wolfgang Denk
---
V2:
* formatting: spaces after 'if' and 'for'
* t
This patch introduces the 'spread' sub-command of the mtdparts command.
This command will modify the existing mtdparts variable by increasing
the size of the partitions such that 1) each partition's net size is at
least as large as the size specified in the mtdparts variable and 2)
each partition s
[PATCH v4 1/4] mtdparts: regroup calls to get_mtd_device_nm
[PATCH v4 2/4] mtdparts: show net size in mtdparts list
[PATCH v4 3/4] mtdparts: add new sub-command "spread"
[PATCH v4 4/4] mtdparts: new add.spread: add part skipping bad blocks
common/cmd_mtdparts.c | 268
The get_mtd_device_nm function is called in a couple places and the
string that is passed to it is not really used after the calls.
This patch regroups the calls to this function into a new function,
get_mtd_info.
Signed-off-by: Ben Gardiner
Acked-by: Stefan Roese
CC: Wolfgang Denk
---
V2:
This patch adds a new 'mtdparts add' variant: add.spread. This command variant
adds a new partition to the mtdparts variable but also increases the partitions
size by skipping bad blocks and aggregating any additional bad blocks found at
the end of the partition.
Signed-off-by: Ben Gardiner
CC: W
On 8/9/2010 1:18 PM, Mike Frysinger wrote:
> On Mon, Aug 9, 2010 at 3:15 PM, Joakim Tjernlund wrote:
>> The correct definition is in drivers/qe/uec.h so just
>> include that one instead.
> ... except that bleeds a ton of crap from uec.h into the global
> namespace for everyone. better would be t
Dear Kim,
In message <20100714194729.7405f880.kim.phill...@freescale.com> you wrote:
> doing so helps avant garde users, such as those using simulators that
> allow users to configure the number of cores, so as to not have to
> manually adjust u-boot sources. h/w should also be reliably setting
>
On Mon, Aug 9, 2010 at 11:30 AM, Reinhard Meyer wrote:
> Remove warning for missing " at the end of line 136
this is a build error for me ...
cmd_mmc.c:136:2: warning: missing terminating " character
cmd_mmc.c:133: error: missing terminating " character
make[1]: *** [cmd_mmc.o] Error 1
also, i no
On Mon, Aug 9, 2010 at 3:20 PM, Mike Frysinger wrote:
> On Mon, Aug 9, 2010 at 3:14 PM, Sergei Shtylyov wrote:
>> Mike Frysinger wrote:
>>> --- a/drivers/usb/musb/musb_hcd.c
>>> +++ b/drivers/usb/musb/musb_hcd.c
>>> @@ -917,6 +917,13 @@ int submit_control_msg(struct usb_device *dev,
>>> unsigned lo
The bi_cpu field of the board data is already set to the relevant cpu
string, so there is no need for us to use the define directly.
Signed-off-by: Mike Frysinger
---
arch/blackfin/lib/board.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/blackfin/lib/board.c b/
From: Bryan Wu
Signed-off-by: Bryan Wu
Signed-off-by: Cliff Cai
Signed-off-by: Mike Frysinger
---
v2
- use writeb instead of writew as pointed out by Sergei Shtylyov
drivers/usb/musb/musb_hcd.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/usb
From: Michael Hennerich
In case there is no frame buffer driver present in Linux to hand over the
PPI LCD DMA upon boot, the DMA initiated by u-boot to display the splash
screen runs unattended. Therefore always stop the video driver in u-boot
before starting Linux. If people don't want this be
The CONFIG_BFIN_CPU option is largely used in the build system, so move
it out of the board config.h and into the board config.mk. It'd be nice
to keep everything in the config.h, but the patch to extract that value
early was rejected.
Signed-off-by: Mike Frysinger
---
arch/blackfin/config.mk
On Mon, 9 Aug 2010 23:33:18 +0200
Wolfgang Denk wrote:
> Dear Kim,
>
> In message <20100714194729.7405f880.kim.phill...@freescale.com> you wrote:
> > doing so helps avant garde users, such as those using simulators that
> > allow users to configure the number of cores, so as to not have to
> > m
Hello,
I'm looking to submit some patches that I'm currently running on
u-boot-2009.11. I'd like to know before I go through the trouble of
creating the separate patches if it is a problem for the patches to be
based on that version. Should I first port the changes to a newer
version or not?
Th
Hi Joe,
On 8/9/2010 5:36 PM, Joe Hershberger wrote:
> Hello,
>
> I'm looking to submit some patches that I'm currently running on
> u-boot-2009.11. I'd like to know before I go through the trouble of
> creating the separate patches if it is a problem for the patches to be
> based on that versio
On 08/10/2010 01:10 AM, Mike Frysinger wrote:
> On Mon, Aug 9, 2010 at 11:13 AM, wrote:
>> add CONFIG_CPU_LITTLE_ENDIAN to little endian board config.
>> use -dumpmachine to check if the cross compile.
>>
>> ---
>> Makefile |1 +
>> arch/mips/config.mk | 27 ++
> Wolfgang Denk wrote:
> > Dear Stefano,
> >
>
> Hi Wolfgang,
>
> > Can you please have a look at this, and eventually send a pull req?
> > Thanks.
>
> Thanks, I missed it. I would change the name of the maintainer and I
> will set myself for the MX51EVK, because Fred Fan resigned as maintainer
> Wolfgang Denk wrote:
> > Dear Stefano,
> >
>
> Hi Wolfgang,
>
> > Can you please have a look at this, and eventually send a pull req?
> > Thanks.
>
> Thanks, I missed it. I would change the name of the maintainer and I
> will set myself for the MX51EVK, because Fred Fan resigned as maintainer
Xu, Hong wrote:
> Hi Reinhard,
> To format the SD card, I did following
> 8<
> # dd if=/dev/zero of=/dev/sdc bs=512 count=10
> # mke2fs /dev/sdc
> # mount /dev/sdc /mnt/ext2disk
> # '' copy some files to /mnt/ext2disk
> 8<
>
> I guess you tested fatls or fatload or fatinfo or
Hi Haibo Li
I am try to help on test patch. :)
you should not include the reply in your patch. those reply
message will goto git commit message which is not needed.
On 08/10/2010 10:57 AM, Li Haibo wrote:
>> Wolfgang Denk wrote:
>>> Dear Stefano,
>>>
>>
>> Hi Wolfgang,
>>
>>> Can you please have
Xu, Hong wrote:
> Hi Reinhard,
>
> In Linux, I used `fdisk' to cerate 2 primiary partitions on SD card, each is
> about 1G bytes.
> I used `mkfs.ext2 /dev/sdc1' and 'mkfs.ext2 /dev/sd2' to format the 2
> partitions and then copy some files on them.
>
> I used SanDisk 2GB SD Card.
>
>
> But in
ACX517AKN LCD panel is found in Palm Tungsten|C
Signed-off-by: Marek Vasut
---
arch/arm/cpu/pxa/pxafb.c | 34 ++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/pxa/pxafb.c b/arch/arm/cpu/pxa/pxafb.c
index 524a03b..328fa7a 100644
---
Signed-off-by: Marek Vasut
---
common/serial.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/serial.c b/common/serial.c
index fceabfa..7148cb9 100644
--- a/common/serial.c
+++ b/common/serial.c
@@ -30,7 +30,7 @@ DECLARE_GLOBAL_DATA_PTR;
static struct serial_dev
1 - 100 of 119 matches
Mail list logo