
On 8/5/07, Michal Simek monstr@seznam.cz wrote:
Hi,
Please pull u-boot-microblaze branch. File changes are below.
I don't think I've seen any of these changes posted on the list for review. They need to be reviewed before being merged into mainline. Especially considering that some of the changes touch common code (not just microblaze).
Cheers, g.
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
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users