From: Michal Simek <monstr@seznam.cz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
Date: Mon, 12 Mar 2007 19:50:10 +0100 [thread overview]
Message-ID: <00e901c764d7$42cd3740$0500a8c0@monstrone> (raw)
In-Reply-To: 528646bc0703120623p22dde4e9ub0c48400c8de3ce0@mail.gmail.com
>> > 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" <grant.likely@secretlab.ca>
>> [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
next prev parent reply other threads:[~2007-03-12 18:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-11 12:24 [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git Michal Simek
2007-03-11 13:51 ` Aubrey Li
2007-03-11 19:28 ` Stefan Roese
2007-03-12 13:23 ` Grant Likely
2007-03-12 18:50 ` Michal Simek [this message]
2007-03-12 19:24 ` Grant Likely
2007-04-04 0:10 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00e901c764d7$42cd3740$0500a8c0@monstrone' \
--to=monstr@seznam.cz \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.