[U-Boot-Users] New architecture -- TI DaVinci

Sergey
Apologies - you fooled me with the "New Architecture". I did a quick google & found the TMS320DM6443 was a DSP, so assumed it would be a new DSP architecture, rather than being part of arm.
I don't always know where ARM cores have been used - it helps if the email subject mentions ARM.
I'll add your patch to my list.
Peter

On Tue, 8 May 2007, Peter Pearse wrote:
OK, thanks.
Sergey
Apologies - you fooled me with the "New Architecture". I did a quick google & found the TMS320DM6443 was a DSP, so assumed it would be a new DSP architecture, rather than being part of arm.
I don't always know where ARM cores have been used - it helps if the email subject mentions ARM.
I'll add your patch to my list.
Peter
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
--- ****************************************************************** * KSI@home KOI8 Net < > The impossible we do immediately. * * Las Vegas NV, USA < > Miracles require 24-hour notice. * ******************************************************************

On Tue, 8 May 2007, Peter Pearse wrote:
Sorry for bothering, is there any news on that DaVinci support? I'm working on it and I have some new boards added and other changes so I would like to do smaller patches against the git tree rather than regenerating the big patch every time...
Sergey
Apologies - you fooled me with the "New Architecture". I did a quick google & found the TMS320DM6443 was a DSP, so assumed it would be a new DSP architecture, rather than being part of arm.
I don't always know where ARM cores have been used - it helps if the email subject mentions ARM.
I'll add your patch to my list.
Peter
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
--- ****************************************************************** * KSI@home KOI8 Net < > The impossible we do immediately. * * Las Vegas NV, USA < > Miracles require 24-hour notice. * ******************************************************************

I am also very interested in this. I have started hacking at supporting the Lyrtech SFF SDR board, and trying to do so in a way the patches can be accepted. (I am trying to figure out git and the coding standards).
My work is based of the TI work (I think, the patch came via the internet) and I have looked at Sergey's patch, although I think he needs to rework the multiple board support.
I would like to see us get some stuff moving into the mainline git so we can build some structure for people to work with. I am really thrashing about trying to get NAND support going. I know people have solved this problem, but I can't see the right way to go.
The davinci people really need to get this stuff flowing into git.
Philip
ksi@koi8.net wrote:
On Tue, 8 May 2007, Peter Pearse wrote:
Sorry for bothering, is there any news on that DaVinci support? I'm working on it and I have some new boards added and other changes so I would like to do smaller patches against the git tree rather than regenerating the big patch every time...
Sergey
Apologies - you fooled me with the "New Architecture". I did a quick google & found the TMS320DM6443 was a DSP, so assumed it would be a new DSP architecture, rather than being part of arm.
I don't always know where ARM cores have been used - it helps if the email subject mentions ARM.
I'll add your patch to my list.
Peter
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
- KSI@home KOI8 Net < > The impossible we do immediately. *
- Las Vegas NV, USA < > Miracles require 24-hour notice. *
This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

On Tue, 19 Jun 2007, Philip Balister wrote:
I am also very interested in this. I have started hacking at supporting the Lyrtech SFF SDR board, and trying to do so in a way the patches can be accepted. (I am trying to figure out git and the coding standards).
My work is based of the TI work (I think, the patch came via the internet) and I have looked at Sergey's patch, although I think he needs to rework the multiple board support.
I can rework anything and I'm thinking about making a davinci tree with separate board subdirs but I don't want to waste my time redoing that thing again and again. I would like to patch anything that is in the git tree.
I would like to see us get some stuff moving into the mainline git so we can build some structure for people to work with. I am really thrashing about trying to get NAND support going. I know people have solved this problem, but I can't see the right way to go.
As a matter of fact that my patch works just fine on different boards with small and large page NAND devices. That's what we are using now without any problems. Sure it works on DV-EVM... Please let me know what problems do you have with NAND and I'll probably be able to help you...
I do also have the initial bootloader that works on serial port and allows to load user app in DDR2, run it, write itself in NAND to act as an initial NAND bootloader that loads user app (e.g. U-Boot) and provides for simple command line debugging. That is also, IMHO, belongs to U-Boot, probably in a separate subdir or whatever. There is lot of those that used on differnt platforms and I think it would be really nice to have those in U-Boot tree to be able to bring up a new board from a virgin state without wasting time writing one...
The davinci people really need to get this stuff flowing into git.
Philip
ksi@koi8.net wrote:
On Tue, 8 May 2007, Peter Pearse wrote:
Sorry for bothering, is there any news on that DaVinci support? I'm
working
on it and I have some new boards added and other changes so I would
like to
do smaller patches against the git tree rather than regenerating the
big
patch every time...
Sergey
Apologies - you fooled me with the "New Architecture". I did a quick google & found the TMS320DM6443 was a DSP, so assumed
it
would be a new DSP architecture, rather than being part of arm.
I don't always know where ARM cores have been used - it helps if the email subject mentions ARM.
I'll add your patch to my list.
Peter
[dd]
--- ****************************************************************** * KSI@home KOI8 Net < > The impossible we do immediately. * * Las Vegas NV, USA < > Miracles require 24-hour notice. * ******************************************************************

