public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Microblaze updates
@ 2008-04-04 10:52 monstr at seznam.cz
  2008-04-04 10:52 ` [U-Boot-Users] [PATCH 01/13] microblaze: Clean Makefile from ancient emac driver monstr at seznam.cz
  0 siblings, 1 reply; 17+ messages in thread
From: monstr at seznam.cz @ 2008-04-04 10:52 UTC (permalink / raw)
  To: u-boot

Hi everybody,

I update microblaze repository. Every changes are in testing branch. 

Thanks for your review, 

Michal Simek
www.monstr.eu

The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82:
  Bartlomiej Sieka (1):
        Fix host tool build breakage, take two

are available in the git repository at:

  . testing 

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] 17+ messages in thread

end of thread, other threads:[~2008-04-05  7:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-04 10:52 [U-Boot-Users] Microblaze updates monstr at seznam.cz
2008-04-04 10:52 ` [U-Boot-Users] [PATCH 01/13] microblaze: Clean Makefile from ancient emac driver monstr at seznam.cz
2008-04-04 10:52   ` [U-Boot-Users] [PATCH 02/13] microblaze: remove old setting for " monstr at seznam.cz
2008-04-04 10:52     ` [U-Boot-Users] [PATCH 03/13] microblaze: ML401 and XUPV2P remove emac and emaclite reference monstr at seznam.cz
2008-04-04 10:52       ` [U-Boot-Users] [PATCH 04/13] microblaze: add Emaclite ethernet driver monstr at seznam.cz
2008-04-04 10:52         ` [U-Boot-Users] [PATCH 05/13] microblaze: add Emac " monstr at seznam.cz
2008-04-04 10:52           ` [U-Boot-Users] [PATCH 06/13] microblaze: Add Emac driver to Makefile monstr at seznam.cz
2008-04-04 10:52             ` [U-Boot-Users] [PATCH 07/13] microblaze: Add Emaclite " monstr at seznam.cz
2008-04-04 10:52               ` [U-Boot-Users] [PATCH 08/13] microblaze: clean uart16550 and uartlite handling monstr at seznam.cz
2008-04-04 10:52                 ` [U-Boot-Users] [PATCH 09/13] microblaze: ml401 - add ifdef for GPIO monstr at seznam.cz
2008-04-04 10:52                   ` [U-Boot-Users] [PATCH 10/13] microblaze: ml401 fix config file for supporting FDT monstr at seznam.cz
2008-04-04 10:52                     ` [U-Boot-Users] [PATCH 11/13] microblaze: xupv2p " monstr at seznam.cz
2008-04-04 10:52                       ` [U-Boot-Users] [PATCH 12/13] microblaze: clean microblaze_config.mk monstr at seznam.cz
2008-04-04 10:53                         ` [U-Boot-Users] [PATCH 13/13] microblaze: Sort microblaze boards in MAKEALL script monstr at seznam.cz
2008-04-04 21:51               ` [U-Boot-Users] [PATCH 07/13] microblaze: Add Emaclite driver to Makefile Jean-Christophe PLAGNIOL-VILLARD
2008-04-05  7:06                 ` Michal Simek
2008-04-04 21:51             ` [U-Boot-Users] [PATCH 06/13] microblaze: Add Emac " Jean-Christophe PLAGNIOL-VILLARD

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