[U-Boot] u-boot sparc for leon3-altera-ep2s60-sdr working

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

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,

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,

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

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

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
participants (4)
-
Albert ARIBAUD
-
Fabio Giovagnini
-
Graeme Russ
-
Wolfgang Denk