Richard,
Richard Stallman wrote:
> Wouldn't it make sense to add a paragraph to the GPL, stating that a
> company using GPL software in their system must also provide all that
> documentation to their customers? Only then the SW modification can be
> properly done?
>
> It is not p
Jean-Christophe PLAGNIOL-VILLARD wrote:
>> MAINTAINERS |4
> please add it in the MAKEALL
Right. I will fix it.
>> -void usb_board_init(void)
>> +int usb_board_init(void)
>> {
>> UHCHR = (UHCHR | UHCHR_PCPL | UHCHR_PSPL) &
>> ~(UHCHR_SSEP0 | UHCHR_SSEP1
To enable CAN init, CONFIG_CAN has to be defined in the board config file
and at91_can_hw_init() has to be called in the board specific code.
CAN is available on AT91SAM9263 and AT91CAP9 SoC.
Signed-off-by: Daniel Gorsulowski
---
cpu/arm926ejs/at91/at91cap9_devices.c| 11 +++
cpu/
Hi all,
I am trying to boot OMAP3430SDP with MMC2 but cant get it to boot. I
think there is some problem with x-load or u-boot. Can someone help me out and
tell me what to do?
Regards,
Mahith
___
U-Boot mailing list
U-Boot@lists.denx.de
http://l
> -Original Message-
> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com]
> Sent: Monday, June 29, 2009 1:23 AM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] How to thread a patch sequence?
>
> On 11:54 Sun 28 Jun , Prafulla Wadaskar
Krishna, Mahith said the following on 06/29/2009 10:18 AM:
> I am trying to boot OMAP3430SDP with MMC2 but cant get it to boot. I
> think there is some problem with x-load or u-boot. Can someone help me out
> and tell me what to do?
>
>
Neither is supported for mmc2 - specifically x-loa
Krishna, Mahith said the following on 06/29/2009 10:18 AM:
> I am trying to boot OMAP3430SDP with MMC2 but cant get it to boot. I
> think there is some problem with x-load or u-boot. Can someone help me out
> and tell me what to do?
>
>
Neither is supported for mmc2 - specifically x-loa
Hi Nishant,
Thanks for the quick reply...
If neither is supported then how can I get the sdp to boot with mmc2?
Regards,
Mahith
From: Nishanth Menon [menon.nisha...@gmail.com]
Sent: Monday, June 29, 2009 1:17 PM
To: Krishna, Mahith
Cc: u-boot@lists.denx.de
Hi List,
this if my first patch which goes to the wild. So please don't be croos with me
if I made some stupid thing :)
Any comments or feedback would be very welcome!
Is it common that the patch writer gives his Signed-off-by or who is
responsible for that?
Cheers,
Dieter
>From e89ebedf1528
Krishna, Mahith said the following on 06/29/2009 10:54 AM:
> If neither is supported then how can I get the sdp to boot with mmc2
You can see mmc2 support patches in u-boot mailing list -> it could be
available once those are merged in. x-loader I do not know.
Regards,
Nishanth Menon
__
On Sun, 2009-06-28 at 11:09 +0200, Heiko Schocher wrote:
> Hello André,
>
> sorry for the late reply, I was on vacation ...
>
> André Schwarz wrote:
> > this issue looks still unfixed and is somewhat annoying.
>
> Seems that this fix didn;t find the way in mainline.
What fix ? removing the _wea
Hi,
I am using pci multi-funtion usb HC ISP1564, but do not know how to use the
EHCI and OHCI driver in u-boot at the same time, can anybody help me or provide
me any useful infomation ?
Best Regards
Thanks,
Josh Wei___
U-Boot mailing list
U-Bo
>
> > -Original Message-
> > From: Dieter Kiermaier [mailto:dk-arm-li...@gmx.de]
> > Sent: Monday, June 29, 2009 1:33 PM
> > To: u-boot@lists.denx.de
> > Cc: Prafulla Wadaskar
> > Subject: [PATCH] Kirkwood: add Marvell Sheevaplug gpio support
> >
> > Hi List,
> >
> > this if my first p
hi~
thanks for your reply.
sorry for my ability of writing and understanding the code
=D
btw, How contribute my idea of this function, I means, it should be more
clean or easy just like this:
unsigned long get_ram_size(volatile long *base, long maxsize)
{
unsigned long mem;
fo
Am Montag 29 Juni 2009 10:15:22 schrieb Prafulla Wadaskar:
>
> > -Original Message-
> > From: Dieter Kiermaier [mailto:dk-arm-li...@gmx.de]
> > Sent: Monday, June 29, 2009 1:33 PM
> > To: u-boot@lists.denx.de
> > Cc: Prafulla Wadaskar
> > Subject: [PATCH] Kirkwood: add Marvell Sheevaplug
Hello André,
André Schwarz wrote:
> On Sun, 2009-06-28 at 11:09 +0200, Heiko Schocher wrote:
>> Hello André,
>>
>> sorry for the late reply, I was on vacation ...
>>
>> André Schwarz wrote:
>>> this issue looks still unfixed and is somewhat annoying.
>> Seems that this fix didn;t find the way in m
This patch looks okay on u-boot-net.git/next branch
but when it was merged to u-boot.git/master the last line is missing
Signed-off-by: Prafulla Wadaskar
---
drivers/net/kirkwood_egiga.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/kirkwood_egiga.c b/drive
This patch adds a NAND driver for the Marvell Kirkwood SoC's
Signed-off-by: Prafulla Wadaskar
---
Change log:
v2: updated as per feedback for v1 (cosmetic change)
v3: missing year added for copy right statement
drivers/mtd/nand/Makefile|1 +
drivers/mtd/nand/kirkwood_nand.c | 82
This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood
driver
Signed-off-by: Prafulla Wadaskar
---
cpu/arm926ejs/kirkwood/cpu.c |6 +-
include/asm-arm/arch-kirkwood/cpu.h |8
include/asm-arm/arch-kirkwood/kirkwood.h |1 +
3 files c
Signed-off-by: Prafulla Wadaskar
---
drivers/usb/host/ehci-hcd.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index bbd547b..7a55638 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@
This driver is tested on Sheevaplug platform
Signed-off-by: Prafulla Wadaskar
---
drivers/usb/host/Makefile|1 +
drivers/usb/host/ehci-kirkwood.c | 108 ++
2 files changed, 109 insertions(+), 0 deletions(-)
create mode 100644 drivers/usb/host/ehc
Reference:
http://plugcomputer.org/
http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
This patch is tested for-
1. Boot from DRAM/NAND flash
2. File transfer using tftp
3. NAND flash read/write/erase
4. Linux kernel and RFS Boot from NAND
5. Enabled USB PHY init for kernel need
6. Boo
From: Alessandro Rubini
This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
timer code, which is now both correct and much smaller. Unused
functions like udelay_masked() have been removed as no driver uses
them, even the ones that are not currently active for this board.
mtu.h i
Daniel Gorsulowski wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>
>>> +
>>> +int checkboard(void)
>>> +{
>>> + char str[32];
>>> + char buf[32];
>>> +
>>> + puts("Board: esd CAN-EtherCAT Gateway");
>>> + if (getenv_r("serial#", str, sizeof(str)) > 0) {
>>> + puts(", serial#
Hi Serguei,
> I'm looking for a working patch for the Linux kernel 2.6.28.8 that
> would allow using CONFIG_LOGBUFFER (a kernel log buffer shared between
> U-Boot and the kernel). I'm using u-boot 1.3.3. When LOGBUFFER is
> enabled in the kernel configuration the kernel build fails with:
> kernel/
This patch adds support for esd gmbh MEESC board.
The MEESC is based on an Atmel AT91SAM9263 SoC.
Signed-off-by: Daniel Gorsulowski
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile|3 +
board/esd/meesc/Makefile| 55 +++
This patch fixes a build problem noticed on Apollon by using
mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
So this brings the U-Boot UBI version more in sync with the Linux
version again.
Signed-off-by: Stefan Roese
---
drivers/mtd/ubi/build.c |2 +-
1 files changed, 1 ins
Hi Johnson Yu,
> Hi Detlev Z,
>
>
> Thanks for your suggestions, and after I upgraded the toolchain to
> v3.2, those problems went away.
Why did you upgrade only to 3.2? We are currently using gcc-4.2.2. You
are welcome to download ELDK 4.2 for arm[1] and give it a try.
> However, new errors t
Hi,
> thanks for your reply.
> sorry for my ability of writing and understanding the code
> =D
>
> btw, How contribute my idea of this function, I means, it should be more
> clean or easy just like this:
>
>
> unsigned long get_ram_size(volatile long *base, long maxsize)
> {
>
> unsigned
Dear Denk,
I have enabled Netconsole option on my customized powerpc 7410
based processor board. I have set ncip as my host machine which is connected
through serial port (Now act as debug port but i need the ethernet to be
debug port). i have set stdout and stdin as nc as mentioned
On 13:30 Mon 29 Jun , Stefan Roese wrote:
> This patch fixes a build problem noticed on Apollon by using
> mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
> So this brings the U-Boot UBI version more in sync with the Linux
> version again.
>
> Signed-off-by: Stefan Roese
Acke
Hi again,
Here is my first out of 2 patches which adds gpio support to arch/kirkwood.
Any suggestions?
Cheers,
Dieter
>From fcdea0c7bba3c25a1fb183bbcaf6d1a4ec32a157 Mon Sep 17 00:00:00 2001
From: Dieter Kiermaier
Date: Mon, 29 Jun 2009 14:22:13 +0200
Subject: [PATCH] Kirkwood: add Marvell Kirk
Hi,
patch 2 of 2 which adds Kirkwood GPIO support to Sheevaplug.
Any comments are welcome!
Dieter
>From 528b24be54256cee20f965bc772390034eaeb232 Mon Sep 17 00:00:00 2001
From: Dieter Kiermaier
Date: Mon, 29 Jun 2009 14:29:15 +0200
Subject: [PATCH] Sheevaplug: Add Kirkwood gpio support to Sheev
Prafulla Wadaskar wrote:
> Signed-off-by: Prafulla Wadaskar
> ---
> drivers/usb/host/ehci-hcd.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
> index bbd547b..7a55638 100644
> --- a/drivers/usb/host/ehci-hc
We need to switch back to 1-bit before initialization or SD 2.0 cards
will fail to send SCR if we've switched to 4-bit already.
Signed-off-by: Ilya Yanok
---
drivers/mmc/mmc.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index 8
Hi Dirk,
On Sunday 28 June 2009 07:47:31 Dirk Behme wrote:
> >> Anyway, I would vote for moving these two commits as soon as possible
> >> into mainline to fix mainline, too. But there was some discussion
> >> about how to deal with Makefile changes to the patches Jean-Christophe
> >> sent to the
In article ,
k...@koi8.net says...
> On Sat, 27 Jun 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:
>
> > >
> > > and this is why i dislike the GPLv3. the GPLv2 was all about the
> > source, so
> > > the conversation between developers and everyone else was "you can
> > take my
> > > source and
This patch allows the guard time parameter to be set in
the Atmel LCDC driver.
By default, the previous value of 1 is used, unless the
setting is defined elsewhere.
Signed-off-by: Mark Jackson
---
drivers/video/atmel_lcdfb.c |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff
On Thu 25 Jun 2009 10:41, Detlev Zundel pondered:
> Hi Mike,
>
> >>> It is this "certification is only possible like we say" attitude
> >>> which I seriously question.
> >>
> >> whether you question this attitude doesnt matter. you arent a lawyer
> >> in general, you arent a lawyer for these comp
On Mon, Jun 29, 2009 at 4:56 PM, Arno Fischer wrote:
> In article ,
> k...@koi8.net says...
>> On Sat, 27 Jun 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:
>>
>> > >
>> > > and this is why i dislike the GPLv3. the GPLv2 was all about the
>> > source, so
>> > > the conversation between developers a
On Monday 29 June 2009 03:35:53 Prafulla Wadaskar wrote:
> How do I relate/thread the patch with previous posted patch in case I do
> not have message-id for older one?
generally speaking, you should not post a new patch series as a follow up to
an e-mail. patch series should stand by themselves
On Monday 29 June 2009 11:27:35 Frank Svendsbøe wrote:
> On Mon, Jun 29, 2009 at 4:56 PM, Arno Fischer wrote:
>> Third that.
>
> Arno: I thought only "main developers" could state their opinion regarding
> this? You don't seem to be that according to git-log.
the question is posed to the community
On 15:59 Mon 29 Jun , Mark Jackson wrote:
> This patch allows the guard time parameter to be set in
> the Atmel LCDC driver.
>
> By default, the previous value of 1 is used, unless the
> setting is defined elsewhere.
>
> Signed-off-by: Mark Jackson
> ---
fine for me
Best Regards,
J.
___
On Sat, Jun 27, 2009 at 04:32:35PM +0900, Kyungmin Park wrote:
> >> +/**
> >> + * onenand_read_burst
> >> + *
> >> + * 16 Burst read: performance is improved up to 40%.
> >> + */
> >> +static void onenand_read_burst(void *dest, const void *src, size_t len)
> >> +{
> >> + int count;
> >> +
> >>
Hi there,
I met this compiling error, any idea?
/common/env_flash.c:312: undefined reference to `flash_sect_protect'
/common/env_flash.c:316: undefined reference to `flash_sect_erase'
/common/env_flash.c:329: undefined reference to `flash_sect_protect'
make: *** [u-boot] Error 1
Regards,
Johnso
Hi Frank,
> Arno: I thought only "main developers" could state their opinion regarding
> this?
> You don't seem to be that according to git-log.
>
> Detlev: If one-line patch contributers are allowed to vote (which may not be
> fair), my vote goes for GPLv3. Keep fighting for freedom ;-)
We're n
Hi,
> I met this compiling error, any idea?
>
> /common/env_flash.c:312: undefined reference to `flash_sect_protect'
> /common/env_flash.c:316: undefined reference to `flash_sect_erase'
> /common/env_flash.c:329: undefined reference to `flash_sect_protect'
> make: *** [u-boot] Error 1
Sure you ar
> -Original Message-
> From: Michael Trimarchi [mailto:trimar...@gandalf.sssup.it]
> Sent: Monday, June 29, 2009 5:48 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik;
> Ronen Shitrit
> Subject: Re: [U-Boot] [PATCH 4/6] usb: bugfix
> driver/usb
On Monday, June 29, 2009 7:23 AM, Detlev Zundel [mailto:d...@denx.de] wrote
> Serguei wrote:
> > I'm looking for a working patch for the Linux kernel 2.6.28.8 that
> > would allow using CONFIG_LOGBUFFER (a kernel log buffer shared between
> > U-Boot and the kernel). I'm using u-boot 1.3.3. When LO
Prafulla Wadaskar wrote:
>
>
>
>> -Original Message-
>> From: Michael Trimarchi [mailto:trimar...@gandalf.sssup.it]
>> Sent: Monday, June 29, 2009 5:48 PM
>> To: Prafulla Wadaskar
>> Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik;
>> Ronen Shitrit
>> Subject: Re: [U-Boo
Is it possible to look at a post-fixup device tree in u-boot? It looks
like u-boot is not updating my dts with the values for my RAM, cpu
frequency, etc. before loading the kernel.
Is there any obvious reason for this? Am I missing a #define of some sort?
__
As Mike has stated - we work on many devices who's products would fall
under
the GPL 3's User Products category - who's manufactures have told us "No
GPL3".
Would you like to describe one such product? All the product types
discussed so far are outside the category of User Produc
Mikhail Zaturenskiy wrote:
> Is it possible to look at a post-fixup device tree in u-boot? It looks
> like u-boot is not updating my dts with the values for my RAM, cpu
> frequency, etc. before loading the kernel.
>
> Is there any obvious reason for this? Am I missing a #define of some sort?
Hi M
Jean-Christpohe,
Seems like you missed the last part in my series, could you apply this
one as well?
Regards, Magnus
2009/6/13 Magnus Lilja :
> Signed-off-by: Magnus Lilja
> ---
> MAKEALL | 1 +
> Makefile | 14 +++-
>
On Mon 29 Jun 2009 14:48, Richard Stallman pondered:
>
> As Mike has stated - we work on many devices who's products would fall
> under the GPL 3's User Products category - who's manufactures have
> told us "No GPL3".
>
> Would you like to describe one such product?
Portable hand h
The latest blackstamp boards can only run the SPI flash at 15MHz before
they start to crap out, so lower the max speeds accordingly. The new SPI
flash also has different sector requirements, so update the environment
sizes as well.
Signed-off-by: Mike Frysinger
---
include/configs/blackstamp.h
From: Harald Krapfenbauer
The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
board, so add a simple example of how to do that in the board config.
Signed-off-by: Harald Krapfenbauer
Signed-off-by: Mike Frysinger
---
include/configs/cm-bf561.h |5 +
1 files chang
A few debug-type commands used to dump the raw icache/dcache data. Useful
when trying to track down cache-related bugs.
Signed-off-by: Mike Frysinger
---
lib_blackfin/Makefile |1 +
lib_blackfin/cmd_cache_dump.c | 145 +
2 files changed, 146
Matt,
What are the settings for SW1[5] and SW1[6]? Should be SW1[5]-on and
SW1[6]-off. After programmed the Intel flash from Atmel flash, did you
flip the switch boot from Intel flash (SW1[3]-off)? Is your network
100Tbase or 10Tbase?
If you able to perform the same task in Atmel boot, you should
From: Peter Meerwald
If doing a pure write with register address and data (not a read/write
combo transfer), we don't set the initial transfer length properly which
ends up causing only the register address to be transferred.
While we're here, fix the i2c_write() parameter description of the buf
On 13:24 Mon 29 Jun , Daniel Gorsulowski wrote:
> This patch adds support for esd gmbh MEESC board.
> The MEESC is based on an Atmel AT91SAM9263 SoC.
>
> Signed-off-by: Daniel Gorsulowski
> ---
> MAINTAINERS |4 +
> MAKEALL |1 +
> Makefile
> The board fixup is a board-specific thing. Are you doing that in your board
> configuration?
Didn't realize it was board-specific.
> If you have CONFIG_OF_BOARD_SETUP defined (if you don't that probably is the
> answer to your missing #define question), you can run
> fdt boardsetup
> and then
On 21:11 Mon 29 Jun , Magnus Lilja wrote:
> Jean-Christpohe,
>
> Seems like you missed the last part in my series, could you apply this
> one as well?
I've not I've ask Fabio ack before continue the review as you put it as board
Maintainer
Best Regards,
J.
On 12:52 Mon 29 Jun , Alessandro Rubini wrote:
> From: Alessandro Rubini
>
> This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
> timer code, which is now both correct and much smaller. Unused
> functions like udelay_masked() have been removed as no driver uses
> them, even
2009/6/29 Jean-Christophe PLAGNIOL-VILLARD :
> On 21:11 Mon 29 Jun , Magnus Lilja wrote:
>> Jean-Christpohe,
>>
>> Seems like you missed the last part in my series, could you apply this
>> one as well?
> I've not I've ask Fabio ack before continue the review as you put it as board
> Maintainer
On 20:50 Sat 13 Jun , Magnus Lilja wrote:
> Signed-off-by: Magnus Lilja
> ---
> MAKEALL |1 +
> Makefile| 14 +++-
> board/freescale/mx31pdk/config.mk |4 +
> board/freescale/mx31pdk/lowlevel_init.S
On 20:54 Mon 29 Jun , Prafulla Wadaskar wrote:
> This patch looks okay on u-boot-net.git/next branch
> but when it was merged to u-boot.git/master the last line is missing
>
> Signed-off-by: Prafulla Wadaskar
> ---
> drivers/net/kirkwood_egiga.c |1 +
> 1 files changed, 1 insertions(+),
On 20:50 Sat 13 Jun , Magnus Lilja wrote:
> Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
>
> This patch assumes that some other program performs the actual
> NAND boot.
>
> Signed-off-by: Magnus Lilja
> ---
> MAINTAINERS |4 +
> MAKEALL
On 09:00 Mon 29 Jun , stefano babic wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >> MAINTAINERS |4
> > please add it in the MAKEALL
>
> Right. I will fix it.
>
> >> -void usb_board_init(void)
> >> +int usb_board_init(void)
> >> {
> >>UHCHR = (UHCHR | UHCHR
> > > - USB didn't work; the software wouldn't detect usb-storage devices.
> > > So it's not yet enabled.
> >
> > what is the power on the USB?
>
> I don't understand the question. 5V of course. Not switchable.
is the usb provide enough power to supply the usb key
>
>
> > > - There se
On Monday 29 June 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > > - USB didn't work; the software wouldn't detect usb-storage devices.
> > > > So it's not yet enabled.
> > >
> > > what is the power on the USB?
> >
> > I don't understand the question. 5V of course. Not switchable.
>
>
On 14:46 Mon 29 Jun , David Brownell wrote:
> On Monday 29 June 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > > > - USB didn't work; the software wouldn't detect usb-storage devices.
> > > > > So it's not yet enabled.
> > > >
> > > > what is the power on the USB?
> > >
> > > I don'
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 20:54 Mon 29 Jun , Prafulla Wadaskar wrote:
>
>> This patch looks okay on u-boot-net.git/next branch
>> but when it was merged to u-boot.git/master the last line is missing
>>
>> Signed-off-by: Prafulla Wadaskar
>> ---
>> drivers/net/kirkwood_eg
stefano babic wrote:
>>>
>>> -#define CONFIG_NET_MULTI 1
>>> +#define CONFIG_NET_MULTI 0
>>>
>> ???
>>
>
> There is only one ethernet controller available and for this reason I
> cleared the NET_MULTI flag. However, I see other boards use another
> approach and l
Hi,
> -Original Message-
> From: Scott Wood [mailto:scottw...@freescale.com]
> Sent: Tuesday, June 30, 2009 1:26 AM
> To: Kyungmin Park
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH 4/6] S5PC100: onenand driver for SMDKC100
> support
>
> On Sat, Jun 27, 2009 at 04:32:35PM +090
The discussion has mostly been emotional to date. Here are some
statistics (not necessarily perfect, but pretty close)...
Total number of files (after removing the .git files):
$ find . -type f | wc -l
6055
Number of files that are identified as being copyrighted:
$ grep -l -i -r 'Copyright' *
Hi
Detlev Zundel =D
Thanks for your patient explanation, I acquired a lot.
yes, you are right, I think a little about the compatibility of the code.
yes, the compatibility!
I just find in linux, arch/mips/bcm47xx/prom.c, there is a segment code just
like what I suggest above.
And move the code
Hello,
Our group is running into command line length issues with a number
of Cavium boards we have at our office (CN38xx, CN5xxx), and I was
wondering (apart from the Linux kernel command line length), where I
would look to increase the size for the command line that's passed
from U-boot to the
If use the onenand boot, the env_relocate_spec() calls mtd->read(),
and the type of the argument #2 of mtd->read() was changed to loff_t.
But, the "env_addr" type is still unsigned long, thus this patch change
the type from unsigned long to loff_t.
Acked-by: Kyungmin Park
Signed-off-by: HeungJun,
Hi
2009/6/29 Jean-Christophe PLAGNIOL-VILLARD :
> On 20:50 Sat 13 Jun , Magnus Lilja wrote:
>> Signed-off-by: Magnus Lilja
>> ---
>> MAKEALL | 1 +
>> Makefile | 14 +++-
>> board/freescale/mx31pdk/config.mk
From: Roy Zang
Add pci E1000 Ethernet support for P2020 board.
Signed-off-by: Roy Zang
---
board/freescale/p2020ds/p2020ds.c |3 ++-
include/configs/P2020DS.h |1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/board/freescale/p2020ds/p2020ds.c
b/boar
To enable CAN init, CONFIG_CAN has to be defined in the board config file
and at91_can_hw_init() has to be called in the board specific code.
CAN is available on AT91SAM9263 and AT91CAP9 SoC.
Signed-off-by: Daniel Gorsulowski
---
cpu/arm926ejs/at91/at91cap9_devices.c| 15 +++
This patch adds support for esd gmbh MEESC board.
The MEESC is based on an Atmel AT91SAM9263 SoC.
Signed-off-by: Daniel Gorsulowski
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile|3 +
board/esd/meesc/Makefile| 55 +++
Hello Hugo,
Hugo Vincent wrote:
> This patch improves I2C support on OMAP3 platforms, including
> supporting the second and third I2C controllers (mainline only
> supports the first controller), and supporting writes where alen=0
> (i.e. no register address - this was needed for some I2C dev
84 matches
Mail list logo