Re: [U-Boot] [PATCH] powerpc/t1040qds: Add DDR Raw Timing support

2013-10-30 Thread sun york-R58495
On Oct 30, 2013, at 9:55 PM, Jain Priyanka-B32167 wrote: > >> -Original Message- >> From: sun york-R58495 >> Sent: Wednesday, October 30, 2013 10:14 PM >> To: Jain Priyanka-B32167; u-boot@lists.denx.de >> Cc: Aggrwal Poonam-B10812 >> Subject: Re

Re: [U-Boot] [PATCH 2/2] powerpc/esdhc: hack t4240 host capabilities register for VS33 bit

2013-10-24 Thread sun york-R58495
On Oct 24, 2013, at 6:54 PM, Haijun Zhang wrote: > T4240 eSDHC host capabilities reigster should have VS33 bit define. > hack the code to add the 3.3 voltage support Shall we call it quirk rather than hack? Native English speakers, please chime in. York __

Re: [U-Boot] When to create a SoC directory for ARM

2013-09-25 Thread sun york-R58495
On Sep 25, 2013, at 10:23 PM, FengHua wrote: > > Date: Wed, 25 Sep 2013 20:10:13 -0500 > > From: Scott Wood > > Subject: Re: [U-Boot] When to create a SoC directory for ARM > > To: sun york-R58495 > > Cc: Rini , Wood Scott-B07421 , > > "u

Re: [U-Boot] When to create a SoC directory for ARM

2013-09-25 Thread sun york-R58495
On Sep 25, 2013, at 4:52 PM, Scott Wood wrote: > On Wed, 2013-09-25 at 16:30 -0700, York Sun wrote: >> Dear Wolfgang, >> >> I failed to find the guideline, here is my question. Pardon me if this >> is a dump question as I am still new to ARM. >> >> As David Feng post his patch set to add ARMv8

Re: [U-Boot] [PATCH] powerpc/mpc8xxx: Fix CamelCase for DDR code

