All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  Pull request - microblaze
@ 2011-09-07 11:44 Michal Simek
  2011-09-07 20:31 ` Wolfgang Denk
  2011-10-03  6:28 ` Michal Simek
  0 siblings, 2 replies; 47+ messages in thread
From: Michal Simek @ 2011-09-07 11:44 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

please pull the following changes.

Thanks,
Michal


The following changes since commit 99ffccbd3e5b7bc715e2eed6ea6d36f4020b56d8:
   Diana CRACIUN (1):
         Flush cache after the OS image is loaded into the memory.

are available in the git repository at:

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

Michal Simek (25):
       net: emaclite: Change driver name and add address
       net: emaclite: Remove deviceid property
       net: emaclite: Use calloc instead of malloc
       net: emaclite: Remove baseaddress from xemaclite
       net: emaclite: Use dynamic allocation
       net: emaclite: Setup RX/TX ping pong for every instance
       net: emaclite: Move RX/TX ping pong initialization to board
       net: emaclite: Use helper function for io accesses
       net: emaclite: Fix coding style
       net: emaclite: Use unsigned long for baseaddr
       net: emaclite: Use PKTSIZE directly
       microblaze: Fix in/out_be8/16/32 functions
       microblaze: Support CTRL+C when tftp is running
       microblaze: Support flashes on lower addresses
       microblaze: Initialize jumptable and console
       microblaze: Fix unaligned.h for endians
       microblaze: Copy bootfile from variables
       microblaze: Remove debug saving value
       microblaze: Setup MB vectors if feature is enable for u-boot
       microblaze: Save and restore first unused vector
       microblaze: Clean up reset asm code
       microblaze: Do not select NFS for platforms without ethernet
       microblaze: Remove address offset for uart16550
       microblaze: Fix no return statement from microblaze-generic board
       microblaze: Enable FDT/FIT support

  arch/microblaze/cpu/start.S                        |   66 ++---
  arch/microblaze/include/asm/io.h                   |   33 ++-
  arch/microblaze/include/asm/unaligned.h            |   17 +--
  arch/microblaze/lib/board.c                        |   17 ++
  .../xilinx/microblaze-generic/microblaze-generic.c |   18 +-
  drivers/net/xilinx_emaclite.c                      |  285 +++++++++++---------
  include/configs/microblaze-generic.h               |    9 +-
  include/netdev.h                                   |    3 +-
  8 files changed, 251 insertions(+), 197 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-09-07 11:44 [U-Boot] Pull request - microblaze Michal Simek
@ 2011-09-07 20:31 ` Wolfgang Denk
  2011-10-03  6:28 ` Michal Simek
  1 sibling, 0 replies; 47+ messages in thread
From: Wolfgang Denk @ 2011-09-07 20:31 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4E675918.60104@monstr.eu> you wrote:
> Dear Wolfgang Denk,
> 
> please pull the following changes.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 99ffccbd3e5b7bc715e2eed6ea6d36f4020b56d8:
>    Diana CRACIUN (1):
>          Flush cache after the OS image is loaded into the memory.
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (25):
>        net: emaclite: Change driver name and add address
>        net: emaclite: Remove deviceid property
>        net: emaclite: Use calloc instead of malloc
>        net: emaclite: Remove baseaddress from xemaclite
>        net: emaclite: Use dynamic allocation
>        net: emaclite: Setup RX/TX ping pong for every instance
>        net: emaclite: Move RX/TX ping pong initialization to board
>        net: emaclite: Use helper function for io accesses

It appears this patch has never been posted on the mailing list?

>        net: emaclite: Fix coding style

Ditto.

>        net: emaclite: Use unsigned long for baseaddr

Ditto.

>        net: emaclite: Use PKTSIZE directly

Ditto.


NAK.  I will not pull any patches that have not been reviewed.

NOT pulled.

Please never try this again.

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
The ultimate barrier is one's viewpoint.
                        - Terry Pratchett, _The Dark Side of the Sun_

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot]  Pull request - microblaze
  2011-09-07 11:44 [U-Boot] Pull request - microblaze Michal Simek
  2011-09-07 20:31 ` Wolfgang Denk
@ 2011-10-03  6:28 ` Michal Simek
  2011-10-03  7:20   ` Michal Simek
  2011-10-03  7:24   ` [U-Boot] Pull request v2 " Michal Simek
  1 sibling, 2 replies; 47+ messages in thread
From: Michal Simek @ 2011-10-03  6:28 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

please pull the following changes.
All patches were check by checkpatch script and were sent to mailing list.

I am going to send separate pull request for emaclite changes because it is driver.

Thanks,
Michal



The following changes since commit 2984fd1673fd76de0182c9626c3d66ea2e0486e7:
   Marek Vasut (1):
         GCC4.6: Squash warning in cmd_ubi.c:

are available in the git repository at:

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

Marek Vasut (1):
       GCC4.6: Squash warning in lzo1x_decompress.c

Michal Simek (7):
       microblaze: Remove debug saving value
       microblaze: Setup MB vectors if feature is enable for u-boot
       microblaze: Save and restore first unused vector
       microblaze: Clean up reset asm code
       microblaze: Do not select NFS for platforms without ethernet
       microblaze: Remove address offset for uart16550
       microblaze: Enable FDT/FIT support

  arch/microblaze/cpu/start.S          |   67 ++++++++++++++++------------------
  include/configs/microblaze-generic.h |    9 ++++-
  lib/lzo/lzo1x_decompress.c           |    3 +-
  3 files changed, 40 insertions(+), 39 deletions(-)

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-10-03  6:28 ` Michal Simek
@ 2011-10-03  7:20   ` Michal Simek
  2011-10-03  7:24   ` [U-Boot] Pull request v2 " Michal Simek
  1 sibling, 0 replies; 47+ messages in thread
From: Michal Simek @ 2011-10-03  7:20 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

Michal Simek wrote:
> Dear Wolfgang Denk,
> 
> please pull the following changes.
> All patches were check by checkpatch script and were sent to mailing list.
> 
> I am going to send separate pull request for emaclite changes because it 
> is driver.

Please ignore this one - there is one Marek mainline patch. :-(
Will resend new pull request without it.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot]  Pull request v2  - microblaze
  2011-10-03  6:28 ` Michal Simek
  2011-10-03  7:20   ` Michal Simek
@ 2011-10-03  7:24   ` Michal Simek
  2011-10-04 19:38     ` Wolfgang Denk
  1 sibling, 1 reply; 47+ messages in thread
From: Michal Simek @ 2011-10-03  7:24 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

please pull the following changes.
All patches were check by checkpatch script and were sent to mailing list.

v2: Removed Marek's mainline patch from pull request - no repository change.

Thanks,
Michal

The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:
   Marek Vasut (1):
         GCC4.6: Squash warning in lzo1x_decompress.c

are available in the git repository at:

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

Michal Simek (7):
       microblaze: Remove debug saving value
       microblaze: Setup MB vectors if feature is enable for u-boot
       microblaze: Save and restore first unused vector
       microblaze: Clean up reset asm code
       microblaze: Do not select NFS for platforms without ethernet
       microblaze: Remove address offset for uart16550
       microblaze: Enable FDT/FIT support

  arch/microblaze/cpu/start.S          |   67 ++++++++++++++++------------------
  include/configs/microblaze-generic.h |    9 ++++-
  2 files changed, 39 insertions(+), 37 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request v2 - microblaze
  2011-10-03  7:24   ` [U-Boot] Pull request v2 " Michal Simek
@ 2011-10-04 19:38     ` Wolfgang Denk
  2011-10-10  7:08       ` [U-Boot] Pull request " Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Wolfgang Denk @ 2011-10-04 19:38 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4E896313.1020508@monstr.eu> you wrote:
> Dear Wolfgang Denk,
> 
> please pull the following changes.
> All patches were check by checkpatch script and were sent to mailing list.
> 
> v2: Removed Marek's mainline patch from pull request - no repository change.
> 
> Thanks,
> Michal
> 
> The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:
>    Marek Vasut (1):
>          GCC4.6: Squash warning in lzo1x_decompress.c
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (7):
>        microblaze: Remove debug saving value
>        microblaze: Setup MB vectors if feature is enable for u-boot
>        microblaze: Save and restore first unused vector
>        microblaze: Clean up reset asm code
>        microblaze: Do not select NFS for platforms without ethernet
>        microblaze: Remove address offset for uart16550
>        microblaze: Enable FDT/FIT support
> 
>   arch/microblaze/cpu/start.S          |   67 ++++++++++++++++------------------
>   include/configs/microblaze-generic.h |    9 ++++-
>   2 files changed, 39 insertions(+), 37 deletions(-)

Applied, thanks.

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
Often it is fatal to live too long.                          - Racine

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot]  Pull request - microblaze
  2011-10-04 19:38     ` Wolfgang Denk
@ 2011-10-10  7:08       ` Michal Simek
  2011-10-12 20:43         ` Wolfgang Denk
                           ` (3 more replies)
  0 siblings, 4 replies; 47+ messages in thread
