On Friday 17 July 2009 22:26:54 Andrzej Wolski wrote:
> Fix incorrect information about size units and correct typo.
>
> Signed-off-by: Andrzej Wolski
Patch didn't apply clean. I fixed this manually. So, applied to u-boot-ubi.
Thanks.
Best regards,
Stefan
==
The following changes since commit b86b85e2611d57d834795a92453431a1a340c3c9:
Ilya Yanok (1):
mmc: set bus width to 1 and clock to minimum early during initialization
are available in the git repository at:
git://www.denx.de/git/u-boot-ubi.git master
Andrzej Wolski (1):
ubi: hel
Hello Alessandro,
Alessandro Rubini wrote:
> This adds gpio and i2c support for the Nomadik evaluation kit. They
> are needed to turn on the LCD backlight in order to later add LCD
> support.
>
> I have one doubt and some questions on gpio:
>
> To use soft_i2c I need to define some macros in the
Thanks TsiChung. That did the trick.
-- Matt
TC Liew wrote:
> Matt,
>
> In asm-m68k/io.h, please add
>
> #ifndef _IO_BASE
> #define _IO_BASE 0
> #endif
>
> Regards,
> TsiChung
>
> On Wed, Jul 15, 2009 at 9:43 AM, Matthew Lear wrote:
>> Hi TsiChung / Wolfgang,
>>
>> I just pulled u-boot.git to
Hello Wolfgang,
Wolfgang Denk wrote:
> Dear Alessandro Rubini,
>
> In message you wrote:
>> To use soft_i2c I need to define some macros in the config file.
>> Instead of writing hard numbers there I called the gpio functions, but
>> the config file is inluded from asm sources as well. I don't
Signed-off-by: Heiko Schocher
---
- changes since v1:
added comments from Prafulla Wadaskar
- changes since v2
added comments from Jean-Christophe
- added speed setting
drivers/i2c/Makefile |1 +
drivers/i2c/kirkwood_i2c.c | 484
2 fi
>> > > I would think should be CONFIG_DRIVERS_PATA_BFIN
>> >
>> > I dosagree, the "DRIVERS" part is just added line noise.
>>
>> It's a name space - making sure it is differentiated from an option.
>
> Yeah, and we end up with variable names that cannot be used any more
> because they exceed the
> Agreed. So we need an gpio_core.c / .h which defines the following
> functions (just a proposal):
Yes.
> typedef struct gpio_adapter {
> int (*init_pin)(int pin);
> int (*set)(int pin, value);
> int (*get)(int pin);
> int (*dir)(int pin, int direction);
Hi all,
I am trying to boot Linux from flash on MIPS Board.
When uBoot tries to boot Linux it fails saying "Verifying Checksum
Failed bad data crc".
The bootcmd is fsload 0x8080 /boot/uImage; bootm 0x8080.
But When i do a tftp of the same image(uImage) to same
address(0x8080) i
Hi Ben,
On Saturday 11 July 2009 20:56:06 Alessio Centazzo wrote:
> This patch fixes a compilation warning for some Ethernet PHY-less
> PPC4xx platforms (440SPE based ones) and a potential compilation
> error for 440SP platforms (use of undefined 'ethgroup' variable).
> In the original code and in
On Friday 10 July 2009 14:47:32 Dirk Eibach wrote:
> In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
> left out for no obvious reason.
>
> Signed-off-by: Dirk Eibach
Applied to ppc4xx. Thanks.
Best regards,
Stefan
==
Felix,
On Wednesday 15 July 2009 11:24:07 Felix Radensky wrote:
> I think my first patch that open-coded part of ft_board_setup() related
> to EBC ranges
> was correct and tested on real hardware. I admit that I didn't test the
> second version
> of the patch, as I didn't have the hardware at hand
On Friday 17 July 2009 14:16:40 Dirk Eibach wrote:
> Board support for the Guntermann & Drunck DL-Vision.
>
> Signed-off-by: Dirk Eibach
Applied to ppc4xx. Thanks.
Best regards,
Stefan
=
DENX Software Engineering GmbH, MD:
On Thursday 16 July 2009 22:13:57 Matthias Fuchs wrote:
> Some Coding style cleanup (braces, whitespaces, long lines)
>
> Signed-off-by: Matthias Fuchs
Applied to ppc4xx. Thanks.
Best regards,
Stefan
=
DENX Software Engineering
On Saturday 18 July 2009 02:01:02 Peter Tyser wrote:
> The XPedite1000 is a 440gx-based PMC made by X-ES. Support was added
> for XPedite100 to U-Boot > 5 years ago by Travis Sawyer
> (travis.saw...@sandburst.com) independent of X-ES. Sandburst was
> bought out by Broadcom some time ago. I attem
Hello Tom,
Tom wrote:
> Omap2 is still pending.
> I was hoping to help Richard out with this last week but he was on travel.
>
> There is not much more I think I can do wrt omap2.
> All my targets are omap3.
> The nearest I can find online is the nokia n8xx which uses a another
> bootloader.
>
Hello Alessandro,
Alessandro Rubini wrote:
>> Agreed. So we need an gpio_core.c / .h which defines the following
>> functions (just a proposal):
>
> Yes.
>
>> typedef struct gpio_adapter {
>> int (*init_pin)(int pin);
>> int (*set)(int pin, value);
>> int (*get)(int pi
> what with deinit_pin(pin, function)? That would be in shape with init_pin()?
No, it's not clear what it is. I'd rename "init" to "setup", adding an AF
argument. So I can setup it as AF2, or as GPIO-OUT, or whatever.
> (There, we could also unset the marker, that this pin is no longer used
> for
Hello Alessandro,
Alessandro Rubini wrote:
>> what with deinit_pin(pin, function)? That would be in shape with init_pin()?
>
> No, it's not clear what it is. I'd rename "init" to "setup", adding an AF
ok.
> argument. So I can setup it as AF2, or as GPIO-OUT, or whatever.
No I don;t understand
From: Matthias Fuchs
Signed-off-by: Matthias Fuchs
---
include/asm-ppc/gpio.h | 24
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/include/asm-ppc/gpio.h b/include/asm-ppc/gpio.h
index fc05dc0..23e29b1 100644
--- a/include/asm-ppc/gpio.h
+++ b/include
From: Matthias Fuchs
This patch migrates 4xx code from using the lowercase tcr macro
to the uppercase TCR macro. Both macros have been defined in the past.
So one is to much and uppercase macros are much more common.
The lowercase macro conflicts with the upcoming
introduction of the ppc4xx_gpio
Dear Madam/Sir,
our company, Microhard s.r.l, produces data acquisition terminals and in
our new design, which is under development, we use an ARM 9 plattform
based on the AT91SAM9263 microcontroller. Right now our system uses a
NAND Flash chip from Micron MT29F2G08AACWP and out Memory is mapped
Hello Peter,
pty...@xes-inc.com wrote:
> From: Peter Tyser
>
> Signed-off-by: Peter Tyser
> ---
> board/xes/xpedite5370/xpedite5370.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/xes/xpedite5370/xpedite5370.c
> b/board/xes/xpedite5370/xpedite5370.c
>
Works fine! Thanks.
Acked-by: Matthias Fuchs
On Monday 20 July 2009 08:26, Stefan Roese wrote:
> This patch adds a generic command for programming I2C bootstrap
> eeproms on PPC4xx. An implementation for Canyonlands board is
> included.
>
> The command name is intentionally chosen not to be PPC
From: Matthias Fuchs
Signed-off-by: Matthias Fuchs
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile |3 +
board/esd/pmc405de/Makefile | 53
board/esd/pmc405de/chip_config.c | 47
board/esd/pmc405de/
Hello Peter,
pty...@xes-inc.com wrote:
> From: Peter Tyser
>
> Signed-off-by: Peter Tyser
> ---
> include/configs/P2020DS.h |1 -
> include/configs/XPEDITE5170.h |1 -
> include/configs/aria.h|1 -
> include/configs/mecp5123.h|1 -
> 4 files changed, 0 insertion
Hello Wolfgang,
The following changes since commit b86b85e2611d57d834795a92453431a1a340c3c9:
Ilya Yanok (1):
mmc: set bus width to 1 and clock to minimum early during initialization
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
Peter Tyser (1):
Dear Wolfgang,
2009/7/18 Wolfgang Denk :
> Dear Minkyu Kang,
>
> In message <1f3430fb0907170142l51139f76jed37a47f7760f...@mail.gmail.com> you
> wrote:
>>
>> >> +void raise(void)
>> >> +{
>> >> +}
>> >
>> > Why would that be needed?
>>
>> Actually this function is workaround.
>> because of undefin
> 0x2 *U-Boot (2009.06)*
> 0x6 *U-Boot Env.*
So two blocks. for u-boot, which is bigger than one block.
> the u-boot environment part of the u-boot code is overwritten with the
> environment parameters. This happens only when our NAND flash has bad
> blocks in the u-boot zone. (Block 1
Hi,
Can I modify the oob bytes in NAND using U-boot commands like this:
"nand write.oob 0x800 0x0 64" [This should modify the oob bytes of
page 0].
Is this Correct? Please can you suggest on this?
I tried this but no success.
Best Regards
Murali
This E-mail and any
Dear Minkyu Kang,
In message <1f3430fb0907200415n1482bc40s33a44cf3ca439...@mail.gmail.com> you
wrote:
>
> > Find out which part of your code triggers the use of the _dvmd_lnx.o
> > code and avoid this; from the error message it seems to be some
> > (long) division.
>
> yes, we tried it.
>
Dear Rahanesh,
In message <4a642891.2090...@tataelxsi.co.in> you wrote:
>
> I am trying to boot Linux from flash on MIPS Board.
> When uBoot tries to boot Linux it fails saying "Verifying Checksum
> Failed bad data crc".
CRC is one type of checksum.
> What might be the problem when it is
Dear Alessandro Rubini,
In message <20090720080226.ga2...@mail.gnudd.com> you wrote:
>
> What about "DRV" or even "D" if you insist? CONFIG_D_I2C_SOFT ?
That's longer than needed, and nobody will understand what the "D_"
stands for.
> I personally find the config files pretty unreadable. Optio
Dear Prafulla Wadaskar,
In message <73173d32e9439e4abb5151606c3e19e202ddf27...@sc-vexch1.marvell.com>
you wrote:
>
> > > + lineno++;
> > > + if (!(line[0] != '#' && strlen(line) != 1))
> > > + continue;
> >
> > This is a bit simple-minded. This will for example fa
Dear Prafulla Wadaskar,
In message <73173d32e9439e4abb5151606c3e19e202de09c...@sc-vexch1.marvell.com>
you wrote:
>
> > > diff --git a/tools/kwbimage.h b/tools/kwbimage.h new file
> > mode 100644
> > > index 000..c54b701
> > > --- /dev/null
> > > +++ b/tools/kwbimage.h
> > > ...
> > > +/* typ
Dear Heiko Schocher,
In message <4a6422fc.6030...@invitel.hu> you wrote:
>
> typedef struct gpio_adapter {
> int (*init_pin)(int pin);
> int (*set)(int pin, value);
> int (*get)(int pin);
> int (*dir)(int pin, int direction);
> int (*level)(int p
Dear Heiko Schocher,
In message <4a6437a7.40...@denx.de> you wrote:
>
> Also, a board can have more then one gpio adapter, how we address
> such a case?
How far do you want to take that? What about an I/O expander at the
I2C bus?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH,
Tom wrote:
> Omap2 is still pending.
> I was hoping to help Richard out with this last week but he was on travel.
>
> There is not much more I think I can do wrt omap2.
> All my targets are omap3.
> The nearest I can find online is the nokia n8xx which uses a another
> bootloader.
>
> The option
Le Thu, 16 Jul 2009 09:52:43 -0500,
Peter Tyser a écrit :
> I don't have the final say here, I'm just giving my opinion. If it
> was possible to clean up, the best way in my would be to fix your
> board (ie this patch), then send a separate follow-up patch fixing
> other boards. I don't think it
Le Fri, 17 Jul 2009 21:41:43 +0200,
Wolfgang Denk a écrit :
> Entries to maintainers is missing.
Yes, it was missing in the initial version of my patch, but further
versions got it added, thanks to other people review.
> > +int dram_init(void)
> > +{
> > + gd->bd->bi_dram[0].start = PHYS_SDRA
Minkyu Kang wrote:
> Because of the reset_cpu is soc specific, should be move to soc
Thanks, looks fine for me.
For the archives, this makes
http://lists.denx.de/pipermail/u-boot/2009-May/053490.html
obsolete.
Dirk
> Cc: Dirk Behme
> Signed-off-by: Minkyu Kang
> ---
> cpu/arm_cortexa8/omap
On Mon, 2009-07-20 at 17:40 +0200, Thomas Petazzoni wrote:
> Le Thu, 16 Jul 2009 09:52:43 -0500,
> Peter Tyser a écrit :
>
> > I don't have the final say here, I'm just giving my opinion. If it
> > was possible to clean up, the best way in my would be to fix your
> > board (ie this patch), then
On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
http://www.mail-archive.com/u-boot-us...@lists.sourceforge.net/msg10216.html
>
> DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
> the serverip environment var is updated.
>
> Probably there are some cosmetic issu
On 2009-07-19, at 04:22, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger
> ---
> common/exports.c |8
> include/_exports.h |8
> include/exports.h |3 ++-
> 3 files changed, 18 insertions(+), 1 deletions(-)
>
> diff --git a/common/exports.c b/common/exports.c
Dear Robin Getz,
In message <200907192355.41601.rg...@blackfin.uclinux.org> you wrote:
>
> People responsible for the archicture/CPU core may set things up, and
> not want anyone to change things - on any SoC or Board.
>
> People responsible for SoC developments should be able to take what
> the
Dear "Ulrich Gerster",
In message <4a64285f024d00014...@hochblauen.ba-loerrach.de> you wrote:
>
> I'm trying to optimize the u-boot image I get after compiling. It's size is
> 13XkB depending on the features I define. I'm using a i.MX31 processor and
> only NAND-Flash. I think it should be
Dear matthias.fu...@esd.eu,
In message <12480849383077-git-send-email-matthias.fu...@esd.eu> you wrote:
>
> This patch migrates 4xx code from using the lowercase tcr macro
> to the uppercase TCR macro. Both macros have been defined in the past.
> So one is to much and uppercase macros are much mo
Dear matthias.fu...@esd.eu,
In message <12480877043650-git-send-email-matthias.fu...@esd.eu> you wrote:
> From: Matthias Fuchs
>
> Signed-off-by: Matthias Fuchs
It would really be nice if you marked new versions of older
submissions as such, and added some information about what exactly you
ch
Dear Kim Phillips,
In message <20090718200944.7c9d3eec.kim.phill...@freescale.com> you wrote:
> Hello Wolfgang D.,
>
> I realize this is very last-minute, but converting 83xx PCI has been
> overdue for a while now, and I'm expecting enough time to test before
> the next release. So, if there are
Dear Mike Frysinger,
In message <1247966220-23627-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit d39041fcadb1231430201d298c31f6be03d654f7:
> Wolfgang Denk (1):
> PATI board: fix compiler warnings
>
> are available in the git repository at:
>
> git
Dear Stefan Roese,
In message <200907200927.39207...@denx.de> you wrote:
> The following changes since commit b86b85e2611d57d834795a92453431a1a340c3c9:
> Ilya Yanok (1):
> mmc: set bus width to 1 and clock to minimum early during
> initialization
>
> are available in the git repository
Dear Heiko Schocher,
In message <4a64516d.4020...@denx.de> you wrote:
> Hello Wolfgang,
>
> The following changes since commit b86b85e2611d57d834795a92453431a1a340c3c9:
> Ilya Yanok (1):
> mmc: set bus width to 1 and clock to minimum early during
> initialization
>
> are available in
Dear Thomas Petazzoni,
In message <20090720174220.1800d...@surf> you wrote:
>
> > Any specific reason for not using autosizing and testing via
> > get_ram_size() ?
>
> The initial reason is that the code for this board is taken from the
> Atmel boards code, which doesn't use get_ram_size(). Howev
> Atmel DataFlashes by default operate with pages with 1056 byte pages. They
> also have a "power of 2" mode where the pages are 1024 bytes in size.
Page size is not always 1056/1024 bytes, it is depended on total memory
size.
> + if (flash_set_pow2(slave)) {
> +
Dear Kyungmin Park,
In message <9c9fda240907192016i32c7312dh490629f2f2bb3...@mail.gmail.com> you
wrote:
>
> >> /* read a page with ECC */
> >> static inline int onenand_read_page(ulong block, ulong page,
> >> u_char * buf> , int pagesize)
> >> {
> >> +#ifdef CONF
Dear Giuseppe CONDORELLI,
In message <1246273458-19028-1-git-send-email-giuseppe.condore...@st.com> you
wrote:
> This patch updates zlib to the latest stable version.
> Only relevant zlib parts were ported to u-boot tree, as already did for the
> current zlib (0.95). New zlib guarantees a faster
Dear Simon Kagstrom,
In message <20090707155734.4b757...@marrow.netinsight.se> you wrote:
> UBIFS requires fls(), which is not defined for arm (and some other
> architectures) and this patch adds it. The implementation is taken from
> Linux and is generic. ffs() is also defined for those that miss
Dear Simon Kagstrom,
In message <20090707155851.7dced...@marrow.netinsight.se> you wrote:
> This patch adds unaligned.h for ARM (needed to build with LZO
> compression). The file is taken from the linux kernel, but includes
> u-boot headers instead.
>
> Signed-off-by: Simon Kagstrom
> ---
> inc
Dear Simon Kagstrom,
In message <20090707155927.78e75...@marrow.netinsight.se> you wrote:
> Signed-off-by: Simon Kagstrom
> ---
> lib_generic/vsprintf.c |7 +--
> 1 files changed, 1 insertions(+), 6 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineeri
Dear Kumar Gala,
In message <124701-22858-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> From: galak
>
> Update fsl_sata to use common structures instead of casting
> back and forth between the fsl specific ones and the common ones
> (which are identical).
>
> fsl_sata.c: In func
Dear Luigi 'Comio' Mantellini,
In message <1246985548-24183-1-git-send-email-luigi.mantellini...@gmail.com>
you wrote:
> --===1785671948==
>
> From: Luigi 'Comio' Mantellini
>
> ---
> common/cmd_bootm.c |5 +-
> include/lzma/LzmaDec.h | 31 +
> in
Dear Giuseppe CONDORELLI,
In message <20090720213352.186e3832e...@gemini.denx.de> I wrote:
> Dear Giuseppe CONDORELLI,
>
> In message <1246273458-19028-1-git-send-email-giuseppe.condore...@st.com> you
> wrote:
> > This patch updates zlib to the latest stable version.
> > Only relevant zlib parts
Dear Simon Kagstrom,
In message <20090720214252.b0b6e832e...@gemini.denx.de> I wrote:
> Dear Simon Kagstrom,
>
> In message <20090707155927.78e75...@marrow.netinsight.se> you wrote:
> > Signed-off-by: Simon Kagstrom
> > ---
> > lib_generic/vsprintf.c |7 +--
> > 1 files changed, 1 inser
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <1247085496-21754-2-git-send-email-plagn...@jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> ---
> board/netstar/Makefile |3 +--
> board/voiceblue/Makefile |3 +--
> 2 files changed, 2 insertions(+), 4 delet
Dear Heiko Schocher,
In message <4a55c0a2.2010...@denx.de> you wrote:
> - CONFIG_SYS_MAX_I2C_BUS changed to 1
> We use only one I2C hardwarecontroller on this boards, so
> change the CONFIG_SYS_MAX_I2C_BUS to 1.
> - common: dont print errormsg if second IVM Block lacks.
> - 82xx, mgcoge: fix d
Dear ratbert.chu...@gmail.com,
In message <1247221534-26150-1-git-send-email-ratbert.chu...@gmail.com> you
wrote:
> From: Po-Yu Chuang
>
> Signed-off-by: Po-Yu Chuang
> ---
> .gitignore |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Den
Dear Peter Tyser,
In message <1247241800-29059-2-git-send-email-pty...@xes-inc.com> you wrote:
> This cleans up U-Boot's toplevel directory a bit and makes the
> architecture 'config.mk' file naming and location similar to board and
> cpu 'config.mk' files
>
> Signed-off-by: Peter Tyser
> ---
>
Dear Peter Tyser,
In message <1247241800-29059-6-git-send-email-pty...@xes-inc.com> you wrote:
> The current files in examples are all standalone application examples,
> so put them in their own subdirectory for organizational purposes
>
> Signed-off-by: Peter Tyser
> ---
> Makefile
Dear Peter Tyser,
In message <1247241800-29059-7-git-send-email-pty...@xes-inc.com> you wrote:
> Signed-off-by: Peter Tyser
> ---
> Makefile|4 ++--
> {api_examples => examples/api}/.gitignore |0
> {api_examples => examples/api}/Makefile |8
Dear Peter Tyser,
In message <1248033674.15400.9.ca...@ptyser-laptop> you wrote:
> On Sat, 2009-07-18 at 20:07 +0200, Wolfgang Denk wrote:
> > Dear Peter Tyser,
> >
> > In message <1247935062.9174.14.ca...@ptyser-laptop> you wrote:
> > >
> > > I'd still vote for changing the directory structure
Dear "Liu Dave-R63238",
In message
you wrote:
> > Previously, non-e500 architectures only unlocked their data
> > cache which
> > was used as early RAM when booting to Linux using the "bootm" command.
> > This change causes all PPC boards with
> > CONFIG_SYS_INIT_RAM_LOCK defined
> > to unlock
On Tue, 2009-07-21 at 00:15 +0200, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1248033674.15400.9.ca...@ptyser-laptop> you wrote:
> > On Sat, 2009-07-18 at 20:07 +0200, Wolfgang Denk wrote:
> > > Dear Peter Tyser,
> > >
> > > In message <1247935062.9174.14.ca...@ptyser-laptop> you wr
> > > I've tested this on 86xx boards, it'd be great if someone
> > > could test on
> > > 83xx and 74xx/7xx. 85xx boards should not be affected by
> this change.
> > >
> > > This change assumes
> > > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/63423
> > > has already been applied, o
Also add a rule to remove demo.bin which was previously leftover after a
"make clean"
Signed-off-by: Peter Tyser
---
Changes since v2:
- Clean up demo.bin
- rebased
Makefile|5 +++--
{api_examples => examples/api}/.gitignore |0
{api_examples => exa
S5PC100 has own OneNAND controller and has different interface.
OneNAND IPL use it to S5PC100 board.
Signed-off-by: Kyungmin Park
---
diff --git a/onenand_ipl/onenand_ipl.h b/onenand_ipl/onenand_ipl.h
index 412572a..b43ddfb 100644
--- a/onenand_ipl/onenand_ipl.h
+++ b/onenand_ipl/onenand_ipl.h
@@
On Tue, Jul 21, 2009 at 6:18 AM, Wolfgang Denk wrote:
> Dear Kyungmin Park,
>
> In message <9c9fda240907192016i32c7312dh490629f2f2bb3...@mail.gmail.com> you
> wrote:
>>
>> >> /* read a page with ECC */
>> >> static inline int onenand_read_page(ulong block, ulong page,
>> >>
From: Peter Tyser
- Fix command help message
- Disable DEBUG by default
- Fix whitespace issues
- Fix lines > 80 characters
Signed-off-by: Peter Tyser
---
common/cmd_tsi148.c | 85 ++
1 files changed, 44 insertions(+), 41 deletions(-)
diff --g
Remove unused read_spareram and add unlock_all as kernel does
Signed-off-by: Kyungmin Park
---
diff --git a/drivers/mtd/onenand/onenand_base.c
b/drivers/mtd/onenand/onenand_base.c
index d482437..368fa6e 100644
--- a/drivers/mtd/onenand/onenand_base.c
+++ b/drivers/mtd/onenand/onenand_base.c
@@ -
On Tuesday 21 July 2009 04:51:38 pty...@xes-inc.com wrote:
> From: Peter Tyser
>
> - Fix command help message
> - Disable DEBUG by default
> - Fix whitespace issues
> - Fix lines > 80 characters
Thanks Peter.
> Signed-off-by: Peter Tyser
Acked-by: Stefan Roese
Best regards,
Stefan
=
Hello Wolfgang,
Wolfgang Denk wrote:
> Dear Heiko Schocher,
>
> In message <4a55c0a2.2010...@denx.de> you wrote:
>> - CONFIG_SYS_MAX_I2C_BUS changed to 1
>> We use only one I2C hardwarecontroller on this boards, so
>> change the CONFIG_SYS_MAX_I2C_BUS to 1.
>> - common: dont print errormsg if
Hi Robin,
Robin Getz wrote:
> On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
>
> http://www.mail-archive.com/u-boot-us...@lists.sourceforge.net/msg10216.html
>
>> DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
>> the serverip environment var is updated.
>>
>
Mike,
Mike Frysinger wrote:
> The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
> rename the minor detractor to follow suite.
>
> Signed-off-by: Mike Frysinger
> ---
> include/net.h |4 ++--
> net/bootp.c |2 +-
> net/net.c |8
> 3 files changed
Kim,
Kim Phillips wrote:
> fix this gcc 4.4 warning:
>
> tsec.c: In function 'tsec_init':
> tsec.c:200: warning: dereferencing type-punned pointer will break
> strict-aliasing rules
>
> Signed-off-by: Kim Phillips
> ---
> this is the endian-correct version
>
> drivers/net/tsec.c |5 -
>
Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger
> ---
> Ben: some things to note:
> - i adopted Jean's proposed naming scheme in the CONFIG section
>
Is this a generally-accepted naming convention? I personally think it's
crap, and since there isn't a single driver that uses it ye
Richard,
Richard Retanubun wrote:
> From d4c7dd98ac9a3f6fc4949079b84d7d811376cf3d Mon Sep 17 00:00:00 2001
> From: Richard Retanubun
> Date: Thu, 2 Jul 2009 13:12:03 -0400
> Subject: [PATCH] MIIPHYBB: Return 0x if the PHY is not asserting TA.
>
> This patch sets the returned value to 0x i
Simon Kagstrom wrote:
> kwgbe_send/recv both have loops waiting for the hardware to set a bit.
> GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
> patch uses readl to force a read from device memory. Other volatile
> accesses have also been replaced with readl/writel where
Simon Kagstrom wrote:
> The Marvell documentation for the 88f6281 states that the error coding
> is only valid if the error summary and last frame bits in the transmit
> descriptor status field are set. This patch adds checks for these for
> transmit (I would get transmit errors on bootp with the c
Simon,
Simon Kagstrom wrote:
> U-boot might use non-8-byte-aligned addresses for sending data, which
> the kwgbe_send doesn't accept (bootp does this for me). This patch
> copies the data to be sent to a temporary buffer if it is non-aligned.
>
> Signed-off-by: Simon Kagstrom
> ---
> drivers/net
Stefan,
Can I get an ACK from you on this? Sorry if you already did and I missed it.
regards,
Ben
Alessio Centazzo wrote:
> This patch fixes a compilation warning for some Ethernet PHY-less
> PPC4xx platforms (440SPE based ones) and a potential compilation
> error for 440SP platforms (use of und
Hello Wolfgang,
Wolfgang Denk wrote:
> Dear Heiko Schocher,
>
> In message <4a6422fc.6030...@invitel.hu> you wrote:
>> typedef struct gpio_adapter {
>> int (*init_pin)(int pin);
>> int (*set)(int pin, value);
>> int (*get)(int pin);
>> int (*dir)(int pin, int d
Hi Roy,
Roy Zang wrote:
> From: Roy Zang
>
> Based on Intel PRO/1000 Network Driver 7.3.20-k2
> Add Intel E1000 PCIE card support. The following cards are added:
> INTEL_82571EB_COPPER
> INTEL_82571EB_FIBER,
> INTEL_82571EB_SERDES
> INTEL_82571EB_QUAD_COPPER
> INTEL_82571PT_QUAD_COPP
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 20:58 Thu 16 Jul , Prafulla Wadaskar wrote:
>
>> By default Auto Negotiation is enabled for interface speed
>> but on some platforms like RD6281A it does not work.
>> If you want to forced program it to desired speed,
>> this patch helps-
>>
>> Th
Hello Wolfgang,
Wolfgang Denk wrote:
> Dear Heiko Schocher,
>
> In message <4a6437a7.40...@denx.de> you wrote:
>> Also, a board can have more then one gpio adapter, how we address
>> such a case?
>
> How far do you want to take that? What about an I/O expander at the
> I2C bus?
Hmmm.. good ques
On Tuesday 21 July 2009 01:09:11 Ben Warren wrote:
> Mike Frysinger wrote:
> > Signed-off-by: Mike Frysinger
> > ---
> > Ben: some things to note:
> > - i adopted Jean's proposed naming scheme in the CONFIG section
>
> Is this a generally-accepted naming convention? I personally think it's
>
Hi Robin,
Robin Getz wrote:
> From: Robin Getz
>
> Linux's netconsole works much better when you can pass it the MAC address of
> the server. (otherwise it just uses broadcast, which everyone else on my
> network complains about :)
>
> This sets the env var "serveraddr" (to match ethaddr), so th
Michael,
Michael Zaidman wrote:
> Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
> by initializing our IP addr to 0 in order to accept any IP addr
> assigned to us by the DHCP/BOOTP/RARP server.
>
> Ack-by: Robin Getz
> Signed-off-by: Michael Zaidman
> ---
> net/net.c |3
Prafulla,
Prafulla Wadaskar wrote:
> By default Auto Negotiation is enabled for interface speed
> but on some platforms like RD6281A it does not work.
> If you want to forced program it to desired speed,
> this patch helps-
>
> Through this patch Auto negotiation can be disabled and
> desired inte
Prafulla,
Prafulla Wadaskar wrote:
> With these fixes, this driver works properly for multi chip
> addressging mode
>
> Bugfixes:
> 1. Build error fixed for function mv88e61xx_busychk_multic-fixed
> 2. PHY dev address error detection- fixed
> 3. wrong busy bit was refered in function mv88e61xx_bus
Ben,
On Tuesday 21 July 2009 07:55:30 Ben Warren wrote:
> Can I get an ACK from you on this? Sorry if you already did and I missed
> it.
I thought that I already ack'ed it. But hey, I have more than one ;)
Acked-by: Stefan Roese
Best regards,
Stefan
===
Thomas,
Thomas Dörfler wrote:
> The mpc512x FEC network driver resets the FEC before transferring
> packets. With this reset, the FEC clears the previous setting of MII
> transfer speed. This patch ensures, that it is set again to a reasonable
> value after a FEC reset.
>
> Signed-off-by: Thomas D
1 - 100 of 101 matches
Mail list logo