mbox

[U-Boot] Pull request - microblaze

Message ID 517F8E54.3080302@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git microblaze

Message

Michal Simek April 30, 2013, 9:26 a.m. UTC
Hi Tom,

please pull these microblaze changes to your tree.
2 of that patches was reviewed by you.

Thanks,
Michal

The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:

  Prepare v2013.04 (2013-04-19 10:25:43 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git microblaze

for you to fetch changes up to 0f21f98dd4d6bff72df4eeaca4163779896cb336:

  watchdog: Add support for Xilinx Microblaze watchdog (2013-04-30 11:22:43 +0200)

----------------------------------------------------------------
Michal Simek (4):
      microblaze: Fix reset function
      microblaze: Enable netconsole
      microblaze: Disable all cpu features before reset
      watchdog: Add support for Xilinx Microblaze watchdog

 arch/microblaze/include/asm/processor.h              |  4 +++
 arch/microblaze/lib/board.c                          |  3 ++
 board/xilinx/microblaze-generic/microblaze-generic.c | 11 ++++--
 board/xilinx/microblaze-generic/xparameters.h        |  4 +++
 doc/README.watchdog                                  |  3 ++
 drivers/watchdog/Makefile                            |  1 +
 drivers/watchdog/xilinx_tb_wdt.c                     | 87 ++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/microblaze-generic.h                 | 17 ++++++++-
 8 files changed, 126 insertions(+), 4 deletions(-)
 create mode 100644 drivers/watchdog/xilinx_tb_wdt.c

Comments

Tom Rini April 30, 2013, 3:44 p.m. UTC | #1
On Tue, Apr 30, 2013 at 11:26:44AM +0200, Michal Simek wrote:

> Hi Tom,
> 
> please pull these microblaze changes to your tree.
> 2 of that patches was reviewed by you.
> 
> Thanks,
> Michal
> 
> The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
> 
>   Prepare v2013.04 (2013-04-19 10:25:43 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git microblaze
> 
> for you to fetch changes up to 0f21f98dd4d6bff72df4eeaca4163779896cb336:
> 
>   watchdog: Add support for Xilinx Microblaze watchdog (2013-04-30 11:22:43 +0200)
> 
> ----------------------------------------------------------------
> Michal Simek (4):
>       microblaze: Fix reset function
>       microblaze: Enable netconsole
>       microblaze: Disable all cpu features before reset
>       watchdog: Add support for Xilinx Microblaze watchdog
> 
>  arch/microblaze/include/asm/processor.h              |  4 +++
>  arch/microblaze/lib/board.c                          |  3 ++
>  board/xilinx/microblaze-generic/microblaze-generic.c | 11 ++++--
>  board/xilinx/microblaze-generic/xparameters.h        |  4 +++
>  doc/README.watchdog                                  |  3 ++
>  drivers/watchdog/Makefile                            |  1 +
>  drivers/watchdog/xilinx_tb_wdt.c                     | 87 ++++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/microblaze-generic.h                 | 17 ++++++++-
>  8 files changed, 126 insertions(+), 4 deletions(-)
>  create mode 100644 drivers/watchdog/xilinx_tb_wdt.c

Applied to u-boot/master, thanks!
Michal Simek May 1, 2013, 7:45 a.m. UTC | #2
On 04/30/2013 05:44 PM, Tom Rini wrote:
> On Tue, Apr 30, 2013 at 11:26:44AM +0200, Michal Simek wrote:
> 
>> Hi Tom,
>>
>> please pull these microblaze changes to your tree.
>> 2 of that patches was reviewed by you.
>>
>> Thanks,
>> Michal
>>
>> The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
>>
>>   Prepare v2013.04 (2013-04-19 10:25:43 -0400)
>>
>> are available in the git repository at:
>>
>>   git://www.denx.de/git/u-boot-microblaze.git microblaze
>>
>> for you to fetch changes up to 0f21f98dd4d6bff72df4eeaca4163779896cb336:
>>
>>   watchdog: Add support for Xilinx Microblaze watchdog (2013-04-30 11:22:43 +0200)
>>
>> ----------------------------------------------------------------
>> Michal Simek (4):
>>       microblaze: Fix reset function
>>       microblaze: Enable netconsole
>>       microblaze: Disable all cpu features before reset
>>       watchdog: Add support for Xilinx Microblaze watchdog
>>
>>  arch/microblaze/include/asm/processor.h              |  4 +++
>>  arch/microblaze/lib/board.c                          |  3 ++
>>  board/xilinx/microblaze-generic/microblaze-generic.c | 11 ++++--
>>  board/xilinx/microblaze-generic/xparameters.h        |  4 +++
>>  doc/README.watchdog                                  |  3 ++
>>  drivers/watchdog/Makefile                            |  1 +
>>  drivers/watchdog/xilinx_tb_wdt.c                     | 87 ++++++++++++++++++++++++++++++++++++++++++++++
>>  include/configs/microblaze-generic.h                 | 17 ++++++++-
>>  8 files changed, 126 insertions(+), 4 deletions(-)
>>  create mode 100644 drivers/watchdog/xilinx_tb_wdt.c
> 
> Applied to u-boot/master, thanks!

Have you pushed it to git.denx.de?

Thanks,
Michal
Tom Rini May 1, 2013, 2:40 p.m. UTC | #3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/01/2013 03:45 AM, Michal Simek wrote:
> On 04/30/2013 05:44 PM, Tom Rini wrote:
>> On Tue, Apr 30, 2013 at 11:26:44AM +0200, Michal Simek wrote:
>> 
>>> Hi Tom,
>>> 
>>> please pull these microblaze changes to your tree. 2 of that
>>> patches was reviewed by you.
>>> 
>>> Thanks, Michal
>>> 
>>> The following changes since commit
>>> d10f68ae47b67acab8b110b5c605dde4197a1820:
>>> 
>>> Prepare v2013.04 (2013-04-19 10:25:43 -0400)
>>> 
>>> are available in the git repository at:
>>> 
>>> git://www.denx.de/git/u-boot-microblaze.git microblaze
>>> 
>>> for you to fetch changes up to
>>> 0f21f98dd4d6bff72df4eeaca4163779896cb336:
>>> 
>>> watchdog: Add support for Xilinx Microblaze watchdog
>>> (2013-04-30 11:22:43 +0200)
>>> 
>>> ----------------------------------------------------------------
>>>
>>> 
Michal Simek (4):
>>> microblaze: Fix reset function microblaze: Enable netconsole 
>>> microblaze: Disable all cpu features before reset watchdog: Add
>>> support for Xilinx Microblaze watchdog
>>> 
>>> arch/microblaze/include/asm/processor.h              |  4 +++ 
>>> arch/microblaze/lib/board.c                          |  3 ++ 
>>> board/xilinx/microblaze-generic/microblaze-generic.c | 11
>>> ++++-- board/xilinx/microblaze-generic/xparameters.h        |
>>> 4 +++ doc/README.watchdog                                  |  3
>>> ++ drivers/watchdog/Makefile                            |  1 + 
>>> drivers/watchdog/xilinx_tb_wdt.c                     | 87
>>> ++++++++++++++++++++++++++++++++++++++++++++++ 
>>> include/configs/microblaze-generic.h                 | 17
>>> ++++++++- 8 files changed, 126 insertions(+), 4 deletions(-) 
>>> create mode 100644 drivers/watchdog/xilinx_tb_wdt.c
>> 
>> Applied to u-boot/master, thanks!
> 
> Have you pushed it to git.denx.de?

Blah, some bad timing on my part, should show up soon now.

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJRgSlWAAoJENk4IS6UOR1WnY4P/1HW92hitv0Kx/mVvYTlsvqr
1jFw/UBi5FWlPVnTlha4nG187cuR5hU86Og2Yzf0WLqVKAyaRTJZgoAOsd51d185
Zcd9z+x1hIH8SjwoH6lS/7YdBv51zAcSSkv1XNHWibpMt432s8VxhlLzQDoz+hC/
bLZmjYxURjUdRY4FRj0osw8UIAdGSCs/XZsxXEKmepHDNy7Q+JNkTiB9jVzwQ3eE
H0RHVgrh0jaImmXBLF74exiJ3w2tEjIdBOlvGFok5N/od4SpMEPFJUba+XMta1j2
0hsGeQ1v7hNAvK96/GNos+ygtOy7keBWW4e4w49cfONu1BuCcNvoxZZEsA7rwP10
1yhtlVRiB3khj9wCWHho7XWqDHe/w6E1DtgEUfMErJRy4RqHbLYjIux1ujGhbetk
JBzBcq9Svl21i+tlRfWsfv29EdbCG7J3QkePuWLdoaqMOsur+QoSqMLKzG3NprMl
CHj6/sDtFQCliBwbj/oXzda7nZH+6IAFlsi33RZKIO+c5BXlucPK36DAVrHpXCUy
g6MnS5cJAzdhHXo15LC55Vy9aGk+1ofwsKJuSbriHJjDQEuhLd+5NPiWRpiWSDkh
KcZOT6ecBz+W1o8ExEdMfvNEy48T56llfblKql7oylZgZR+9irRqy7ybgyos9qTZ
5PVd2OsZrWJVz87mNfO6
=T0Sb
-----END PGP SIGNATURE-----