Re: [U-Boot-Users] [PATCH 00/07 v2]: Add mpc7448hpc2(Taiga)board support

Hi,
Why I can not visit your git tree on freescale.com?
From: u-boot-users-bounces@lists.sourceforge.net [mailto:u-boot-users-bounces@lists.sourceforge.net] On Behalf Of Zang Roy-r61911 Sent: Tuesday, November 07, 2006 10:33 AM To: Wolfgang Denk Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] [PATCH 00/07 v2]: Add mpc7448hpc2(Taiga)board support
Dear Wolfgang
On Fri, 2006-11-03 at 12:54, Zang Roy-r61911 wrote:
On Mon, 2006-10-30 at 17:01, Wolfgang Denk wrote:
If it's not too much effort, a resubmit against recent code is
indeed
appreciated.It would be even better if you could provide access to
a
git repo from where we could pull from.
The mpc7448hpc2 board git repo is available. You can browse it at:
http://opensource.freescale.com/git?p=u-boot-7448hpc2.git;a=summary
You can clone it by
git clone http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.git
Could you find time to have a review and merge it to your
tree.
I collect the feedback from the u-boot mailing list and update the git repo. Any feedback is welcomed. Roy
---------------------------------------------------------------- --------- 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&da... _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

On Wed, 2006-11-08 at 16:10, Ch.Vict wrote:
Hi,
Why I can not visit your git tree on freescale.com?
Dear Vict
Please try to browse the web site: http://opensource.freescale.com/git There should be a project: u-boot-7448hpc2.git. You can clone the git repo by
git clone http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.git
If there is any problem, please let me know. Roy

Ok, it works. I'll clone it. Thanks Roy.
On 08 Nov 2006 16:31:15 +0800, Zang Roy-r61911 tie-fei.zang@freescale.com wrote:
On Wed, 2006-11-08 at 16:10, Ch.Vict wrote:
Hi,
Why I can not visit your git tree on freescale.com?
Dear Vict
Please try to browse the web site: http://opensource.freescale.com/git There should be a project: u-boot-7448hpc2.git. You can clone the git repo by
git clone http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.git
If there is any problem, please let me know. Roy

I found below codes in include/configs/mpc7448hpc2.h
#define OF_CPU "PowerPC,7448@0" #define OF_TSI "tsi108@c0000000" #define OF_TBCLK (bd->bi_busfreq / 8) #define OF_STDOUT_PATH "/tsi108@c0000000/serial@7808"
Why the OF_STDOUT_PATH is 7808 not 7800 ? I remember the offset should be 7800.
On 11/8/06, Ch. Vict chvict@gmail.com wrote:
Ok, it works. I'll clone it. Thanks Roy.
On 08 Nov 2006 16:31:15 +0800, Zang Roy-r61911 tie-fei.zang@freescale.com wrote:
On Wed, 2006-11-08 at 16:10, Ch.Vict wrote:
Hi,
Why I can not visit your git tree on freescale.com?
Dear Vict
Please try to browse the web site: http://opensource.freescale.com/git There should be a project: u-boot-7448hpc2.git. You can clone the git repo by
git clone http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.git
If there is any problem, please let me know. Roy

On Fri, 2006-11-10 at 15:37, Ch.Vict wrote:
I found below codes in include/configs/mpc7448hpc2.h
#define OF_CPU "PowerPC,7448@0" #define OF_TSI "tsi108@c0000000" #define OF_TBCLK (bd->bi_busfreq / 8) #define OF_STDOUT_PATH "/tsi108@c0000000/serial@7808"
Why the OF_STDOUT_PATH is 7808 not 7800 ? I remember the offset should be 7800.
0x7800 is for little endian system, while 0x7808 is for big endian system. Roy
participants (2)
-
Ch.Vict
-
Zang Roy-r61911