2013-09-10 Thread sun york-R58495
> >> -Original Message- >> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] >> On Behalf Of York Sun >> Sent: Wednesday, September 11, 2013 1:56 AM >> To: u-boot@lists.denx.de >> Cc: sun york-R58495 >> Subject: [U-Boot] [PATC

Re: [U-Boot] P2041RDB fails to boot with master (and 2013.10-rc1)

2013-09-09 Thread sun york-R58495
09/09/2013 22:49 To: sun york-R58495 CC: u-boot ; Xie Shaohui-B21989 ; h...@denx.de Subject: Re: P2041RDB fails to boot with master (and 2013.10-rc1) git bisect points to the following commit 00f792e0df9ae942427e44595a0f4379582accee is the first bad commit commit 00f792e0df9ae942427e44595a0f43

Re: [U-Boot] P2041RDB fails to boot with master (and 2013.10-rc1)

2013-09-09 Thread sun york-R58495
: sun york-R58495 ; Xie Shaohui-B21989 ; aflem...@freescale.com Subject: P2041RDB fails to boot with master (and 2013.10-rc1) Hi, I was just looking at something else and found that my P2041RDB no longer boots from the master branch of u-boot.git (it hangs after DDR initialisation). I checked 20

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread sun york-R58495
On Aug 21, 2013, at 10:45 PM, sun york-R58495 wrote: > > On Aug 21, 2013, at 10:02 PM, Marek Vasut wrote: > >> Dear sun york-R58495, >> >>> On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote: >>>> Dear York Sun, >>>> >>>>> O

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread sun york-R58495
On Aug 21, 2013, at 10:02 PM, Marek Vasut wrote: > Dear sun york-R58495, > >> On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote: >>> Dear York Sun, >>> >>>> On 05/20/2013 10:25 AM, Marek Vasut wrote: >>>>> Prefix HOSTCC and CC with CCACH

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread sun york-R58495
On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote: > Dear York Sun, > >> On 05/20/2013 10:25 AM, Marek Vasut wrote: >>> Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache. >>> In case the user wants to use ccache, exporting CCACHE=ccache will do >>> the trick. It is of course pos

Re: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import

2013-08-14 Thread sun york-R58495
On Aug 14, 2013, at 7:25 PM, Zhang Ying-B40530 wrote: > York, > I had checked all the patch and I am sure there is only this patch > almost forgotten. > I don't know how to do. Need I send the patch again or other way? > Thanks. > No need to resend. I can mark it. Just want to

Re: [U-Boot] [v3] command/cache: Add flush command

2013-04-08 Thread sun york-R58495
On Apr 7, 2013, at 1:29 AM, Wolfgang Denk wrote: > Dear sun york-R58495, > > In message > > you wrote: >> >>> Can we not split this into: >>> >>> dcache flush >>> icache invalidate >>> >>> ? This would

Re: [U-Boot] [v3] command/cache: Add flush command

2013-04-06 Thread sun york-R58495
On Apr 6, 2013, at 12:01 AM, Wolfgang Denk wrote: > Dear York Sun, > > In message <515f5812.8030...@freescale.com> you wrote: >> >>> adding new: >>> >>> dcache flush=> flush all >>> dcache flush=> flush range >>> >>> I think this makes more sense. Comments

Re: [U-Boot] [PATCH 1/7] powerpc/mpc8xxx: Enable entering DDR debugging by key press

2013-01-07 Thread sun york-R58495
On Jan 7, 2013, at 10:35 PM, Wolfgang Denk wrote: > Dear York Sun, > > In message <1357323245-12455-1-git-send-email-york...@freescale.com> you > wrote: >> ... >> CONFIG_FSL_DDR_INTERACTIVE needs to be defined in header file. To enter the >> debug mode by key press, press key 'd' shortly after

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread sun york-R58495
Tom, It's like eeprom write but it writes to general devices, not specificly to system eeprom. I would have to use i2c mw command a lot without this. York Original Message From: Tom Rini Sent: Mon, Sep 17, 2012 05:16 PM To: sun york-R58495 CC: u-boot@lists.denx.de; u

Re: [U-Boot] [PATCH] fsl: board EEPROM has the CRC in the wrong location

2012-07-12 Thread sun york-R58495
On Jul 12, 2012, at 9:30 PM, Wolfgang Denk wrote: > Dear York, > > In message <9f5356fb-8ca2-44de-9089-64abd82ca...@freescale.com> you wrote: >> >> That patch itself is OK. But the comment is incorrect. We keep >> adding more mac addresses to this data structure. The CRC was at the >> end. The

Re: [U-Boot] [PATCH] fsl: board EEPROM has the CRC in the wrong location

2012-07-12 Thread sun york-R58495
On Jul 12, 2012, at 3:37 PM, Scott Wood wrote: > On 07/12/2012 05:03 PM, sun york-R58495 wrote: >> Timur, >> >> That patch itself is OK. But the comment is incorrect. We keep adding more >> mac addresses to this data structure. The CRC was at the end. The offset &

Re: [U-Boot] [PATCH] fsl: board EEPROM has the CRC in the wrong location

2012-07-12 Thread sun york-R58495
Timur, That patch itself is OK. But the comment is incorrect. We keep adding more mac addresses to this data structure. The CRC was at the end. The offset 0xCC was correct. York On Jul 12, 2012, at 2:46 PM, Timur Tabi wrote: > The NXID v1 EEPROM format has the CRC at offset 0xFC, but for som

Re: [U-Boot] [PATCH v4 2/3] mpc8xxx: assume unregistered DIMM for invalid SPD module_type

2011-11-21 Thread sun york-R58495
From: Ira W. Snyder [i...@ovro.caltech.edu] Sent: Monday, November 21, 2011 10:59 AM To: u-boot@lists.denx.de Cc: sun york-R58495 Subject: [PATCH v4 2/3] mpc8xxx: assume unregistered DIMM for invalid SPD module_type The generic Freescale DDR SDRAM SPD

Re: [U-Boot] [PATCH 2/7] Expand POST memory test to support arch-depended implementation.

2010-08-29 Thread sun york-R58495
Wolfgang, Without progress indicator, slowe test on memory takes minutes and it looks like hanging. You probably don't want to run it every time the board boots up. York Sun - Original Message - From:"Wolfgang Denk" To:"York Sun" Cc:"u-boot@lists.denx.de" Sent:8/29/2010 3:56 AM Subjec

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-28 Thread sun york-R58495
Wolfgang, As Timur pointed out, the post framework doesn't work for us. After U-boot relocate itself to RAM, we have only 2GB memory to test. The best place is before relocation. Many other boards do that. Following your idea of reusing code, I can only reuse the test pattern generator. I am op