public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Microblaze: PULL request
@ 2007-08-05 13:38 Michal Simek
  2007-08-05 14:47 ` Grant Likely
  0 siblings, 1 reply; 24+ messages in thread
From: Michal Simek @ 2007-08-05 13:38 UTC (permalink / raw)
  To: u-boot

Hi,

Please pull u-boot-microblaze branch.
File changes are below.

Thanks,
Michal Simek


 Makefile                          |    9 +-
 board/xilinx/xupv2p/Makefile      |   21 +--
 board/xilinx/xupv2p/config.mk     |    6 +-
 board/xilinx/xupv2p/xparameters.h |   27 ++--
 common/cmd_jffs2.c                |   52 ++++--
 common/cmd_mfsl.c                 |   11 +-
 cpu/microblaze/cache.c            |    2 +-
 cpu/microblaze/start.S            |    6 +-
 cpu/microblaze/timer.c            |    7 +
 drivers/net/Makefile              |   45 +++++
 drivers/net/xilinx_emac.c         |  372 
++++++++++++++++++++++++++++++++++++
 drivers/net/xilinx_emac.h         |  128 +++++++++++++
 drivers/net/xilinx_emaclite.c     |  378 
+++++++++++++++++++++++++++++++++++++
 drivers/serial_xuartlite.c        |    2 +-
 fs/Makefile                       |    2 +-
 fs/romfs/Makefile                 |   49 +++++
 fs/romfs/romfs.c                  |  270 ++++++++++++++++++++++++++
 include/configs/ml401.h           |    1 +
 include/configs/suzaku.h          |    3 +
 include/configs/xupv2p.h          |   58 +++++-
 lib_microblaze/time.c             |    8 +
 21 files changed, 1385 insertions(+), 72 deletions(-)
 mode change 100755 => 100644 board/xilinx/ml401/xparameters.h
 mode change 100755 => 100644 cpu/microblaze/cache.c
 mode change 100755 => 100644 cpu/microblaze/interrupts.c
 mode change 100755 => 100644 cpu/microblaze/irq.S
 create mode 100644 drivers/net/Makefile
 create mode 100644 drivers/net/xilinx_emac.c
 create mode 100644 drivers/net/xilinx_emac.h
 create mode 100644 drivers/net/xilinx_emaclite.c
 create mode 100644 fs/romfs/Makefile
 create mode 100644 fs/romfs/romfs.c
 mode change 100755 => 100644 include/asm-microblaze/asm.h 

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

end of thread, other threads:[~2007-08-06 20:54 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-05 13:38 [U-Boot-Users] Microblaze: PULL request Michal Simek
2007-08-05 14:47 ` Grant Likely
2007-08-05 14:52   ` Grant Likely
2007-08-05 15:13   ` Michal Simek
2007-08-05 16:12     ` Grant Likely
2007-08-05 16:34       ` Michal Simek
2007-08-05 18:56         ` [U-Boot-Users] [PATCH 1/4] emac Michal Simek
2007-08-05 20:07           ` Wolfgang Denk
2007-08-06 20:11             ` Michal Simek
2007-08-05 22:28           ` Grant Likely
2007-08-05 18:56         ` [U-Boot-Users] [PATCH 2/4] emaclite Michal Simek
2007-08-05 20:05           ` Wolfgang Denk
2007-08-06 20:00             ` Michal Simek
2007-08-06 20:54               ` Wolfgang Denk
2007-08-05 18:56         ` [U-Boot-Users] [PATCH 3/4] microblaze changes Michal Simek
2007-08-05 20:08           ` Wolfgang Denk
2007-08-05 18:56         ` [U-Boot-Users] [PATCH 4/4] romfs Michal Simek
2007-08-05 20:38           ` Wolfgang Denk
2007-08-05 20:01         ` [U-Boot-Users] Microblaze: PULL request Wolfgang Denk
2007-08-05 22:25           ` Grant Likely
2007-08-05 22:27             ` Wolfgang Denk
2007-08-05 22:32               ` Grant Likely
2007-08-06 17:03                 ` Michal Simek
2007-08-05 19:59     ` Wolfgang Denk

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