From: Michal Simek @ 2011-10-10  7:08 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

please pull the following changes to your tree.

Thanks,
Michal


The following changes since commit 0841ca90f22d73b0ea4642ef1ce33d879bb2f3ff:
   Wolfgang Denk (1):
         arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not used

are available in the git repository at:

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

Michal Simek (5):
       microblaze: Call common console_init_f initialization function
       microblaze: Support flashes on lower addresses
       microblaze: Initialize jumptable and console
       microblaze: Fix unaligned.h for endians
       microblaze: Copy bootfile from variables

  arch/microblaze/include/asm/processor.h |   32 ++++++++++++++++++++++++++++++-
  arch/microblaze/include/asm/unaligned.h |   17 +---------------
  arch/microblaze/lib/board.c             |   16 +++++++++++++++
  3 files changed, 48 insertions(+), 17 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-10-10  7:08       ` [U-Boot] Pull request " Michal Simek
@ 2011-10-12 20:43         ` Wolfgang Denk
  2011-10-24  6:00         ` Michal Simek
                           ` (2 subsequent siblings)
  3 siblings, 0 replies; 47+ messages in thread
From: Wolfgang Denk @ 2011-10-12 20:43 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4E929A07.5080405@monstr.eu> you wrote:
> Dear Wolfgang Denk,
> 
> please pull the following changes to your tree.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 0841ca90f22d73b0ea4642ef1ce33d879bb2f3ff:
>    Wolfgang Denk (1):
>          arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not used
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (5):
>        microblaze: Call common console_init_f initialization function
>        microblaze: Support flashes on lower addresses
>        microblaze: Initialize jumptable and console
>        microblaze: Fix unaligned.h for endians
>        microblaze: Copy bootfile from variables
> 
>   arch/microblaze/include/asm/processor.h |   32 ++++++++++++++++++++++++++++++-
>   arch/microblaze/include/asm/unaligned.h |   17 +---------------
>   arch/microblaze/lib/board.c             |   16 +++++++++++++++
>   3 files changed, 48 insertions(+), 17 deletions(-)

Applied, thanks.

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
[War] is instinctive. But the instinct can  be  fought.  We're  human
beings  with the blood of a million savage years on our hands! But we
can stop it. We can admit that we're killers ... but we're not  going
to  kill  today. That's all it takes! Knowing that we're not going to
kill today!
	-- Kirk, "A Taste of Armageddon", stardate 3193.0

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-10-10  7:08       ` [U-Boot] Pull request " Michal Simek
  2011-10-12 20:43         ` Wolfgang Denk
@ 2011-10-24  6:00         ` Michal Simek
  2011-10-27 22:14           ` Wolfgang Denk
  2012-02-23 11:26         ` Michal Simek
  2012-03-27 12:19         ` Michal Simek
  3 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2011-10-24  6:00 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

please pull these two patches to your tree.

Thanks,
Michal


The following changes since commit 4962e38e9a4a053792722918bb11c5408549aebd:
   Stefano Babic (1):
         mkimage: adding support for Davinci AIS image

are available in the git repository at:

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

Michal Simek (2):
       microblaze: Wire up axi_ethernet driver initialization
       microblaze: Fix strict-aliasing rules for in_be32

  arch/microblaze/include/asm/io.h                   |    2 +-
  .../xilinx/microblaze-generic/microblaze-generic.c |    6 ++++++
  include/configs/microblaze-generic.h               |    4 ++++
  3 files changed, 11 insertions(+), 1 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-10-24  6:00         ` Michal Simek
@ 2011-10-27 22:14           ` Wolfgang Denk
  0 siblings, 0 replies; 47+ messages in thread
From: Wolfgang Denk @ 2011-10-27 22:14 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4EA4FF1A.2020904@monstr.eu> you wrote:
> Dear Wolfgang Denk,
> 
> please pull these two patches to your tree.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 4962e38e9a4a053792722918bb11c5408549aebd:
>    Stefano Babic (1):
>          mkimage: adding support for Davinci AIS image
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (2):
>        microblaze: Wire up axi_ethernet driver initialization
>        microblaze: Fix strict-aliasing rules for in_be32
> 
>   arch/microblaze/include/asm/io.h                   |    2 +-
>   .../xilinx/microblaze-generic/microblaze-generic.c |    6 ++++++
>   include/configs/microblaze-generic.h               |    4 ++++
>   3 files changed, 11 insertions(+), 1 deletions(-)

Applied, thanks.

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
Anything that is worth doing at all is worth doing well.
                                       -- Philip Earl of Chesterfield

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-10-10  7:08       ` [U-Boot] Pull request " Michal Simek
  2011-10-12 20:43         ` Wolfgang Denk
  2011-10-24  6:00         ` Michal Simek
@ 2012-02-23 11:26         ` Michal Simek
  2012-02-26 21:20           ` Wolfgang Denk
  2012-03-27 12:19         ` Michal Simek
  3 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2012-02-23 11:26 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

please pull the following changes.
Especially the first patch is important because it fixes build error.

Thanks,
Michal


The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-mmc

are available in the git repository at:

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

Stephan Linz (3):
       microblaze: fix build failure due to undefined reference to `get_ticks'
       microblaze: avoid interrupt race conditions
       microblaze: Enable TFTP put command

  arch/microblaze/cpu/interrupts.c     |    4 ++--
  arch/microblaze/cpu/timer.c          |   18 ++++++++++++++++++
  include/configs/microblaze-generic.h |    1 +
  3 files changed, 21 insertions(+), 2 deletions(-)

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-02-23 11:26         ` Michal Simek
@ 2012-02-26 21:20           ` Wolfgang Denk
  0 siblings, 0 replies; 47+ messages in thread
From: Wolfgang Denk @ 2012-02-26 21:20 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4F46224C.8010507@monstr.eu> you wrote:
> Dear Wolfgang,
> 
> please pull the following changes.
> Especially the first patch is important because it fixes build error.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-mmc
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Stephan Linz (3):
>        microblaze: fix build failure due to undefined reference to `get_ticks'
>        microblaze: avoid interrupt race conditions
>        microblaze: Enable TFTP put command
> 
>   arch/microblaze/cpu/interrupts.c     |    4 ++--
>   arch/microblaze/cpu/timer.c          |   18 ++++++++++++++++++
>   include/configs/microblaze-generic.h |    1 +
>   3 files changed, 21 insertions(+), 2 deletions(-)

Applied, thanks.

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
"...all the  good  computer  designs  are  bootlegged;  the  formally
planned  products,  if  they  are built at all, are dogs!" - David E.
Lundstrom, "A Few Good Men From Univac", MIT Press, 1987

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot]  Pull request - microblaze
  2011-10-10  7:08       ` [U-Boot] Pull request " Michal Simek
                           ` (2 preceding siblings ...)
  2012-02-23 11:26         ` Michal Simek
@ 2012-03-27 12:19         ` Michal Simek
  2012-03-30 16:03           ` Wolfgang Denk
                             ` (2 more replies)
  3 siblings, 3 replies; 47+ messages in thread
From: Michal Simek @ 2012-03-27 12:19 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

Please pull this one patch when merge window is open.

Thanks,
Michal


The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

are available in the git repository at:

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

Stephan Linz (1):
       microblaze: Enable phylib and mii support

  include/configs/microblaze-generic.h |   21 +++++++++++++++++++++
  1 files changed, 21 insertions(+), 0 deletions(-)

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-03-27 12:19         ` Michal Simek
@ 2012-03-30 16:03           ` Wolfgang Denk
  2012-07-31  5:26           ` Michal Simek
  2012-09-12 10:13           ` Michal Simek
  2 siblings, 0 replies; 47+ messages in thread
From: Wolfgang Denk @ 2012-03-30 16:03 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4F71B03A.8050204@monstr.eu> you wrote:
> Dear Wolfgang Denk,
> 
> Please pull this one patch when merge window is open.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Stephan Linz (1):
>        microblaze: Enable phylib and mii support
> 
>   include/configs/microblaze-generic.h |   21 +++++++++++++++++++++
>   1 files changed, 21 insertions(+), 0 deletions(-)

Applied, thanks.

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
Where there's no emotion, there's no motive for violence.
	-- Spock, "Dagger of the Mind", stardate 2715.1

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-03-27 12:19         ` Michal Simek
  2012-03-30 16:03           ` Wolfgang Denk
