From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Sun, 5 Aug 2007 17:13:15 +0200 Subject: [U-Boot-Users] Microblaze: PULL request References: <000b01c7d765$de175bd0$0500a8c0@monstrone> Message-ID: <09ef01c7d773$283ff700$0500a8c0@monstrone> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Grant, I thought please pull these changes to u-boot testing branch not to mainline. > 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). These files were send in ROMFS patch 23.June 07 >> common/cmd_jffs2.c | 52 ++++-- >> fs/Makefile | 2 +- >> fs/romfs/Makefile | 49 +++++ >> fs/romfs/romfs.c | 270 ++++++++++++++++++++++++++ New files for supporting EMAC and EMACLITE interface. Old support files are in repository too. I want to remove xilinx large files from U-Boot source tree. Emac driver use PPC405 core too (ml300 board). I tested it for Microblaze CPU and you can test it for PPC405 and give me a respond. We were talking about at the end of March. >> Makefile | 9 +- >> drivers/net/Makefile | 45 +++++ >> drivers/net/xilinx_emac.c | 372 >> ++++++++++++++++++++++++++++++++++++ >> drivers/net/xilinx_emac.h | 128 +++++++++++++ >> drivers/net/xilinx_emaclite.c | 378 >> +++++++++++++++++++++++++++++++++++++ Little name changes - because xuartlite serial interface isn't only one which can be use with Microblaze CPU. I think that can be helpful for PPC405 embedded core too that can use uartlite serial interface. >> drivers/serial_xuartlite.c | 2 +- cmd_mfsl consist of only Microblaze dependent commands. >> common/cmd_mfsl.c | 11 +- Microblaze dependent files >> cpu/microblaze/cache.c | 2 +- >> cpu/microblaze/start.S | 6 +- >> cpu/microblaze/timer.c | 7 + >> lib_microblaze/time.c | 8 + >> board/xilinx/xupv2p/Makefile | 21 +-- >> board/xilinx/xupv2p/config.mk | 6 +- >> board/xilinx/xupv2p/xparameters.h | 27 ++-- >> include/configs/ml401.h | 1 + >> include/configs/suzaku.h | 3 + >> include/configs/xupv2p.h | 58 +++++- Best regards, Michal Simek