> -Original Message-
> From: Kumar Gala [mailto:ga...@kernel.crashing.org]
> Sent: Thursday, September 24, 2009 12:13 AM
> To: Gao Guanhua-B22826
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] mpc85xx: Put SDHC clock-frequency in device tree
>
>
> On Sep 23, 2009, at 12:12 AM, Gao
The latest PPC4xx register cleanup patch missed the UIC defines.
This patch now changes lower case UIC defines to upper case.
Signed-off-by: Stefan Roese
---
board/amcc/acadia/acadia.c | 12 ++--
board/amcc/bamboo/bamboo.c | 28 +-
board/amcc/bubinga/b
Dear Wofgang Denk,
> Well, there are IMO two fundamental questions:
>
> 1) Where do we store the environment?
>
>Even if you load the U-Boot binary from - say - MMC/SDCard, there
>is most probably also another storage medium available on your
>board which may be easier to use (i. e.
Hi Peter
Thanks for your feedback, but ..
Am Mittwoch 23 September 2009 17:59:10 schrieb Peter Tyser:
> Hi Niklaus,
>
> > + case 0x350:
> > + value = mfdcr(0x350);
> > + break;
> > + case 0x026:
> > +
On Wednesday 23 September 2009 19:51:24 Niklaus Giger wrote:
> > > Adds a HCU5 board specific cmd reghcu5 to dump about 140 internal
> > > register which define the HW configuration. Needed for documentation
> > > purposes and to compare different settings.
> >
> > Apart from Peter's comments, I al
Adds a command 440epx_r to dump over 140 internal register which
define the HW configuration. Command name shortened from
440epx_regdump to 440epx_r to align nicely with the help command.
Handy for documentation and verifying changes.
Signed-off-by: Niklaus Giger
---
cpu/ppc4xx/440epx_regdump.c
Hi Stefan
Am Donnerstag 24 September 2009 10:17:55 schrieb Stefan Roese:
> The latest PPC4xx register cleanup patch missed the UIC defines.
> This patch now changes lower case UIC defines to upper case.
>
> Signed-off-by: Stefan Roese
> ---
> This patch is too big for the mailing list (140k). P
Hi Niklaus,
On Thursday 24 September 2009 11:41:13 Niklaus Giger wrote:
> Thanks for your work to cleanup all the messy defines. They are fine for
> me.
>
> They will however create reject with the patches I am preparing (called
> Lindents -pcs on all my sources).
>
> Is it okay if I continue
On Thu, 2009-09-24 at 11:21 +0200, Stefan Roese wrote:
> On Wednesday 23 September 2009 19:51:24 Niklaus Giger wrote:
> > > > Adds a HCU5 board specific cmd reghcu5 to dump about 140 internal
> > > > register which define the HW configuration. Needed for documentation
> > > > purposes and to compar
On Thursday 24 September 2009 11:23:23 Niklaus Giger wrote:
> Adds a command 440epx_r to dump over 140 internal register which
> define the HW configuration. Command name shortened from
> 440epx_regdump to 440epx_r to align nicely with the help command.
Did you see my last mail about the naming of
Dear Tom,
In message <4abac668.3040...@windriver.com> you wrote:
>
> What do you think about the frequency of arm/master monthly updates?
Monthly seems to be extremely long. Looking at current activity for
ARM systems, I would expeect to see 2...3 (or more) PRs while the
merge window is open, and
> > + switch (ppc440epx_reg[i].address) {
> > + case 0x00b0:
> > + value = mfdcr ( 0x00b0 );
>
> Please drop the spaces around the braces:
>
> value = mfdcr(0x00b0);
>
> Also in the other cases below.
Wolfgang Denk wrote:
> Dear Tom,
>
> In message <4abac668.3040...@windriver.com> you wrote:
>> What do you think about the frequency of arm/master monthly updates?
>
> Monthly seems to be extremely long. Looking at current activity for
> ARM systems, I would expeect to see 2...3 (or more) PRs whi
ok. i will try with your suggestion. and one more thing i want to know is
how to write a 3-wire SPI driver for atmel SPI controller. any hints how to
start with?
warm regards,
Ravi Kulkarni.
On Tue, Sep 22, 2009 at 7:12 PM, Tom wrote:
> sunr2007 wrote:
>
>> Hi all,
>> i want to know how to apply
1. Modified the tsec_mdio structure to include the new regs
2. Modified the MDIO_BASE_ADDR so that it will handle both
older version and new version of etsec.
Signed-off-by: Sandeep Gopalpet
---
include/asm-ppc/immap_85xx.h |6 +-
include/tsec.h | 13 -
2 file
Moved the mdio regs out of the tsec structure,and
provided different offsets for tsec base and mdio
base so that provision for etsec2.0 can be provided.
This patch helps in providing the support for etsec2.0
In etsec2.0, the MDIO register space and the etsec reg
space are different
Signed-off-by:
On Thursday 24 September 2009 12:04:53 Peter Tyser wrote:
> > Thinking a bit more about it, we should probably choose a more generic
> > name, so that other 4xx variants may use this command as well. How about
> > just using "regdump"?
> >
> > And please base you patch against the "4xx-register-cle
Additionally some whitespace coding style fixes.
Signed-off-by: Stefan Roese
---
board/g2000/g2000.c| 15 +++
cpu/ppc4xx/40x_spd_sdram.c | 27 +--
2 files changed, 20 insertions(+), 22 deletions(-)
diff --git a/board/g2000/g2000.c b/board/g2000/g2
Simon,
On Monday 14 September 2009 11:02:15 Simon Kagstrom wrote:
> > Make arm926ejs use -march=armv5t to avoid problems with EABI
> >
> > Using -march=armv5t instead of armv5te allows Marvell Kirkwood-based
> > boards to boot with the EABI changes introduced in commit
> > f772acf8a584067033eff1e2
(autoreview)
Hi Ben,
I make some changes to the patch, but I will post after your review.
See my annotation, that will be present into the next patch release.
best regards.
Il mercoledì 23 settembre 2009 15:10:54 Luigi 'Comio' Mantellini ha scritto:
> From: Luigi 'Comio' Mantellini
>
> Signed
Dear Tom, Kyungmin & Minkyu,
In message <4ab8e3ca.6060...@windriver.com> Tom Rix wrote:
>
...
> > + * This program is free software; you can redistribute it and/or modify
> > + * it under the terms of the GNU General Public License version 2 as
> > + * published by the Free Software Foundation.
>
Hi Luigi,
Luigi 'Comio' Mantellini wrote:
> (autoreview)
>
> Hi Ben,
>
> I make some changes to the patch, but I will post after your review.
> See my annotation, that will be present into the next patch release.
>
> best regards.
>
> Il mercoledì 23 settembre 2009 15:10:54 Luigi 'Comio' Mante
On Thu, 24 Sep 2009 14:36:47 +0200
Stefan Roese wrote:
> On Monday 14 September 2009 11:02:15 Simon Kagstrom wrote:
> > > Make arm926ejs use -march=armv5t to avoid problems with EABI
> > >
> > > Using -march=armv5t instead of armv5te allows Marvell Kirkwood-based
> > > boards to boot with the EAB
Hi Prafulla!
Small reminder :-). Perhaps you missed this patch - and I also forgot
to add you under To:. It's a simple one-liner to get kirkwood/cpu.c to
build when CONFIG_SYS_HUSH_PARSER is set.
// Simon
On Thu, 17 Sep 2009 14:40:18 +0200
Simon Kagstrom wrote:
> arm: Correct build with CONFIG
On Thu, 2009-09-24 at 00:31 +0200, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1253550038-16734-1-git-send-email-pty...@xes-inc.com> you wrote:
> > This series attempts to fix relocation to RAM for ppc boards.
> >
> > I split the patches up pretty liberally, let me know if you'd like
On Thursday 24 September 2009 16:28:39 Peter Tyser wrote:
> > All patches applied to "reloc" branch. Thanks for all this work.
> >
> > So far the only issue I've seen (I didn't do any actual testing yet,
> > though) is the missing increment to the XF_VERSION value to indicate
> > incompatibility wi
From: Wolfgang Denk
>
> All patches applied to "reloc" branch. Thanks for all this work.
With -m relocatable, x86emu crashes because the op codes tables are
forced to GOT2 section:
Video: ATI Radeon video card (1002, 5b60) found @(6:0:0)
videoboot: Booting PCI video card bus 6, function 0, devic
This patch is against u-boot-ti/master
This fixes a problem I am seeing with an early i2c access on Beagle.
>From reviewing the code, it looks like the problem is general so
I included the other omap3 boards in the fix.
Tom
___
U-Boot mailing list
U
This changes fixes an early i2c error.
It appears that I2C is working because once a read or write
error is detected, the omap24xx_i2c driver calls i2c_init
inside its error handling check.
While it is ok to attempt error handling this way, the boards
must not depend on this side effect to initia
Damien Dusha wrote:
> Dear All,
>
> I am attempting to integrate the USB on the Freescale mpc5121
> processor on the mpc5121ads board from Silicon Turnkey for upgrades of
> kernel, u-boot etc.
>
> I have succeeded in integrating Francesco Rendine 's EHCI patch for
> the MPC5121 (see
> http://lists.
This includes Paul's updates for sbc85xx and p4080 updates. I have not
fixed the immap line issue, but will do that as a follow on patch.
- k
The following changes since commit 30d7aae7e82dacf9ae2983fbbf3567515266968b:
Wolfgang Denk (1):
Merge branch 'master' of /home/wd/git/u-boot/cus
> -Original Message-
> From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net]
> Sent: Thursday, September 24, 2009 7:54 PM
> To: Simon Kagstrom; Prafulla Wadaskar
> Cc: U-Boot ML
> Subject: Re: [U-Boot] [PATCH] arm: Correct build with
> CONFIG_SYS_HUSH_PARSER set
>
> Hi Prafulla!
Olof Johansson wrote:
> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
> over tftp.
>
> Based on the omap3 evm code. I added a new highlevel define for Tobi
> to avoid having it dependent on CMD_NET (which would seem backward in
> this case).
>
> Signed-off-by: Olof Johansso
>
> Olof Johansson wrote:
> > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
> > over tftp.
> >
> > Based on the omap3 evm code. I added a new highlevel define for Tobi
> > to avoid having it dependent on CMD_NET (which would seem backward in
> > this case).
> >
> > Signed-
>
> Olof Johansson wrote:
> > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
> > over tftp.
> >
> > Based on the omap3 evm code. I added a new highlevel define for Tobi
> > to avoid having it dependent on CMD_NET (which would seem backward in
> > this case).
> >
> > Signed-
Paulraj, Sandeep wrote:
>
>> Olof Johansson wrote:
>>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
>>> over tftp.
>>>
>>> Based on the omap3 evm code. I added a new highlevel define for Tobi
>>> to avoid having it dependent on CMD_NET (which would seem backward in
>>> this
Hi,
On Sep 24, 2009, at 12:48 PM, Paulraj, Sandeep wrote:
>
>
>>
>> Olof Johansson wrote:
>>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
>>> over tftp.
>>>
>>> Based on the omap3 evm code. I added a new highlevel define for Tobi
>>> to avoid having it dependent on CMD_NE
Hi everyone,
I was wondering, is it possible to have U-Boot access a USB flash
drive (or use any other USB device ...) on a board using an MPC875?
If it is, could somebody point me in the right direction as to how to do this?
Thanks,
Mikhail Zaturenskiy
Dear Mikhail Zaturenskiy,
In message <97dd5fd20909241153w50823a1ch2725c66c16feb...@mail.gmail.com> you
wrote:
>
> I was wondering, is it possible to have U-Boot access a USB flash
> drive (or use any other USB device ...) on a board using an MPC875?
> If it is, could somebody point me in the righ
>> I was wondering, is it possible to have U-Boot access a USB flash
>> drive (or use any other USB device ...) on a board using an MPC875?
>> If it is, could somebody point me in the right direction as to how to do
>> this?
>
> Assuming you put a working USB controller on your board, that should
Dear Mikhail Zaturenskiy,
In message <97dd5fd20909241241j789dce22u7a1948d805d6f...@mail.gmail.com> you
wrote:
>
> I guess my question should have been: Would it be possible using the
> controller that's built into the MPC875?
Is there a USB host controller driver in Linux which is working
reliab
>> I guess my question should have been: Would it be possible using the
>> controller that's built into the MPC875?
>
> Is there a USB host controller driver in Linux which is working
> reliably?
The short answer is: not that I know of, but I sure hope there is.
Right now I'm still looking for a d
Dear Kumar Gala,
In message you wrote:
> This includes Paul's updates for sbc85xx and p4080 updates. I have not
> fixed the immap line issue, but will do that as a follow on patch.
>
> - k
>
> The following changes since commit 30d7aae7e82dacf9ae2983fbbf3567515266968b:
> Wolfgang Denk (1):
>
>
> On Thursday 24 September 2009 16:28:39 Peter Tyser wrote:
> > > All patches applied to "reloc" branch. Thanks for all this work.
> > >
> > > So far the only issue I've seen (I didn't do any actual testing yet,
> > > though) is the missing increment to the XF_VERSION value to indicate
> > > inco
On Thu, Sep 24, 2009 at 5:40 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message you
> wrote:
>> This includes Paul's updates for sbc85xx and p4080 updates. I have not
>> fixed the immap line issue, but will do that as a follow on patch.
>>
>> - k
[...]
>>
>> Paul Gortmaker (13):
>>
Dear Martha M Stan,
In message <12535564342520-git-send-email-mm...@silicontkx.com> you wrote:
> Signed-off-by: Martha M Stan
> ---
> board/davedenx/aria/aria.c |2 +-
> board/esd/mecp5123/mecp5123.c |2 +-
> board/freescale/mpc5121ads/mpc5121ads.c |2 +-
> cpu
Dear Martha M Stan,
In message <12535564802137-git-send-email-mm...@silicontkx.com> you wrote:
> Signed-off-by: Martha M Stan
> ---
> board/freescale/mpc5121ads/mpc5121ads.c | 98
> ++-
> include/configs/mpc5121ads.h| 35 ++-
> 2 files changed
Commit 002741ae86 modified include/asm-ppc/mmu.h such that the LAWAR_
defines were only enabled for the 83xx platform, but they are also
needed on MPC512x system. Enabling these for E300 systems seems thus
more appropriate.
Signed-off-by: Wolfgang Denk
---
Build tested for all 521x, 83xx, 85xx an
Dear Heiko Schocher,
In message <4ab9b874.3090...@denx.de> you wrote:
> - as this boards are similiar, collect common config option
> in manroland/common.h and manroland/mpc52xx-common.h
> for mpc5200 specific common options for this manufacturer.
> - add OF support
> - update default environm
On Fri, Sep 25, 2009 at 2:04 AM, Michael Trimarchi
wrote:
> Damien Dusha wrote:
>>
>> Dear All,
>>
>> I am attempting to integrate the USB on the Freescale mpc5121
>> processor on the mpc5121ads board from Silicon Turnkey for upgrades of
>> kernel, u-boot etc.
>>
>> I have succeeded in integrating
Dear Heiko Schocher,
In message <4ab9b878.1080...@denx.de> you wrote:
> U-Boot can detect if an IDE device is present or not.
> If not, and this new config option is activated, U-Boot
> removes the ATA node from the DTS before booting Linux,
> so the Linux IDE driver does not probe the device and
Dear Joakim Tjernlund,
In message
you
wrote:
>
> > > Is the plan to apply these patches for the upcoming release, or the
> > > release after that one? I ask because some of X-ES's boards broke when
> > > the 85xx linker script was consolidated. These patches fix the
> > > breakage, but if the
On Thu, Sep 24, 2009 at 04:25:21PM -0500, Mikhail Zaturenskiy wrote:
> >> I guess my question should have been: Would it be possible using the
> >> controller that's built into the MPC875?
> >
> > Is there a USB host controller driver in Linux which is working
> > reliably?
>
> The short answer is
Yes Wolfgang,
Sorry about the sloppy little problems with my 2 patches. I need to pay
more attention to coding style ...
As far as the weirdness in array index vs immap struct naming mismatch ...
> +u32 default_mddrc_config[4] = {
> +CONFIG_SYS_MDDRC_SYS_CFG,
> +CONFIG_SYS_MDDRC_TIME_CFG0,
>
Hello. I'm attempting to use the AT91 SD/MMC patches with my
AT91SAM9G45-EK-ES devkit to boot a Linux kernel off of an SD card.
Starting with 2009.08, I've applied:
http://lists.denx.de/pipermail/u-boot/2009-August/059456.html
http://lists.denx.de/pipermail/u-boot/2009-September/060053.html
http:
On Friday 25 September 2009 01:46:10 Wolfgang Denk wrote:
> > Yes please, I have not seen any objections so far only a few
> > in favour.
>
> I'm just waiting for a few (positive) test reports. Yes, this is stuff
> for this release.
OK, here some (positive) test reports:
Tested sucessfully on a
Hi Michael,
On Fri, Sep 25, 2009 at 9:19 AM, Damien Dusha wrote:
> On Fri, Sep 25, 2009 at 2:04 AM, Michael Trimarchi
> wrote:
>> Damien Dusha wrote:
>>>
>>> Dear All,
>>>
>>> I am attempting to integrate the USB on the Freescale mpc5121
>>> processor on the mpc5121ads board from Silicon Turnkey
57 matches
Mail list logo