On Tue, 8 May 2007, Peter Pearse wrote:
Sorry for bothering, is there any news on that DaVinci support? I'm working on it and I have some new boards added and other changes so I would like to do smaller patches against the git tree rather than regenerating the big patch every time...
I also fixed the problem with Large Page NAND devices where U-Boot hang after "NAND: xxx MiB" so everything works now.
This should be propagated to the main tree in order to make necessary patches against it.
Or is it already all obsolete in the light of new shiny U-Boot with new CONFIG_* options and I have to redo everything from scratch?
Sergey
Apologies - you fooled me with the "New Architecture". I did a quick google & found the TMS320DM6443 was a DSP, so assumed it would be a new DSP architecture, rather than being part of arm.
I don't always know where ARM cores have been used - it helps if the email subject mentions ARM.
I'll add your patch to my list.
Peter
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
--- ****************************************************************** * KSI@home KOI8 Net < > The impossible we do immediately. * * Las Vegas NV, USA < > Miracles require 24-hour notice. * ******************************************************************

I bottom post
-----Original Message----- From: ksi@koi8.net [mailto:ksi@koi8.net] Sent: 17 July 2007 20:49 To: Peter Pearse Cc: Stefan Roese; u-boot-users@lists.sourceforge.net Subject: Re: New architecture -- TI DaVinci
On Tue, 8 May 2007, Peter Pearse wrote:
Sorry for bothering, is there any news on that DaVinci support? I'm working on it and I have some new boards added and other changes so I would like to do smaller patches against the git tree rather than regenerating the big patch every time...
I also fixed the problem with Large Page NAND devices where U-Boot hang after "NAND: xxx MiB" so everything works now.
This should be propagated to the main tree in order to make necessary patches against it.
Or is it already all obsolete in the light of new shiny U-Boot with new CONFIG_* options and I have to redo everything from scratch?
Sergey
Apologies - you fooled me with the "New Architecture". I did a quick google & found the TMS320DM6443 was a DSP, so
assumed it
would be a new DSP architecture, rather than being part of arm.
I don't always know where ARM cores have been used - it
helps if the
email subject mentions ARM.
I'll add your patch to my list.
Peter
-- IMPORTANT NOTICE: The contents of this email and any
attachments are
confidential and may also be privileged. If you are not the
intended
recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose,
or store or
copy the information in any medium. Thank you.
- KSI@home KOI8 Net < > The impossible we do immediately. *
- Las Vegas NV, USA < > Miracles require 24-hour notice. *
Sergey
Currently working on a software release. I hope to get some time for U-Boot next week....
Peter

On Wed, 18 Jul 2007, Peter Pearse wrote:
OK, thanks. I do really hope it'll make it into the main tree...
I bottom post
-----Original Message----- From: ksi@koi8.net [mailto:ksi@koi8.net] Sent: 17 July 2007 20:49 To: Peter Pearse Cc: Stefan Roese; u-boot-users@lists.sourceforge.net Subject: Re: New architecture -- TI DaVinci
On Tue, 8 May 2007, Peter Pearse wrote:
Sorry for bothering, is there any news on that DaVinci support? I'm working on it and I have some new boards added and other changes so I would like to do smaller patches against the git tree rather than regenerating the big patch every time...
I also fixed the problem with Large Page NAND devices where U-Boot hang after "NAND: xxx MiB" so everything works now.
This should be propagated to the main tree in order to make necessary patches against it.
Or is it already all obsolete in the light of new shiny U-Boot with new CONFIG_* options and I have to redo everything from scratch?
Sergey
Apologies - you fooled me with the "New Architecture". I did a quick google & found the TMS320DM6443 was a DSP, so
assumed it
would be a new DSP architecture, rather than being part of arm.
I don't always know where ARM cores have been used - it
helps if the
email subject mentions ARM.
I'll add your patch to my list.
Peter
-- IMPORTANT NOTICE: The contents of this email and any
attachments are
confidential and may also be privileged. If you are not the
intended
recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose,
or store or
copy the information in any medium. Thank you.
- KSI@home KOI8 Net < > The impossible we do immediately. *
- Las Vegas NV, USA < > Miracles require 24-hour notice. *
Sergey
Currently working on a software release. I hope to get some time for U-Boot next week....
Peter
--- ****************************************************************** * KSI@home KOI8 Net < > The impossible we do immediately. * * Las Vegas NV, USA < > Miracles require 24-hour notice. * ******************************************************************

Hi Sergey,
On Tuesday 17 July 2007, ksi@koi8.net wrote:
Sorry for bothering, is there any news on that DaVinci support? I'm working on it and I have some new boards added and other changes so I would like to do smaller patches against the git tree rather than regenerating the big patch every time...
I also fixed the problem with Large Page NAND devices where U-Boot hang after "NAND: xxx MiB" so everything works now.
This should be propagated to the main tree in order to make necessary patches against it.
Please post this NAND related patch (and other non DaVince related fixes too) to the list. I'll try to review and apply it quickly. Thanks.
Or is it already all obsolete in the light of new shiny U-Boot with new CONFIG_* options and I have to redo everything from scratch?
No, please continue with the current U-Boot repository for now. The "new" U-Boot version is, as far as I understand, not production ready yet.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================
participants (5)
-
ksi@koi8.net
-
Peter Pearse
-
Peter Pearse
-
Philip Balister
-
Stefan Roese