[U-Boot] [PATCH v3] Support for the OpenRD base board

2009-09-14 Thread Simon Kagstrom
Support for the OpenRD base board The implementation is borrowed from the sheevaplug board and the Marvell 1.1.4 code and likely to be a bit incomplete. Signed-off-by: Simon Kagstrom --- The configuration does not include UBIFS support, which still needs the remaining patches for the bitops clea

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-14 Thread Felix Radensky
Hi, Zang Roy-R61911 wrote: > > > >> -Original Message- >> From: Felix Radensky [mailto:fe...@embedded-sol.com] >> Sent: Sunday, September 13, 2009 17:19 PM >> To: Zang Roy-R61911 >> Cc: U-Boot-Denx; Kumar Gala >> Subject: Re: [U-Boot] [PATCH] Enable usb ehci support for >> p2020ds b

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-14 Thread Zang Roy-R61911
> -Original Message- > From: Felix Radensky [mailto:fe...@embedded-sol.com] > Sent: Monday, September 14, 2009 15:50 PM > To: Zang Roy-R61911 > Cc: U-Boot-Denx; Kumar Gala; Zhang Junjie-B18070 > Subject: Re: [U-Boot] [PATCH] Enable usb ehci support for > p2020ds board > > Hi, > > Zan

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-14 Thread Felix Radensky
Zang Roy-R61911 wrote: > > > >> -Original Message- >> From: Felix Radensky [mailto:fe...@embedded-sol.com] >> Sent: Monday, September 14, 2009 15:50 PM >> To: Zang Roy-R61911 >> Cc: U-Boot-Denx; Kumar Gala; Zhang Junjie-B18070 >> Subject: Re: [U-Boot] [PATCH] Enable usb ehci support f

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-14 Thread Zang Roy-R61911
> -Original Message- > From: Felix Radensky [mailto:fe...@embedded-sol.com] > Sent: Monday, September 14, 2009 16:16 PM > To: Zang Roy-R61911 > Cc: U-Boot-Denx; Kumar Gala; Zhang Junjie-B18070 > Subject: Re: [U-Boot] [PATCH] Enable usb ehci support for > p2020ds board > > Zang Roy-R61

Re: [U-Boot] [PATCH, RFC] Make arm926ejs use -march=armv5t to avoid problems with EABI

2009-09-14 Thread Simon Kagstrom
On Fri, 4 Sep 2009 11:27:19 +0200 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 > f772acf8a584067033eff1e231fcd1fb3a00d3d9

Re: [U-Boot] Interrupts in uboot with ARM AT91SAM9 (V2)

