All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot.
@ 2007-02-13 11:27 mushtaq khan
  2007-02-13 12:23 ` Markus Klotzbücher
  2007-02-14  3:16 ` [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5in u-boot Jin Zhengxiong-R64188
  0 siblings, 2 replies; 9+ messages in thread
From: mushtaq khan @ 2007-02-13 11:27 UTC (permalink / raw)
  To: u-boot

Hi,

This is Mushtaq khan, working as a Design engineer in a company called 
Processor Systems (India) Pvt. Ltd. I have added a support for SATA  in 
both legacy and native mode for Intel processor with ICH-5 in u-boot. I 
don't  know the procedure  to submit the code.Please some one let me 
know the procedure to submit the code to the u-boot organization.

Thanks,
Mushtaq Khan.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot.
  2007-02-13 11:27 [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot mushtaq khan
@ 2007-02-13 12:23 ` Markus Klotzbücher
       [not found]   ` <45D98CDD.5000700@procsys.com>
  2007-02-14  3:16 ` [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5in u-boot Jin Zhengxiong-R64188
  1 sibling, 1 reply; 9+ messages in thread
From: Markus Klotzbücher @ 2007-02-13 12:23 UTC (permalink / raw)
  To: u-boot

Dear Mushtaq,

mushtaq khan <mushtaq_k@procsys.com> writes:

> This is Mushtaq khan, working as a Design engineer in a company called 
> Processor Systems (India) Pvt. Ltd. I have added a support for SATA  in 
> both legacy and native mode for Intel processor with ICH-5 in u-boot. I 
> don't  know the procedure  to submit the code.Please some one let me 
> know the procedure to submit the code to the u-boot organization.

Please see the section "Submitting Patches" in the README.

Regards

Markus Klotzbuecher

--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5in u-boot.
  2007-02-13 11:27 [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot mushtaq khan
  2007-02-13 12:23 ` Markus Klotzbücher
@ 2007-02-14  3:16 ` Jin Zhengxiong-R64188
  2007-02-22  7:39   ` mushtaq khan
  1 sibling, 1 reply; 9+ messages in thread
From: Jin Zhengxiong-R64188 @ 2007-02-14  3:16 UTC (permalink / raw)
  To: u-boot

You can try the ahci.c in the drivers/ directory first. This ahci driver
passes the tests on ULI1575 south bridge which include a SATA Host
controller supports AHCI 1.1.

Best Regards,
Jason Jin. 

-----Original Message-----
From: u-boot-users-bounces@lists.sourceforge.net
[mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf Of mushtaq
khan
Sent: Tuesday, February 13, 2007 7:28 PM
To: u-boot-users at lists.sourceforge.net
Cc: miraj mohamed
Subject: [U-Boot-Users] Added a SATA support for INTEL processors with
ICH-5in u-boot.

Hi,

This is Mushtaq khan, working as a Design engineer in a company called
Processor Systems (India) Pvt. Ltd. I have added a support for SATA  in
both legacy and native mode for Intel processor with ICH-5 in u-boot. I
don't  know the procedure  to submit the code.Please some one let me
know the procedure to submit the code to the u-boot organization.

Thanks,
Mushtaq Khan.

------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot.
       [not found]   ` <45D98CDD.5000700@procsys.com>
@ 2007-02-19 13:08     ` Markus Klotzbücher
  2007-02-21 15:27       ` mushtaq khan
       [not found]       ` <45DC5F21.2090103@procsys.com>
  0 siblings, 2 replies; 9+ messages in thread
From: Markus Klotzbücher @ 2007-02-19 13:08 UTC (permalink / raw)
  To: u-boot

Dear Mushtaq,

Please keep the list on CC.

mushtaq khan <mushtaq_k@procsys.com> writes:

> I am not able to build the u-boot code under main branch of CVS. When

For U-Boot CVS has been abandoned quite some time ago. You can get the the
current sources using git:

http://www.denx.de/en/Software/GIT

Regards

	Markus

--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot.
  2007-02-19 13:08     ` Markus Klotzbücher
@ 2007-02-21 15:27       ` mushtaq khan
       [not found]       ` <45DC5F21.2090103@procsys.com>
  1 sibling, 0 replies; 9+ messages in thread
From: mushtaq khan @ 2007-02-21 15:27 UTC (permalink / raw)
  To: u-boot

Hi,

With the latest u-boot code checked-out, got the following compilation 
errors, when configured for board sc520_cdp.

     Error1:     initializer element is not constant

     Error2:     cmd_bootm.c:470:1: directives may not be used inside a 
macro argument

cmd_bootm.c:469:9: unterminated argument list invoking macro "U_BOOT_CMD"

                  cmd_bootm.c:477: parse error before ')' token

     Error3:     undefined reference to pci_find_class

Compiler used is gcc, the version of gcc compiler is "gcc version 3.2.2 
20030222 (Red Hat Linux 3.2.2-5) ".

I could resolve the above errors with some changes in code. For these 
changes i have made patch and attached with the mail.

Thanks,
Mushtaq Khan.


Markus Klotzb?cher wrote:

>Dear Mushtaq,
>
>Please keep the list on CC.
>
>mushtaq khan <mushtaq_k@procsys.com> writes:
>
>  
>
>>I am not able to build the u-boot code under main branch of CVS. When
>>    
>>
>
>For U-Boot CVS has been abandoned quite some time ago. You can get the the
>current sources using git:
>
>http://www.denx.de/en/Software/GIT
>
>Regards
>
>	Markus
>
>--
>DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
>Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
>
>  
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Patch.tar.gz
Type: application/x-gzip
Size: 7484 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070221/ab47e49d/attachment.bin 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot.
       [not found]       ` <45DC5F21.2090103@procsys.com>
@ 2007-02-21 17:04         ` Markus Klotzbücher
  2007-02-22  6:49           ` mushtaq khan
  0 siblings, 1 reply; 9+ messages in thread
From: Markus Klotzbücher @ 2007-02-21 17:04 UTC (permalink / raw)
  To: u-boot

Dear Mushtaq,

mushtaq khan <mushtaq_k@procsys.com> writes:

> With the latest u-boot code checked-out, got the following compilation
> errors, when configured for board sc520_cdp.

I am afraid I can't help with this.

> I could resolve the above errors with some changes in code. For these
> changes i have made patch and attached with the mail.

Please send patches (especially such small ones) and their description
inline as plain text. A lot more people will actually look at it. And
please no *.doc files.

Best regards

	Markus

--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot.
  2007-02-21 17:04         ` Markus Klotzbücher
@ 2007-02-22  6:49           ` mushtaq khan
  2007-02-26 13:22             ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: mushtaq khan @ 2007-02-22  6:49 UTC (permalink / raw)
  To: u-boot

Hi Markus,

Sorry for misunderstanding, I have put the description and change_log as 
plaintext. Please see the attachment.

Thanks,
Mushtaq Khan

Markus Klotzb?cher wrote:

> <>Dear Mushtaq,
>
> I am afraid I can't help with this.
>
>>I could resolve the above errors with some changes in code. For these
>>changes i have made patch and attached with the mail.
>>    
>>
>Please send patches (especially such small ones) and their description
>inline as plain text. A lot more people will actually look at it. And
>please no *.doc files.
>
>Best regards
>
>	Markus
>
>--
>DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
>Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
>
>  
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Patch.tar.gz
Type: application/x-gzip
Size: 2546 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070222/6f0df877/attachment.bin 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5in u-boot.
  2007-02-14  3:16 ` [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5in u-boot Jin Zhengxiong-R64188
@ 2007-02-22  7:39   ` mushtaq khan
  0 siblings, 0 replies; 9+ messages in thread
From: mushtaq khan @ 2007-02-22  7:39 UTC (permalink / raw)
  To: u-boot

Hi Jin,

In our system we are using south bridge ICH-5, Sata controller of this 
chipset doesn't support AHCI . Even Sata controller of  South bridge 
ICH-6 and ICH-7 don't support AHCI. For these chipsets, i have written a 
SATA driver (with reference to ata-piix driver in kernel).

Thanks,
Mushtaq Khan.



Jin Zhengxiong-R64188 wrote:

>You can try the ahci.c in the drivers/ directory first. This ahci driver
>passes the tests on ULI1575 south bridge which include a SATA Host
>controller supports AHCI 1.1.
>
>Best Regards,
>Jason Jin. 
>
>-----Original Message-----
From: u-boot-users-bounces@lists.sourceforge.net
>[mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf Of mushtaq
>khan
>Sent: Tuesday, February 13, 2007 7:28 PM
>To: u-boot-users at lists.sourceforge.net
>Cc: miraj mohamed
>Subject: [U-Boot-Users] Added a SATA support for INTEL processors with
>ICH-5in u-boot.
>
>Hi,
>
>This is Mushtaq khan, working as a Design engineer in a company called
>Processor Systems (India) Pvt. Ltd. I have added a support for SATA  in
>both legacy and native mode for Intel processor with ICH-5 in u-boot. I
>don't  know the procedure  to submit the code.Please some one let me
>know the procedure to submit the code to the u-boot organization.
>
>Thanks,
>Mushtaq Khan.
>
>------------------------------------------------------------------------
>-
>Using Tomcat but need to do more? Need to support web services,
>security?
>Get stuff done quickly with pre-integrated technology to make your job
>easier.
>Download IBM WebSphere Application Server v.1.0.1 based on Apache
>Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>U-Boot-Users mailing list
>U-Boot-Users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>  
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot.
  2007-02-22  6:49           ` mushtaq khan
@ 2007-02-26 13:22             ` Wolfgang Denk
  0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2007-02-26 13:22 UTC (permalink / raw)
  To: u-boot

In message <45DD3D11.3040706@procsys.com> you wrote:
> 
> Sorry for misunderstanding, I have put the description and change_log as 
> plaintext. Please see the attachment.
...
> Content-Type: application/x-gzip;
>  name="Patch.tar.gz"

I cannot see any plain text. all I see is a compressed tarball.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Living on Earth may be expensive, but it includes an annual free trip
around the Sun.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-02-26 13:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13 11:27 [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5 in u-boot mushtaq khan
2007-02-13 12:23 ` Markus Klotzbücher
     [not found]   ` <45D98CDD.5000700@procsys.com>
2007-02-19 13:08     ` Markus Klotzbücher
2007-02-21 15:27       ` mushtaq khan
     [not found]       ` <45DC5F21.2090103@procsys.com>
2007-02-21 17:04         ` Markus Klotzbücher
2007-02-22  6:49           ` mushtaq khan
2007-02-26 13:22             ` Wolfgang Denk
2007-02-14  3:16 ` [U-Boot-Users] Added a SATA support for INTEL processors with ICH-5in u-boot Jin Zhengxiong-R64188
2007-02-22  7:39   ` mushtaq khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.