public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Microblaze pull request
@ 2009-01-23 10:11 Michal Simek
  2009-01-23 21:47 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2009-01-23 10:11 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Please pull u-boot-microblaze master branch.

Best regards,
Michal


The following changes since commit 72d15e705bc3983884105cb7755c7ba80e74a0a5:
  Wolfgang Denk (1):
        Prepare v2009.01

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git master

Michal Simek (5):
      microblaze: Rename ml401 to microblaze-generic
      microblaze: Change microblaze-generic config file
      microblaze: Add bootup messages to board.c
      microblaze: Add cache flush
      microblaze: Use cache functions (especially cache status)

 MAINTAINERS                                        |    2 +-
 MAKEALL                                            |    6 +-
 Makefile                                           |    5 +-
 .../xilinx/{ml401 => microblaze-generic}/Makefile  |    0
 .../xilinx/{ml401 => microblaze-generic}/config.mk |    0
 .../microblaze-generic.c}                          |    0
 .../{ml401 => microblaze-generic}/u-boot.lds       |    0
 .../{ml401 => microblaze-generic}/xparameters.h    |    2 +
 cpu/microblaze/cache.c                             |    3 -
 include/configs/{ml401.h => microblaze-generic.h}  |  121 ++++++++++++--------
 lib_microblaze/board.c                             |   30 +++++-
 lib_microblaze/cache.c                             |   16 +++-
 12 files changed, 121 insertions(+), 64 deletions(-)
 rename board/xilinx/{ml401 => microblaze-generic}/Makefile (100%)
 rename board/xilinx/{ml401 => microblaze-generic}/config.mk (100%)
 rename board/xilinx/{ml401/ml401.c => microblaze-generic/microblaze-generic.c}
(100%)
 rename board/xilinx/{ml401 => microblaze-generic}/u-boot.lds (100%)
 rename board/xilinx/{ml401 => microblaze-generic}/xparameters.h (97%)
 rename include/configs/{ml401.h => microblaze-generic.h} (72%)

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Microblaze pull request
  2009-01-23 10:11 [U-Boot] Microblaze pull request Michal Simek
@ 2009-01-23 21:47 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-01-23 21:47 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <497997B7.9030804@monstr.eu> you wrote:
> 
> Please pull u-boot-microblaze master branch.
> 
> The following changes since commit 72d15e705bc3983884105cb7755c7ba80e74a0a5:
>   Wolfgang Denk (1):
>         Prepare v2009.01
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (5):
>       microblaze: Rename ml401 to microblaze-generic
>       microblaze: Change microblaze-generic config file
>       microblaze: Add bootup messages to board.c
>       microblaze: Add cache flush
>       microblaze: Use cache functions (especially cache status)

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Of all the things I've lost, I miss my mind the most.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Microblaze Pull Request
@ 2009-09-14 12:55 Michal Simek
  2009-09-15 19:47 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2009-09-14 12:55 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

I decided to remove ll_temac driver from master branch.
He has a lot of work and I want to clean other u-boot stuff.

Ben: LL-temac driver in in net branch please add it to your net branch.

There are some important patches:
1. Removing Suzaku board
2. Remove old emac driver
3. Cleanup license for emaclite
+ some minor patches.

Thanks for pulling that changes,
Michal


The following changes since commit e7963772eb78a6aa1fa65063d64eab3a8626daac:
  Marcel Ziswiler (1):
        muas3001: remove BRG clock node fixup to use common mpc8260 code.

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git master