2009-09-14 Thread Manuel Sahm
Hello, I´ve already inserted the following code: In at91sam9g20ek.c: void thread_test(void) { printf("RESET via INT\n"); } in function :static void at91sam9g20ek_macb_hw_init (void) { ... at91_sys_write(AT91_RSTC_MR, AT91_RSTC_KEY | AT91_RSTC_URSTIEN); // Reset Bit AT91_RSTC_URSTS at

[U-Boot] [PATCH] ppc4xx: Consolidate get_OPB_freq()

2009-09-14 Thread Stefan Roese
All 4xx variants had their own, mostly identical get_OPB_freq() function. Some variants even only had the OPB frequency calculated in this routine and not supplied the sys_info.freqOPB variable correctly (e.g. 405EZ). This resulted in incorrect OPB values passed via the FDT to Linux. This patch no

Re: [U-Boot] [PATCH v2 1/2] mkconfig: split the board make target to multiple config targets

2009-09-14 Thread Michal Simek
Wolfgang Denk wrote: > Dear Mingkai Hu, > > In message <1252466603-25103-1-git-send-email-mingkai...@freescale.com> you > wrote: >> To simplify the top level makefile it useful to be able to parse >> the top level makefile target to multiple individual target, then >> put them to the config.h,

[U-Boot] Microblaze Pull Request

2009-09-14 Thread Michal Simek
Hi Wolfgang, I decided to remove ll_temac driver from master branch. He has a lot of work and I want to clean other u-boot stuff. Ben: LL-temac driver in in net branch please add it to your net branch. There are some important patches: 1. Removing Suzaku board 2. Remove old emac driver 3. Cleanu

Re: [U-Boot] [PATCHv2 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Detlev Zundel
Hi Heiko, > U-Boot can detect, if a 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 didn;t crashs, when probing the does not crash The same below in

Re: [U-Boot] fsl_i2c: increase I2C timeout values and make them configurable

2009-09-14 Thread Detlev Zundel
Hi Timur, > Joakim Tjernlund wrote: > >> This will generate the same divisor tables as AN2919, tables 6-9. >> I do not take condition 2 into consideration as it not clear how to >> deal with it and it does not seem to have an significant impact. >> >> What do you think? > > I really don't have ti

Re: [U-Boot] [PATCHv3 1/2] mpc5200, mucmc52, uc101: config cleanup

2009-09-14 Thread Detlev Zundel
Hi Heiko, > - 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 environment > > Signed-off-by: Heiko Schocher Acked-by: Detlev Zun

Re: [U-Boot] fsl_i2c: increase I2C timeout values and make them configurable

2009-09-14 Thread Wolfgang Grandegger
Detlev Zundel wrote: > Hi Timur, > >> Joakim Tjernlund wrote: >> >>> This will generate the same divisor tables as AN2919, tables 6-9. >>> I do not take condition 2 into consideration as it not clear how to >>> deal with it and it does not seem to have an significant impact. >>> >>> What do you th

Re: [U-Boot] fsl_i2c: increase I2C timeout values and make them configurable

2009-09-14 Thread Timur Tabi
Wolfgang Grandegger wrote: > I did not follow the thread yet, sorry. I implemented AN2819 for Linux > (see http://lxr.linux.no/#linux+v2.6.31/drivers/i2c/busses/i2c-mpc.c) > some time ago using Timur's table approach. But there is no difference > between the table and the algorithm to calculate th

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Stefan Roese
Hi Heiko, and another nitpicking comment below: On Monday 14 September 2009 17:06:46 Heiko Schocher wrote: > diff --git a/cpu/mpc5xxx/cpu.c b/cpu/mpc5xxx/cpu.c > index f6258c7..a2fc323 100644 > --- a/cpu/mpc5xxx/cpu.c > +++ b/cpu/mpc5xxx/cpu.c > @@ -125,6 +125,9 @@ void ft_cpu_setup(void *blob

Re: [U-Boot] [PATCH] OMAP3 Overo: Fix ethernet related warnings

2009-09-14 Thread Paulraj, Sandeep
> > Fix warning > > 'setup_net_chip' declared 'static' but never defined > > with CONFIG_OMAP3_OVERO_TOBI disabled and > > implicit declaration of function 'smc911x_initialize' > > with CONFIG_OMAP3_OVERO_TOBI enabled. > > Signed-off-by: Dirk Behme > Pushed to u-boot-ti Thanks, Sandeep

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Heiko Schocher
Hello Jerry, Jerry Van Baren wrote: > Heiko Schocher wrote: >> U-Boot can detect, if a 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 crash, when probing the >> d

Re: [U-Boot] configure ppc440spe as pci adapter

2009-09-14 Thread dbrazeau
Yes, I do mean PCIe. Sorry should have mentioned that. wd wrote: > > Dear dbrazeau, > > In message <25389144.p...@talk.nabble.com> you wrote: >> >> I'm trying to get my ppc440spe (Katmai) board to initialize in PCI >> adapter >> mode. I was hoping that someone could give me some pointers on

Re: [U-Boot] fsl_i2c: increase I2C timeout values and make them configurable

2009-09-14 Thread Joakim Tjernlund
> > Wolfgang Grandegger wrote: > > > I did not follow the thread yet, sorry. I implemented AN2819 for Linux > > (see http://lxr.linux.no/#linux+v2.6.31/drivers/i2c/busses/i2c-mpc.c) > > some time ago using Timur's table approach. But there is no difference > > between the table and the algorithm to

Re: [U-Boot] fsl_i2c: increase I2C timeout values and make them configurable

2009-09-14 Thread Wolfgang Grandegger
Timur Tabi wrote: > Wolfgang Grandegger wrote: > >> I did not follow the thread yet, sorry. I implemented AN2819 for Linux >> (see http://lxr.linux.no/#linux+v2.6.31/drivers/i2c/busses/i2c-mpc.c) >> some time ago using Timur's table approach. But there is no difference >> between the table and the

[U-Boot] about 88E1145

2009-09-14 Thread Zhe Wang
Hi all, Now I encoutered one problem about 88E1145 in Uboot. The CPU can access 88e1145 internel register correctly through SMI (PHY ID is correct), but the ethernet connection does not work. I guess it is caused by not initializing 88e1145 correctly. So could anybody help provide one correct 8

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Stefan Roese
On Monday 14 September 2009 17:55:01 Heiko Schocher wrote: > >>> Incorrect multi-line parentheses: > >>> > >>> if (nodeoffset >= 0) { > >>> fdt_del_node(blob, nodeoffset); > >>> } else { > >>> printf("%s: cannot find %s node err:%s\n", > >>>

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Heiko Schocher
Hello Stefan, Stefan Roese wrote: > On Monday 14 September 2009 17:55:01 Heiko Schocher wrote: > Incorrect multi-line parentheses: > > if (nodeoffset >= 0) { > fdt_del_node(blob, nodeoffset); > } else { > printf("%s: c

[U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Heiko Schocher
U-Boot can detect, if a 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 crash, when probing the device. This is needed for buggy hardware (uc101) where no pull down resistor

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Stefan Roese
On Monday 14 September 2009 17:26:45 Heiko Schocher wrote: > >> +++ b/cpu/mpc5xxx/cpu.c > >> @@ -125,6 +125,9 @@ void ft_cpu_setup(void *blob, bd_t *bd) > >>uchar enetaddr[6]; > >>char * eth_path = "/" OF_SOC "/ether...@3000"; > >> #endif > >> +#if defined(CONFIG_OF_IDE_FIXUP) > >> + exte

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Heiko Schocher
Hello Stefan, Stefan Roese wrote: > Hi Heiko, > > and another nitpicking comment below: > > On Monday 14 September 2009 17:06:46 Heiko Schocher wrote: > > > >> diff --git a/cpu/mpc5xxx/cpu.c b/cpu/mpc5xxx/cpu.c >> index f6258c7..a2fc323 100644 >> --- a/cpu/mpc5xxx/cpu.c >> +++ b/cpu/mpc5xxx/c

[U-Boot] Your e-mail address has won:US$1,200,000.00

2009-09-14 Thread Euro-Millions International
新しいメールアドレスをお知らせします新しいメールアドレス: microsoftinternationalorgniz...@yahoo.co.jp Your email address has been selected as one of the winners of US$1,200,000.00 from the Euro Millions lotto draws held in Japan on 12/09/09 with Lucky #:416172029. reply for more details for your prize email:richardsadams

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Jerry Van Baren
Heiko Schocher wrote: > U-Boot can detect, if a 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 crash, when probing the > device. This is needed for buggy hardware (uc

Re: [U-Boot] fsl_i2c: increase I2C timeout values and make them configurable

2009-09-14 Thread Joakim Tjernlund
> > Timur Tabi wrote: > > Wolfgang Grandegger wrote: > > > >> I did not follow the thread yet, sorry. I implemented AN2819 for Linux > >> (see http://lxr.linux.no/#linux+v2.6.31/drivers/i2c/busses/i2c-mpc.c) > >> some time ago using Timur's table approach. But there is no difference > >> between th

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Heiko Schocher
Hello Stefan, Stefan Roese wrote: > Hi Heiko, > > sorry for the late review, but I just noticed some minor issues. No problem, thanks for reviewing. > On Monday 14 September 2009 17:06:46 Heiko Schocher wrote: >> U-Boot can detect, if a ide device is present or not. >> If not and this new confi

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Heiko Schocher
Hello Stefan, Stefan Roese wrote: > On Monday 14 September 2009 17:26:45 Heiko Schocher wrote: [...] do_fixup_by_path_u32(blob, cpu_path, "timebase-frequency", OF_TBCLK, 1); do_fixup_by_path_u32(blob, cpu_path, "bus-frequency", bd->bi_busfreq, 1); @@ -137,6 +140,21 @@ void ft_cpu

Re: [U-Boot] [PATCHv2 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Heiko Schocher
Hello Detlev, Detlev Zundel wrote: >> U-Boot can detect, if a 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 didn;t crashs, when probing the > do

Re: [U-Boot] [PATCH v4 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Stefan Roese
Hi Heiko, sorry for the late review, but I just noticed some minor issues. On Monday 14 September 2009 17:06:46 Heiko Schocher wrote: > U-Boot can detect, if a 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

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-14 Thread Wolfgang Denk
Dear "Zang Roy-R61911", In message <7df0af56456b8f4081e3c44ccce311de5a3...@zch01exm23.fsl.freescale.net> you wrote: > ... > You need to run > => usb start > to start usb, then run > => usb dev 0 > to specify the device, then run This should not be needed... > => ext2ls usb 0:1 > to ls the sda

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-14 Thread Wolfgang Denk
Dear Felix Radensky, In message <4aadfbc6.4080...@embedded-sol.com> you wrote: > ... > I think "usb start" and "usb reset" are identical, but anyway: Yes, they are. > => usb start > (Re)start USB... > USB: Register 10011 NbrPorts 1 > USB EHCI 1.00 > scanning bus for devices... 2 USB Device(s)

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-14 Thread Wolfgang Denk
Dear "Zang Roy-R61911", In message <7df0af56456b8f4081e3c44ccce311de5a3...@zch01exm23.fsl.freescale.net> you wrote: > > > => usb start > > (Re)start USB... > > USB: Register 10011 NbrPorts 1 > > USB EHCI 1.00 > > scanning bus for devices... 2 USB Device(s) found > >scanning bus for st

[U-Boot] [PATCH] TI: DaVinci DM365: Minor config cleanup

2009-09-14 Thread s-paulraj
From: Sandeep Paulraj The DM365 config was using the 'CONFIG_CMD_SAVEENV' flag. This is already included when we include the config_cmd_default.h header file. So this flag is removed. Also another flag to enable NAND functions was being enabled incorrectly. Signed-off-by: Sandeep Paulraj --- i

[U-Boot] [PATCH] TI DaVinci DM365: Removing header file which does not exist

2009-09-14 Thread s-paulraj
From: Sandeep Paulraj The DaVinci DM365 EVM board specific code was including a header file which does not exist. So removing this header file. Signed-off-by: Sandeep Paulraj --- board/davinci/dm365evm/dm365evm.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/board/da

[U-Boot] [PATCH] TI: DaVinci DM365: Enabling net support on DM365

2009-09-14 Thread s-paulraj
From: Sandeep Paulraj This patch enables EMAC on the DM365 EVM. Signed-off-by: Sandeep Paulraj --- board/davinci/dm365evm/dm365evm.c | 38 + 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/board/davinci/dm365evm/dm365evm.c b/board/davinci/

Re: [U-Boot] [TESTING PATCH] ppc: Relocation test patch

2009-09-14 Thread Wolfgang Denk
Dear Peter Tyser, In message <1252709159-22326-1-git-send-email-pty...@xes-inc.com> you wrote: > ** This patch is only meant to allow others to test relocation, it > should not be applied!! ** > > This patch is a quick hack to enable proper relocation on powerpc > boards. I tested on some mpc85x

Re: [U-Boot] [PATCH] kwbimage.c: Fix compile warning when building on 64 bit systems

2009-09-14 Thread Wolfgang Denk
In message <1252660703-15596-1-git-send-email...@denx.de> you wrote: > Fix this warning when building on 64 bit systems: > tools/kwbimage.c: In function 'kwbimage_checksum32': > tools/kwbimage.c:135: warning: format '%d' expects type 'int', > but argument 4 has type 'long unsigned int' > > Signed

Re: [U-Boot] [PATCH] TI: DaVinci DM365: Enabling net support on DM365

2009-09-14 Thread Matt Waddel
Hi Sandeep, Is there another part to this patch still coming or did I miss a patch along the way? This patch as-is doesn't compile: ... dm365evm.c: In function ‘board_eth_init’: dm365evm.c:47: error: ‘GIO_DIR01’ undeclared (first use in this function)

Re: [U-Boot] Microblaze repo update - patches

2009-09-14 Thread Ben Warren
Michal, Michal Simek wrote: > Hi Wolfgang, > > I added all Microblaze changes to my repo. > > Ben: Can you finally check LL-Temac driver? I haven't got any your reaction. > I know you have just a lot of work. > I'm sending out a review shortly of your latest submission. Obviously, I'm OK with

[U-Boot] [PATCH v2] board/flagadm/flash.c: fix compile warning

2009-09-14 Thread Wolfgang Denk
Fix warning: flash.c:531: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Wolfgang Denk Cc: K�ri Dav��sson --- v2: change implementation as suggested by Scott Wood in http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67828/focus=67900 board/f

Re: [U-Boot] [PATCH] drivers/net/natsemi.c: fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252660703-15596-4-git-send-email...@denx.de> you wrote: > Fix warning: natsemi.c:757: warning: dereferencing type-punned pointer > will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Ben Warren > --- > drivers/net/natsemi.c |3 ++- > 1 files changed, 2 inser

Re: [U-Boot] [PATCH] sk98lin: fix compile warnings

2009-09-14 Thread Wolfgang Denk
In message <1252660703-15596-5-git-send-email...@denx.de> you wrote: > Fix warnings: > skge.c: In function 'BoardInitMem': > skge.c:1389: warning: dereferencing type-punned pointer will break > strict-aliasing rules > skge.c:1390: warning: dereferencing type-punned pointer will break > strict-ali

Re: [U-Boot] [PATCH] board/esd/common/flash.c: Fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252660703-15596-6-git-send-email...@denx.de> you wrote: > Fix warning: ../common/flash.c:635: warning: dereferencing type-punned > pointer will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Matthias Fuchs > Cc: Stefan Roese > --- > board/esd/common/flash.c |

Re: [U-Boot] [PATCH] board/esd/cpci750/ide.c: fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252660703-15596-7-git-send-email...@denx.de> you wrote: > Fix warning: ide.c:54: warning: dereferencing type-punned pointer will > break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Matthias Fuchs > Cc: Stefan Roese > --- > board/esd/cpci750/ide.c |8 ++-- >

Re: [U-Boot] [PATCH] net/bootp.c: fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252660703-15596-2-git-send-email...@denx.de> you wrote: > Fix warning: bootp.c:695: warning: dereferencing type-punned pointer > will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Ben Warren > --- > net/bootp.c |6 +- > 1 files changed, 5 insertions(+),

Re: [U-Boot] [PATCH] board/dave/common/flash.c: fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252662563-18284-1-git-send-email...@denx.de> you wrote: > Fix warning: ../common/flash.c:668: warning: dereferencing type-punned > pointer will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Andrea Marson > --- > board/dave/common/flash.c |3 ++- > 1 files c

Re: [U-Boot] [PATCH] board/etin/debris/phantom.c: Fix compile error

2009-09-14 Thread Wolfgang Denk
In message <1252662563-18284-3-git-send-email...@denx.de> you wrote: > Fix build problem caused by commit e84aba13: "Replace BCD2BIN and > BIN2BCD macros with inline functions" > > phantom.c:163: error: redefinition of 'bcd2bin' > /home/wd/git/u-boot/work/include/bcd.h:16: error: previous definiti

Re: [U-Boot] [PATCH] TI: DaVinci DM365: Enabling net support on DM365

2009-09-14 Thread Paulraj, Sandeep
> -Original Message- > From: Matt Waddel [mailto:mwad...@control4.com] > Sent: Monday, September 14, 2009 5:43 PM > To: u-boot@lists.denx.de > Cc: Paulraj, Sandeep > Subject: Re: [U-Boot] [PATCH] TI: DaVinci DM365: Enabling net support on > DM365 > > Hi Sandeep, > > Is there another par

[U-Boot] [PATCH v2] board/linkstation/ide.c: Fix compile warning

2009-09-14 Thread Wolfgang Denk
Fix warning: ide.c:60: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Wolfgang Denk Cc: Guennadi Liakhovetski --- v2: Better implementation as suggested by Scott Wood in http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67840/focus=67891 bo

Re: [U-Boot] [PATCH] board/amcc/taihu/flash.c: Fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252662563-18284-5-git-send-email...@denx.de> you wrote: > Fix warnings: > flash.c: In function 'write_word_1': > flash.c:696: warning: dereferencing type-punned pointer will break > strict-aliasing rules > flash.c: In function 'write_word_2': > flash.c:1044: warning: dereferencing typ

Re: [U-Boot] [PATCH] board/amcc/yucca/flash.c: Fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252662563-18284-6-git-send-email...@denx.de> you wrote: > Fix warning: flash.c:919: warning: dereferencing type-punned pointer > will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Stefan Roese > --- > board/amcc/yucca/flash.c |7 --- > 1 files changed,

Re: [U-Boot] [PATCH] OMAP3 MMC: Fix warning dereferencing type-punned pointer

2009-09-14 Thread Paulraj, Sandeep
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Dirk Behme > Sent: Sunday, September 13, 2009 4:40 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] OMAP3 MMC: Fix warning dereferencing type-punned > pointer > > Fix w

Re: [U-Boot] [PATCH] board/amcc/common/flash.c: Fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252662563-18284-2-git-send-email...@denx.de> you wrote: > Fix warning: ../common/flash.c:917: warning: dereferencing type-punned > pointer will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Stefan Roese > --- > board/amcc/common/flash.c |7 --- > 1 file

Re: [U-Boot] [PATCH] net: [V2] Add LL TEMAC driver to u-boot and move Emaclite to NET_MULTI

2009-09-14 Thread Ben Warren
mon...@monstr.eu wrote: > From: Michal Simek > > Here are two major changes which should go together. > First is adding LL Temac driver to u-boot and the second > is changing Emaclite to NET_MULTI api. > > Please break this up into two independent patches. I can sort through the common files

Re: [U-Boot] configure ppc440spe as pci adapter

2009-09-14 Thread Wolfgang Denk
Dear dbrazeau, please do not top-post / full quote. Make sure to read http://www.netmeister.org/news/learn2quote.html In message <25438442.p...@talk.nabble.com> you wrote: > > Yes, I do mean PCIe. Sorry should have mentioned that. Well, in this case... > > In message <25389144.p...@talk.nab

Re: [U-Boot] [TESTING PATCH] ppc: Relocation test patch

2009-09-14 Thread Peter Tyser
On Mon, 2009-09-14 at 23:26 +0200, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1252709159-22326-1-git-send-email-pty...@xes-inc.com> you wrote: > > ** This patch is only meant to allow others to test relocation, it > > should not be applied!! ** > > > > This patch is a quick hack to

[U-Boot] U-Boot v2009.08 & JFFS2 (NOR)

2009-09-14 Thread Tommy Wang
Hello U-Boot Users, I am working on updating a EP8248 based board from a very old U-Boot 1.1.2 to v2009.08. The board has 2 banks of 32MB/256 sector NOR flash at 0xFC00 and 0xFE00. The (single) JFFS2 partition is located at 0xFE02 to 0xFFEF. Using U-Boot 1.1.2, the files within

Re: [U-Boot] U-Boot v2009.08 & JFFS2 (NOR)

2009-09-14 Thread Jon Diekema
On Mon, 2009-09-14 at 20:08 -0500, Tommy Wang wrote: > Hello U-Boot Users, > > I am working on updating a EP8248 based board from a very old U-Boot > 1.1.2 to v2009.08. > > The board has 2 banks of 32MB/256 sector NOR flash at 0xFC00 and > 0xFE00. The (single) JFFS2 partition is located

Re: [U-Boot] [PATCH 2/4 v2] s5pc1xx: support onenand driver

2009-09-14 Thread Minkyu Kang
Dear Wolfgang 2009/9/10 Wolfgang Denk : > Dear Minkyu Kang, > > In message <4aa8ac3b.5000...@samsung.com> you wrote: >> This patch includes the onenand driver for s5pc100 >> >> Signed-off-by: Minkyu Kang >> Signed-off-by: Kyungmin Park > ... >> +struct s3c_onenand { >> +     struct mtd_info *mtd

[U-Boot] [PATCHv5 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-14 Thread Heiko Schocher
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 crash. This is needed for buggy hardware (uc101) where no pull down resistor is

Re: [U-Boot] about 88E1145

2009-09-14 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Zhe Wang > Sent: Monday, September 14, 2009 8:08 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] about 88E1145 > > Hi all, > >Now I encoutered one problem about 88E1145 i

Re: [U-Boot] [PATCH] net: [V2] Add LL TEMAC driver to u-boot and move Emaclite to NET_MULTI

2009-09-14 Thread Michal Simek
Hi Ben, sorry for head quoting but this is V2. In my net branch is V3 which has some fixes which you reported. Anyway. You want to create two separate patches. I am ok with it. I'll do it and let you know. Thanks, Michal Ben Warren wrote: > mon...@monstr.eu wrote: >> From: Michal Simek >>

Re: [U-Boot] [PATCH] Enable usb ehci support for p2020ds board

2009-09-14 Thread Hu Mingkai-B21284
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Felix Radensky > Sent: Monday, September 14, 2009 3:50 PM > To: Zang Roy-R61911 > Cc: U-Boot-Denx; Zhang Junjie-B18070; Kumar Gala > Subject: Re: [U-Boot] [PATCH] Enable usb eh