mbox

[U-Boot] please pull u-boot-arc master

Message ID 1398435897.3069.63.camel@abrodkin-8560l.internal.synopsys.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

ssh://gu-arc@git.denx.de/u-boot-arc master

Message

Alexey Brodkin April 25, 2014, 2:24 p.m. UTC
Dear Tom,

The following changes since commit
adcdeacc3eda1e5949e54062aa99c299e12483be:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-04-23
11:07:11 -0400)

are available in the git repository at:


  ssh://gu-arc@git.denx.de/u-boot-arc master

for you to fetch changes up to 0cdd762027340ad82fdc2bf7476e8e791529a251:

  axs101: bump DDR size from 256 to 512 Mb (2014-04-25 18:00:23 +0400)

----------------------------------------------------------------
Alexey Brodkin (2):
      axs101: increase EEPROM page write delay from 32 to 64 msec
      axs101: bump DDR size from 256 to 512 Mb

 include/configs/axs101.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--
Best regards,
Alexey Brodkin

Comments

Tom Rini April 25, 2014, 7:45 p.m. UTC | #1
On Fri, Apr 25, 2014 at 02:24:57PM +0000, Alexey Brodkin wrote:

> Dear Tom,
> 
> The following changes since commit
> adcdeacc3eda1e5949e54062aa99c299e12483be:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-04-23
> 11:07:11 -0400)
> 
> are available in the git repository at:
> 
> 
>   ssh://gu-arc@git.denx.de/u-boot-arc master

Note we usually use one of the git:// URIs here :)

> 
> for you to fetch changes up to 0cdd762027340ad82fdc2bf7476e8e791529a251:
> 
>   axs101: bump DDR size from 256 to 512 Mb (2014-04-25 18:00:23 +0400)
> 
> ----------------------------------------------------------------
> Alexey Brodkin (2):
>       axs101: increase EEPROM page write delay from 32 to 64 msec
>       axs101: bump DDR size from 256 to 512 Mb
> 
>  include/configs/axs101.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied to u-boot/master, thanks!
Alexey Brodkin April 28, 2014, 7:46 a.m. UTC | #2
Hi Tom,

On Fri, 2014-04-25 at 15:45 -0400, Tom Rini wrote:
> On Fri, Apr 25, 2014 at 02:24:57PM +0000, Alexey Brodkin wrote:
> 
> > Dear Tom,
> > 
> > The following changes since commit
> > adcdeacc3eda1e5949e54062aa99c299e12483be:
> > 
> >   Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-04-23
> > 11:07:11 -0400)
> > 
> > are available in the git repository at:
> > 
> > 
> >   ssh://gu-arc@git.denx.de/u-boot-arc master
> 
> Note we usually use one of the git:// URIs here :)

I understand it. But unfortunately in our company most ports are closed
for external resources except SSH. That's why I may only use SSH for
secure pull/push from/to external repos.

If this is completely not-acceptable for you I'll try to work with IT
people and get access to U-boot repos via GIT protocol, but this might
be a bit problematic.

But IMHO since in pull request you have full command line for pulling I
may expect that it should not complicate your operation significantly.

Regards,
Alexey