* [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
@ 2007-03-11 12:24 Michal Simek
2007-03-11 13:51 ` Aubrey Li
2007-03-12 13:23 ` Grant Likely
0 siblings, 2 replies; 7+ messages in thread
From: Michal Simek @ 2007-03-11 12:24 UTC (permalink / raw)
To: u-boot
[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
commit 76316a318de91f6184e7c22a10e02d275ade2441
commit cfc67116a706fd18b8f6a9c11a16753c5626d689
Hi,
I add patch to u-boot-microblaze tree.
How to generate this log???
include/asm-blackfin/cpu/cdefBF532.h | 398 ------
Best regards
Michal Simek
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
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
1 sibling, 1 reply; 7+ messages in thread
From: Aubrey Li @ 2007-03-11 13:51 UTC (permalink / raw)
To: u-boot
On 3/11/07, Michal Simek <monstr@seznam.cz> wrote:
> [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
>
> commit 76316a318de91f6184e7c22a10e02d275ade2441
>
> commit cfc67116a706fd18b8f6a9c11a16753c5626d689
>
>
>
> Hi,
> 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
-Aubrey
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
2007-03-11 13:51 ` Aubrey Li
@ 2007-03-11 19:28 ` Stefan Roese
0 siblings, 0 replies; 7+ messages in thread
From: Stefan Roese @ 2007-03-11 19:28 UTC (permalink / raw)
To: u-boot
On Sunday 11 March 2007 14:51, Aubrey Li wrote:
> > 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
=====================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
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-12 13:23 ` Grant Likely
2007-03-12 18:50 ` Michal Simek
1 sibling, 1 reply; 7+ messages in thread
From: Grant Likely @ 2007-03-12 13:23 UTC (permalink / raw)
To: u-boot
On 3/11/07, Michal Simek <monstr@seznam.cz> wrote:
> [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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
2007-03-12 13:23 ` Grant Likely
@ 2007-03-12 18:50 ` Michal Simek
2007-03-12 19:24 ` Grant Likely
2007-04-04 0:10 ` Wolfgang Denk
0 siblings, 2 replies; 7+ messages in thread
From: Michal Simek @ 2007-03-12 18:50 UTC (permalink / raw)
To: u-boot
>> > 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
2007-03-12 18:50 ` Michal Simek
@ 2007-03-12 19:24 ` Grant Likely
2007-04-04 0:10 ` Wolfgang Denk
1 sibling, 0 replies; 7+ messages in thread
From: Grant Likely @ 2007-03-12 19:24 UTC (permalink / raw)
To: u-boot
On 3/12/07, Michal Simek <monstr@seznam.cz> wrote:
> > Have these patches crossed the mailing list for review? I haven't seen
> > them.
> >
> I sent the major part of this patch January 17. 2007 to U-BOOT tracking
> system.
Can you please repost them to the list? (one email per patch, inline,
not compressed, etc, etc). I cannot comment on patches in the
tracking system; it seems to be a write-only medium. :-)
Patches must be reviewed in a public forum before being pulled into mainline.
Thanks
g.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
2007-03-12 18:50 ` Michal Simek
2007-03-12 19:24 ` Grant Likely
@ 2007-04-04 0:10 ` Wolfgang Denk
1 sibling, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2007-04-04 0:10 UTC (permalink / raw)
To: u-boot
In message <00e901c764d7$42cd3740$0500a8c0@monstrone> you wrote:
>
> 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(-)
Pulled. But please be a bit more careful about coding style:
trailing white space: board/xilinx/xilinx_enet/emac_adapter.c
cpu/microblaze/start.S
include/configs/ml401.h
include/configs/xupv2p.h
trailing empty lines: Makefile
include/asm-microblaze/microblaze_intc.h
include/asm-microblaze/microblaze_timer.h
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
PROGRAM - n. A magic spell cast over a computer allowing it to turn
one's input into error messages.
v. tr. - To engage in a pastime similar to banging one's head against
a wall, but with fewer opportunities for reward.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-04-04 0:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2007-03-12 19:24 ` Grant Likely
2007-04-04 0:10 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox