* [U-Boot-Users] FW: New port Siemens SMN42 board
@ 2007-03-19 14:57 Peter Pearse
2007-03-19 15:39 ` Wolfgang Denk
0 siblings, 1 reply; 6+ messages in thread
From: Peter Pearse @ 2007-03-19 14:57 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: Peter Pearse
> Sent: 19 March 2007 14:50
> To: 'Gary Jennejohn'
> Subject: RE: [U-Boot-Users] New port Siemens SMN42 board
>
>
>
> > -----Original Message-----
> > From: u-boot-users-bounces at lists.sourceforge.net
> > [mailto:u-boot-users-bounces at lists.sourceforge.net] On
> Behalf Of Gary
> > Jennejohn
> > Sent: 19 March 2007 14:35
> > To: u-boot-users at lists.sourceforge.net
> > Subject: [U-Boot-Users] New port Siemens SMN42 board
> >
> > Hello List,
> >
> > Wolfgang Denk asked me to send this patch to the list so
> that "the ARM
> > maintainer can take care of it".
> >
> > Attached SMN42_diff.gz against u-boot as checked out of git this
> > morning.
> >
> Received
>
> You can follow progress on
> http://www.linux-arm.org/LinuxBootLoader/U-BootGateKeeper
>
> Peter
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot-Users] FW: New port Siemens SMN42 board 2007-03-19 14:57 [U-Boot-Users] FW: New port Siemens SMN42 board Peter Pearse @ 2007-03-19 15:39 ` Wolfgang Denk 2007-03-19 16:16 ` Peter Pearse 0 siblings, 1 reply; 6+ messages in thread From: Wolfgang Denk @ 2007-03-19 15:39 UTC (permalink / raw) To: u-boot Dear Peter, in message <000001c76a36$f8282ff0$9a4d010a@Emea.Arm.com> you wrote: > > > You can follow progress on > > http://www.linux-arm.org/LinuxBootLoader/U-BootGateKeeper May I ask why you set up a separate wiki page for that? While I think it is definitely a good idea to do that, and appreiate your initiative, I feat that more pages like this get scattered aound on may differentr servers, and it wil become very difficult to track what's going one where. Wouldn't it make more sense to have your pages, and similar ones for other custodians who want this, in the context of the U-Boot page at http://www.denx.de/wiki/UBoot ? [Of course we should get a working patch tracking system so you don't have to reinvent this manually. We're working on this.] 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 How many seconds are there in a year? If I tell you there are 3.155 x 10^7, you won't even try to remember it. On the other hand, who could forget that, to within half a percent, pi seconds is a nanocentury. -- Tom Duff, Bell Labs ^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] FW: New port Siemens SMN42 board 2007-03-19 15:39 ` Wolfgang Denk @ 2007-03-19 16:16 ` Peter Pearse 2007-03-21 14:48 ` Aubrey Li 0 siblings, 1 reply; 6+ messages in thread From: Peter Pearse @ 2007-03-19 16:16 UTC (permalink / raw) To: u-boot > -----Original Message----- > From: wd at denx.de [mailto:wd at denx.de] > Sent: 19 March 2007 15:39 > To: Peter Pearse > Cc: u-boot-users at lists.sourceforge.net > Subject: Re: [U-Boot-Users] FW: New port Siemens SMN42 board > > Dear Peter, > > in message <000001c76a36$f8282ff0$9a4d010a@Emea.Arm.com> you wrote: > > > > > You can follow progress on > > > http://www.linux-arm.org/LinuxBootLoader/U-BootGateKeeper > > May I ask why you set up a separate wiki page for that? > AFAIK I cant construct branches on the U-Boot server. I wanted to make a branch for each patch I was working with, so users/testers could access them. I can do that on our wiki server. So I made the tracking table there as well. I'll move it to the U-Boot wiki as per your suggestion. Peter ^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] FW: New port Siemens SMN42 board 2007-03-19 16:16 ` Peter Pearse @ 2007-03-21 14:48 ` Aubrey Li 2007-03-21 14:53 ` Wolfgang Denk 0 siblings, 1 reply; 6+ messages in thread From: Aubrey Li @ 2007-03-21 14:48 UTC (permalink / raw) To: u-boot On 3/20/07, Peter Pearse <peter.pearse@arm.com> wrote: > > > > -----Original Message----- > > From: wd at denx.de [mailto:wd at denx.de] > > Sent: 19 March 2007 15:39 > > To: Peter Pearse > > Cc: u-boot-users at lists.sourceforge.net > > Subject: Re: [U-Boot-Users] FW: New port Siemens SMN42 board > > > > Dear Peter, > > > > in message <000001c76a36$f8282ff0$9a4d010a@Emea.Arm.com> you wrote: > > > > > > > You can follow progress on > > > > http://www.linux-arm.org/LinuxBootLoader/U-BootGateKeeper > > > > May I ask why you set up a separate wiki page for that? > > > AFAIK I cant construct branches on the U-Boot server. > I wanted to make a branch for each patch I was working with, so > users/testers could access them. > I can do that on our wiki server. So I made the tracking table there as > well. > That's a good question. So what is the right way to maintain patches which are not common enough to be committed into the master branch of the git repository, but they are really useful. It would be better to make them available to the user. -Aubrey ^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] FW: New port Siemens SMN42 board 2007-03-21 14:48 ` Aubrey Li @ 2007-03-21 14:53 ` Wolfgang Denk 2007-03-21 15:34 ` Aubrey Li 0 siblings, 1 reply; 6+ messages in thread From: Wolfgang Denk @ 2007-03-21 14:53 UTC (permalink / raw) To: u-boot In message <27d85ee10703210748n53202b12w7e1c35c502a4fe5d@mail.gmail.com> you wrote: > > > AFAIK I cant construct branches on the U-Boot server. > > I wanted to make a branch for each patch I was working with, so > > users/testers could access them. > > I can do that on our wiki server. So I made the tracking table there as > > well. > > > That's a good question. So what is the right way to maintain patches > which are not common enough to be committed into the master branch of > the git repository, but they are really useful. It would be better to > make them available to the user. I see no principal problem why branches should not be possible. You can give "pit push" a refspec as argument to select a specific branch, and you can use "--all" to push all refs. But I have to admit that I never tested this yet (which is thereason why I did not reply on Peter's remark yet). 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 Any sufficiently advanced bug is indistinguishable from a feature. - Rich Kulawiec ^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] FW: New port Siemens SMN42 board 2007-03-21 14:53 ` Wolfgang Denk @ 2007-03-21 15:34 ` Aubrey Li 0 siblings, 0 replies; 6+ messages in thread From: Aubrey Li @ 2007-03-21 15:34 UTC (permalink / raw) To: u-boot On 3/21/07, Wolfgang Denk <wd@denx.de> wrote: > In message <27d85ee10703210748n53202b12w7e1c35c502a4fe5d@mail.gmail.com> you wrote: > > > > > AFAIK I cant construct branches on the U-Boot server. > > > I wanted to make a branch for each patch I was working with, so > > > users/testers could access them. > > > I can do that on our wiki server. So I made the tracking table there as > > > well. > > > > > That's a good question. So what is the right way to maintain patches > > which are not common enough to be committed into the master branch of > > the git repository, but they are really useful. It would be better to > > make them available to the user. > > I see no principal problem why branches should not be possible. > > You can give "pit push" a refspec as argument to select a specific > branch, and you can use "--all" to push all refs. > > But I have to admit that I never tested this yet (which is thereason > why I did not reply on Peter's remark yet). > Yes, I tried just now and it works. I created a branch named "blackfin" from current master branch. I think this can satisfy Peter's requirement. Best Regards, -Aubrey ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-03-21 15:34 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2007-03-19 14:57 [U-Boot-Users] FW: New port Siemens SMN42 board Peter Pearse 2007-03-19 15:39 ` Wolfgang Denk 2007-03-19 16:16 ` Peter Pearse 2007-03-21 14:48 ` Aubrey Li 2007-03-21 14:53 ` Wolfgang Denk 2007-03-21 15:34 ` Aubrey Li
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox