[U-Boot-Users] [Git push][Microblaze]Please pull u-boot-microblaze.git
Wolfgang Denk
wd at denx.de
Wed Apr 4 02:10:07 CEST 2007
In message <00e901c764d7$42cd3740$0500a8c0 at 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.
More information about the U-Boot
mailing list