Michal Simek (6):
      microblaze: Add sbss, scommon and COMMON symbols for clearing
      microblaze: Short size of global data and fix malloc size
      net: Remove old Xilinx Emac driver
      microblaze: Remove AtmarkTechno Suzaku board
      microblaze: Enable hush parser
      net: emaclite: Cleanup license to be GPL compatible

 MAINTAINERS                                |    4 -
 MAKEALL                                    |    1 -
 Makefile                                   |    5 -
 board/AtmarkTechno/suzaku/Makefile         |   44 ---
 board/AtmarkTechno/suzaku/config.mk        |   29 --
 board/AtmarkTechno/suzaku/flash.c          |   46 ---
 board/AtmarkTechno/suzaku/suzaku.c         |   32 --
 board/AtmarkTechno/suzaku/u-boot.lds       |   68 ----
 board/xilinx/microblaze-generic/u-boot.lds |    3 +
 drivers/net/Makefile                       |    1 -
 drivers/net/xilinx_emac.c                  |  464 ----------------------------
 drivers/net/xilinx_emaclite.c              |   39 ++--
 include/configs/microblaze-generic.h       |   17 +-
 include/configs/suzaku.h                   |  110 -------
 14 files changed, 33 insertions(+), 830 deletions(-)
 delete mode 100644 board/AtmarkTechno/suzaku/Makefile
 delete mode 100644 board/AtmarkTechno/suzaku/config.mk
 delete mode 100644 board/AtmarkTechno/suzaku/flash.c
 delete mode 100644 board/AtmarkTechno/suzaku/suzaku.c
 delete mode 100644 board/AtmarkTechno/suzaku/u-boot.lds
 delete mode 100644 drivers/net/xilinx_emac.c
 delete mode 100644 include/configs/suzaku.h


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Microblaze Pull Request
  2009-09-14 12:55 [U-Boot] Microblaze Pull Request Michal Simek
@ 2009-09-15 19:47 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-09-15 19:47 UTC (permalink / raw)
  To: u-boot

Dear Michal Simek,

In message <4AAE3D42.3020304@monstr.eu> you wrote:
> Hi Wolfgang,
> 
> I decided to remove ll_temac driver from master branch.
> He has a lot of work and I want to clean other u-boot stuff.
> 
> Ben: LL-temac driver in in net branch please add it to your net branch.
> 
> There are some important patches:
> 1. Removing Suzaku board
> 2. Remove old emac driver
> 3. Cleanup license for emaclite
> + some minor patches.
> 
> Thanks for pulling that changes,
> Michal
> 
> 
> The following changes since commit e7963772eb78a6aa1fa65063d64eab3a8626daac:
>   Marcel Ziswiler (1):
>         muas3001: remove BRG clock node fixup to use common mpc8260 code.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (6):
>       microblaze: Add sbss, scommon and COMMON symbols for clearing
>       microblaze: Short size of global data and fix malloc size
>       net: Remove old Xilinx Emac driver
>       microblaze: Remove AtmarkTechno Suzaku board
>       microblaze: Enable hush parser
>       net: emaclite: Cleanup license to be GPL compatible
> 
>  MAINTAINERS                                |    4 -
>  MAKEALL                                    |    1 -
>  Makefile                                   |    5 -
>  board/AtmarkTechno/suzaku/Makefile         |   44 ---
>  board/AtmarkTechno/suzaku/config.mk        |   29 --
>  board/AtmarkTechno/suzaku/flash.c          |   46 ---
>  board/AtmarkTechno/suzaku/suzaku.c         |   32 --
>  board/AtmarkTechno/suzaku/u-boot.lds       |   68 ----
>  board/xilinx/microblaze-generic/u-boot.lds |    3 +
>  drivers/net/Makefile                       |    1 -
>  drivers/net/xilinx_emac.c                  |  464 ----------------------------
>  drivers/net/xilinx_emaclite.c              |   39 ++--
>  include/configs/microblaze-generic.h       |   17 +-
>  include/configs/suzaku.h                   |  110 -------
>  14 files changed, 33 insertions(+), 830 deletions(-)
>  delete mode 100644 board/AtmarkTechno/suzaku/Makefile
>  delete mode 100644 board/AtmarkTechno/suzaku/config.mk
>  delete mode 100644 board/AtmarkTechno/suzaku/flash.c
>  delete mode 100644 board/AtmarkTechno/suzaku/suzaku.c
>  delete mode 100644 board/AtmarkTechno/suzaku/u-boot.lds
>  delete mode 100644 drivers/net/xilinx_emac.c
>  delete mode 100644 include/configs/suzaku.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Any technology distinguishable from magic is insufficiently advanced.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-15 19:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-14 12:55 [U-Boot] Microblaze Pull Request Michal Simek
2009-09-15 19:47 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-01-23 10:11 [U-Boot] Microblaze pull request Michal Simek
2009-01-23 21:47 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox