Dear Igor,
On 27 July 2011 18:34, Igor Grinberg wrote:
> On 07/27/11 13:31, Chander Kashyap wrote:
>> dear Igor,
>>
>>
>> On 14 July 2011 21:15, Igor Grinberg wrote:
>>> CONFIG_MACH_TYPE is used to set the machine type number in the
>>> common arm code instead of setting it in the board code.
>
Removed dummy functions in "mmc_spl/board/samsung/smdkv310/mmc_boot.c",
@mmc_boot.c
void do_undefined_instruction(struct pt_regs *pt_regs);
void do_software_interrupt(struct pt_regs *pt_regs);
void do_prefetch_abort(struct pt_regs *pt_regs);
void do_data_abort(struct pt_regs *pt_regs);
void do_not_
On 07/28/2011 07:56 AM, Jason Liu wrote:
> Hi, Stefano,
Hi Jason,
>>
>> It's used before, if you checkout tag: v2011.06
>>
>> #ifndef CONFIG_L2_OFF
>>/* turn off L2 cache */
>>l2_cache_disable();
>>/* invalidate L2 cache also */
>>invalidate_dcache(get_device_type(
Dear Simon, Andreas,
On Tuesday 26 July 2011 02:12 PM, Simon Schwarz wrote:
> Dear Andreas,
>
> On 07/26/2011 08:07 AM, Andreas Bießmann wrote:
>> Dear Simon,
>>
>> Am 25.07.2011 um 20:05 schrieb Simon Schwarz:
>>
>>> Add NAND support for the new SPL structure.
>>>
>>> ---
>>> This patch didn't ex
Hi, Stefano,
2011/7/26 Jason Hui :
> Hi, Stefano,
>
> On Tue, Jul 26, 2011 at 5:21 PM, Stefano Babic wrote:
>> On 07/26/2011 10:25 AM, Jason Liu wrote:
>>> CONFIG_L2_OFF is obsolete after the following commit:
>>>
>>> e47f2db5371047eb9bcd115fee084e6a8a92a239
>>> armv7: rename cache related CONFIG
Dear Linus Walleij,
On 18 July 2011 19:35, Linus Walleij wrote:
> On Mon, Jul 18, 2011 at 9:23 AM, Lukasz Majewski
> wrote:
>
>> Disable D cache for goni target (s5p) - rationale:
>>
>> 1. Before change introduced in commit
>> SHA1:c2dd0d45540397704de9b13287417d21049d34c6 the D-cache for
>> GON
Dear Chander Kashyap,
On 26 July 2011 18:25, Chander Kashyap wrote:
> Fix buld error:
> undefined reference to '__image_copy_end' and `save_boot_params'.
>
> start.o: In function `_image_copy_end_ofs':
> mmc_spl/board/samsung/smdkv310/start.S:44: undefined reference to
> `__image_copy_end'
> sta
Dear Chander Kashyap,
On 26 July 2011 18:04, Chander Kashyap wrote:
> Fix build error for smdkv310 board:
>
> board/samsung/smdkv310/smdkv310.c:126: undefined reference to `gpio_set_pull'
>
> Signed-off-by: Chander Kashyap
> ---
> board/samsung/smdkv310/smdkv310.c | 2 +-
> 1 files changed,
On Jul 27, 2011, at 9:16 PM, Xie Shaohui-B21989 wrote:
>> From: Gala Kumar-B11780
>> Sent: Wednesday, July 27, 2011 8:18 PM
>> To: Xie Shaohui-B21989
>> Cc: u-boot@lists.denx.de
>> Subject: Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode
>> for corenet ds board
>>
>>
>> On Jul 18
>From: Gala Kumar-B11780
>Sent: Wednesday, July 27, 2011 8:18 PM
>To: Xie Shaohui-B21989
>Cc: u-boot@lists.denx.de
>Subject: Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode
>for corenet ds board
>
>
>On Jul 18, 2011, at 1:10 AM, Shaohui Xie wrote:
>
>> to make USB2 worked in gadget m
On Wed, Jul 27, 2011 at 11:40:27AM -0700, Prafulla Wadaskar wrote:
> > -Original Message-
> > From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> > Sent: Wednesday, July 27, 2011 2:49 AM
> > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> > Cc: u-boot@lists.denx.de; Prabhanjan Sarna
On Wed, Jul 27, 2011 at 11:38:55AM -0700, Prafulla Wadaskar wrote:
>
>
> > -Original Message-
> > From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> > Sent: Wednesday, July 27, 2011 2:49 AM
> > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> > Cc: u-boot@lists.denx.de; Prabhanjan
On Wed, Jul 27, 2011 at 11:12:35AM -0700, Prafulla Wadaskar wrote:
>
>
> > -Original Message-
> > From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> > Sent: Wednesday, July 27, 2011 2:49 AM
> > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> > Cc: u-boot@lists.denx.de; Prabhanjan
On Wed, Jul 27, 2011 at 11:23:50AM -0700, Prafulla Wadaskar wrote:
>
>
> > -Original Message-
> > From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> > Sent: Wednesday, July 27, 2011 2:49 AM
> > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> > Cc: u-boot@lists.denx.de; Prabhanjan
On Wed, Jul 27, 2011 at 11:21:16AM -0700, Prafulla Wadaskar wrote:
>
>
> > -Original Message-
> > From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> > Sent: Wednesday, July 27, 2011 2:49 AM
> > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> > Cc: u-boot@lists.denx.de; Prabhanjan
On Wed, Jul 27, 2011 at 05:24, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> Mike Frysinger wrote:
>> > Since panic() never returns, we should add an appropriate attribute to
>> > let gcc improve optimization around it.
>> >
>> > Signed-off-by: Mike Frysinger
>> > ---
>> > include/common.h |
On Wed, 27 Jul 2011 15:42:43 -0700
pdineshb wrote:
>
> Hello all,
>
>
> I am working on MPC8313 processor with u-boot-1.3.0
> I am noticing a problem while uncompressing the kernel images. while
> uncompressing, it would just reset the processor without any error message.
>
> I tried loading
Hello,
Our company represents an online community of over 36 million people,
most of which are located in the US and Canada. This advertising allows
us to present our online community with a first choice when they search for
anything on any of the major search engines.
We seek a preferred source
Hello all,
I am working on MPC8313 processor with u-boot-1.3.0
I am noticing a problem while uncompressing the kernel images. while
uncompressing, it would just reset the processor without any error message.
I tried loading in different address for the kernel image, but didnt work.
I thought i
On Wed, 2011-07-27 at 23:17 +0200, Wolfgang Denk wrote:
> Dear Joe,
> In message
> you
> wrote:
> > Some users would like the ability to not emit some of the
> > messages that checkpatch produces.
> > Add command line option to "--ignore" various message types.
> > Add .checkpatch.conf file to s
On Fri, Jul 22, 2011 at 2:55 AM, Kumar Gala wrote:
> The following changes since commit 74fac70084bb040342fafc3b0d2ef50fbe35646f:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-07-19 22:27:07
> +0200)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc8
Dear Reinhard Meyer,
In message <4e30894c.1030...@emk-elektronik.de> you wrote:
>
> > This doesn't apply. Can you please rebase and resubmit? Thanks.
>
> V2 of this patch has been mainlined in June already.
I see, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, M
On Wed, 27 Jul 2011 20:25:44 +0530
"V, Aneesh" wrote:
> Hi Simon, Scott,
>
> On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz
> wrote:
> > Dear Scott Wood,
> >
> > On 07/26/2011 08:04 PM, Scott Wood wrote:
> >> You're assuming all NAND SPLs will want nand_ecc -- this will not fit in
> >> most cur
Dear Wolfgang Denk,
> Dear "=?UTF-8?q?Andreas=20Bie=C3=9Fmann?=",
>
> In message<1307619188-18655-1-git-send-email-andreas.de...@gmail.com> you
> wrote:
>> This patch fixes following compile warning:
>>
>> ---8<---
>> macb.c: In function 'macb_write_hwaddr':
>> macb.c:525:2: warning: dereferencin
Dear "=?UTF-8?q?Andreas=20Bie=C3=9Fmann?=",
In message <1307619188-18655-1-git-send-email-andreas.de...@gmail.com> you
wrote:
> This patch fixes following compile warning:
>
> ---8<---
> macb.c: In function 'macb_write_hwaddr':
> macb.c:525:2: warning: dereferencing type-punned pointer will brea
Dear Heiko Schocher,
In message <1307610425-10481-1-git-send-email...@denx.de> you wrote:
> see discussion also here:
> http://patchwork.ozlabs.org/patch/75309/
>
> Signed-off-by: Heiko Schocher
> cc: Wolfgang Denk
> cc: Holger Brunck
>
> ---
> - changes for v3
> moved this define only to c
Hello Wolfgang,
On Wed, 27 Jul 2011 23:25:29 +0200
Wolfgang Denk wrote:
> Dear Anatolij Gustschin,
>
> In message <20110705002700.2e54086d@wker> you wrote:
> >
> > > arch/powerpc/cpu/mpc512x/diu.c|2 +-
> > > board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |2 +-
> > > bo
Dear Holger Brunck,
In message <1307348541-2466-11-git-send-email-holger.bru...@keymile.com> you
wrote:
> All the km boards uses CRAMFS images where the kernel is stored.
> This isn't architecture specific because we use it on ARM and
> POWERPC.
>
> Signed-off-by: Holger Brunck
> Signed-off-by:
Dear Holger Brunck,
In message <1307348541-2466-10-git-send-email-holger.bru...@keymile.com> you
wrote:
> Common code should be valid for more than one architecture,
> therefore the km82xx specific code was removed from common.c.
>
> Signed-off-by: Holger Brunck
> Signed-off-by: Valentin Longch
Dear Holger Brunck,
In message <1307348541-2466-9-git-send-email-holger.bru...@keymile.com> you
wrote:
> This code is unused and therefore dead code.
>
> Signed-off-by: Holger Brunck
> Signed-off-by: Valentin Longchamp
> cc: Heiko Schocher
> cc: Wolfgang Denk
> ---
> board/keymile/common/co
Dear Holger Brunck,
In message <1307348541-2466-8-git-send-email-holger.bru...@keymile.com> you
wrote:
> The file common.c grows in the past. So move the IVM specific
> code into an ivm.c file.
>
> Signed-off-by: Holger Brunck
> Signed-off-by: Valentin Longchamp
> cc: Heiko Schocher
> cc: Wol
Dear Holger Brunck,
In message <1307348541-2466-7-git-send-email-holger.bru...@keymile.com> you
wrote:
> This is unneeded here because we save the environment when
> the board boots the first time. At this time we have set
> the values already.
>
> Signed-off-by: Holger Brunck
> Signed-off-by:
Dear Holger Brunck,
In message <1307348541-2466-6-git-send-email-holger.bru...@keymile.com> you
wrote:
> The ethaddr is stored inside the inventory eeprom. During
> boottime this value was read out and the ethaddr variable was
> set. Previously this was only done if it ethaddr == NULL but
> this
Dear Holger Brunck,
In message <1307348541-2466-5-git-send-email-holger.bru...@keymile.com> you
wrote:
> These defines and the header keymile_hdlc_enet.h are obsolete
> due to the removed hdlc code.
>
> Signed-off-by: Holger Brunck
> Signed-off-by: Valentin Longchamp
> cc: Heiko Schocher
> cc
Dear Holger Brunck,
In message <1309852372-23481-1-git-send-email-holger.bru...@keymile.com> you
wrote:
> The debug environment which is stored in textfiles in the
> scripts directory was reworked. Two usecase are now present
> which can be executed simply from the default environment:
> run deve
Dear Holger Brunck,
In message <1307348541-2466-3-git-send-email-holger.bru...@keymile.com> you
wrote:
> From: Thomas Herzmann
>
> The test SW is started when the test_bank variable is set.
>
> Signed-off-by: Thomas Herzmann
> Signed-off-by: Valentin Longchamp
> cc: Heiko Schocher
> cc: Wol
Dear Holger Brunck,
In message <1309850836-21989-1-git-send-email-holger.bru...@keymile.com> you
wrote:
> This is the second step to simplify and decrease the default
> environment for the keymile boards. The release usecase formaly
> used to set the production environment was removed and the def
Dear Sergei Shtylyov,
In message <201106032337.43523.sshtyl...@ru.mvista.com> you wrote:
> Apple iPod nanos have sector sizes of 2 or 4 KiB, which crashes U-Boot when it
> tries to read the MBR into 512-byte buffer situated on stack. Instead use the
> variable length arrays to be safe with any lar
Dear Albert,
In message <1307088697-12159-2-git-send-email...@denx.de> Heiko
Schocher wrote:
> Signed-off-by: Heiko Schocher
> cc: Albert Aribaud
> ---
> arch/arm/lib/board.c | 218
> ++
> 1 files changed, 113 insertions(+), 105 deletions(-)
Th
Dear Heiko Schocher,
In message <1307079504-5208-1-git-send-email...@denx.de> you wrote:
> change bd->bi_memsize to gd->ram_size, as this is defined
> on all archs, so this post test can used on none powerpc
> archs too.
>
> Signed-off-by: Heiko Schocher
> cc: Wolfgang Denk
> cc: Mike Frysinger
Dear Heiko Schocher,
In message <1306909447-19603-1-git-send-email...@denx.de> you wrote:
> Signed-off-by: Heiko Schocher
> ---
> post/drivers/memory.c |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering
Dear Phil Edworthy,
In message <1306849991-10669-1-git-send-email-phil.edwor...@renesas.com> you
wrote:
> Signed-off-by: Phil Edworthy
> Cc: Ben Warren
> ---
> Changes for v2:
>- Changed to keep list sorted
>
> drivers/net/smc911x.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletio
Dear Anatolij Gustschin,
In message <1310848010-31271-1-git-send-email-ag...@denx.de> you wrote:
> Signed-off-by: Anatolij Gustschin
> ---
> Another digsy_mtc patch for this merge window.
> It applies on top of patch series
> [PATCH 0/5] mpc5200: digsy_mtc: update for next.
>
> board/{ => inter
Dear Anatolij Gustschin,
In message <1306739931-19890-1-git-send-email-ag...@denx.de> you wrote:
> Up to now only reading 'appreg' value was implemented in the
> digsyMTC special 'mtc appreg' command. Extend the command to
> support writing appreg value, too.
>
> Signed-off-by: Werner Pfister
>
Dear Anatolij Gustschin,
In message <1306739780-19781-1-git-send-email-ag...@denx.de> you wrote:
> Add detection and initialisation for graphic extension board
> and support splash screen when booting. Enable "bmp" command
> in the board configuration and provide "disp" command to
> be able to swi
Hi Wolfgang,
Thanks for the response.
On Thu, Jul 28, 2011 at 7:45 AM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message
> you
> wrote:
>>
>> I am looking to implement a feature where a cut-down U-Boot is
>> initially loaded, which is enough for a normal boot. But then when an
>> abnorm
Dear Anatolij Gustschin,
In message <20110705002700.2e54086d@wker> you wrote:
>
> > arch/powerpc/cpu/mpc512x/diu.c|2 +-
> > board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |2 +-
> > board/freescale/p1022ds/diu.c |2 +-
> > drivers/video/fsl_diu_fb.c
Dear Andy Fleming,
In message <1305762259-5639-1-git-send-email-aflem...@freescale.com> you wrote:
> gen10g_startup() had 2 bugs:
>
> 1) It had a boolean logic error in checking the MMD mask, and
> always checked all of them.
>
> 2) It checked devices which don't actually report link state, whic
Dear Chris Packham,
In message <1305606559-29993-1-git-send-email-judge.pack...@gmail.com> you
wrote:
> From: Luuk Paulussen
>
> Signed-off-by: Luuk Paulussen
> Acked-by: Chris Packham
> Cc: Ben Warren
> ---
> Changes since v1:
> - fixed compile error in BootpVendorProcess when CONFIG_CMD_SN
Dear Yoshinori Sato,
In message <87vcxbp69w.wl%ys...@users.sourceforge.jp> you wrote:
> Hi,
>
> I found memory leak in sh_eth.c.
> sh_eth_desc_init call for many times in network problem.
> And it every time allocate new descriptor. So leak old descriptor.
>
> I will fix this patch.
>
> diff --
Dear Joe,
In message
you
wrote:
> Some users would like the ability to not emit some of the
> messages that checkpatch produces.
>
> Add command line option to "--ignore" various message types.
> Add .checkpatch.conf file to store a default set of "ignore" flags
> Categorize all ERROR, WARN an
Dear Michael Jones,
In message <4e2fc14f.6080...@matrix-vision.de> you wrote:
>
> Question about cosmetics: the README says "In sources originating from
> U-Boot a style corresponding to "Lindent -pcs" (adding spaces before
> parameters to function calls) is actually used." Currently this is not
Signed-off-by: Wolfgang Denk
---
README | 12 +---
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/README b/README
index cb08816..9618537 100644
--- a/README
+++ b/README
@@ -4479,9 +4479,7 @@ Coding Standards:
All contributions to U-Boot should conform to the Linux ke
Dear Sergei Shtylyov,
In message <4e2ea9dd.8060...@mvista.com> you wrote:
>
> > + ft_cpu_setup (blob, bd);
>
> I guess this won't pass checkpatch.pl (spaces before paren).
You are right. Bad me. I apologize.
Thanks to Kumar for cleaning this up.
Best regards,
Wolfgang Denk
--
DENX
Dear "Jason Hobbs",
In message <20110726213914.GB22660@jhobbs-laptop> you wrote:
>
> > > +static char *from_env(char *envvar)
> > > +{
> > > + char *ret;
> > > +
> > > + ret = getenv(envvar);
> > > +
> > > + if (!ret)
> > > + printf("missing environment variable: %s\n", envvar);
> > > +
>
Dear Simon Glass,
In message
you wrote:
>
> I am looking to implement a feature where a cut-down U-Boot is
> initially loaded, which is enough for a normal boot. But then when an
> abnormal boot is required (e.g. from a USB stick or network), we can
> load more code to cope with it.
...
> - has
Hi,
I am looking to implement a feature where a cut-down U-Boot is
initially loaded, which is enough for a normal boot. But then when an
abnormal boot is required (e.g. from a USB stick or network), we can
load more code to cope with it.
Why?
- Improves security by not loading code that we should
> -Original Message-
> From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> Sent: Wednesday, July 27, 2011 2:49 AM
> To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth
> Gore; bd...@gag.com; Jason Cooper
> Subject:
> -Original Message-
> From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> Sent: Wednesday, July 27, 2011 2:49 AM
> To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth
> Gore; bd...@gag.com; Jason Cooper
> Subject:
> -Original Message-
> From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> Sent: Wednesday, July 27, 2011 2:49 AM
> To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth
> Gore; bd...@gag.com; Jason Cooper
> Subject:
> -Original Message-
> From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> Sent: Wednesday, July 27, 2011 2:49 AM
> To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth
> Gore; bd...@gag.com; Jason Cooper
> Subject:
> -Original Message-
> From: Jason Cooper [mailto:u-b...@lakedaemon.net]
> Sent: Wednesday, July 27, 2011 2:49 AM
> To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth
> Gore; bd...@gag.com; Jason Cooper
> Subject:
--
My associate has helped me to send your first paymentof $7,500 USD to
you
as instructed by Mr.David Cameronthe United Kingdom prime minister
after
the last G20meeting that was held in United Kingdom, making you one of
the
beneficiaries. Here is the information below.
MTCN Numbers:
Hi Aneesh,
On 07/27/2011 04:39 PM, V, Aneesh wrote:
> Hi Simon,
>
> On Mon, Jul 25, 2011 at 8:36 PM, Simon Schwarz
> wrote:
>> Hi Aneesh,
>>
>> I'am nearly done with OMAP3 - I think I can release the patch today.
>>
>> I have just one problem left:
>> You implemented preloader_console_init() in
Hi Simon, Scott,
On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz
wrote:
> Dear Scott Wood,
>
> On 07/26/2011 08:04 PM, Scott Wood wrote:
>> On Tue, 26 Jul 2011 14:09:16 +0200
>> Simon Schwarz wrote:
>>
>>> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
>>> index 8b598f6..cdc9a
Hi Simon,
On Mon, Jul 25, 2011 at 8:36 PM, Simon Schwarz
wrote:
> Hi Aneesh,
>
> I'am nearly done with OMAP3 - I think I can release the patch today.
>
> I have just one problem left:
> You implemented preloader_console_init() in omap-common to call
> setup_clocks_for_console(). This is a OMAP4 s
Hi Detlev,
Thanks for the reply.
On 07/27/2011 03:54 PM, Detlev Zundel wrote:
>
> Hi Michael,
>
>> Hi Detlev,
>>
>> On 07/15/2011 05:17 PM, Detlev Zundel wrote:
>>>
>>> Michael Jones writes:
>>>
In the only implementation of 'mac read', it doesn't display the
contents of the eeprom a
Hi Michael,
> Hi Detlev,
>
> On 07/15/2011 05:17 PM, Detlev Zundel wrote:
>>
>> Michael Jones writes:
>>
>>> In the only implementation of 'mac read', it doesn't display the
>>> contents of the eeprom as the help indicated unless compiled with
>>> DEBUG. It only re-reads the contents of the EEP
On Jul 25, 2011, at 2:39 AM, Wolfgang Denk wrote:
> The PHY driver was too verbose and corrupted the boot message display
> like this:
>
> ...
> Net: TSEC0 connected to Marvell 88ES
> TSEC1 connected to Marvell 88ES
> TSEC0, TSEC1
> ...
>
> Turn printf()
On Jul 27, 2011, at 7:24 AM, Wolfgang Denk wrote:
> Dear Mike Frysinger,
>
> In message <20110726145430.3e637138e...@gemini.denx.de> I wrote:
>>
>> In message <1309384684-26415-1-git-send-email-vap...@gentoo.org> you wrote:
>>> Since panic() never returns, we should add an appropriate attribute
On 07/27/11 13:31, Chander Kashyap wrote:
> dear Igor,
>
>
> On 14 July 2011 21:15, Igor Grinberg wrote:
>> CONFIG_MACH_TYPE is used to set the machine type number in the
>> common arm code instead of setting it in the board code.
>> Boards with dynamically discoverable machine types can still set
On Jul 27, 2011, at 7:58 AM, Tabi Timur-B04825 wrote:
> On Tue, Jul 26, 2011 at 9:52 PM, Kumar Gala wrote:
>
>> +/* CCSRBAR PHYSICAL Address */
>> +/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k
>> + SPL code*/
>> +#if defined(CONFIG_NAND_U_BOOT) && defined(C
On Tue, Jul 26, 2011 at 9:52 PM, Kumar Gala wrote:
> +/* CCSRBAR PHYSICAL Address */
> +/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k
> + SPL code*/
> +#if defined(CONFIG_NAND_U_BOOT) && defined(CONFIG_NAND_SPL)
> +#define CONFIG_SYS_CCSRBAR_PHYS CONFIG
Hi Detlev,
On 07/15/2011 05:17 PM, Detlev Zundel wrote:
>
> Michael Jones writes:
>
>> In the only implementation of 'mac read', it doesn't display the
>> contents of the eeprom as the help indicated unless compiled with
>> DEBUG. It only re-reads the contents of the EEPROM into memory.
>> Disp
Add NAND SPL support to the devkit8000 config
Signed-off-by: Simon Schwarz
---
V1 changes:
ADD devkit8000_nand to board.cfg
ADD nand_spl Makefile, llinker script, spl-devkit8000.c
ADD config ecc, SRAM, SPL to board config
ADD CONFIG_SYS_SRAM_START and _SIZE to board config
ADD CONFIG_SYS_SPL_TEXT
Support for the new spl structure. Using the interface defined by Aneesh V for
OMAP4
Signed-off-by: Simon Schwarz
---
V1 changes:
ADD support for early console output in SPL
V2 changes:
ADD include omap_common.h in board.c
ADD implement new omap common interface omap_boot_device, omap_boot_mode
Insert some NAND driver sources into NAND SPL library.
Signed-off-by: Simon Schwarz
---
V1 changes:
CHG Default to HW ecc in SPL build
ADD nand_read_buf16 function, read buffer
ADD omap_dev_ready function, indicte if chip is ready
V2 changes:
DEL GPMC_WAIT0_PIN_ACTIVE define
CHG omap_dev_ready()
Add NAND support for the new SPL structure.
Signed-off-by: Simon Schwarz
---
This patch didn't exist before V2!
V2 changes:
ADD Some define-barriers for OMAP3 to only use NAND
ADD nand_load_image() - inits the OMAP gpmc, loads the images - parses the
header
CHG cosmetic
ADD do_reset() im
OMAP3 relied on the memory config done by X-loader or Configuration Header. This
has to be reworked for the implementation of a SPL. This patch configures RAM
bank 0 if CONFIG_SPL_BUILD is set. Settings for Micron-RAM used by devkit8000
are added to mem.h
Signed-off-by: Simon Schwarz
---
V1 chang
V1 Initial SPL support for OMAP3 was based on the old SPL
V2 Introduced major changes. It is based on the OMAP4-SPL patch by
Aneesh V and the new SPL Framework by Daniel Schwierzeck and Aneesh V
V3 Some small bug fixes and correct placed SOB.
V4 Corrected one bugfix and
Signed-off-by: Michael Jones
---
drivers/i2c/omap24xx_i2c.c | 105 ++--
1 files changed, 53 insertions(+), 52 deletions(-)
diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c
index 19e024d..c812001 100644
--- a/drivers/i2c/omap24xx_i2c.c
This allows the EEPROM layer to send a single i2c write command
per page, and wait CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS between
i2c write commands.
Signed-off-by: Michael Jones
---
Changes for v3:
- Rewrote error messages to be more descriptive.
Changes for v2:
- None. Resubmitting to inclu
On Jul 18, 2011, at 1:10 AM, Shaohui Xie wrote:
> to make USB2 worked in gadget mode, we need to set it's 'dr_mode' to
> 'peripheral' in hwconfig, but driver starts scan from 'usb1', it'll break
> if it cannot find 'usb1', so we need to tell driver do not break until it
> scaned all the 'usbx' th
Dear Mike Frysinger,
In message <20110726145430.3e637138e...@gemini.denx.de> I wrote:
>
> In message <1309384684-26415-1-git-send-email-vap...@gentoo.org> you wrote:
> > Since panic() never returns, we should add an appropriate attribute to
> > let gcc improve optimization around it.
> >
> > Sig
On Jul 26, 2011, at 4:23 AM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message you
> wrote:
>>
>> Do you know if this board has any real reset on a FPGA or CPLD or
>> something like that.
>
> There is no such faeature on that board, nor on any of a number of
> other 85xx boards I have a
Amend section 'Directory Hierarchy' for current MIPS directory.
Describe config options for MIPS.
Signed-off-by: Daniel Schwierzeck
---
README | 35 ++-
1 files changed, 34 insertions(+), 1 deletions(-)
diff --git a/README b/README
index cb08816..62d2d44 100644
Currently the cache operation mode is hard-coded to
CONF_CM_CACHABLE_NONCOHERENT. This is not appropiate for CPUs or SOCs
which operate at a different mode.
This patch makes the cache operation mode configurable via board config.
Signed-off-by: Daniel Schwierzeck
---
arch/mips/cpu/mips32/start.
This define is a board-specific config option and should be
renamed to follow the U-Boot naming convention. Additionally,
add an explaining comment for this option.
Signed-off-by: Daniel Schwierzeck
---
arch/mips/cpu/mips32/start.S | 13 ++---
include/configs/incaip.h |2 +-
2
The INCA-IP SoC belongs to the Lantiq XWAY SoC product portfolio.
For the upcoming support of other Lantiq SoC devices this tool should
not solely depend on the INCA-IP board.
Rename the tool to xway-swap-bytes and add an config option
to enable compilation optionally.
Signed-off-by: Daniel Schwi
This patch series contains cleanups and enhancements to consolidate
the INCA-IP related config options and to make them more generic.
Additionally, the cache operation mode is now configurable.
All changes are needed to prepare the support of newer MIPS
based Lantiq XWAY SoCs.
Daniel Schwierzeck
dear Igor,
On 14 July 2011 21:15, Igor Grinberg wrote:
> CONFIG_MACH_TYPE is used to set the machine type number in the
> common arm code instead of setting it in the board code.
> Boards with dynamically discoverable machine types can still set the
> machine type number in the board code.
>
> S
Hi Michael,
On 07/18/11 18:00, Michael Jones wrote:
> Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based
> intelligent camera.
>
> Signed-off-by: Michael Jones
> ---
> Changes for v2:
> - None. Resubmitting to include custodian in cc:
[...]
> new file mode 100644
> index 000.
On 07/26/2011 05:44 PM, Wolfgang Denk wrote:
>
> Please try if omitting run_flags and testing
>
> if (post_list[i].flags & flags)
>
> instead still has the intended effect. If so, then please resubmit a
> cleaned up patch.
>
> If not, then please explain in detail how your patch
Hi Niklaus,
On Friday 22 July 2011 16:10:18 Niklaus Giger wrote:
> Signed-off-by: Niklaus Giger
Patch is line wrapped. Please fix and resubmit.
Thanks.
Best regards,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82
Dear Scott Wood,
On 07/26/2011 08:04 PM, Scott Wood wrote:
> On Tue, 26 Jul 2011 14:09:16 +0200
> Simon Schwarz wrote:
>
>> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
>> index 8b598f6..cdc9a14 100644
>> --- a/drivers/mtd/nand/Makefile
>> +++ b/drivers/mtd/nand/Makefile
>>
Hi Kumar,
How about this patch? There is no feedback till now.
Best Regards,
Shaohui Xie
>-Original Message-
>From: Xie Shaohui-B21989
>Sent: Monday, July 18, 2011 2:11 PM
>To: u-boot@lists.denx.de
>Cc: Gala Kumar-B11780; li...@bohmer.net; Xie Shaohui-B21989
>Subject: [PATCH][v2] pow
On 07/27/2011 10:25 AM, Chander Kashyap wrote:
> Hi,
>
> I am saving the environment using saveenv command. After resetting the
> board the saved environment is not there. It loads the default
> environment.
> But if i disable dcache_enable () function call in
> arch/arm/lib/board.c it retain the
Hi,
I am saving the environment using saveenv command. After resetting the
board the saved environment is not there. It loads the default
environment.
But if i disable dcache_enable () function call in
arch/arm/lib/board.c it retain the saved environment.
What can be the possible reason for this?
Business Proposal
I contacted you independently of our investigation and no one is informed
of this communication. I would like to intimate you with certain facts that I
believe would be of interest to you. In 2004, the subject matter;
ref: bb/rbs/bank/0012 came to our bank to engage in busines
Hello Michael,
Michael Jones wrote:
> Hi Heiko,
>
> Thanks for the review.
>
> On 07/27/2011 08:07 AM, Heiko Schocher wrote:
>> Hello Michael,
>>
>> Sorry for the long delay...
>>
>> Michael Jones wrote:
>>> This allows the EEPROM layer to send a single i2c write command
>>> per page, and wait C
1 - 100 of 104 matches
Mail list logo