* [U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working
@ 2011-02-11 13:45 Fabio Giovagnini
2011-02-12 7:13 ` Albert ARIBAUD
0 siblings, 1 reply; 6+ messages in thread
From: Fabio Giovagnini @ 2011-02-11 13:45 UTC (permalink / raw)
To: u-boot
Hi guys, I'd like to add the configuration for leon3-altera-ep2s60-sdr board.
What could be the best working way to have an automatic patch generator?
Thanks
Fabio Giovagnini
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working
2011-02-11 13:45 [U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working Fabio Giovagnini
@ 2011-02-12 7:13 ` Albert ARIBAUD
2011-02-12 9:23 ` Fabio Giovagnini
0 siblings, 1 reply; 6+ messages in thread
From: Albert ARIBAUD @ 2011-02-12 7:13 UTC (permalink / raw)
To: u-boot
Hi Fabio,
Le 11/02/2011 14:45, Fabio Giovagnini a ?crit :
> Hi guys, I'd like to add the configuration for leon3-altera-ep2s60-sdr board.
> What could be the best working way to have an automatic patch generator?
Make one, I guess. :)
Seriously, though: what do you mean by "automatic patch generator"?
If you mean "I've done modifications to the official U-boot source code
and now I need to create a diff patch between my curent source tree and
the official U-boot source tree", then that's what git is for.
If you mean something else, please explain.
> Thanks
>
> Fabio Giovagnini
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working
2011-02-12 7:13 ` Albert ARIBAUD
@ 2011-02-12 9:23 ` Fabio Giovagnini
2011-02-12 9:33 ` Graeme Russ
0 siblings, 1 reply; 6+ messages in thread
From: Fabio Giovagnini @ 2011-02-12 9:23 UTC (permalink / raw)
To: u-boot
On Saturday 12 February 2011 08:13:08 Albert ARIBAUD wrote:
> Hi Fabio,
>
> Le 11/02/2011 14:45, Fabio Giovagnini a ?crit :
> > Hi guys, I'd like to add the configuration for leon3-altera-ep2s60-sdr
> > board. What could be the best working way to have an automatic patch
> > generator?
>
> Make one, I guess. :)
>
> Seriously, though: what do you mean by "automatic patch generator"?
>
> If you mean "I've done modifications to the official U-boot source code
> and now I need to create a diff patch between my curent source tree and
> the official U-boot source tree", then that's what git is for.
Exactly this.
I started to study git, so I'm doing some tests.
Thanks
Cheers
>
> If you mean something else, please explain.
>
> > Thanks
> >
> > Fabio Giovagnini
>
> Amicalement,
--
Ing. Fabio Giovagnini
Aurion s.r.l.
P.I e C.F.
00885711200
skype: aurion.giovagnini
Tel. +39.051.594.78.24
Fax. +39.051.082.14.49
Cell. +39.335.83.50.919
www.aurion-tech.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working
2011-02-12 9:23 ` Fabio Giovagnini
@ 2011-02-12 9:33 ` Graeme Russ
2011-02-12 9:35 ` Fabio Giovagnini
2011-02-12 9:40 ` Wolfgang Denk
0 siblings, 2 replies; 6+ messages in thread
From: Graeme Russ @ 2011-02-12 9:33 UTC (permalink / raw)
To: u-boot
On 12/02/11 20:23, Fabio Giovagnini wrote:
> On Saturday 12 February 2011 08:13:08 Albert ARIBAUD wrote:
>> Hi Fabio,
>>
>> Le 11/02/2011 14:45, Fabio Giovagnini a ?crit :
>>> Hi guys, I'd like to add the configuration for leon3-altera-ep2s60-sdr
>>> board. What could be the best working way to have an automatic patch
>>> generator?
>>
>> Make one, I guess. :)
>>
>> Seriously, though: what do you mean by "automatic patch generator"?
>>
>> If you mean "I've done modifications to the official U-boot source code
>> and now I need to create a diff patch between my curent source tree and
>> the official U-boot source tree", then that's what git is for.
> Exactly this.
> I started to study git, so I'm doing some tests.
>
git format-patch is your friend :)
I would recommend stg (stacked git) - It will allow you to mess around with
(and mess up) patches without polluting your git tree
It is really just a wrapper around git commands, but for me, it makes like
a lot easier
> Thanks
> Cheers
>
>>
>> If you mean something else, please explain.
>>
>>> Thanks
>>>
>>> Fabio Giovagnini
>>
>> Amicalement,
>
Regards,
Graeme
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working
2011-02-12 9:33 ` Graeme Russ
@ 2011-02-12 9:35 ` Fabio Giovagnini
2011-02-12 9:40 ` Wolfgang Denk
1 sibling, 0 replies; 6+ messages in thread
From: Fabio Giovagnini @ 2011-02-12 9:35 UTC (permalink / raw)
To: u-boot
Where could I find stg? and its documentation?
Thanks
On Saturday 12 February 2011 10:33:05 Graeme Russ wrote:
> On 12/02/11 20:23, Fabio Giovagnini wrote:
> > On Saturday 12 February 2011 08:13:08 Albert ARIBAUD wrote:
> >> Hi Fabio,
> >>
> >> Le 11/02/2011 14:45, Fabio Giovagnini a ?crit :
> >>> Hi guys, I'd like to add the configuration for leon3-altera-ep2s60-sdr
> >>> board. What could be the best working way to have an automatic patch
> >>> generator?
> >>
> >> Make one, I guess. :)
> >>
> >> Seriously, though: what do you mean by "automatic patch generator"?
> >>
> >> If you mean "I've done modifications to the official U-boot source code
> >> and now I need to create a diff patch between my curent source tree and
> >> the official U-boot source tree", then that's what git is for.
> >
> > Exactly this.
> > I started to study git, so I'm doing some tests.
>
> git format-patch is your friend :)
>
> I would recommend stg (stacked git) - It will allow you to mess around with
> (and mess up) patches without polluting your git tree
>
> It is really just a wrapper around git commands, but for me, it makes like
> a lot easier
>
> > Thanks
> > Cheers
> >
> >> If you mean something else, please explain.
> >>
> >>> Thanks
> >>>
> >>> Fabio Giovagnini
> >>
> >> Amicalement,
>
> Regards,
>
> Graeme
--
Ing. Fabio Giovagnini
Aurion s.r.l.
P.I e C.F.
00885711200
skype: aurion.giovagnini
Tel. +39.051.594.78.24
Fax. +39.051.082.14.49
Cell. +39.335.83.50.919
www.aurion-tech.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working
2011-02-12 9:33 ` Graeme Russ
2011-02-12 9:35 ` Fabio Giovagnini
@ 2011-02-12 9:40 ` Wolfgang Denk
1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2011-02-12 9:40 UTC (permalink / raw)
To: u-boot
Dear Graeme Russ,
In message <4D5653D1.5070303@gmail.com> you wrote:
>
> I would recommend stg (stacked git) - It will allow you to mess around with
> (and mess up) patches without polluting your git tree
>
> It is really just a wrapper around git commands, but for me, it makes like
> a lot easier
I tried stg a few times, but I guess it's a matter of taste. I never
found anything there that I could not do as well (or even ina more
"natural" way) using plain git - especially "git rebase -i",
occasionally augmented with "git add -i".
The nice thing is that there are many compatible tools and everybody
can try them out and find the ones that suit his mode of operation
best.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You are in a maze of UUCP connections, all alike.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-02-12 9:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 13:45 [U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working Fabio Giovagnini
2011-02-12 7:13 ` Albert ARIBAUD
2011-02-12 9:23 ` Fabio Giovagnini
2011-02-12 9:33 ` Graeme Russ
2011-02-12 9:35 ` Fabio Giovagnini
2011-02-12 9:40 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox