mbox

[U-Boot] Pull request u-boot-blackfin.git (sandbox branch)

Message ID 1323558076-10036-1-git-send-email-vapier@gentoo.org
State Accepted
Headers show

Pull-request

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

Message

Mike Frysinger Dec. 10, 2011, 11:01 p.m. UTC
This makes sandbox work again on the latest master.

The following changes since commit c90a4dd79cb17abb46689f27ff9f1c971362d6e2:

  post/post.c: Use lldiv for 64-bit divisions (2011-12-10 23:15:14 +0100)

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

Andreas Bießmann (1):
      sandbox: fix compiling of cpu/os.c

Matthias Weisser (2):
      sandbox: Add improved RAM simulation
      sandbox: Add timer simulation

 arch/sandbox/config.mk          |    1 +
 arch/sandbox/cpu/Makefile       |    7 ++++---
 arch/sandbox/cpu/cpu.c          |    4 ++--
 arch/sandbox/cpu/os.c           |   34 ++++++++++++++++++++++++++++++++++
 arch/sandbox/lib/board.c        |   17 ++++++++++-------
 board/sandbox/sandbox/sandbox.c |    4 +++-
 common/Makefile                 |    3 ---
 include/os.h                    |   22 ++++++++++++++++++++++
 8 files changed, 76 insertions(+), 16 deletions(-)

Comments

Wolfgang Denk Dec. 12, 2011, 6:54 a.m. UTC | #1
Dear Mike Frysinger,

In message <1323558076-10036-1-git-send-email-vapier@gentoo.org> you wrote:
> This makes sandbox work again on the latest master.
> 
> The following changes since commit c90a4dd79cb17abb46689f27ff9f1c971362d6e2:
> 
>   post/post.c: Use lldiv for 64-bit divisions (2011-12-10 23:15:14 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-blackfin.git sandbox
> 
> Andreas Bießmann (1):
>       sandbox: fix compiling of cpu/os.c
> 
> Matthias Weisser (2):
>       sandbox: Add improved RAM simulation
>       sandbox: Add timer simulation
> 
>  arch/sandbox/config.mk          |    1 +
>  arch/sandbox/cpu/Makefile       |    7 ++++---
>  arch/sandbox/cpu/cpu.c          |    4 ++--
>  arch/sandbox/cpu/os.c           |   34 ++++++++++++++++++++++++++++++++++
>  arch/sandbox/lib/board.c        |   17 ++++++++++-------
>  board/sandbox/sandbox/sandbox.c |    4 +++-
>  common/Makefile                 |    3 ---
>  include/os.h                    |   22 ++++++++++++++++++++++
>  8 files changed, 76 insertions(+), 16 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk