From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 12 Mar 2007 19:50:10 +0100 Subject: [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git References: <002401c763d8$31289f20$0500a8c0@monstrone> <528646bc0703120623p22dde4e9ub0c48400c8de3ce0@mail.gmail.com> Message-ID: <00e901c764d7$42cd3740$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 >> > I add patch to u-boot-microblaze tree. >> > >> > How to generate this log??? >> > include/asm-blackfin/cpu/cdefBF532.h | 398 ------ >> >> git-format-patch or diffstat > > Or as documented here: > > http://www.denx.de/wiki/UBoot/CustodianGitTrees > > I'm using something like: > > git-request-pull "$gitid" git://www.denx.de/git/u-boot-ppc4xx.git > > pull-request.txt > > Best regards, > Stefan > > ===================================================================== > DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk > Office: Kirchenstr. 5, D-82194 Groebenzell, Germany > ===================================================================== > > Thanks Stefan and Aubrey. My changes are below. MAKEALL | 2 +- Makefile | 6 + board/AtmarkTechno/suzaku/u-boot.lds | 2 +- board/xilinx/ml401/Makefile | 65 +++++++++ board/xilinx/ml401/config.mk | 29 ++++ board/xilinx/ml401/ml401.c | 49 +++++++ board/xilinx/ml401/u-boot.lds | 66 +++++++++ board/xilinx/ml401/xparameters.h | 56 ++++++++ board/xilinx/xilinx_enet/emac_adapter.c | 4 + common/cmd_bdinfo.c | 26 ++++ common/env_common.c | 8 + cpu/microblaze/Makefile | 3 +- cpu/microblaze/cache.c | 48 ++++++ cpu/microblaze/dcache.S | 68 +++++++++ cpu/microblaze/disable_int.S | 46 ++++++ cpu/microblaze/enable_int.S | 38 +++++ cpu/microblaze/exception.c | 68 +++++++++ cpu/microblaze/icache.S | 69 +++++++++ cpu/microblaze/interrupts.c | 182 +++++++++++++++++++++++- cpu/microblaze/irq.S | 165 +++++++++++++++++++++ cpu/microblaze/start.S | 62 ++++++++- cpu/microblaze/timer.c | 68 +++++++++ include/asm-microblaze/microblaze_intc.h | 41 ++++++ include/asm-microblaze/microblaze_timer.h | 42 ++++++ include/configs/ml401.h | 221 +++++++++++++++++++++++++++++ lib_microblaze/board.c | 95 +++++++++++-- lib_microblaze/microblaze_linux.c | 146 +++++++++++++++++++- lib_microblaze/time.c | 9 +- microblaze_config.mk | 2 +- 29 files changed, 1657 insertions(+), 29 deletions(-) >>From: "Grant Likely" >> [PATH][Microblaze] >> timer support >> interrupt controller support >> flash support >> ethernet support >> cache support >> board information support >> env support >> booting image support >> >> adding support for Xilinx ML401 > > Have these patches crossed the mailing list for review? I haven't seen > them. > > g. > > -- > Grant Likely, B.Sc. P.Eng. > Secret Lab Technologies Ltd. > grant.likely at secretlab.ca > (403) 399-0195 > Hi Grant, I sent the major part of this patch January 17. 2007 to U-BOOT tracking system. Michal Simek