Dear "mayuri rajendra kulkarni",
In message <20090714060012.57301.qm...@f5mail-237-237.rediffmail.com> you wrote:
>
> I am reading the u-boot docs and am using the u-boot image on a Xilinx
> microblaze board to load the Petalinux image on the board. I want to know
> whether u-boot supports listi
Hi,
I am reading the u-boot docs and am using the u-boot image on a Xilinx
microblaze board to load the Petalinux image on the board. I want to know
whether u-boot supports listing of 2 kernel images and gives option to the user
to choose the image to be loaded into the system.
I have already se
Dear Prafulla Wadaskar,
In message <73173d32e9439e4abb5151606c3e19e202ddf26...@sc-vexch1.marvell.com>
you wrote:
>
> > Note: "do_image" is way to generic; please use a more specific name.
> I am going to use a name "kwimage" for this utility, the objective of this =
> utility will be to create u
On Tuesday 14 July 2009 05:20:29 Prafulla Wadaskar wrote:
> > > > $(obj)u-boot.kwd: $(obj)u-boot.bin
> > > > $(do_image) $(obj)u-boot.kwd $(obj)u-boot.bin
> > > > $(obj)board/$(BOARDDIR)/sdramregs.txt
> >
> > Note: "do_image" is way to generic; please use a more specific name.
>
> I a
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Monday, July 13, 2009 4:54 PM
> To: Prafulla Wadaskar
> Cc: Jean-Christophe PLAGNIOL-VILLARD; Stefan Roese;
> u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: [U-Boot] [PATCH 4/4] arm/kirkwo
Changelog for this patch:
This patch is used to fix the bug that u-boot and kernel can not
smoothly work because of insufficient DDR2 chip output strength.
The setting of DDR2 output strength is changed from "reduced" to "full"
status.
diff -Nur a/include/configs/MPC8377EWLAN.h
b/include/configs/
On Tuesday 07 July 2009, Scott Wood wrote:
> I fixed the obvious merge conflict (missing #endif) in "davinci_nand:
> cleanup I (minor)", but I'm a little confused since the symbol it refers
> to (CONFIG_SOC_DM6446) doesn't seem to be defined anywhere. At first I
> thought it had been replaced with
Dear Wolfgang Denk,
In message <20090713221430.330aa832e...@gemini.denx.de> you wrote:
> The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
> Wolfgang Denk (1):
> MAINTAINERS: fix sorting, remove duplicates.
>
> are available in the git repository at:
>
> gi
The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
Wolfgang Denk (1):
MAINTAINERS: fix sorting, remove duplicates.
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx.git master
Jon Smirl (1):
board support patch for phyCORE-MPC520
Dear Wolfgang Denk,
In message <1245005933-27483-10-git-send-email...@denx.de> you wrote:
> Signed-off-by: Wolfgang Denk
> ---
> include/configs/mpc5121ads.h | 46 ++---
> 1 files changed, 38 insertions(+), 8 deletions(-)
Applied to u-boot-mpc5xxx repo.
Wo
Dear Wolfgang Denk,
In message <1245005933-27483-9-git-send-email...@denx.de> you wrote:
> Signed-off-by: Wolfgang Denk
> ---
> include/configs/aria.h | 39 ++-
> 1 files changed, 34 insertions(+), 5 deletions(-)
Applied to u-boot-mpc5xxx repo.
Wolfgang De
Dear Wolfgang Denk,
In message <1245005933-27483-8-git-send-email...@denx.de> you wrote:
> Signed-off-by: Wolfgang Denk
> ---
> board/davedenx/aria/aria.c |1 +
> include/configs/aria.h | 24 +++-
> 2 files changed, 24 insertions(+), 1 deletions(-)
Applied to u-boo
Dear Wolfgang Denk,
In message <1245005933-27483-7-git-send-email...@denx.de> you wrote:
> Signed-off-by: Wolfgang Denk
> Cc: Stefan Roese
> Cc: Reinhard Arlt
> ---
> include/configs/mecp5123.h |2 +-
> include/configs/mpc5121ads.h |2 +-
> 2 files changed, 2 insertions(+), 2 deletio
Dear Wolfgang Denk,
In message <1245005933-27483-6-git-send-email...@denx.de> you wrote:
> Remove dead code that was obviously a left-over from copy & paste.
>
> Signed-off-by: Wolfgang Denk
> Cc: Stefan Roese
> Cc: Reinhard Arlt
> ---
> include/configs/mecp5123.h |7 ---
> 1 files ch
Dear Wolfgang Denk,
In message <1245005933-27483-5-git-send-email...@denx.de> you wrote:
> Needed for Rev. 2 silicon at 400 MHz
>
> Signed-off-by: Wolfgang Denk
> ---
> include/configs/aria.h | 85 ---
> 1 files changed, 72 insertions(+), 13 deletio
Dear Wolfgang Denk,
In message <1245005933-27483-4-git-send-email...@denx.de> you wrote:
> Now that we have 3 boards for the MPC512x it turns out that they all
> use the very same fixed_sdram() code.
>
> This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
> and adds a new heade
Dear Wolfgang Denk,
In message <1245005933-27483-3-git-send-email...@denx.de> you wrote:
> The mecp5123 board did not compile because the MSCAN Clock Control
> Registers were missing; these got added, but as an array instead
> of 4 individual registers. Adapt the code so it builds.
>
> Signed-off
Dear Wolfgang Denk,
In message <1245005933-27483-2-git-send-email...@denx.de> you wrote:
> Signed-off-by: Wolfgang Denk
> Cc: Stefan Roese
> Cc: Reinhard Arlt
> ---
> v2: reposted in context with remaining patches of this series;
> changed to use common spelling for CPU/board names.
>
> i
In message <1245005933-27483-1-git-send-email...@denx.de> you wrote:
> When enabling NAND support for a board, one must also define
> CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
> for correct output.
>
> Signed-off-by: Wolfgang Denk
> Cc: Stefan Roese
> Cc: Reinhard Arlt
> -
Dear Mike Frysinger,
In message <200906092030.49884.vap...@gentoo.org> you wrote:
>
> > This patch (see also commit 03f3d8d3b39c,
> > http://git.denx.de/?p=u-boot.git;a=commit;h=03f3d8d3b39cf85c0ce7ca903b43670
> >1e8aa610b) changed behaviour of some network drivers.
> >
> > As I just learned (sorr
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090712214057.gf1...@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
>
> please pull
> The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-v
Dear Stefan Roese,
In message <200907131105.03857...@denx.de> you wrote:
> The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
> Wolfgang Denk (1):
> MAINTAINERS: fix sorting, remove duplicates.
>
> are available in the git repository at:
>
> git://www.denx.d
Dear Nobuhiro Iwamatsu,
In message <29ab51dc0907121739h7317068dt3e592404a517c...@mail.gmail.com> you
wrote:
> Dear Wolfgang.
>
> Please pull u-boot-sh master branch.
>
> Best regards,
> Nobuhiro
>
> The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
> Wolfgang Den
Dear Stefan Roese,
In message <200907100912.17801...@denx.de> you wrote:
> The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
> Wolfgang Denk (1):
> MAINTAINERS: fix sorting, remove duplicates.
>
> are available in the git repository at:
>
> git://www.denx.d
Dear Mike Frysinger,
In message <1247208090-7101-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
> Wolfgang Denk (1):
> MAINTAINERS: fix sorting, remove duplicates.
>
> are available in the git repository at:
Dear Remy Bohmer,
In message <3efb10970907091239o806a9ecl28db7026c13b6...@mail.gmail.com> you
wrote:
> The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
> Wolfgang Denk (1):
> MAINTAINERS: fix sorting, remove duplicates.
>
> are available in the git repositor
Dear Stefan Roese,
In message <200907091308.51758...@denx.de> you wrote:
> The following changes since commit a350d0d37d7c113afbd9b0d2cf60ac542007f9e6:
> Wolfgang Denk (1):
> Merge branch 'master' of /home/wd/git/u-boot/custodians
>
> are available in the git repository at:
>
> git:/
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 that you can pass
it to linux with whatever
Dear Michael Evans,
In message you wrote:
>
> Updated as per comments to use SOC (system-on-chip) variable. Also updated
> diff layout to be compatible with other patches.
>
> Regards, Mike.
Please stick to patch posting rules (line length, commit message,
comments below "---" line; and, firs
Dear Dimitar Dimitrov,
In message <200907132108.03802.dinu...@gmail.com> you wrote:
>
> The port is heavily based on code for AT91SAM9260EK.
>
> Signed-off-by: Dimitar Dimitrov
Same comments as for sam9_l9261 board.
Hm... at first glace both ports look pretty similar - would it be
possible
Dear Dimitar Dimitrov,
In message <200907132045.06563.dinu...@gmail.com> you wrote:
> The SAM9-L9261 board support is based on code for AT91SAM9261EK. The Atmel LCD
> initialization in drivers/video/atmel_lcdfb.c has a minor modification to
> enable LCD video clock invertion as required by the SAM
If we refer to the following code snippet from nand_util.c
rval = nand_read (nand, offset, &read_length, p_buffer);
if (rval != 0) {
printf ("NAND read from offset %llx failed %d\n",
offset, rval);
Dear Drasko DRASKOVIC,
In message <5ec3d7930907130900l7e043b11lcf37a0d3e161f...@mail.gmail.com> you
wrote:
>
> > Well, that's easy - as the code has to interface with GCC generated
> > code, you have to stick with GCC's register usage conventions.
> >
> I think we were refering here to ATPCS (
Updated as per comments to use SOC (system-on-chip) variable. Also updated
diff layout to be compatible with other patches.
Regards, Mike.
Description:
The attached patch corrects an error in the
examples/Makefile which causes the applications in the examples
directory to hang on OMAP3 based
On Mon 13 Jul 2009 11:11, Michael Zaidman pondered:
> > I did verify that reverting the line exposes the bug that Michael fixed, ...
>
> Ok, my target uses static IP configuration so I did not verified the DHCP
> behavior. Now I did it. I also reverted the line and did DHCP afterwards
> changed th
On Monday 13 July 2009 03:36:39 Stefan Roese wrote:
> On Sunday 12 July 2009 12:29:32 Wolfgang Denk wrote:
> > > > Any idea why this still happens *with* libgcc patches? Any idea how
> > > > to fix this? Add __umoddi3 and __udivdi3 to libgcc patch, too?
> > >
> > > I have to admit that I'm not sure
The port is heavily based on code for AT91SAM9260EK.
Signed-off-by: Dimitar Dimitrov
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile | 17 +++
board/olimex/sam9_l9260/Makefile | 56 +
The SAM9-L9261 board support is based on code for AT91SAM9261EK. The Atmel LCD
initialization in drivers/video/atmel_lcdfb.c has a minor modification to
enable LCD video clock invertion as required by the SAM9-L9261 LCD.
Signed-off-by: Dimitar Dimitrov
---
MAINTAINERS
Timur Tabi wrote:
> On Wed, Jul 8, 2009 at 3:18 AM, Roy Zang wrote:
>
>> From: Roy Zang Based on Intel PRO/1000 Network Driver 7.3.20-k2 Add Intel
>> E1000 PCIE card support
>>
>
> Any comments from anyone on this patch? I'd like to add this
> functionality to an internal repository of mi
On Wed, Jul 8, 2009 at 3:18 AM, Roy Zang wrote:
> From: Roy Zang Based on Intel PRO/1000 Network Driver 7.3.20-k2 Add Intel
> E1000 PCIE card support
Any comments from anyone on this patch? I'd like to add this
functionality to an internal repository of mine, but only after it's
been approved he
Mike Frysinger wrote:
> On Sunday 12 July 2009 14:29:46 Wolfgang Denk wrote:
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
Right. And each of these is supposed to come with it's own version of
libgcc, configured exactly for the requirements of this specific
version and configuratio
>
> Well, that's easy - as the code has to interface with GCC generated
> code, you have to stick with GCC's register usage conventions.
>
I think we were refering here to ATPCS (ARM-THUMB Procedure Call Standard,
i.e. ARM ABI), which tells that first 4 args of the calee are passed by the
caller
On Mon 13 Jul 2009 11:11, Michael Zaidman pondered:
> > I did verify that reverting the line exposes the bug that Michael fixed, ...
>
> Ok, my target uses static IP configuration so I did not verified the DHCP
> behavior. Now I did it. I also reverted the line and did DHCP afterwards
> changed th
Stefan Roese wrote:
> Hi Wolfgang,
>
> On Sunday 12 July 2009 12:29:32 Wolfgang Denk wrote:
Any idea why this still happens *with* libgcc patches? Any idea how to
fix this? Add __umoddi3 and __udivdi3 to libgcc patch, too?
>>> I have to admit that I'm not sure why this is the case. But I
Dear Drasko DRASKOVIC,
In message <5ec3d7930907130700h24ab20c3t258e2c31e21bb...@mail.gmail.com> you
wrote:
>
> there is a reason why I use r10 (and why somebody used r8, I suppose) - I
Well, that's easy - as the code has to interface with GCC generated
code, you have to stick with GCC's regis
On Mon, Jul 13, 2009 at 10:53 PM, Kumar Gala wrote:
>
> On Jul 13, 2009, at 9:39 AM, Baojun Wang wrote:
>
>>>
>>> Where is the code you are referencing above? This is the "old" bd_t
>>> style
>>> of booting. Only the boot wrapper code or and old kernel would still be
>>> using this.
>>>
>>> - k
>
> I did verify that reverting the line exposes the bug that Michael fixed, ...
Ok, my target uses static IP configuration so I did not verified the DHCP
behavior. Now I did it. I also reverted the line and did DHCP afterwards
changed the subnet and did DHCP again. It works as expected.
diff --git
On Jul 13, 2009, at 9:39 AM, Baojun Wang wrote:
>>
>> Where is the code you are referencing above? This is the "old"
>> bd_t style
>> of booting. Only the boot wrapper code or and old kernel would
>> still be
>> using this.
>>
>> - k
>>
>
> the code is from arch/powerpc/boot/cuboot-bamboo.c
On Monday 13 July 2009 16:28:33 Eibach, Dirk wrote:
> > > I narrowed it down to board_early_init_r() where
> >
> > remove_tlb() is done.
> >
> > Before or after the remove_tlb()?
>
> It is in remove_tlb().
OK.
> > > When I do a 'res halt' 'res run' sequence with the BDI the
> >
> > board comes
>
On Mon, Jul 13, 2009 at 10:27 PM, Kumar Gala wrote:
>> My question is how does the kernel cmd line being passed? I know it's
>> possible for u-boot to patching the target uImage (assume we're using
>> kernel image cuImage.bamboo)'s dtb by overwrite the dtb ``chosen''
>> section, but I didn't find a
> > I narrowed it down to board_early_init_r() where
> remove_tlb() is done.
>
> Before or after the remove_tlb()?
It is in remove_tlb().
> > When I do a 'res halt' 'res run' sequence with the BDI the
> board comes
> > up fine.
> >
> > Any ideas?
>
> No, sorry. I haven't done much work on C
> My question is how does the kernel cmd line being passed? I know it's
> possible for u-boot to patching the target uImage (assume we're using
> kernel image cuImage.bamboo)'s dtb by overwrite the dtb ``chosen''
> section, but I didn't find any code in u-boot trying to do this.
Did you look at co
The version of dlmalloc we are using generates a fair number of warnings
of the following form:
warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules
Trying to fix these is just paper taping over the issue and we really
just need to look into a new malloc implementation.
ahci.c: In function 'ata_scsiop_read_capacity10':
ahci.c:616: warning: dereferencing type-punned pointer will break
strict-aliasing rules
Signed-off-by: Kumar Gala
---
drivers/block/ahci.c | 14 ++
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/drivers/block/ahci.c
biosemu.c: In function 'BE_setVGA':
biosemu.c:147: warning: dereferencing type-punned pointer will break
strict-aliasing rules
Signed-off-by: Kumar Gala
---
drivers/bios_emulator/biosemu.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/bios_emulator/biosemu.c
Hi Dirk,
On Monday 13 July 2009 16:07:30 Eibach, Dirk wrote:
> > Perhaps it would be doable to extract the board specific
> > stuff into some board file and use common code for the real
> > command and I2C-EEPROM handling. We could move these
> >
> > declarations into the board specific file:
> >
Support for this type was lost during the bootm refactoring.
Signed-off-by: Detlev Zundel
---
common/cmd_bootm.c | 33 +
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index d0a6bf7..e9389b7 100644
--- a/c
Signed-off-by: Detlev Zundel
---
common/cmd_bootm.c | 15 +--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 367d5a7..d0a6bf7 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -1,5 +1,5 @@
/*
- * (C) Copyright
Re-add logic to start 'Standalone Programs'. Although the code was
lifted from a previous code base, I'm not so sure anymore if we handle
'autostart' here correctly. The DULG has no mention of this specific
handling. On the other hand I know that this was "creatively misused"
to allow for decomp
> > The bootstrap.c file is the same as for Canyonlands. Maybe it makes
> > sense to share it between all 460EX boards, by moving it to some
> > common location. Stefan, what do you think ?
>
> I'm not so sure here. Even if those settings might work on
> most 460EX/GT boards, some custom boar
>
> Can u please tell me the reason, without D cache i dont see significant
> performance improvents.
>
ARM manual, search for a section like this:
CP15
C bit M bit
00 DCache disabled. All data accesses are to the
external memory.
10 DCache enabled, MMU
>
> While the above may work, why you don't just follow the procedure call
> standard instead? Place the value in r0 instead of r10, and you'll have
> it as the first argument to the function.
>
there is a reason why I use r10 (and why somebody used r8, I suppose) - I
search some address during s
On Monday 13 July 2009 15:45:05 Felix Radensky wrote:
> The bootstrap.c file is the same as for Canyonlands. Maybe it makes
> sense to share it between all 460EX boards, by moving it to some
> common location. Stefan, what do you think ?
I'm not so sure here. Even if those settings might work on m
Hi, Dirk
The bootstrap.c file is the same as for Canyonlands. Maybe it makes
sense to share it between all 460EX boards, by moving it to some
common location. Stefan, what do you think ?
Felix.
Dirk Eibach wrote:
> Board support for the Guntermann & Drunck CompactCenter and
> DevCon-Center.
> Ba
On Fri, Jul 10, 2009 at 02:52:32PM +0200, Drasko DRASKOVIC wrote:
[...]
> Suppose that I allocated one register in start.S and put in it some data I
> want to have later on C side. From start.S we enter to start_armboot(void)
> function.
> Would this work :
>
> void start_armboot (void)
> {
>
Hello,
I've started the bring-up process in my board. All power sources are up and
the JTAG interface is OK. I'm getting the following result, the JTAG
starts and tries to stop the processor, but it doesn't stop.
I put BDI2000 log below.
- CONFIG: loading configuration file passed
- CONFIG: lo
Signed-off-by: Matthias Fuchs
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile |3 +
board/esd/pmc405de/Makefile | 51
board/esd/pmc405de/config.mk | 23 ++
board/esd/pmc405de/pmc405de.c | 587 ++
hi, list:
I've read Documentation/powerpc/booting-without-of.txt & some
documents about fdt/dtb, as booting-without-of.txt said, the
bootloader like u-boot should passing fdt as $r3, the kernel entry
(physical) address as $r4;
r3 : physical pointer to the device-tree block
[sorry for my previous post, I messed the headers]
> Both mails are not appeared in the mailing list, but Stefan received
> (1) and I received (1) and (2).
Actually, the mailing list is configured to not send a copy to you if
you are in the Cc: list. I changed it for myself, but I fear this is
th
Dear Simon Kagstrom,
2009/7/13 Simon Kagstrom :
>> Both mails are not appeared in the mailing list, but Stefan received
>> (1) and I received (1) and (2).
>> It looks like u-boot mailing list blocks my mails.
>> Any ideas?
> They appear in the mailing list as well, see here:
> http://lists.denx.d
On Mon, 13 Jul 2009 20:09:29 +0800
Po-Yu Chuang wrote:
> Both mails are not appeared in the mailing list, but Stefan received
> (1) and I received (1) and (2).
> It looks like u-boot mailing list blocks my mails.
> Any ideas?
They appear in the mailing list as well, see here:
http://lists.den
Dear all,
I sent two patches last week by git send-email:
(1) [PATCH] [U-Boot] [PATCH v2] issue write command to base for JEDEC flash
to u-boot@lists.denx.de cc: Stefan Roese and
(2) [U-Boot] [PATCH] ignore tags
to u-boot@lists.denx.de cc:
Both mails are not appeared in the mailing li
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Monday, July 13, 2009 4:56 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Manas Saksena; Ronen Shitrit;
> Nicolas Pitre; Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek
> Subject: Re: [U-Boot] [PATC
Dear Prafulla Wadaskar,
In message <1247498802-12488-1-git-send-email-prafu...@marvell.com> you wrote:
> From: prafulla_wadaskar
>
> In some cases the u-boot.bin need to be processed further
> to create bootable u-boot binary from boot device
> This processing may be cpu,soc and/or board spcific
Dear Prafulla Wadaskar,
In message <73173d32e9439e4abb5151606c3e19e202ddf26...@sc-vexch1.marvell.com>
you wrote:
>
> > we can simply add a new target
> > u-boot.kwd
> > which will do somthing like this
> >
> > $(obj)u-boot.kwd: $(obj)u-boot.bin
> > $(do_image) $(obj)u-boot.kwd $(obj)u-bo
The implementation is borrowed from the sheevaplug board and the Marvell
1.1.4 code and likely to be a bit incomplete. GPIO pins are configured,
but much of it is not really tested.
Signed-off-by: Simon Kagstrom
---
MAINTAINERS |4 +
MAKEALL
The mv881116 PHY initialization is split out to a common file to enable
code reuse between different boards.
Signed-off-by: Simon Kagstrom
---
board/Marvell/sheevaplug/sheevaplug.c | 32 +--
board/Marvell/sheevaplug/sheevaplug.h |8
drivers/net/phy/Makefile |
Hejsan!
I'm going on vacation for one month on wednesday, so I thought I'd post
the OpenRD base patches as they are today. I can fix issues tomorrow as
well, but after that I will be offline.
I've tried to integrate the comments posted on the last series
(thanks!), although for the split-out-phy
Hi,
Can u please tell me the reason, without D cache i dont see significant
performance improvents.
Warm Regards,
Akshay
--- On Mon, 13/7/09, Drasko DRASKOVIC wrote:
> From: Drasko DRASKOVIC
> Subject: Re: [U-Boot] Can I and/or D Cache work without MMU enabling in ARM11
> or ARM cortex
>
From: prafulla_wadaskar
In some cases the u-boot.bin need to be processed further
to create bootable u-boot binary from boot device
This processing may be cpu,soc and/or board spcific
bin_dep.sh provides a mechanism to execute bin_dep.sh
if present in above platform specific folders
Signed-off-b
> -Original Message-
> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com]
> Sent: Sunday, July 12, 2009 9:11 PM
> To: Stefan Roese
> Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ashish Karkare;
> Prabhanjan Sarnaik
> Subject: Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Ad
Signed-off-by: Heiko Schocher
---
- changes since v1:
moved the nand driver to drivers/mtd/nand/kmeter1_nand.c
as Stefan Roese suggested
- changes since v2:
added comments from Stefan Roese
- drivers/mtd/nand/kmeter1_nand.c only gets compiled if
CONFIG_NAND_KMETER1 is set in board con
Hello Stefan,
Stefan Roese wrote:
> On Saturday 11 July 2009 10:19:08 Heiko Schocher wrote:
>> +++ b/drivers/mtd/nand/kmeter1_nand.c
>> @@ -0,0 +1,153 @@
>> +/*
>> + * (C) Copyright 2009
>> + * Heiko Schocher, DENX Software Engineering, h...@denx.de
>> + *
>> + * See file CREDITS for list of peopl
On Monday 13 July 2009 11:55:15 Heiko Schocher wrote:
> >> +#include
> >> +
> >> +#if defined(CONFIG_CMD_NAND)
> >
> > This #if shouldn't be necessary.
>
> Hmm.. keymile has per default deactivated NAND support on this board,
> so I think it is necessary (or I make this dependence in the board
> m
I yes, D no.
On Mon, Jul 13, 2009 at 9:04 AM, akshay ts wrote:
>
> Hi,
> I want to use i and/or D cache in ARM cortex on a OMAP3430 system without
> MMU. Is it possible?
>
> Warm Regards,
> Akshay
>
>
> Looking for local information? Find it on Yahoo! Local
> http://in.local.yahoo.com/
> __
Dirk,
On Monday 13 July 2009 11:28:22 Dirk Eibach wrote:
> Board support for the Guntermann & Drunck CompactCenter and
> DevCon-Center.
> Based on the AMCC Canyonlands board support by Stefan Roese.
>
> Signed-off-by: Dirk Eibach
> ---
> Changes since v1:
> - removed dead code
> - whitespace clea
Board support for the Guntermann & Drunck DL-Vision.
Signed-off-by: Dirk Eibach
---
Changes since v1:
- whitespace cleanup
Changes since v2:
- added include to board/gdsys/dlvision/dlvision.c
- added missing return statement to misc_init_r()
MAINTAINERS |1 +
MAKEALL
Dear alex889,
In message <24458139.p...@talk.nabble.com> you wrote:
>
> I'm newbie in this subject,
> Is it possible to add a very simple UDP listener, which should recv message
> and send response?
We already have that.
> I have two NAND chips on my board, and i want to let the user the abilit
Board support for the Guntermann & Drunck CompactCenter and
DevCon-Center.
Based on the AMCC Canyonlands board support by Stefan Roese.
Signed-off-by: Dirk Eibach
---
Changes since v1:
- removed dead code
- whitespace cleanup
- simplified code for nand/nor distinction in
board/gdsys/compactcente
On Sunday 12 July 2009 14:29:46 Wolfgang Denk wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > Right. And each of these is supposed to come with it's own version of
> > > libgcc, configured exactly for the requirements of this specific
> > > version and configuration of GCC.
> >
> > the
On Saturday 11 July 2009 10:19:08 Heiko Schocher wrote:
> +++ b/drivers/mtd/nand/kmeter1_nand.c
> @@ -0,0 +1,153 @@
> +/*
> + * (C) Copyright 2009
> + * Heiko Schocher, DENX Software Engineering, h...@denx.de
> + *
> + * See file CREDITS for list of people who contributed to this
> + * project.
> +
On Monday 13 July 2009 04:56:35 alex889 wrote:
> Is it possible to add a very simple UDP listener, which should recv message
> and send response?
sounds like you want to use netconsole
-mike
signature.asc
Description: This is a digitally signed message part.
_
On Thursday 09 July 2009 16:07, Matthias Weisser wrote:
> This patch adds support splash image positioning by adding an
> additional variable "splashpos" to the environment. Please see
> README for details.
>
> Signed-off-by: Matthias Weisser
Works fine!
Acked-by: Matthias Fuchs
> ---
> READM
The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
Wolfgang Denk (1):
MAINTAINERS: fix sorting, remove duplicates.
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Po-Yu Chuang (1):
issue write command to base f
On Friday 10 July 2009 12:03:57 ratbert.chu...@gmail.com wrote:
> From: Po-Yu Chuang
>
> For JEDEC flash, we should issue word programming command relative to
> base address rather than sector base address. Original source makes
> SST Flash fails to program sectors which are not on the 0x1 bou
Hi Dirk,
On Monday 13 July 2009 10:35:58 Dirk Eibach wrote:
> diff --git a/board/gdsys/compactcenter/compactcenter.c
> b/board/gdsys/compactcenter/compactcenter.c new file mode 100644
> index 000..9f1e49d
> --- /dev/null
> +++ b/board/gdsys/compactcenter/compactcenter.c
> +int get_cpu_num(v
Hi,
I'm newbie in this subject,
Is it possible to add a very simple UDP listener, which should recv message
and send response?
I have two NAND chips on my board, and i want to let the user the ability to
choose where to boot from.
Thanks,
Alex
--
View this message in context:
http://www.nabble
Board support for the Guntermann & Drunck DL-Vision.
Signed-off-by: Dirk Eibach
---
Changes since v1:
- whitespace cleanup
MAINTAINERS |1 +
MAKEALL |1 +
Makefile|3 +
board/gdsys/dlvision/Makefile | 51 +++
Board support for the Guntermann & Drunck CompactCenter and
DevCon-Center.
Based on the AMCC Canyonlands board support by Stefan Roese.
Signed-off-by: Dirk Eibach
---
Changes since v1:
- removed dead code
- whitespace cleanup
- simplified code for nand/nor distinction in
board/gdsys/compactcente
On Sat, 11 Jul 2009 11:27:57 +0200
Wolfgang Denk wrote:
> > Should Linux otherwise read the passed U-boot environment and set it up
> > by itself?
>
> Unfortunately ARM Linux does not provide yet a standard way to pass
> the MAC address from the boot loader. In the long term this problem
> will
1 - 100 of 103 matches
Mail list logo