mbox

[U-Boot] Pull request u-boot-blackfin.git

Message ID 1306207946-5626-1-git-send-email-vapier@gentoo.org
State Superseded
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Mike Frysinger May 24, 2011, 3:32 a.m. UTC
The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:

  .gitignore: update list of u-boot.* files and add *.bin (2011-05-22 23:46:26 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git master

Harald Krapfenbauer (3):
      Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update network settings
      Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: enable mmc_spi support
      Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update embedded env settings

Mike Frysinger (4):
      Blackfin: use common LDSCRIPT logic
      Blackfin: use on-chip reset func with newer parts
      Blackfin: bf548-ezkit/bf561-ezkit: update env location
      Blackfin: boards: build zlib dir with -O2

 arch/blackfin/config.mk                            |    4 -
 arch/blackfin/cpu/reset.c                          |   70 ++++++++++----------
 arch/blackfin/{lib/u-boot.lds.S => cpu/u-boot.lds} |    0
 board/bct-brettl2/config.mk                        |    1 +
 board/bf518f-ezbrd/config.mk                       |    1 +
 board/bf526-ezbrd/config.mk                        |    1 +
 board/bf527-ad7160-eval/config.mk                  |    1 +
 board/bf527-ezkit/config.mk                        |    1 +
 board/bf527-sdp/config.mk                          |    1 +
 board/bf533-ezkit/config.mk                        |    1 +
 board/bf533-stamp/config.mk                        |    1 +
 board/bf537-stamp/config.mk                        |    1 +
 board/bf538f-ezkit/config.mk                       |    1 +
 board/bf548-ezkit/config.mk                        |    1 +
 board/bf561-acvilon/config.mk                      |    1 +
 board/bf561-ezkit/config.mk                        |    1 +
 board/cm-bf527/config.mk                           |    1 +
 board/cm-bf533/config.mk                           |    1 +
 board/cm-bf537e/cm-bf537e.c                        |   34 ++++++----
 board/cm-bf537e/config.mk                          |    1 +
 board/cm-bf537u/cm-bf537u.c                        |   39 ++++++-----
 board/cm-bf537u/config.mk                          |    1 +
 board/cm-bf548/config.mk                           |    1 +
 board/cm-bf561/config.mk                           |    1 +
 board/ip04/config.mk                               |    1 +
 board/tcm-bf518/config.mk                          |    1 +
 board/tcm-bf537/config.mk                          |    1 +
 board/tcm-bf537/tcm-bf537.c                        |   34 ++++++----
 include/configs/bf548-ezkit.h                      |   10 ++--
 include/configs/bf561-ezkit.h                      |   23 +------
 include/configs/cm-bf537e.h                        |   31 +++++++--
 include/configs/cm-bf537u.h                        |   35 +++++++---
 include/configs/tcm-bf537.h                        |   31 +++++++--
 33 files changed, 200 insertions(+), 133 deletions(-)
 rename arch/blackfin/{lib/u-boot.lds.S => cpu/u-boot.lds} (100%)

Comments

Wolfgang Denk June 1, 2011, 7:58 p.m. UTC | #1
Dear Mike Frysinger,

In message <1306207946-5626-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:
> 
>   .gitignore: update list of u-boot.* files and add *.bin (2011-05-22 23:46:26 +0200)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-blackfin.git master
> 
> Harald Krapfenbauer (3):
>       Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update network settings
>       Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: enable mmc_spi support
>       Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update embedded env settings
> 
> Mike Frysinger (4):
>       Blackfin: use common LDSCRIPT logic
>       Blackfin: use on-chip reset func with newer parts
>       Blackfin: bf548-ezkit/bf561-ezkit: update env location
>       Blackfin: boards: build zlib dir with -O2

It appears this is mostly new stuff, right?

If there are any real bug fixes in this, then please separate these
from the rest, which will then go into "next".

Thanks.

Best regards,

Wolfgang Denk
Mike Frysinger June 2, 2011, 3:02 p.m. UTC | #2
On Wednesday, June 01, 2011 15:58:50 Wolfgang Denk wrote:
> It appears this is mostly new stuff, right?

not really

these are absolutely fixes:
Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update embedded env settings
Blackfin: use on-chip reset func with newer parts
Blackfin: bf548-ezkit/bf561-ezkit: update env location
Blackfin: boards: build zlib dir with -O2

this was waiting on a patch that you didnt merge until later and so i couldnt 
push with my earlier set:
Blackfin: use common LDSCRIPT logic

this is partially new stuff, and partially fixing existing behavior to match 
the hardware:
Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update network settings

this is new stuff, but i was lazy and didnt want to figure out the patch 
relationship with the other changes to these files, and it's safe:
Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: enable mmc_spi support
-mike
Wolfgang Denk June 2, 2011, 8:46 p.m. UTC | #3
Dear Mike Frysinger,

In message <201106021102.08032.vapier@gentoo.org> you wrote:
>
> these are absolutely fixes:
> Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update embedded env settings
> Blackfin: use on-chip reset func with newer parts
> Blackfin: bf548-ezkit/bf561-ezkit: update env location
> Blackfin: boards: build zlib dir with -O2
>
> this was waiting on a patch that you didnt merge until later and so i couldnt 
> push with my earlier set:
> Blackfin: use common LDSCRIPT logic

OK.

> this is partially new stuff, and partially fixing existing behavior to match 
> the hardware:
> Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update network settings

So this should be split into two separate commits, or has to wait.

> this is new stuff, but i was lazy and didnt want to figure out the patch 
> relationship with the other changes to these files, and it's safe:
> Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: enable mmc_spi support

It will go into next, then.

Please prepare an updated pull request.

Best regards,

Wolfgang Denk