@ 2012-07-31  5:26           ` Michal Simek
  2012-07-31 20:07             ` Wolfgang Denk
  2012-09-12 10:13           ` Michal Simek
  2 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2012-07-31  5:26 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

Please pull these patches to your repository. There will be one simple merge conflict
around SPI makefile which is easy to resolve.

dts/ patch is acked by Simon

Thanks,
Michal


The following changes since commit 436da3cd233e7166b5ce9293dbd28092cf37bcc9:
   u-boot at lakedaemon.net (1):
         ext2load: increase read speed

are available in the git repository at:

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

Michal Simek (6):
       microblaze: Add gpio.h
       microblaze: Move individual board linker scripts to common script in cpu tree.
       microblaze: Remove extern from board.c
       microblaze: Move __udelay implementation
       microblaze: Call serial multi initialization
       microblaze: intc: Clear interrupt code

Stephan Linz (9):
       microblaze: Remove wrong define CONFIG_SYS_FLASH_PROTECTION
       microblaze: Avoid compile error on systems without cfi flash
       microblaze: Enable ubi support
       microblaze: Expand and correct configuration comments
       microblaze: Add missing undefs for UBI and UBIFS
       fdt: Add board specific dts inclusion
       microblaze: Wire up dts configuration
       spi: microblaze: Adds driver for Xilinx SPI controller
       microblaze: Wire up SPI driver

  arch/microblaze/config.mk                          |    2 +
  arch/microblaze/cpu/interrupts.c                   |   88 +++++----
  arch/microblaze/cpu/start.S                        |    2 -
  arch/microblaze/cpu/timer.c                        |   21 ++-
  .../microblaze/cpu}/u-boot.lds                     |    0
  arch/microblaze/include/asm/gpio.h                 |   41 ++++
  arch/microblaze/include/asm/microblaze_intc.h      |    3 +
  arch/microblaze/lib/Makefile                       |    1 -
  arch/microblaze/lib/board.c                        |   15 +-
  arch/microblaze/lib/time.c                         |   42 ----
  board/xilinx/dts/microblaze.dts                    |    1 +
  board/xilinx/microblaze-generic/dts/microblaze.dts |    7 +
  drivers/spi/Makefile                               |    1 +
  drivers/spi/xilinx_spi.c                           |  214 ++++++++++++++++++++
  drivers/spi/xilinx_spi.h                           |  135 ++++++++++++
  dts/Makefile                                       |    3 +-
  include/configs/microblaze-generic.h               |  129 ++++++++++--
  17 files changed, 594 insertions(+), 111 deletions(-)
  rename {board/xilinx/microblaze-generic => arch/microblaze/cpu}/u-boot.lds (100%)
  create mode 100644 arch/microblaze/include/asm/gpio.h
  create mode 100644 board/xilinx/dts/microblaze.dts
  create mode 100644 board/xilinx/microblaze-generic/dts/microblaze.dts
  create mode 100644 drivers/spi/xilinx_spi.c
  create mode 100644 drivers/spi/xilinx_spi.h

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-07-31  5:26           ` Michal Simek
@ 2012-07-31 20:07             ` Wolfgang Denk
  2012-08-03 13:31               ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Wolfgang Denk @ 2012-07-31 20:07 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <50176CA2.6000303@monstr.eu> you wrote:
> 
> Please pull these patches to your repository. There will be one simple merge conflict
> around SPI makefile which is easy to resolve.

Maybe it's easy for you - to me it was extra effort.  And I don;t even
know if I did it right.  Please validate!

Next time please fix such issues yourself, and send clean, working
pull requests.  Thanks.

>    u-boot at lakedaemon.net (1):
>          ext2load: increase read speed
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (6):
>        microblaze: Add gpio.h
>        microblaze: Move individual board linker scripts to common script in cpu tree.
>        microblaze: Remove extern from board.c
>        microblaze: Move __udelay implementation
>        microblaze: Call serial multi initialization
>        microblaze: intc: Clear interrupt code
> 
> Stephan Linz (9):
>        microblaze: Remove wrong define CONFIG_SYS_FLASH_PROTECTION
>        microblaze: Avoid compile error on systems without cfi flash
>        microblaze: Enable ubi support
>        microblaze: Expand and correct configuration comments
>        microblaze: Add missing undefs for UBI and UBIFS
>        fdt: Add board specific dts inclusion
>        microblaze: Wire up dts configuration
>        spi: microblaze: Adds driver for Xilinx SPI controller
>        microblaze: Wire up SPI driver
> 
>   arch/microblaze/config.mk                          |    2 +
>   arch/microblaze/cpu/interrupts.c                   |   88 +++++----
>   arch/microblaze/cpu/start.S                        |    2 -
>   arch/microblaze/cpu/timer.c                        |   21 ++-
>   .../microblaze/cpu}/u-boot.lds                     |    0
>   arch/microblaze/include/asm/gpio.h                 |   41 ++++
>   arch/microblaze/include/asm/microblaze_intc.h      |    3 +
>   arch/microblaze/lib/Makefile                       |    1 -
>   arch/microblaze/lib/board.c                        |   15 +-
>   arch/microblaze/lib/time.c                         |   42 ----
>   board/xilinx/dts/microblaze.dts                    |    1 +
>   board/xilinx/microblaze-generic/dts/microblaze.dts |    7 +
>   drivers/spi/Makefile                               |    1 +
>   drivers/spi/xilinx_spi.c                           |  214 ++++++++++++++++++++
>   drivers/spi/xilinx_spi.h                           |  135 ++++++++++++
>   dts/Makefile                                       |    3 +-
>   include/configs/microblaze-generic.h               |  129 ++++++++++--
>   17 files changed, 594 insertions(+), 111 deletions(-)
>   rename {board/xilinx/microblaze-generic => arch/microblaze/cpu}/u-boot.lds (100%)
>   create mode 100644 arch/microblaze/include/asm/gpio.h
>   create mode 100644 board/xilinx/dts/microblaze.dts
>   create mode 100644 board/xilinx/microblaze-generic/dts/microblaze.dts
>   create mode 100644 drivers/spi/xilinx_spi.c
>   create mode 100644 drivers/spi/xilinx_spi.h

Applied, thanks.

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
Conceptual integrity in turn dictates that the  design  must  proceed
from  one  mind,  or  from  a  very small number of agreeing resonant
minds.               - Frederick Brooks Jr., "The Mythical Man Month" 

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-07-31 20:07             ` Wolfgang Denk
@ 2012-08-03 13:31               ` Michal Simek
  0 siblings, 0 replies; 47+ messages in thread
From: Michal Simek @ 2012-08-03 13:31 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

On 07/31/2012 10:07 PM, Wolfgang Denk wrote:
> Dear Michal Simek,
>
> In message <50176CA2.6000303@monstr.eu> you wrote:
>>
>> Please pull these patches to your repository. There will be one simple merge conflict
>> around SPI makefile which is easy to resolve.
>
> Maybe it's easy for you - to me it was extra effort.  And I don;t even
> know if I did it right.  Please validate!

I have looked at it and there is one additional line. Will send patch to fix it.

>
> Next time please fix such issues yourself, and send clean, working
> pull requests.  Thanks.

ok. Will do it next time.

Thanks,
Michal



-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-03-27 12:19         ` Michal Simek
  2012-03-30 16:03           ` Wolfgang Denk
  2012-07-31  5:26           ` Michal Simek
@ 2012-09-12 10:13           ` Michal Simek
  2012-09-18 14:49             ` Tom Rini
  2 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2012-09-12 10:13 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

please pull the following changes to your tree.

Thanks,
Michal


The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-avr32

are available in the git repository at:

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

Michal Simek (10):
       block: systemace: Simplify base and width initialization
       serial: Support serial multi for Microblaze
       serial: uartlite: Init all uartlites for serial multi
       microblaze: Add support for device tree driven board configuration
       microblaze: board: Remove compilation warning
       microblaze: intc: Registering interrupt should return value
       microblaze: intc: Coding style cleanup
       microblaze: timer: Prepare for device-tree initialization
       microblaze: Clean microblaze initialization
       microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE

Stephan Linz (1):
       spi: xilinx: Remove unused variable

  arch/microblaze/config.mk                          |    2 +
  arch/microblaze/cpu/interrupts.c                   |   42 ++++++------
  arch/microblaze/cpu/start.S                        |    2 +-
  arch/microblaze/cpu/timer.c                        |   69 ++++++++++---------
  arch/microblaze/cpu/u-boot.lds                     |    1 +
  arch/microblaze/include/asm/global_data.h          |    1 +
  arch/microblaze/include/asm/microblaze_intc.h      |   11 +++-
  arch/microblaze/include/asm/microblaze_timer.h     |    3 +
  arch/microblaze/include/asm/processor.h            |    3 +
  arch/microblaze/lib/board.c                        |   59 ++++++++++-------
  .../xilinx/microblaze-generic/microblaze-generic.c |    9 +++
  drivers/block/systemace.c                          |   38 +++++++----
  drivers/serial/serial_xuartlite.c                  |   34 ++++++----
  drivers/spi/xilinx_spi.c                           |    1 -
  include/configs/microblaze-generic.h               |   12 +---
  include/serial.h                                   |    3 +-
  16 files changed, 171 insertions(+), 119 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-09-12 10:13           ` Michal Simek
@ 2012-09-18 14:49             ` Tom Rini
  0 siblings, 0 replies; 47+ messages in thread
From: Tom Rini @ 2012-09-18 14:49 UTC (permalink / raw)
  To: u-boot

On Wed, Sep 12, 2012 at 12:13:17PM +0200, Michal Simek wrote:

> Dear Wolfgang,
> 
> please pull the following changes to your tree.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-avr32
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (10):
>       block: systemace: Simplify base and width initialization
>       serial: Support serial multi for Microblaze
>       serial: uartlite: Init all uartlites for serial multi
>       microblaze: Add support for device tree driven board configuration
>       microblaze: board: Remove compilation warning
>       microblaze: intc: Registering interrupt should return value
>       microblaze: intc: Coding style cleanup
>       microblaze: timer: Prepare for device-tree initialization
>       microblaze: Clean microblaze initialization
>       microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE
> 
> Stephan Linz (1):
>       spi: xilinx: Remove unused variable
> 
>  arch/microblaze/config.mk                          |    2 +
>  arch/microblaze/cpu/interrupts.c                   |   42 ++++++------
>  arch/microblaze/cpu/start.S                        |    2 +-
>  arch/microblaze/cpu/timer.c                        |   69 ++++++++++---------
>  arch/microblaze/cpu/u-boot.lds                     |    1 +
>  arch/microblaze/include/asm/global_data.h          |    1 +
>  arch/microblaze/include/asm/microblaze_intc.h      |   11 +++-
>  arch/microblaze/include/asm/microblaze_timer.h     |    3 +
>  arch/microblaze/include/asm/processor.h            |    3 +
>  arch/microblaze/lib/board.c                        |   59 ++++++++++-------
>  .../xilinx/microblaze-generic/microblaze-generic.c |    9 +++
>  drivers/block/systemace.c                          |   38 +++++++----
>  drivers/serial/serial_xuartlite.c                  |   34 ++++++----
>  drivers/spi/xilinx_spi.c                           |    1 -
>  include/configs/microblaze-generic.h               |   12 +---
>  include/serial.h                                   |    3 +-
>  16 files changed, 171 insertions(+), 119 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120918/579f2515/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2013-05-09  9:23 ` Michal Simek
@ 2013-05-09 11:58   ` Tom Rini
  0 siblings, 0 replies; 47+ messages in thread
From: Tom Rini @ 2013-05-09 11:58 UTC (permalink / raw)
  To: u-boot

On Thu, May 09, 2013 at 11:23:02AM +0200, Michal Simek wrote:

> Hi Tom,
> 
> I were too fast. :-( I forget to add that gpio patch
> Here is the correct one. I have added that patch on the top of that two.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit fe8e4dbad1d31c452af3fbabba21e72b210381b3:
> 
>   nds32: Use sections header to obtain link symbols (2013-05-08 12:38:10 +0800)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git microblaze
> 
> for you to fetch changes up to 4e779ad2e54e39d5343c8c83b4fc686a7bb16859:
> 
>   gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200)
> 
> ----------------------------------------------------------------
> Michal Simek (3):
>       microblaze: bootm: Fix coding style issues
>       microblaze: bootm: Add support for loading initrd
>       gpio: Add support for microblaze xilinx GPIO
> 
>  arch/microblaze/include/asm/gpio.h                   |  40 +----
>  arch/microblaze/lib/bootm.c                          |  28 ++--
>  board/xilinx/microblaze-generic/microblaze-generic.c |  17 ++-
>  drivers/gpio/Makefile                                |   1 +
>  drivers/gpio/xilinx_gpio.c                           | 364 ++++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/microblaze-generic.h                 |   3 +-
>  6 files changed, 405 insertions(+), 48 deletions(-)
>  create mode 100644 drivers/gpio/xilinx_gpio.c

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130509/dba5e31b/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2013-05-09  9:16 Michal Simek
@ 2013-05-09  9:23 ` Michal Simek
  2013-05-09 11:58   ` Tom Rini
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2013-05-09  9:23 UTC (permalink / raw)
  To: u-boot

Hi Tom,

I were too fast. :-( I forget to add that gpio patch
Here is the correct one. I have added that patch on the top of that two.

Thanks,
Michal


The following changes since commit fe8e4dbad1d31c452af3fbabba21e72b210381b3:

  nds32: Use sections header to obtain link symbols (2013-05-08 12:38:10 +0800)

are available in the git repository at:

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

for you to fetch changes up to 4e779ad2e54e39d5343c8c83b4fc686a7bb16859:

  gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200)

----------------------------------------------------------------
Michal Simek (3):
      microblaze: bootm: Fix coding style issues
      microblaze: bootm: Add support for loading initrd
      gpio: Add support for microblaze xilinx GPIO

 arch/microblaze/include/asm/gpio.h                   |  40 +----
 arch/microblaze/lib/bootm.c                          |  28 ++--
 board/xilinx/microblaze-generic/microblaze-generic.c |  17 ++-
 drivers/gpio/Makefile                                |   1 +
 drivers/gpio/xilinx_gpio.c                           | 364 ++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/microblaze-generic.h                 |   3 +-
 6 files changed, 405 insertions(+), 48 deletions(-)
 create mode 100644 drivers/gpio/xilinx_gpio.c





On 05/09/2013 11:16 AM, Michal Simek wrote:
> Hi Tom,
> 
> please pull these two patches to your tree.
> One fix coding style and the second and support for initrd.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit fe8e4dbad1d31c452af3fbabba21e72b210381b3:
> 
>   nds32: Use sections header to obtain link symbols (2013-05-08 12:38:10 +0800)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git microblaze
> 
> for you to fetch changes up to a8425d52885de047fc00019cdf3e697b4d32b67a:
> 
>   microblaze: bootm: Add support for loading initrd (2013-05-09 11:13:44 +0200)
> 
> ----------------------------------------------------------------
> Michal Simek (2):
>       microblaze: bootm: Fix coding style issues
>       microblaze: bootm: Add support for loading initrd
> 
>  arch/microblaze/lib/bootm.c | 28 +++++++++++++++++++---------
>  1 file changed, 19 insertions(+), 9 deletions(-)
> 
> 


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130509/2da61b7c/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
@ 2013-05-09  9:16 Michal Simek
  2013-05-09  9:23 ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2013-05-09  9:16 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull these two patches to your tree.
One fix coding style and the second and support for initrd.

Thanks,
Michal


The following changes since commit fe8e4dbad1d31c452af3fbabba21e72b210381b3:

  nds32: Use sections header to obtain link symbols (2013-05-08 12:38:10 +0800)

are available in the git repository at:

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

for you to fetch changes up to a8425d52885de047fc00019cdf3e697b4d32b67a:

  microblaze: bootm: Add support for loading initrd (2013-05-09 11:13:44 +0200)

----------------------------------------------------------------
Michal Simek (2):
      microblaze: bootm: Fix coding style issues
      microblaze: bootm: Add support for loading initrd

 arch/microblaze/lib/bootm.c | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130509/57517f2a/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2013-05-01  7:45   ` Michal Simek
@ 2013-05-01 14:40     ` Tom Rini
  0 siblings, 0 replies; 47+ messages in thread
From: Tom Rini @ 2013-05-01 14:40 UTC (permalink / raw)
  To: u-boot

-----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-----

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2013-04-30 15:44 ` Tom Rini
@ 2013-05-01  7:45   ` Michal Simek
  2013-05-01 14:40     ` Tom Rini
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2013-05-01  7:45 UTC (permalink / raw)
  To: u-boot

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


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130501/f42a59c4/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2013-04-30  9:26 Michal Simek
@ 2013-04-30 15:44 ` Tom Rini
  2013-05-01  7:45   ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Tom Rini @ 2013-04-30 15:44 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130430/7fa6eef9/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
@ 2013-04-30  9:26 Michal Simek
  2013-04-30 15:44 ` Tom Rini
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2013-04-30  9:26 UTC (permalink / raw)
  To: u-boot

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

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130430/99cf38e7/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2013-02-04 16:42   ` Tom Rini
@ 2013-02-04 16:44     ` Michal Simek
  0 siblings, 0 replies; 47+ messages in thread
From: Michal Simek @ 2013-02-04 16:44 UTC (permalink / raw)
  To: u-boot

2013/2/4 Tom Rini <trini@ti.com>:
> On Mon, Feb 04, 2013 at 12:26:08PM +0100, Michal Simek wrote:
>
>> Hi Tom,
>>
>> please pull all these changes to your tree.
>> The major change is remove really ancient i2c driver + helper files
>> for this driver.
>>
>> Thanks,
>> Michal
>>
>>
>> The following changes since commit 6ad77d88e57f6ab815ec7e85c5ac329054318c73:
>>   Marek Vasut (1):
>>         vfat: Fix mkcksum argument sizes
>>
>> are available in the git repository at:
>>
>>   git://www.denx.de/git/u-boot-microblaze.git master
>>
>> Alexey Brodkin (1):
>>       block: systemace: Added missing "else" in "ace_writew"
>>
>> David Holsgrove (1):
>>       microblaze: Add muldi3.c which contains routines for _muldi3
>>
>> Jason Wu (1):
>>       spi: xilinx_spi: Perform software reset during slave setup
>>
>> Michal Simek (5):
>>       common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM
>>       board: xilinx: Remove unused ancient i2c driver
>>       board: xilinx: Remove common folder
>>       common: cmd_bdinfo: Fix compilation warning for microblaze
>>       microblaze: Remove FSL support from generic board
>>
>>  arch/microblaze/lib/Makefile                       |    1 +
>>  arch/microblaze/lib/muldi3.c                       |   91 ++
>>  board/xilinx/common/xbasic_types.c                 |  165 ---
>>  board/xilinx/common/xbasic_types.h                 |  283 -----
>>  board/xilinx/common/xbuf_descriptor.h              |  252 ----
>>  board/xilinx/common/xdma_channel.c                 |  738 -----------
>>  board/xilinx/common/xdma_channel.h                 |  291 -----
>>  board/xilinx/common/xdma_channel_i.h               |  110 --
>>  board/xilinx/common/xdma_channel_sg.c              | 1317 --------------------
>>  board/xilinx/common/xio.h                          |   81 --
>>  board/xilinx/common/xipif_v1_23_b.c                |  331 -----
>>  board/xilinx/common/xipif_v1_23_b.h                |  746 -----------
>>  board/xilinx/common/xpacket_fifo_v1_00_b.c         |  448 -------
>>  board/xilinx/common/xpacket_fifo_v1_00_b.h         |  306 -----
>>  board/xilinx/common/xstatus.h                      |  347 -----
>>  board/xilinx/common/xversion.c                     |  350 ------
>>  board/xilinx/common/xversion.h                     |   97 --
>>  .../xilinx/microblaze-generic/microblaze-generic.c |   20 -
>>  board/xilinx/xilinx_iic/xiic_l.c                   |  484 -------
>>  board/xilinx/xilinx_iic/xiic_l.h                   |  150 ---
>>  board/xilinx/zynq/Makefile                         |    3 -
>>  common/cmd_bdinfo.c                                |   27 +-
>>  drivers/block/systemace.c                          |    4 +-
>>  drivers/spi/xilinx_spi.c                           |    2 +
>>  drivers/spi/xilinx_spi.h                           |    3 +
>>  include/configs/microblaze-generic.h               |    4 -
>>  26 files changed, 121 insertions(+), 6530 deletions(-)
>>  create mode 100644 arch/microblaze/lib/muldi3.c
>>  delete mode 100644 board/xilinx/common/xbasic_types.c
>>  delete mode 100644 board/xilinx/common/xbasic_types.h
>>  delete mode 100644 board/xilinx/common/xbuf_descriptor.h
>>  delete mode 100644 board/xilinx/common/xdma_channel.c
>>  delete mode 100644 board/xilinx/common/xdma_channel.h
>>  delete mode 100644 board/xilinx/common/xdma_channel_i.h
>>  delete mode 100644 board/xilinx/common/xdma_channel_sg.c
>>  delete mode 100644 board/xilinx/common/xio.h
>>  delete mode 100644 board/xilinx/common/xipif_v1_23_b.c
>>  delete mode 100644 board/xilinx/common/xipif_v1_23_b.h
>>  delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.c
>>  delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.h
>>  delete mode 100644 board/xilinx/common/xstatus.h
>>  delete mode 100644 board/xilinx/common/xversion.c
>>  delete mode 100644 board/xilinx/common/xversion.h
>>  delete mode 100644 board/xilinx/xilinx_iic/xiic_l.c
>>  delete mode 100644 board/xilinx/xilinx_iic/xiic_l.h
>
> Applied to u-boot/master and sorry about the delay!

You are not delayed.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2013-02-04 11:26 ` Michal Simek
@ 2013-02-04 16:42   ` Tom Rini
  2013-02-04 16:44     ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Tom Rini @ 2013-02-04 16:42 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 04, 2013 at 12:26:08PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please pull all these changes to your tree.
> The major change is remove really ancient i2c driver + helper files
> for this driver.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 6ad77d88e57f6ab815ec7e85c5ac329054318c73:
>   Marek Vasut (1):
>         vfat: Fix mkcksum argument sizes
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Alexey Brodkin (1):
>       block: systemace: Added missing "else" in "ace_writew"
> 
> David Holsgrove (1):
>       microblaze: Add muldi3.c which contains routines for _muldi3
> 
> Jason Wu (1):
>       spi: xilinx_spi: Perform software reset during slave setup
> 
> Michal Simek (5):
>       common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM
>       board: xilinx: Remove unused ancient i2c driver
>       board: xilinx: Remove common folder
>       common: cmd_bdinfo: Fix compilation warning for microblaze
>       microblaze: Remove FSL support from generic board
> 
>  arch/microblaze/lib/Makefile                       |    1 +
>  arch/microblaze/lib/muldi3.c                       |   91 ++
>  board/xilinx/common/xbasic_types.c                 |  165 ---
>  board/xilinx/common/xbasic_types.h                 |  283 -----
>  board/xilinx/common/xbuf_descriptor.h              |  252 ----
>  board/xilinx/common/xdma_channel.c                 |  738 -----------
>  board/xilinx/common/xdma_channel.h                 |  291 -----
>  board/xilinx/common/xdma_channel_i.h               |  110 --
>  board/xilinx/common/xdma_channel_sg.c              | 1317 --------------------
>  board/xilinx/common/xio.h                          |   81 --
>  board/xilinx/common/xipif_v1_23_b.c                |  331 -----
>  board/xilinx/common/xipif_v1_23_b.h                |  746 -----------
>  board/xilinx/common/xpacket_fifo_v1_00_b.c         |  448 -------
>  board/xilinx/common/xpacket_fifo_v1_00_b.h         |  306 -----
>  board/xilinx/common/xstatus.h                      |  347 -----
>  board/xilinx/common/xversion.c                     |  350 ------
>  board/xilinx/common/xversion.h                     |   97 --
>  .../xilinx/microblaze-generic/microblaze-generic.c |   20 -
>  board/xilinx/xilinx_iic/xiic_l.c                   |  484 -------
>  board/xilinx/xilinx_iic/xiic_l.h                   |  150 ---
>  board/xilinx/zynq/Makefile                         |    3 -
>  common/cmd_bdinfo.c                                |   27 +-
>  drivers/block/systemace.c                          |    4 +-
>  drivers/spi/xilinx_spi.c                           |    2 +
>  drivers/spi/xilinx_spi.h                           |    3 +
>  include/configs/microblaze-generic.h               |    4 -
>  26 files changed, 121 insertions(+), 6530 deletions(-)
>  create mode 100644 arch/microblaze/lib/muldi3.c
>  delete mode 100644 board/xilinx/common/xbasic_types.c
>  delete mode 100644 board/xilinx/common/xbasic_types.h
>  delete mode 100644 board/xilinx/common/xbuf_descriptor.h
>  delete mode 100644 board/xilinx/common/xdma_channel.c
>  delete mode 100644 board/xilinx/common/xdma_channel.h
>  delete mode 100644 board/xilinx/common/xdma_channel_i.h
>  delete mode 100644 board/xilinx/common/xdma_channel_sg.c
>  delete mode 100644 board/xilinx/common/xio.h
>  delete mode 100644 board/xilinx/common/xipif_v1_23_b.c
>  delete mode 100644 board/xilinx/common/xipif_v1_23_b.h
>  delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.c
>  delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.h
>  delete mode 100644 board/xilinx/common/xstatus.h
>  delete mode 100644 board/xilinx/common/xversion.c
>  delete mode 100644 board/xilinx/common/xversion.h
>  delete mode 100644 board/xilinx/xilinx_iic/xiic_l.c
>  delete mode 100644 board/xilinx/xilinx_iic/xiic_l.h

Applied to u-boot/master and sorry about the delay!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130204/26a250ed/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-11-09 11:07 Michal Simek
  2012-11-09 15:51 ` Tom Rini
@ 2013-02-04 11:26 ` Michal Simek
  2013-02-04 16:42   ` Tom Rini
  1 sibling, 1 reply; 47+ messages in thread
From: Michal Simek @ 2013-02-04 11:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull all these changes to your tree.
The major change is remove really ancient i2c driver + helper files
for this driver.

Thanks,
Michal


The following changes since commit 6ad77d88e57f6ab815ec7e85c5ac329054318c73:
   Marek Vasut (1):
         vfat: Fix mkcksum argument sizes

are available in the git repository at:

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

Alexey Brodkin (1):
       block: systemace: Added missing "else" in "ace_writew"

David Holsgrove (1):
       microblaze: Add muldi3.c which contains routines for _muldi3

Jason Wu (1):
       spi: xilinx_spi: Perform software reset during slave setup

Michal Simek (5):
       common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM
       board: xilinx: Remove unused ancient i2c driver
       board: xilinx: Remove common folder
       common: cmd_bdinfo: Fix compilation warning for microblaze
       microblaze: Remove FSL support from generic board

  arch/microblaze/lib/Makefile                       |    1 +
  arch/microblaze/lib/muldi3.c                       |   91 ++
  board/xilinx/common/xbasic_types.c                 |  165 ---
  board/xilinx/common/xbasic_types.h                 |  283 -----
  board/xilinx/common/xbuf_descriptor.h              |  252 ----
  board/xilinx/common/xdma_channel.c                 |  738 -----------
  board/xilinx/common/xdma_channel.h                 |  291 -----
  board/xilinx/common/xdma_channel_i.h               |  110 --
  board/xilinx/common/xdma_channel_sg.c              | 1317 --------------------
  board/xilinx/common/xio.h                          |   81 --
  board/xilinx/common/xipif_v1_23_b.c                |  331 -----
  board/xilinx/common/xipif_v1_23_b.h                |  746 -----------
  board/xilinx/common/xpacket_fifo_v1_00_b.c         |  448 -------
  board/xilinx/common/xpacket_fifo_v1_00_b.h         |  306 -----
  board/xilinx/common/xstatus.h                      |  347 -----
  board/xilinx/common/xversion.c                     |  350 ------
  board/xilinx/common/xversion.h                     |   97 --
  .../xilinx/microblaze-generic/microblaze-generic.c |   20 -
  board/xilinx/xilinx_iic/xiic_l.c                   |  484 -------
  board/xilinx/xilinx_iic/xiic_l.h                   |  150 ---
  board/xilinx/zynq/Makefile                         |    3 -
  common/cmd_bdinfo.c                                |   27 +-
  drivers/block/systemace.c                          |    4 +-
  drivers/spi/xilinx_spi.c                           |    2 +
  drivers/spi/xilinx_spi.h                           |    3 +
  include/configs/microblaze-generic.h               |    4 -
  26 files changed, 121 insertions(+), 6530 deletions(-)
  create mode 100644 arch/microblaze/lib/muldi3.c
  delete mode 100644 board/xilinx/common/xbasic_types.c
  delete mode 100644 board/xilinx/common/xbasic_types.h
  delete mode 100644 board/xilinx/common/xbuf_descriptor.h
  delete mode 100644 board/xilinx/common/xdma_channel.c
  delete mode 100644 board/xilinx/common/xdma_channel.h
  delete mode 100644 board/xilinx/common/xdma_channel_i.h
  delete mode 100644 board/xilinx/common/xdma_channel_sg.c
  delete mode 100644 board/xilinx/common/xio.h
  delete mode 100644 board/xilinx/common/xipif_v1_23_b.c
  delete mode 100644 board/xilinx/common/xipif_v1_23_b.h
  delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.c
  delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.h
  delete mode 100644 board/xilinx/common/xstatus.h
  delete mode 100644 board/xilinx/common/xversion.c
  delete mode 100644 board/xilinx/common/xversion.h
  delete mode 100644 board/xilinx/xilinx_iic/xiic_l.c
  delete mode 100644 board/xilinx/xilinx_iic/xiic_l.h


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2012-11-09 11:07 Michal Simek
@ 2012-11-09 15:51 ` Tom Rini
  2013-02-04 11:26 ` Michal Simek
  1 sibling, 0 replies; 47+ messages in thread
From: Tom Rini @ 2012-11-09 15:51 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 09, 2012 at 12:07:31PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please add these 5 patches to u-boot.
> Currently microblaze can't be compiled and this patch
> "microblaze: Remove asm/bitops.h from asm/posix_types.h"
> fixed it.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:
>   Tom Rini (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-avr32
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (5):
>       microblaze: Fix compilation warning in ext2_find_next_zero_bit
>       microblaze: Fix byteorder for microblaze
>       microblaze: Flush caches before enabling them
>       microblaze: Remove asm/bitops.h from asm/posix_types.h
>       microblaze: Fix compilation failure because of missing libdts
> 
>  arch/microblaze/cpu/cache.c               |    5 -----
>  arch/microblaze/cpu/start.S               |    6 ++++++
>  arch/microblaze/cpu/u-boot.lds            |    2 ++
>  arch/microblaze/include/asm/bitops.h      |    3 ++-
>  arch/microblaze/include/asm/byteorder.h   |   23 -----------------------
>  arch/microblaze/include/asm/posix_types.h |    3 ---
>  arch/microblaze/lib/bootm.c               |    5 -----
>  include/configs/microblaze-generic.h      |    4 ++++
>  8 files changed, 14 insertions(+), 37 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121109/abf46990/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
@ 2012-11-09 11:07 Michal Simek
  2012-11-09 15:51 ` Tom Rini
  2013-02-04 11:26 ` Michal Simek
  0 siblings, 2 replies; 47+ messages in thread
From: Michal Simek @ 2012-11-09 11:07 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please add these 5 patches to u-boot.
Currently microblaze can't be compiled and this patch
"microblaze: Remove asm/bitops.h from asm/posix_types.h"
fixed it.

Thanks,
Michal


The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:
   Tom Rini (1):
         Merge branch 'master' of git://git.denx.de/u-boot-avr32

are available in the git repository at:

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

Michal Simek (5):
       microblaze: Fix compilation warning in ext2_find_next_zero_bit
       microblaze: Fix byteorder for microblaze
       microblaze: Flush caches before enabling them
       microblaze: Remove asm/bitops.h from asm/posix_types.h
       microblaze: Fix compilation failure because of missing libdts

  arch/microblaze/cpu/cache.c               |    5 -----
  arch/microblaze/cpu/start.S               |    6 ++++++
  arch/microblaze/cpu/u-boot.lds            |    2 ++
  arch/microblaze/include/asm/bitops.h      |    3 ++-
  arch/microblaze/include/asm/byteorder.h   |   23 -----------------------
  arch/microblaze/include/asm/posix_types.h |    3 ---
  arch/microblaze/lib/bootm.c               |    5 -----
  include/configs/microblaze-generic.h      |    4 ++++
  8 files changed, 14 insertions(+), 37 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-02-16  8:15       ` Wolfgang Denk
@ 2011-02-16  9:46         ` Michal Simek
  0 siblings, 0 replies; 47+ messages in thread
From: Michal Simek @ 2011-02-16  9:46 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Michal Simek,
> 
> In message <4D5B70DE.6070306@monstr.eu> you wrote:
>>>> are available in the git repository at:
>>>>
>>>>    git://www.denx.de/git/u-boot-microblaze.git master
> ...
>>> Which branch should I pull from?
>>>
>>> I guess you mean u-boot-microblaze.git #master ?
>> It was above.
> 
> Oops. Sorry for the noise.

That's no problem.

Thanks,
Michal



-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-02-16  6:38     ` Michal Simek
@ 2011-02-16  8:15       ` Wolfgang Denk
  2011-02-16  9:46         ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Wolfgang Denk @ 2011-02-16  8:15 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4D5B70DE.6070306@monstr.eu> you wrote:
>
> >> are available in the git repository at:
> >>
> >>    git://www.denx.de/git/u-boot-microblaze.git master
...
> > Which branch should I pull from?
> > 
> > I guess you mean u-boot-microblaze.git #master ?
> 
> It was above.

Oops. Sorry for the noise.

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
For every complex problem, there is a solution that is simple,  neat,
and wrong.                                           -- H. L. Mencken

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-02-15 20:43   ` Wolfgang Denk
@ 2011-02-16  6:38     ` Michal Simek
  2011-02-16  8:15       ` Wolfgang Denk
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2011-02-16  6:38 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Michal Simek,
> 
> In message <4D5A8B38.5030506@monstr.eu> you wrote:
>> Dear Wolfgang,
>>
>> please pull the following two bug fixes for Microblaze.
>>
>> Thanks,
>> Michal
>>
>>
>> The following changes since commit c65715de780945950d570e2b69f94e0b186f04b4:
>>    Wolfgang Denk (1):
>>          Merge branch 'master' of git://git.denx.de/u-boot-mips
>>
>> are available in the git repository at:
>>
>>    git://www.denx.de/git/u-boot-microblaze.git master
>>
>> Michal Simek (2):
>>        microblaze: Fix systems with MSR=0
>>        microblaze: Fix msr handling in interrupt_handler
>>
>>   arch/microblaze/cpu/irq.S         |   19 +------------------
>>   arch/microblaze/include/asm/asm.h |    2 +-
>>   2 files changed, 2 insertions(+), 19 deletions(-)
> 
> Which branch should I pull from?
> 
> I guess you mean u-boot-microblaze.git #master ?

It was above.

"
 >> are available in the git repository at:
 >>
 >>    git://www.denx.de/git/u-boot-microblaze.git master
"

> 
> Pulled - hope that was OK.

yes, it was.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-02-15 14:18 ` Michal Simek
@ 2011-02-15 20:43   ` Wolfgang Denk
  2011-02-16  6:38     ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Wolfgang Denk @ 2011-02-15 20:43 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4D5A8B38.5030506@monstr.eu> you wrote:
> Dear Wolfgang,
> 
> please pull the following two bug fixes for Microblaze.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit c65715de780945950d570e2b69f94e0b186f04b4:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-mips
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (2):
>        microblaze: Fix systems with MSR=0
>        microblaze: Fix msr handling in interrupt_handler
> 
>   arch/microblaze/cpu/irq.S         |   19 +------------------
>   arch/microblaze/include/asm/asm.h |    2 +-
>   2 files changed, 2 insertions(+), 19 deletions(-)

Which branch should I pull from?

I guess you mean u-boot-microblaze.git #master ?

Pulled - hope that was OK.


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
This restaurant was advertising breakfast  any  time.  So  I  ordered
french toast in the renaissance.            - Steven Wright, comedian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-01-10  8:00 Michal Simek
  2011-01-12  8:59 ` Michal Simek
  2011-01-12 22:52 ` Wolfgang Denk
@ 2011-02-15 14:18 ` Michal Simek
  2011-02-15 20:43   ` Wolfgang Denk
  2 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2011-02-15 14:18 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

please pull the following two bug fixes for Microblaze.

Thanks,
Michal


The following changes since commit c65715de780945950d570e2b69f94e0b186f04b4:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-mips

are available in the git repository at:

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

Michal Simek (2):
       microblaze: Fix systems with MSR=0
       microblaze: Fix msr handling in interrupt_handler

  arch/microblaze/cpu/irq.S         |   19 +------------------
  arch/microblaze/include/asm/asm.h |    2 +-
  2 files changed, 2 insertions(+), 19 deletions(-)



-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-01-12 22:45   ` Wolfgang Denk
@ 2011-01-13  6:49     ` Michal Simek
  0 siblings, 0 replies; 47+ messages in thread
From: Michal Simek @ 2011-01-13  6:49 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Michal Simek,
> 
> In message <4D2D6D68.3090708@monstr.eu> you wrote:
>> Michal Simek wrote:
>>> Dear Wolfgang,
>>>
>>> please pull the following changes.
>> Ping.
> 
> pong.

:-)

Best regards,
Michal



-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-01-10  8:00 Michal Simek
  2011-01-12  8:59 ` Michal Simek
@ 2011-01-12 22:52 ` Wolfgang Denk
  2011-02-15 14:18 ` Michal Simek
  2 siblings, 0 replies; 47+ messages in thread
From: Wolfgang Denk @ 2011-01-12 22:52 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4D2ABCAF.1040302@monstr.eu> you wrote:
> Dear Wolfgang,
> 
> please pull the following changes.
> 
> Thanks,
> Michal
> 
> The following changes since commit 89c95f0cd3f8140f3b8a82a22a6a144c148d09c6:
>    Mike Frysinger (1):
>          asm-offsets: generate bd_t size
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (2):
>        microblaze: Disabling interrupt should return 1 if was enabled
>        microblaze: Fix bd_info pointer
> 
>   arch/microblaze/cpu/interrupts.c     |    5 ++++-
>   arch/microblaze/lib/board.c          |    8 +++++---
>   include/configs/microblaze-generic.h |    8 ++++----
>   3 files changed, 13 insertions(+), 8 deletions(-)

Applied, thanks.

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
If a person (a) is poorly, (b) receives treatment  intended  to  make
him  better, and (c) gets better, then no power of reasoning known to
medical science can convince him  that  it  may  not  have  been  the
treatment that restored his health.
- Sir Peter Medawar, The Art of the Soluble

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-01-12  8:59 ` Michal Simek
@ 2011-01-12 22:45   ` Wolfgang Denk
  2011-01-13  6:49     ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Wolfgang Denk @ 2011-01-12 22:45 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4D2D6D68.3090708@monstr.eu> you wrote:
> Michal Simek wrote:
> > Dear Wolfgang,
> > 
> > please pull the following changes.
> 
> Ping.

pong.

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 an excellent tactician, Captain. You let your second in  com-
mand attack while you sit and watch for weakness.
	-- Khan Noonian Singh, "Space Seed", stardate 3141.9

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2011-01-10  8:00 Michal Simek
@ 2011-01-12  8:59 ` Michal Simek
  2011-01-12 22:45   ` Wolfgang Denk
  2011-01-12 22:52 ` Wolfgang Denk
  2011-02-15 14:18 ` Michal Simek
  2 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2011-01-12  8:59 UTC (permalink / raw)
  To: u-boot

Michal Simek wrote:
> Dear Wolfgang,
> 
> please pull the following changes.

Ping.

Michal

> 
> Thanks,
> Michal
> 
> The following changes since commit 
> 89c95f0cd3f8140f3b8a82a22a6a144c148d09c6:
>   Mike Frysinger (1):
>         asm-offsets: generate bd_t size
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (2):
>       microblaze: Disabling interrupt should return 1 if was enabled
>       microblaze: Fix bd_info pointer
> 
>  arch/microblaze/cpu/interrupts.c     |    5 ++++-
>  arch/microblaze/lib/board.c          |    8 +++++---
>  include/configs/microblaze-generic.h |    8 ++++----
>  3 files changed, 13 insertions(+), 8 deletions(-)
> 
> 


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
@ 2011-01-10  8:00 Michal Simek
  2011-01-12  8:59 ` Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 47+ messages in thread
From: Michal Simek @ 2011-01-10  8:00 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

please pull the following changes.

Thanks,
Michal

The following changes since commit 89c95f0cd3f8140f3b8a82a22a6a144c148d09c6:
   Mike Frysinger (1):
         asm-offsets: generate bd_t size

are available in the git repository at:

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

Michal Simek (2):
       microblaze: Disabling interrupt should return 1 if was enabled
       microblaze: Fix bd_info pointer

  arch/microblaze/cpu/interrupts.c     |    5 ++++-
  arch/microblaze/lib/board.c          |    8 +++++---
  include/configs/microblaze-generic.h |    8 ++++----
  3 files changed, 13 insertions(+), 8 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2010-10-13  4:53   ` Michal Simek
@ 2010-11-15 10:53     ` Stephan Linz
  0 siblings, 0 replies; 47+ messages in thread
From: Stephan Linz @ 2010-11-15 10:53 UTC (permalink / raw)
  To: u-boot

Am Mittwoch, 13. Oktober 2010, um 06:53:37 schrieb Michal Simek:
> Dear Wolfgang,
>
> 2010/10/13 Wolfgang Denk <wd@denx.de>
>
> > Dear Michal Simek,
> >
> > In message <4CB406BA.6030203@monstr.eu> you wrote:
> > > The following changes since commit
> >
> > bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
> > > --snip--
> > >
> > Thanks.
> >
> > Umm.. this does not include the 3rd patch by Stephan Linz:
> >
> >        microblaze: generic: enable FDT support
> >
> > Any reason for that?
>
> There were small issue around CONFIG_SYS_BOOTMAPSZ
> and I haven't got any information about testing that's why I didn't added
> to my tree.
>
> http://www.mail-archive.com/u-boot at lists.denx.de/msg33939.html

Hi Michal,
Hi Wolfgang

I'm sorry for my late response. I solved the problem arround 
CONFIG_SYS_BOOTMAPSZ differently. See Patch "fdt relocate: have more attention 
to use a bootmap or not"

http://www.mail-archive.com/u-boot at lists.denx.de/msg35821.html

But Wolfgang is right. The third patch by me is missing:

http://www.mail-archive.com/u-boot at lists.denx.de/msg34015.html

We need both patches together to enable FDT support on Microblaze.

In summary, we need this patch set:

  * fdt relocate: have more attention to use a bootmap or not
    (http://git.denx.de/?p=u-boot.git;a=commit;h=958e120)
    (http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=commit;h=958e120)
  * microblaze: generic: adding DHCP support
    (http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=commit;h=3faf987)
  * microblaze: generic: rename MTD partition set to 'flash-0'
    (http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=commit;h=c82a541)

  * microblaze: generic: enable FDT support (!!! MISSING !!!)


-- 
Regards,
Stephan Linz
______________________________________________________________________________
OpenDCC: http://www.li-pro.net/opendcc.phtml
PC/M: http://www.li-pro.net/pcm.phtml
CDK4AVR: http://cdk4avr.sourceforge.net/
CDK4NIOS: http://cdk4nios.sourceforge.net/
CDK4MSP: http://cdk4msp.sourceforge.net/
CPM4L: http://download.opensuse.org/repositories/home:/rexut:/CPM4L

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2010-10-12 18:47 ` Wolfgang Denk
@ 2010-10-13  4:53   ` Michal Simek
  2010-11-15 10:53     ` Stephan Linz
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2010-10-13  4:53 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

2010/10/13 Wolfgang Denk <wd@denx.de>

> Dear Michal Simek,
>
> In message <4CB406BA.6030203@monstr.eu> you wrote:
> >
> > The following changes since commit
> bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
> >   Wolfgang Denk (1):
> >         Merge branch 'master' of git://git.denx.de/u-boot-x86
> >
> > are available in the git repository at:
> >
> >   git://www.denx.de/git/u-boot-microblaze.git master
> >
> > Michal Simek (3):
> >       microblaze: Fix microblaze-generic config file
> >       microblaze: Add support for NET_MULTI api
> >       microblaze: Support little-endian microblaze target
> >
> > Stephan Linz (2):
> >       microblaze: generic: adding DHCP support
> >       microblaze: generic: rename MTD partition set to 'flash-0'
> >
> >  arch/microblaze/cpu/start.S                        |   60 +++++-
> >  arch/microblaze/include/asm/byteorder.h            |    4 +
> >  arch/microblaze/lib/board.c                        |   12 +-
> >  .../xilinx/microblaze-generic/microblaze-generic.c |   13 +
> >  include/configs/microblaze-generic.h               |  236
> +++++++++++---------
> >  5 files changed, 207 insertions(+), 118 deletions(-)
>
> Thanks.
>
> Umm.. this does not include the 3rd patch by Stephan Linz:
>
>        microblaze: generic: enable FDT support
>
> Any reason for that?
>


There were small issue around CONFIG_SYS_BOOTMAPSZ
and I haven't got any information about testing that's why I didn't added
to my tree.

http://www.mail-archive.com/u-boot at lists.denx.de/msg33939.html

Regards,
Michal

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2010-10-12  6:56 Michal Simek
@ 2010-10-12 18:47 ` Wolfgang Denk
  2010-10-13  4:53   ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Wolfgang Denk @ 2010-10-12 18:47 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4CB406BA.6030203@monstr.eu> you wrote:
> 
> The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-x86
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (3):
>       microblaze: Fix microblaze-generic config file
>       microblaze: Add support for NET_MULTI api
>       microblaze: Support little-endian microblaze target
> 
> Stephan Linz (2):
>       microblaze: generic: adding DHCP support
>       microblaze: generic: rename MTD partition set to 'flash-0'
> 
>  arch/microblaze/cpu/start.S                        |   60 +++++-
>  arch/microblaze/include/asm/byteorder.h            |    4 +
>  arch/microblaze/lib/board.c                        |   12 +-
>  .../xilinx/microblaze-generic/microblaze-generic.c |   13 +
>  include/configs/microblaze-generic.h               |  236 +++++++++++---------
>  5 files changed, 207 insertions(+), 118 deletions(-)

Thanks.

Umm.. this does not include the 3rd patch by Stephan Linz:

	microblaze: generic: enable FDT support

Any reason for that?

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
"Just think of a computer as hardware you can program."
- Nigel de la Tierre

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
@ 2010-10-12  6:56 Michal Simek
  2010-10-12 18:47 ` Wolfgang Denk
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2010-10-12  6:56 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

please pull the following changes to your tree.

Thanks,
Michal


The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-x86

are available in the git repository at:

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

Michal Simek (3):
      microblaze: Fix microblaze-generic config file
      microblaze: Add support for NET_MULTI api
      microblaze: Support little-endian microblaze target

Stephan Linz (2):
      microblaze: generic: adding DHCP support
      microblaze: generic: rename MTD partition set to 'flash-0'

 arch/microblaze/cpu/start.S                        |   60 +++++-
 arch/microblaze/include/asm/byteorder.h            |    4 +
 arch/microblaze/lib/board.c                        |   12 +-
 .../xilinx/microblaze-generic/microblaze-generic.c |   13 +
 include/configs/microblaze-generic.h               |  236 +++++++++++---------
 5 files changed, 207 insertions(+), 118 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
  2008-12-10  8:49 Michal Simek
@ 2008-12-12 23:25 ` Wolfgang Denk
  0 siblings, 0 replies; 47+ messages in thread
From: Wolfgang Denk @ 2008-12-12 23:25 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <493F829D.9000002@monstr.eu> you wrote:
> 
> please pull these changes.
> 
> 
> The following changes since commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97:
>   Jerry Van Baren (1):
>         libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (4):
>       microblaze: Set up relocation is done
>       microblaze: Fix ml401 uart16550 setting
>       microblaze: Remove CONFIG_LIBFDT due to error in common files
>       microblaze: Remove XUPV2P board
> 
>  MAINTAINERS                       |    1 -
>  MAKEALL                           |    1 -
>  Makefile                          |    5 -
>  board/xilinx/xupv2p/Makefile      |   50 --------
>  board/xilinx/xupv2p/config.mk     |   32 -----
>  board/xilinx/xupv2p/u-boot.lds    |   68 -----------
>  board/xilinx/xupv2p/xparameters.h |   58 ----------
>  board/xilinx/xupv2p/xupv2p.c      |   49 --------
>  include/configs/ml401.h           |   18 ++--
>  include/configs/xupv2p.h          |  227 -------------------------------------
>  lib_microblaze/board.c            |    1 +
>  11 files changed, 11 insertions(+), 499 deletions(-)
>  delete mode 100644 board/xilinx/xupv2p/Makefile
>  delete mode 100644 board/xilinx/xupv2p/config.mk
>  delete mode 100644 board/xilinx/xupv2p/u-boot.lds
>  delete mode 100644 board/xilinx/xupv2p/xparameters.h
>  delete mode 100644 board/xilinx/xupv2p/xupv2p.c
>  delete mode 100644 include/configs/xupv2p.h

Done, thanks.

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
Q: How do you spell "onomatopoeia"?
A: The way it sounds.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* [U-Boot] Pull request - microblaze
@ 2008-12-10  8:49 Michal Simek
  2008-12-12 23:25 ` Wolfgang Denk
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2008-12-10  8:49 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull these changes.

Thanks,
Michal


The following changes since commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97:
  Jerry Van Baren (1):
        libfdt: Fix redefined uintptr_t warning for USE_HOSTCC

are available in the git repository at:

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

Michal Simek (4):
      microblaze: Set up relocation is done
      microblaze: Fix ml401 uart16550 setting
      microblaze: Remove CONFIG_LIBFDT due to error in common files
      microblaze: Remove XUPV2P board

 MAINTAINERS                       |    1 -
 MAKEALL                           |    1 -
 Makefile                          |    5 -
 board/xilinx/xupv2p/Makefile      |   50 --------
 board/xilinx/xupv2p/config.mk     |   32 -----
 board/xilinx/xupv2p/u-boot.lds    |   68 -----------
 board/xilinx/xupv2p/xparameters.h |   58 ----------
 board/xilinx/xupv2p/xupv2p.c      |   49 --------
 include/configs/ml401.h           |   18 ++--
 include/configs/xupv2p.h          |  227 -------------------------------------
 lib_microblaze/board.c            |    1 +
 11 files changed, 11 insertions(+), 499 deletions(-)
 delete mode 100644 board/xilinx/xupv2p/Makefile
 delete mode 100644 board/xilinx/xupv2p/config.mk
 delete mode 100644 board/xilinx/xupv2p/u-boot.lds
 delete mode 100644 board/xilinx/xupv2p/xparameters.h
 delete mode 100644 board/xilinx/xupv2p/xupv2p.c
 delete mode 100644 include/configs/xupv2p.h


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854

^ permalink raw reply	[flat|nested] 47+ messages in thread

end of thread, other threads:[~2013-05-09 11:58 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-07 11:44 [U-Boot] Pull request - microblaze Michal Simek
2011-09-07 20:31 ` Wolfgang Denk
2011-10-03  6:28 ` Michal Simek
2011-10-03  7:20   ` Michal Simek
2011-10-03  7:24   ` [U-Boot] Pull request v2 " Michal Simek
2011-10-04 19:38     ` Wolfgang Denk
2011-10-10  7:08       ` [U-Boot] Pull request " Michal Simek
2011-10-12 20:43         ` Wolfgang Denk
2011-10-24  6:00         ` Michal Simek
2011-10-27 22:14           ` Wolfgang Denk
2012-02-23 11:26         ` Michal Simek
2012-02-26 21:20           ` Wolfgang Denk
2012-03-27 12:19         ` Michal Simek
2012-03-30 16:03           ` Wolfgang Denk
2012-07-31  5:26           ` Michal Simek
2012-07-31 20:07             ` Wolfgang Denk
2012-08-03 13:31               ` Michal Simek
2012-09-12 10:13           ` Michal Simek
2012-09-18 14:49             ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2013-05-09  9:16 Michal Simek
2013-05-09  9:23 ` Michal Simek
2013-05-09 11:58   ` Tom Rini
2013-04-30  9:26 Michal Simek
2013-04-30 15:44 ` Tom Rini
2013-05-01  7:45   ` Michal Simek
2013-05-01 14:40     ` Tom Rini
2012-11-09 11:07 Michal Simek
2012-11-09 15:51 ` Tom Rini
2013-02-04 11:26 ` Michal Simek
2013-02-04 16:42   ` Tom Rini
2013-02-04 16:44     ` Michal Simek
2011-01-10  8:00 Michal Simek
2011-01-12  8:59 ` Michal Simek
2011-01-12 22:45   ` Wolfgang Denk
2011-01-13  6:49     ` Michal Simek
2011-01-12 22:52 ` Wolfgang Denk
2011-02-15 14:18 ` Michal Simek
2011-02-15 20:43   ` Wolfgang Denk
2011-02-16  6:38     ` Michal Simek
2011-02-16  8:15       ` Wolfgang Denk
2011-02-16  9:46         ` Michal Simek
2010-10-12  6:56 Michal Simek
2010-10-12 18:47 ` Wolfgang Denk
2010-10-13  4:53   ` Michal Simek
2010-11-15 10:53     ` Stephan Linz
2008-12-10  8:49 Michal Simek
2008-12-12 23:25 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.