mbox

[U-Boot,GIT,PULL] u-boot-mips/master

Message ID CACUy__Vcdfg37md6DaQPm1zwCZvcKsUcG_SCijvq-Nj-nmXtOw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mips.git master

Message

Daniel Schwierzeck Jan. 16, 2013, 10:11 a.m. UTC
Hi Tom,

The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:

  Prepare v2013.01 (2013-01-15 14:47:42 -0700)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 54b08efcf2f4ff532ce99c53f341a59c193331a5:

  README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100)

----------------------------------------------------------------
Daniel Schwierzeck (3):
      MIPS: qemu-mips: update and fix example usage in README
      README.qemu-mips: move README file from board to doc directory
      README.mips: update known issues and TODOs

Gabor Juhos (6):
      MIPS: bootm.c: use debug macro to print debug message
      MIPS: bootm.c: separate linux jump code
      MIPS: bootm.c: separate environment initialization
      MIPS: bootm.c: add support for 'prep' and 'go' subcommands
      MIPS: qemu-mips: fix a typo in README
      MIPS: qemu-mips: add '-M mips' switch to the example usage command

 arch/mips/lib/bootm.c                          | 51
+++++++++++++++++++++++++++++++++++----------------
 doc/README.mips                                | 11 ++++++-----
 board/qemu-mips/README => doc/README.qemu-mips | 30
++++++++++++++++++++++--------
 3 files changed, 63 insertions(+), 29 deletions(-)
 rename board/qemu-mips/README => doc/README.qemu-mips (88%)

Comments

Tom Rini Jan. 21, 2013, 9:08 p.m. UTC | #1
On Wed, Jan 16, 2013 at 11:11:42AM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:
> 
>   Prepare v2013.01 (2013-01-15 14:47:42 -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to 54b08efcf2f4ff532ce99c53f341a59c193331a5:
> 
>   README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (3):
>       MIPS: qemu-mips: update and fix example usage in README
>       README.qemu-mips: move README file from board to doc directory
>       README.mips: update known issues and TODOs
> 
> Gabor Juhos (6):
>       MIPS: bootm.c: use debug macro to print debug message
>       MIPS: bootm.c: separate linux jump code
>       MIPS: bootm.c: separate environment initialization
>       MIPS: bootm.c: add support for 'prep' and 'go' subcommands
>       MIPS: qemu-mips: fix a typo in README
>       MIPS: qemu-mips: add '-M mips' switch to the example usage command
> 
>  arch/mips/lib/bootm.c                          | 51
> +++++++++++++++++++++++++++++++++++----------------
>  doc/README.mips                                | 11 ++++++-----
>  board/qemu-mips/README => doc/README.qemu-mips | 30
> ++++++++++++++++++++++--------
>  3 files changed, 63 insertions(+), 29 deletions(-)
>  rename board/qemu-mips/README => doc/README.qemu-mips (88%)

Applied to u-boot/master, thanks!