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

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

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!

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

Dear Tom,
The following changes since commit 9665fa8f9e1488209d5e01d0792c243e0a220c5a:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-24 06:34:08 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git master
for you to fetch changes up to 7f6a6db638f6375255abb198d32c8917f8c031e9:
tb100 - add Abilis TB100 board (2014-05-27 18:22:24 +0400)
---------------------------------------------------------------- Alexey Brodkin (1): tb100 - add Abilis TB100 board
board/abilis/tb100/Makefile | 7 +++++ board/abilis/tb100/tb100.c | 23 ++++++++++++++++ boards.cfg | 1 + include/configs/tb100.h | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 154 insertions(+) create mode 100644 board/abilis/tb100/Makefile create mode 100644 board/abilis/tb100/tb100.c create mode 100644 include/configs/tb100.h
-- Best regards, Alexey Brodkin

On Tue, May 27, 2014 at 02:28:20PM +0000, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 9665fa8f9e1488209d5e01d0792c243e0a220c5a:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-24 06:34:08 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git master
for you to fetch changes up to 7f6a6db638f6375255abb198d32c8917f8c031e9:
tb100 - add Abilis TB100 board (2014-05-27 18:22:24 +0400)
Alexey Brodkin (1): tb100 - add Abilis TB100 board
board/abilis/tb100/Makefile | 7 +++++ board/abilis/tb100/tb100.c | 23 ++++++++++++++++ boards.cfg | 1 + include/configs/tb100.h | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 154 insertions(+) create mode 100644 board/abilis/tb100/Makefile create mode 100644 board/abilis/tb100/tb100.c create mode 100644 include/configs/tb100.h
Applied to u-boot/master, thanks!

Dear Tom,
The following changes since commit 3fe1a8545b55d31a6db2d9e60d962c4f6e048913:
powerpc: hiddendragon: remove orphan board (2014-05-30 14:03:24 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git master
for you to fetch changes up to d119a2ef7fb3c10b01c64a7da8f3906691166efe:
ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH (2014-06-03 16:16:57 +0400)
---------------------------------------------------------------- Alexey Brodkin (1): ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH
arch/arc/include/asm/config.h | 1 + 1 file changed, 1 insertion(+)
-- Best regards, Alexey Brodkin

On Tue, Jun 03, 2014 at 12:19:56PM +0000, Alexey Brodkin wrote:
Dear Tom,
The following changes since commit 3fe1a8545b55d31a6db2d9e60d962c4f6e048913:
powerpc: hiddendragon: remove orphan board (2014-05-30 14:03:24 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git master
for you to fetch changes up to d119a2ef7fb3c10b01c64a7da8f3906691166efe:
ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH (2014-06-03 16:16:57 +0400)
Alexey Brodkin (1): ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH
arch/arc/include/asm/config.h | 1 + 1 file changed, 1 insertion(+)
Applied to u-boot/master, thanks!
participants (2)
-
Alexey Brodkin
-
Tom Rini