On Wednesday 07 May 2008, Marian Balakowicz wrote:
> Add logbuffer to reserved LMB areas to prevent initrd allocation
> from overlaping with it.
>
> Make sure to use correct logbuffer base address.
>
> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
Hmmm, this patch breaks all PPC boards with
On Fri, 9 May 2008, York Sun wrote:
>
> Signed-off-by: York Sun <[EMAIL PROTECTED]>
> ---
> board/ads5121/Makefile |7 ++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile
> index 8ace8a1..9b675f7 100644
> --- a/board/ads5
Sascha,
> -Original Message-
> From: Sascha Hauer [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 09, 2008 10:13 AM
> To: Menon, Nishanth
> Cc: u-boot-users@lists.sourceforge.net
> Subject: Re: [Patch] U-Boot-V2: Replace CONFIG_SKIP_LOWLEVEL_INIT
> withCONFIG_MACH_HAS_INIT_LOWLEVEL
>
> > Yo
In message <[EMAIL PROTECTED]> you wrote:
>
> Signed-off-by: York Sun <[EMAIL PROTECTED]>
> ---
> board/ads5121/Makefile |7 ++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile
> index 8ace8a1..9b675f7 100644
> --- a/boa
In message <[EMAIL PROTECTED]> you wrote:
>
> There must be some mechanism to reset the board if the HRESET_REQ is
> connected. If not connected, the board design must accomplish it in
> another way. Then the platform code should take care of that.
Thanks a lot.
I see only a 1k pull-up in the sch
In message <[EMAIL PROTECTED]> you wrote:
>
> >> TLB entries */
> >> typedef enum {
> >>IBAT0 = 0, IBAT1, IBAT2, IBAT3,
> >>DBAT0, DBAT1, DBAT2, DBAT3
> >> +#ifdef CONFIG_HIGH_BATS
> >> + , IBAT4, IBAT5, IBAT6, IBAT7,
> >> + DBAT4, DBAT5, DBAT6, DBAT7
> >> +#endif
> >
> > C allows traili
In message <[EMAIL PROTECTED]> you wrote:
> map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
> enabled. This quiets the warning.
>
> Signed-off-by: Becky Bruce <[EMAIL PROTECTED]>
> ---
> include/asm-ppc/io.h |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Appli
In message <[EMAIL PROTECTED]> you wrote:
> Physical addrs need to be represented by phys_addr_t, not
> unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
> are going to fail mightily.
>
> Signed-off-by: Becky Bruce <[EMAIL PROTECTED]>
> ---
> drivers/pci/pci.c |8
> inclu
In message <[EMAIL PROTECTED]> you wrote:
>
> > Hm... either Alzheimer
>
> I know that I have problems remembering things (:)), but...
I meant: on my side (i. e. that I forgot to send them).
But it seems SF dropped some other mails, too.
Best regards,
Wolfgang Denk
--
DENX Software Engineeri
In message <[EMAIL PROTECTED]> you wrote:
> This patch enables legacy multi-type images containing only a Linux kernel
> and root file system to be loaded, maintaining compatibility with previous
> versions of u-boot.
>
> This is required when using old image files such as a Linux 2.4 kernel /
> f
In message <[EMAIL PROTECTED]> you wrote:
> Wolfgang Denk,
>
> please pull a system performance tweak:
>
> The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
> Wolfgang Denk (1):
> Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
>
> are
In message <[EMAIL PROTECTED]> you wrote:
> When applying the AT91CAP9 patches upstream, something transformed
> the '@' character into the ' ' sequence.
>
> The patch below restores the original form in all the places where
> it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
In message <[EMAIL PROTECTED]> you wrote:
> When doing the AT91CAP9/AT91SAM9 port, a number of header files were
> copied from the Linux kernel sources. This patch explicitly specifies
> this origin for all the copied headers, and for those missing copyright
> information, adds it.
>
> Additionaly
In message <[EMAIL PROTECTED]> you wrote:
> The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
> copyright notice. This patch adds the missing pieces.
>
> Signed-off-by: Stelian Pop <[EMAIL PROTECTED]>
> ---
> board/atmel/at91cap9adk/Makefile |4
> board/atmel/at91sam926
In message <[EMAIL PROTECTED]> you wrote:
> When Ulf did the dataflash.c cleanup, he didn't add his copyright on
> the new created files. This patch fixes the problem.
>
> Signed-off-by: Stelian Pop <[EMAIL PROTECTED]>
> ---
> board/atmel/at91cap9adk/partition.c |2 ++
> board/atmel/at91rm9
In message <[EMAIL PROTECTED]> you wrote:
> The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
> Wolfgang Denk (1):
> Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
>
> are available in the git repository at:
>
> git://www.denx.de/git/
In message <[EMAIL PROTECTED]> you wrote:
> According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
> oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
> Also fix a typo when verifying a jumper configuration. While at it, make
> two needlessly global f
In message <[EMAIL PROTECTED]> you wrote:
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc85xx.git master
>
> Andy Fleming (1):
> 85xx: Limit CPU2 workaround to parts that have the errata
>
> board/freescale/mpc8548cds/mpc8548cds.c |7 ++-
> 1 files
In message <[EMAIL PROTECTED]> you wrote:
> Add logbuffer to reserved LMB areas to prevent initrd allocation
> from overlaping with it.
>
> Make sure to use correct logbuffer base address.
>
> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
---
>
> This patch attempts to assure that initrd
In message <[EMAIL PROTECTED]> you wrote:
> Removed duplicated effective memory size calculation code.
>
> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
> ---
>
> lib_ppc/board.c | 11 ---
> 1 files changed, 0 insertions(+), 11 deletions(-)
Applied, thanks.
Best regards,
Wolf
In message <[EMAIL PROTECTED]> you wrote:
>
> If CKIL is the above mentioned 32 kHz clock, the resulting deviation in
> the timers is "only" about 2.4% as long as CFG_HZ in mx31ads.h is 32000
> Hz. Although it works with the current definition, I'd like to know your
> opinions, whether it is ne
In message <[EMAIL PROTECTED]> you wrote:
> Recent modifcations to LOGBUFFER handling code were incorrecly
> introduced to fit_check_kernel() routine during
> "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
> commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
>
> This patch clean
Le vendredi 09 mai 2008 à 10:00 -0500, Scott Wood a écrit :
> On Thu, May 08, 2008 at 10:52:27PM +0200, Stelian Pop wrote:
> > This patch adds a field in 'struct bd_info' for saving the detected
> > NAND size (result of nand_init() routine). This field can be used later
> > (for example in the lcd
Le vendredi 09 mai 2008 à 12:57 +0200, Jean-Christophe PLAGNIOL-VILLARD
a écrit :
> > +void lcd_setcolreg (ushort regno, ushort red, ushort green, ushort blue)
> ^
> Please choose one coding style please
Sure. Here is an updated patch. It replaces patches 18, 19 and 20.
Tha
Le vendredi 09 mai 2008 à 12:41 +0200, Jean-Christophe PLAGNIOL-VILLARD
a écrit :
> > +/* #define CONFIG_ENV_OVERWRITE1 */
> If no need please remove
Ok, here is an additional patch for this.
Stelian.
-8<8<---
>From c821a395fa280e209270dd754c
In message <[EMAIL PROTECTED]> you wrote:
> Changed implementation such that fw_printenv returns failure status when one
> or more specified variables do not exist or when incorrect command syntax is
> used.
>
> This aids scripting fw_printenv such that the script can key of the return
> status
On Friday 09 May 2008, Haavard Skinnemoen wrote:
> This patch hasn't been tested on all the boards involved, so there are
> probably a few issues. For now, I'd like some comments on the new
> interface -- if it looks good, we should spend some additional effort
> to validate that it doesn't introdu
In message <[EMAIL PROTECTED]> you wrote:
> In the current top-of-tree, 1.3.3.-rc2, the optional tool
> 'tools/env/fw_printenv' fails to compile for two reasons:
>
> 1) The header watchdog.h cannot be found.
> 2) The header zlib.h is picked up from the tool chain rather than the project
> causin
In message <[EMAIL PROTECTED]> you wrote:
> This includes changes to the ref clock, memory size,
> the addition of PCI functionality and Makefile options
> to build either the Rev 3 or Rev 2 U-Boot.
> The new README explains these options.
...
> -ads5121_PCI_config \
> - :uncon
Wolfgang,
Please review the following patch which fixes the out-of-tree compiling.
Regards,
York
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still ti
Signed-off-by: York Sun <[EMAIL PROTECTED]>
---
board/ads5121/Makefile |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile
index 8ace8a1..9b675f7 100644
--- a/board/ads5121/Makefile
+++ b/board/ads5121/Makefile
@@ -23,9 +2
In message <[EMAIL PROTECTED]> you wrote:
>
> The bitmap is also a binary file, so difficult to handle with patches.
> Have you any idea how to solve this?
Use git. Git handles binary blobs just fine.
> ==> Is this not for the custodians to sort out as a special case?
It is not a special case.
In message <[EMAIL PROTECTED]> you wrote:
> This is a multi-part message in MIME format.
> --050700010403060204060205
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 7bit
>
> Add MPC8343 based board mvBlueLYNX-M7.
> It's a single board stereo camera system.
From: Becky Bruce <[EMAIL PROTECTED]>
This function prints the values of all the BAT register
pairs - I needed this for debug earlier this week; adding it to
lib_ppc so others can use it (and add it to reginfo commands
if so desired).
Signed-off-by: Becky Bruce <[EMAIL PROTECTED]>
---
Resend - el
In message <[EMAIL PROTECTED]> you wrote:
>
> Hmm...maybe this is a stupid question, but why can't it _always_ use
> the RAM area to look up the environment? env_init() is one of the first
> things to be called during bootstrap...
One of the first accesses to the environment happens when we need
From: Becky Bruce <[EMAIL PROTECTED]>
Currently, this code only deals with BATs 0-3, which makes
it useless on systems that support BATs 4-7. Add the
support for these registers.
Signed-off-by: Becky Bruce <[EMAIL PROTECTED]>
---
resend, moving comma in enum as requested on list
include/asm-p
In message <[EMAIL PROTECTED]> you wrote:
>
> Commit c0559be371b2a64b1a817088c3308688e2182f93 introduces a bug in
> the environment setting storage in U-boot-1.3.3-rc3.
> Settings are retrieved from dataflash when only settings in RAM are
> valid, resulting in corrupt environment settings, failing
In message <[EMAIL PROTECTED]> you wrote:
> Dear Wolfgang,
>
> please pull MIPS update.
> Patch attached below. This will fix build warnings on cache.S.
>
> thanks,
>
> Shinya
>
> ---
>
> The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
> Wolfgang Denk (1):
>
In message <[EMAIL PROTECTED]> you wrote:
> From: James Yang <[EMAIL PROTECTED]>
>
> When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
> work before relocating to RAM because command history is written into
> a global array that is not writable before relocation. This patch
>
In message <[EMAIL PROTECTED]> you wrote:
> Add DIU and cfb console support to FSL 5121ADS board.
>
> Use #define CONFIG_VIDEO in config file to enable fb console.
>
> Signed-off-by: York Sun <[EMAIL PROTECTED]>
> ---
> board/ads5121/Makefile |2 +-
> board/ads5121/ads5121.c | 62
Dear York,
in message <[EMAIL PROTECTED]> you wrote:
>
> Please review the following patchset. It adds DIU support to
> 5121ADS board, using the existing DIU driver.
I really appreciate these patches.
With a little cleanup they will go into the next release.
There is just a Makefile issue with
Stefan Roese wrote:
> On Friday 09 May 2008, Jerry Van Baren wrote:
C allows trailing commas on such lists; no need to move it inside the
ifdef.
>>> Dangling commas bother me in the extreme. If this is the concensus,
>>> I'll move it, but I prefer it where it is.
>>>
>>> -B
>> +1 for mov
On May 9, 2008, at 2:14 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 14:45 Fri 09 May , Jerry Van Baren wrote:
>> Becky Bruce wrote:
>>> On May 9, 2008, at 10:28 AM, Scott Wood wrote:
On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED]
wrote:
> diff --git a/include/as
On Fri, 2008-05-09 at 19:43 +0200, Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
> >
> > I don't think this patch is necessary because for all e500v2 core,
> > setting RSTCR is the right way to reset the board.
>
> Agreed,t hat's how it should wor. But it doesn't on the syscon3
On 14:45 Fri 09 May , Jerry Van Baren wrote:
> Becky Bruce wrote:
> > On May 9, 2008, at 10:28 AM, Scott Wood wrote:
> >> On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED]
> >> wrote:
> >>> diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h
> >>> index 49d6860..f836270 10064
On Friday 09 May 2008, Jerry Van Baren wrote:
> >> C allows trailing commas on such lists; no need to move it inside the
> >> ifdef.
> >
> > Dangling commas bother me in the extreme. If this is the concensus,
> > I'll move it, but I prefer it where it is.
> >
> > -B
>
> +1 for moving. Dangling co
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]>
> ---
> disk/part.c | 60 +++---
> 1 files changed, 36 insertions(+), 24 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Softwar
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]>
> ---
> disk/part.c | 32 ++--
> 1 files changed, 14 insertions(+), 18 deletions(-)
>
> diff --git a/disk/part.c b/disk/part.c
> index 3c71208..1f8538a 100644
Applied, thank
Hi Wolfgang,
On Friday 09 May 2008, Wolfgang Denk wrote:
> > > board/syscon3/syscon3.c | 25 +++
> > > include/configs/syscon3.h | 58
> > > +++- 2 files changed, 50
> > > insertions(+), 33 deletions(-)
> >
> > I can't find this board s
In message <[EMAIL PROTECTED]> you wrote:
>
> Signed-off-by: Vlad Lungu <[EMAIL PROTECTED]>
>
> ---
> MAINTAINERS |2 +-
> board/qemu-mips/README |6 +-
> board/qemu-mips/qemu-mips.c |2 +-
> 3 files changed, 7 insertions(+), 3 deletions(-)
Applied, thanks.
In message <[EMAIL PROTECTED]> you wrote:
> From: Michal Simek <[EMAIL PROTECTED]>
>
>
> Signed-off-by: Michal Simek <[EMAIL PROTECTED]>
> ---
> include/configs/ml401.h | 21 +++--
> include/configs/xupv2p.h | 21 +++--
> 2 files changed, 38 insertions(+), 4
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
>
> diff --git a/include/.gitignore b/include/.gitignore
> index 03a533c..ef7dd5f 100644
> --- a/include/.gitignore
> +++ b/include/.gitignore
Applied, thanks.
Best regards,
Wolfgang
In message <[EMAIL PROTECTED]> you wrote:
> Removed the second include, with all the #ifdef around as suggested by
> Wolfgang.
>
> Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]>
> ---
> common/cmd_ide.c |4
> 1 files changed, 0 insertions(+), 4 deletions(-)
Applied, thanks.
Best r
In message <[EMAIL PROTECTED]> you wrote:
>
> > I strongly recommend to use git-format-patch to generate trhe patch,
> > and use git-send-email to send it.
...
> Sorry about that. This patch applies cleanly to 1.3.3-rc3.
Maybe it did before you sent it by e-mail...
Now it fails again:
App
In message <[EMAIL PROTECTED]> you wrote:
> Add support for the recognition of 'powerpc' as an alias for the PowerPC
> architecture type since Linux is already trending in that direction,
> preferring 'powerpc' to 'ppc'.
>
> Signed-off-by: Grant Erickson <[EMAIL PROTECTED]>
> ---
Applied, thanks.
In message <[EMAIL PROTECTED]> you wrote:
>
> The 7610 and related parts have an L2IP bit in the L2CR that is
> monitored to signal when the L2 cache invalidate is complete whereas the
> 7450 and related parts utilize L2I for this purpose. However, the
> current code does not account for this dif
Becky Bruce wrote:
> On May 9, 2008, at 10:28 AM, Scott Wood wrote:
>> On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED]
>> wrote:
>>> diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h
>>> index 49d6860..f836270 100644
>>> --- a/include/asm-ppc/mmu.h
>>> +++ b/include/asm-ppc/m
On May 9, 2008, at 10:28 AM, Scott Wood wrote:
> On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED]
> wrote:
>> diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h
>> index 49d6860..f836270 100644
>> --- a/include/asm-ppc/mmu.h
>> +++ b/include/asm-ppc/mmu.h
>> @@ -141,6 +141,10
Yeah, I noticed that this morning. I cut and pasted that particular
block from another file, and somehow ended up with spaces. I'll
respin this one.
On May 9, 2008, at 10:29 AM, Scott Wood wrote:
> On Thu, May 08, 2008 at 07:02:38PM -0500, [EMAIL PROTECTED]
> wrote:
>> +printf ("\t
In message <[EMAIL PROTECTED]> you wrote:
>
> I don't think this patch is necessary because for all e500v2 core,
> setting RSTCR is the right way to reset the board.
Agreed,t hat's how it should wor. But it doesn't on the syscon3 board.
> I think you should check board FPGA. I met the similar pr
Wolfgang,
I don't think this patch is necessary because for all e500v2 core,
setting RSTCR is the right way to reset the board.
I think you should check board FPGA. I met the similar problem before.
Since FPGA did not correctly route the HRESET_REQ signal, setting RSTCR
did not cause reset. After
From: Haavard Skinnemoen <[EMAIL PROTECTED]>
This patch gets rid of the spi_chipsel table and adds a handful of new
functions that makes the SPI layer cleaner and more flexible.
Instead of the spi_chipsel table, each board that wants to use SPI
gets to implement three hooks:
* spi_cs_activate()
On 5/9/08 1:22 AM, Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
>> When building against non-local, non-disk-backed file systems (e.g. NFS,
>> tmpfs), the u-boot build can iterate forever, attempting to re-generate
>> "include/autoconf.mk". This occurs because $(VERSION_FILE) (a
Hi Andy,
could you please have a look at this patch?
The situation is that we don't understand why it's necessary - we
have verified that the correct register (RSTCR at IMMR+0xe00b0) is
updated with the correct value (0x2), but this doesn't cause a reset.
Documentation states that no other
On Thu, May 08, 2008 at 07:02:23PM -0500, [EMAIL PROTECTED] wrote:
> diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h
> index 49d6860..f836270 100644
> --- a/include/asm-ppc/mmu.h
> +++ b/include/asm-ppc/mmu.h
> @@ -141,6 +141,10 @@ extern void _tlbia(void);/* invalidate
On Thu, May 08, 2008 at 07:02:38PM -0500, [EMAIL PROTECTED] wrote:
> +printf ("\tIBAT0L = 0x%08X ", mfspr (IBAT0L));
> +printf ("\tIBAT0U = 0x%08X\n", mfspr (IBAT0U));
> +printf ("\tDBAT0L = 0x%08X ", mfspr (DBAT0L));
> +printf ("\tDBAT0U = 0x%08X\n", mfspr (DBAT0U))
From: Hans-Christian Egtvedt <[EMAIL PROTECTED]>
This adds a driver for the SPI controller found on most AT91 and AVR32
chips.
Currently, AT91RM9200 seems to have a SPI framework on its own. It
probably makes sense to merge the two drivers and make AT91RM9200 use
the framework everyone else uses
On Fri, May 09, 2008 at 07:08:12AM -0500, Menon, Nishanth wrote:
> Sascha,
> > -Original Message-
> > From: Sascha Hauer [mailto:[EMAIL PROTECTED]
> > Sent: Friday, May 09, 2008 3:08 AM
> > To: Menon, Nishanth
> > Cc: u-boot-users@lists.sourceforge.net
> > Subject: Re: [Patch] U-Boot-V2: Re
On Thu, May 08, 2008 at 10:52:27PM +0200, Stelian Pop wrote:
> This patch adds a field in 'struct bd_info' for saving the detected
> NAND size (result of nand_init() routine). This field can be used later
> (for example in the lcd driver) to print out detailed information about
> the board memories
From: Sergei Poselenov <[EMAIL PROTECTED]>
Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]>
---
MAKEALL |1 +
Makefile |3 +
board/syscon3/Makefile| 53 ++
board/syscon3/config.mk | 30
board/syscon3/law.c | 57 +++
boar
From: Sergei Poselenov <[EMAIL PROTECTED]>
Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]>
---
include/configs/syscon3.h | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/configs/syscon3.h b/include/configs/syscon3.h
index d451a61..3f4725e 100644
---
From: Sergei Poselenov <[EMAIL PROTECTED]>
Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]>
---
cpu/mpc85xx/cpu.c | 23 ++-
1 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c
index 74b210c..9873383 100644
--- a/cpu/mpc85x
Deare Stefan,
in message <[EMAIL PROTECTED]> you wrote:
>
> > board/syscon3/syscon3.c | 25 +++
> > include/configs/syscon3.h | 58
> > +++- 2 files changed, 50
> > insertions(+), 33 deletions(-)
>
> I can't find this board support. An
Remove board_early_init_r() - not used for this board.
Remove ft_board_setup() - redundant as now handled by weak default routine,
see commit "ppc4xx: Add weak default ft_board_setup() routine"
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
board/syscon3/syscon3.c | 35 -
Hi Experts,
I am new bee to u-boot. I have u-boot image running on my PPC board. I need
to create dual boot loader and I have the concept working fine, except I have
to change the TEXT_BASE for each image. Here are details:
If I have boot loaders at 0xfff0, looks like I have to set TEXT_B
In message <[EMAIL PROTECTED]> you wrote:
>
> This is kinda urgent.
In this case I recommed to start reading here:
http://catb.org/esr/faqs/smart-questions.html#urgent
> I am using a custom mpc85xx SOC based EVB and my requirement is to compile
> u-boot such that the image be copied to DDR and th
Hi All,
This is kinda urgent.
I am using a custom mpc85xx SOC based EVB and my requirement is to compile
u-boot such that the image be copied to DDR and then run from there itself.
This is similar to CFG_RAMBOOT in mpc83xx.
I think i have to put a lot of initialization code in cpu/mpc85xx/start.S
On Friday 09 May 2008, Wolfgang Denk wrote:
> From: Sergei Poselenov <[EMAIL PROTECTED]>
>
> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]>
> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
> ---
> board/syscon3/syscon3.c | 25 +++
> include/configs/syscon3.h | 58
> +++
Patch series apply in branch testing-V2 of u-boot-at91 tree
Best Regards,
J.
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use pr
Sascha,
> -Original Message-
> From: Sascha Hauer [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 09, 2008 3:08 AM
> To: Menon, Nishanth
> Cc: u-boot-users@lists.sourceforge.net
> Subject: Re: [Patch] U-Boot-V2: Replace CONFIG_SKIP_LOWLEVEL_INIT
> withCONFIG_MACH_HAS_INIT_LOWLEVEL
>
> This h
Sascha,
> -Original Message-
> From: Sascha Hauer [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 09, 2008 2:45 AM
> To: Menon, Nishanth
> Cc: u-boot-users@lists.sourceforge.net
> Subject: Re: [Patch] U-Boot-V2: Introduce CONFIG_ARCH_HAS_INIT_LOWLEVEL
>
> This won't work out. The user is pr
> +
> +/* configurable parameters */
> +#define ATMEL_LCDC_CVAL_DEFAULT 0xc8
> +#define ATMEL_LCDC_DMA_BURST_LEN 8
> +
> +#if defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91CAP9)
> +#define ATMEL_LCDC_FIFO_SIZE 2048
> +#else
> +#define ATMEL_LCDC_FIFO_SIZE 512
>
> + */
> +#define CONFIG_ATMEL_USART 1
> +#undef CONFIG_USART0
> +#undef CONFIG_USART1
> +#undef CONFIG_USART2
> +#define CONFIG_USART31 /* USART 3 is DBGU */
> +
> +#define CONFIG_BOOTDELAY 3
> +
> +/* #define CONFIG_ENV_OVERWRITE 1 */
If no need please remove
> +
> diff --git a/drivers/net/macb.c b/drivers/net/macb.c
> index 703784e..e5733f6 100644
> --- a/drivers/net/macb.c
> +++ b/drivers/net/macb.c
> @@ -417,13 +417,15 @@ static int macb_init(struct eth_device *netdev, bd_t
> *bd)
>
> /* choose RMII or MII mode. This depends on the board */
> #
> +#define CONFIG_ATMEL_USART 1
> +#undef CONFIG_USART0
> +#undef CONFIG_USART1
> +#undef CONFIG_USART2
> +#define CONFIG_USART31 /* USART 3 is DBGU */
> +
> +#define CONFIG_BOOTDELAY 3
> +
> +/* #define CONFIG_ENV_OVERWRITE 1 */
If no need please remove
> +
> +/*
>
On 10:57 Fri 09 May , Stelian Pop wrote:
>
> Le jeudi 08 mai 2008 à 23:26 +0200, Jean-Christophe PLAGNIOL-VILLARD a
> écrit :
>
> > > +#include
> > Is not supposed to br
> > #include
>
> Argl, of course it is supposed to be at91sam9_smc. I seen this typo in
> the patch before sending it,
Nick Spence wrote:
> This patch enables legacy multi-type images containing only a Linux kernel
> and root file system to be loaded, maintaining compatibility with previous
> versions of u-boot.
>
> This is required when using old image files such as a Linux 2.4 kernel /
> filesystem.
>
> Signed-
Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]> you wrote:
> >
> > > Of course, your solution will work with multiple, different SPI
> > > controllers while mine won't, but is that really necessary?
> > >
> > > Your solution comes with more error checking as well, whic
Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]> you wrote:
> >
> > Yes, perhaps we need that. But I was sort of thinking that once you
> > initialize a slave, it will just stick around until you boot an OS or
> > reset. Most drivers don't seem to have any cleanup hooks any
On 23:59 Thu 08 May , Wolfgang Denk wrote:
> From: Yuri Tikhonov <[EMAIL PROTECTED]>
>
> Added OCM test for post layer. This version runs before all other tests
> but still don't interrupt post sequence on failure.
>
> Signed-off-by: Ilya Yanok <[EMAIL PROTECTED]>
> Signed-off-by: Yuri Tikhon
Le jeudi 08 mai 2008 à 23:26 +0200, Jean-Christophe PLAGNIOL-VILLARD a
écrit :
> > +#include
> Is not supposed to br
> #include
Argl, of course it is supposed to be at91sam9_smc. I seen this typo in
the patch before sending it, corrected it, did a test build, and somehow
managed to send the w
Le jeudi 08 mai 2008 à 23:29 +0200, Jean-Christophe PLAGNIOL-VILLARD a
écrit :
> On 22:52 Thu 08 May , Stelian Pop wrote:
> > Hi,
> >
> > This is the second version of the AT91CAP9/AT91SAM9 patches,
> > which hopefully addresses all the feedbacks I got on the first one.
> >
[...]
> Could yo
From: Sergei Poselenov <[EMAIL PROTECTED]>
Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]>
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
board/syscon3/syscon3.c | 25 +++
include/configs/syscon3.h | 58 +++-
2 files changed,
In message <[EMAIL PROTECTED]> you wrote:
> When building against non-local, non-disk-backed file systems (e.g. NFS,
> tmpfs), the u-boot build can iterate forever, attempting to re-generate
> "include/autoconf.mk". This occurs because $(VERSION_FILE) (aka
> ${ROOT}/u-boot/build/include/version_aut
Fix a bogus circular dependency that caused an infinite loop of
"Generating include/autoconf.mk" again and again.
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 167a717..6783fec 1006
Hi,
while doing some tests with post/cpu/ppc4xx/ether.c I noticed that ether.c is
not rebuild
when changed. I can even remove the ether.o object and make does not complain.
I think
there are some dependencies missing in the post Makefiles.
Is this a bug or intention?
Matthias
---
On Thu, May 08, 2008 at 11:49:37AM -0500, Menon, Nishanth wrote:
> Hi Sascha,
> Based on
> http://sourceforge.net/mailarchive/forum.php?thread_name=20080508151609.GB9467%40pengutronix.de&forum_name=u-boot-users
> This is the second separate patch which introducing Machine dependent init
> lowleve
Wolfgang Denk wrote:
> So please - help test the new code, and report any problems / post
> remaining fixes within the next few days.
I don't know why, but commit de109d909707e2dfe806be5efc3cdb103b47c8ad
"Makefile: fix parallel builds" results in a "bricked" Openmoko
GTA01/Neo1973 device (sc
On Thu, May 08, 2008 at 11:42:18AM -0500, Menon, Nishanth wrote:
> Based on
> http://sourceforge.net/mailarchive/forum.php?thread_name=20080508151609.GB9467%40pengutronix.de&forum_name=u-boot-users
> I am splitting the patches into two. This is the first one for introducing
> arch specific config
99 matches
Mail list logo