Hi,
On Sat, Jun 27, 2009 at 2:54 AM, Scott Wood wrote:
> On Thu, Jun 25, 2009 at 05:10:37PM +0900, HeungJun Kim wrote:
>> This patch includes the onenand driver for SMDKC100 Board.
>>
>> Signed-off-by: HeungJun, Kim
>>
>> ---
>>
>> drivers/mtd/onenand/Makefile | 8 +-
>> drivers/mtd/onen
Hi everyone,
I'm working on USBTTY for uboot1.3.1 by adding my usb device code by setting
the CONFIG_USB_TTY, CONFIG_USB_DEVICE and CFG_CONSOLE_IS_IN_ENV flags.
Procedure
1)After booting the uboot with usbtty support, it will initialize my usb device
with usbtty as cdc_acm device.
2)Then I ha
Hi Scott.
Flex-OneNAND is merged to 2.6.31-rc1. I hope now
Flex-OneNAND can be merged to uboot.
We will rebase flex-OneNAND to uboot git.
- Original Message -
From: "Kyungmin Park"
To: "Scott Wood"
Cc:
Sent: Saturday, June 27, 2009 1:02 PM
Subject: Re: [U-Boot] [PATCH 4/6] S5PC100: o
Detlev,
Detlev Zundel schrieb:
> Hi Jean-Christophe,
>
>> On 00:50 Fri 26 Jun , Richard Stallman wrote:
...
>>> If you buy a car, or a medical tool for my own use, you deserve to be able
>>> to change the software in it, just as you can change it physically.
>> Certanly not when you use your
Detlev Zundel schrieb:
> Hi Jean-Christophe,
>
>> On 00:50 Fri 26 Jun , Richard Stallman wrote:
>>> If I use a GPLv3 bootloader in a medical tool, a car, Point of payment
>>> terminal,
>>> Military System, etc... it is a grave security flaw.
>>> I'm not sure that you will be very
On 10:32 Wed 24 Jun , Sedji Gaouaou wrote:
> On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register
> was set to 0 after being set to 500 ms for the PHY reset.
> Do backup the old reset length and restore it after the MACB initialisation.
>
> Signed-off-by: Sedji Gaouaou
On 00:32 Fri 26 Jun , Prafulla Wadaskar wrote:
>
>
> > -Original Message-
> > From: Scott Wood [mailto:scottw...@freescale.com]
> > Sent: Tuesday, June 23, 2009 3:35 AM
> > To: Prafulla Wadaskar
> > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik;
> > Ronen Shitrit
> >
On 00:50 Wed 24 Jun , Prafulla Wadaskar wrote:
> On kirkwood by default USB PHY is disabled
> and from Linux-2.6.29 onward, phy_version for kirkwood platforms
> are programmed to EHCI_PHY_NA, expecting such platform specific
> setup should be done by boot loader
>
> This patch provides arch sp
Hi Hugo Vincent,
2009/6/27 Hugo Vincent :
> Adds support for the second and third HSMMC controllers on OMAP3 SoCs.
>
> Tested working on Gumstix Overo with a custom base-board containing
> external SD/MMC slots.
>
> Signed-off-by: Hugo Vincent
>
> diff --git a/board/omap3/overo/overo.h b/board/om
On Sat, 27 Jun 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 00:50 Wed 24 Jun , Prafulla Wadaskar wrote:
> > On kirkwood by default USB PHY is disabled
> > and from Linux-2.6.29 onward, phy_version for kirkwood platforms
> > are programmed to EHCI_PHY_NA, expecting such platform specific
On 13:11 Sat 27 Jun , Nicolas Pitre wrote:
> On Sat, 27 Jun 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:
>
> > On 00:50 Wed 24 Jun , Prafulla Wadaskar wrote:
> > > On kirkwood by default USB PHY is disabled
> > > and from Linux-2.6.29 onward, phy_version for kirkwood platforms
> > > are p
On 17:35 Fri 26 Jun , Richard Stallman wrote:
> > The other systems that you speak of are not consumer products, so this
> > requirement in GPLv3 does not apply to them.
> in a Point of payment terminal it does not apply are sure?
>
> I am sure. Those are not consumer products. T
> - medical equipment: Think what nice features could be implemented
into
> these many machines located in the emergency room... Accessible to any
> person who comes by.
>
> Being free to change your copy of a program does not mean you must let
> anyone and ever
then i guess since u-boot is already doing what is right, this thread is a =
big=20
waste of time
I hope the main developers of U-Boot will conclude that it is right to move
to GPLv3.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
>
> 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 modify it all you want, but i want to see the changes". sounds
> fair.
>
> GPLv3 (ignoring the fix for the loophole with w
On 11:43 Fri 26 Jun , Grazvydas Ignotas wrote:
> On Fri, Jun 26, 2009 at 12:59 AM, Jean-Christophe
> PLAGNIOL-VILLARD wrote:
> > On 14:57 Mon 08 Jun , Grazvydas Ignotas wrote:
> >> The update consists of following changes:
> >> - remove configuration of not connected pins, effectively
> >>
On 19:12 Thu 25 Jun , Jason Kridner wrote:
>On Thu, Jun 25, 2009 at 4:59 PM, Jean-Christophe PLAGNIOL-VILLARD
> wrote:
>
> On 14:57 Mon 08 Jun , Grazvydas Ignotas wrote:
> > The update consists of following changes:
> > - remove configuration of not connected pins, e
On 11:19 Mon 22 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
On 12:21 Tue 23 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
> ---
>
> Jean-Christophe: This patch requires an up-to-date mach-types.h,
> please sync it.
>
> diff -
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 modify it all you want, but i want to see the chang
Hi,
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/built-in.o: In
Adds support for the second and third HSMMC controllers on OMAP3 SoCs.
Tested working on Gumstix Overo with a custom base-board containing
external SD/MMC slots.
Version 2 incorporating changes suggested by Minkyu Kang
Signed-off-by: Hugo Vincent
diff --git a/board/omap3/overo/overo.h b/board
Hi Minkyu
I've resent V2 of the patch to the list; hopefully it addresses your
concerns.
On 28/06/2009, at 4:35 AM, Minkyu Kang wrote:
> Hi Hugo Vincent,
>
> 2009/6/27 Hugo Vincent :
>> Adds support for the second and third HSMMC controllers on OMAP3
>> SoCs.
>>
>> Tested working on Gumstix O
Dear Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 19:12 Thu 25 Jun , Jason Kridner wrote:
>>On Thu, Jun 25, 2009 at 4:59 PM, Jean-Christophe PLAGNIOL-VILLARD
>> wrote:
>>
>> On 14:57 Mon 08 Jun , Grazvydas Ignotas wrote:
>> > The update consists of follow
Dear Stefan,
Stefan Roese wrote:
> On Monday 22 June 2009 20:10:23 Dirk Behme wrote:
>>> This is because it's a copy from the Linux code. Not sure if
>>> we should change the coding style here. I really prefer to be
>>> in sync with the Linux version. This makes future updates easier.
>> You have
25 matches
Mail list logo