public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Pull request u-boot-microblaze.git
@ 2008-04-08 13:47 Michal Simek
  2008-04-11 16:24 ` Michal Simek
  2008-04-13 17:17 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Michal Simek @ 2008-04-08 13:47 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull microblaze git repo.

Thanks,
Michal Simek

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

are available in the git repository at:

  . master

Michal Simek (13):
      microblaze: Clean Makefile from ancient emac driver
      microblaze: remove old setting for emac driver
      microblaze: ML401 and XUPV2P remove emac and emaclite reference
      microblaze: add Emaclite ethernet driver
      microblaze: add Emac ethernet driver
      microblaze: Add Emac driver to Makefile
      microblaze: Add Emaclite driver to Makefile
      microblaze: clean uart16550 and uartlite handling
      microblaze: ml401 - add ifdef for GPIO
      microblaze: ml401 fix config file for supporting FDT
      microblaze: xupv2p fix config file for supporting FDT
      microblaze: clean microblaze_config.mk
      microblaze: Sort microblaze boards in MAKEALL script

 MAKEALL                           |    2 +-
 board/xilinx/ml401/Makefile       |   17 +--
 board/xilinx/ml401/xparameters.h  |   12 +-
 board/xilinx/xupv2p/Makefile      |   17 +--
 board/xilinx/xupv2p/xparameters.h |   12 +-
 drivers/net/Makefile              |    2 +
 drivers/net/xilinx_emac.c         |  462 +++++++++++++++++++++++++++++++++++++
 drivers/net/xilinx_emaclite.c     |  351 ++++++++++++++++++++++++++++
 include/configs/ml401.h           |   42 +++-
 include/configs/xupv2p.h          |   37 +++-
 microblaze_config.mk              |   16 +-
 11 files changed, 890 insertions(+), 80 deletions(-)
 create mode 100644 drivers/net/xilinx_emac.c
 create mode 100644 drivers/net/xilinx_emaclite.c

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

* [U-Boot-Users] Pull request u-boot-microblaze.git
  2008-04-08 13:47 [U-Boot-Users] Pull request u-boot-microblaze.git Michal Simek
@ 2008-04-11 16:24 ` Michal Simek
  2008-04-13 17:17   ` Wolfgang Denk
  2008-04-13 17:17 ` Wolfgang Denk
  1 sibling, 1 reply; 5+ messages in thread
From: Michal Simek @ 2008-04-11 16:24 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Could you look at it?

Thanks,
Michal


> Hi Wolfgang,
> 
> please pull microblaze git repo.
> 
> Thanks,
> Michal Simek
> 
> The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
> 
> are available in the git repository at:
> 
>   . master
> 
> Michal Simek (13):
>       microblaze: Clean Makefile from ancient emac driver
>       microblaze: remove old setting for emac driver
>       microblaze: ML401 and XUPV2P remove emac and emaclite reference
>       microblaze: add Emaclite ethernet driver
>       microblaze: add Emac ethernet driver
>       microblaze: Add Emac driver to Makefile
>       microblaze: Add Emaclite driver to Makefile
>       microblaze: clean uart16550 and uartlite handling
>       microblaze: ml401 - add ifdef for GPIO
>       microblaze: ml401 fix config file for supporting FDT
>       microblaze: xupv2p fix config file for supporting FDT
>       microblaze: clean microblaze_config.mk
>       microblaze: Sort microblaze boards in MAKEALL script
> 
>  MAKEALL                           |    2 +-
>  board/xilinx/ml401/Makefile       |   17 +--
>  board/xilinx/ml401/xparameters.h  |   12 +-
>  board/xilinx/xupv2p/Makefile      |   17 +--
>  board/xilinx/xupv2p/xparameters.h |   12 +-
>  drivers/net/Makefile              |    2 +
>  drivers/net/xilinx_emac.c         |  462 +++++++++++++++++++++++++++++++++++++
>  drivers/net/xilinx_emaclite.c     |  351 ++++++++++++++++++++++++++++
>  include/configs/ml401.h           |   42 +++-
>  include/configs/xupv2p.h          |   37 +++-
>  microblaze_config.mk              |   16 +-
>  11 files changed, 890 insertions(+), 80 deletions(-)
>  create mode 100644 drivers/net/xilinx_emac.c
>  create mode 100644 drivers/net/xilinx_emaclite.c
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Register now and save $200. Hurry, offer ends at 11:59 p.m., 
> Monday, April 7! Use priority code J8TLD2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 

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

* [U-Boot-Users] Pull request u-boot-microblaze.git
  2008-04-08 13:47 [U-Boot-Users] Pull request u-boot-microblaze.git Michal Simek
  2008-04-11 16:24 ` Michal Simek
@ 2008-04-13 17:17 ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2008-04-13 17:17 UTC (permalink / raw)
  To: u-boot

In message <4968.8389-6630-1188321934-1207662473@seznam.cz> you wrote:
> 
> The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
> 
> are available in the git repository at:
> 
>   . master
> 
> Michal Simek (13):
>       microblaze: Clean Makefile from ancient emac driver
>       microblaze: remove old setting for emac driver
>       microblaze: ML401 and XUPV2P remove emac and emaclite reference
>       microblaze: add Emaclite ethernet driver
>       microblaze: add Emac ethernet driver
>       microblaze: Add Emac driver to Makefile
>       microblaze: Add Emaclite driver to Makefile
>       microblaze: clean uart16550 and uartlite handling
>       microblaze: ml401 - add ifdef for GPIO
>       microblaze: ml401 fix config file for supporting FDT
>       microblaze: xupv2p fix config file for supporting FDT
>       microblaze: clean microblaze_config.mk
>       microblaze: Sort microblaze boards in MAKEALL script

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
"That unit is a woman."
"A mass of conflicting impulses."
	-- Spock and Nomad, "The Changeling", stardate 3541.9

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

* [U-Boot-Users] Pull request u-boot-microblaze.git
  2008-04-11 16:24 ` Michal Simek
@ 2008-04-13 17:17   ` Wolfgang Denk
  2008-04-13 17:24     ` Michal Simek
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2008-04-13 17:17 UTC (permalink / raw)
  To: u-boot

In message <47FF90AB.9030209@seznam.cz> you wrote:
> 
> Could you look at it?

Sure. Done. Sorry for the delay.

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
Romulan women are not like Vulcan females. We are  not  dedicated  to
pure logic and the sterility of non-emotion.
	-- Romulan Commander, "The Enterprise Incident",
	   stardate 5027.3

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

* [U-Boot-Users] Pull request u-boot-microblaze.git
  2008-04-13 17:17   ` Wolfgang Denk
@ 2008-04-13 17:24     ` Michal Simek
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Simek @ 2008-04-13 17:24 UTC (permalink / raw)
  To: u-boot

>> Could you look at it?
>Sure. Done. Sorry for the delay.

>Best regards,
>Wolfgang Denk

No worries.
Thanks,
Michal Simek
www.monstr.eu

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

end of thread, other threads:[~2008-04-13 17:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-08 13:47 [U-Boot-Users] Pull request u-boot-microblaze.git Michal Simek
2008-04-11 16:24 ` Michal Simek
2008-04-13 17:17   ` Wolfgang Denk
2008-04-13 17:24     ` Michal Simek
2008-04-13 17:17 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox