public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Pull request: u-boot-freebsd
@ 2007-10-14 10:51 Rafal Jaworowski
  2007-10-14 12:46 ` [U-Boot-Users] Pull request: u-boot-microblaze Michal Simek
  2007-10-14 12:50 ` [U-Boot-Users] Pull request: u-boot-freebsd Wolfgang Denk
  0 siblings, 2 replies; 6+ messages in thread
From: Rafal Jaworowski @ 2007-10-14 10:51 UTC (permalink / raw)
  To: u-boot

The following changes since commit 636400198228d96983c06657b17f760f5989958e:
  Wolfgang Denk (1):
        Prepare for 1.3.0-rc3 release

are available in the git repository at:

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

Rafal Jaworowski (5):
      [Net] Introduce standalone eth_receive() routine
      [POWERPC] Simplify bd_info struct
      Globalize envmatch() so it can be accessed from other U-Boot subsystems
      API for external applications
      Style cleanups

 Makefile                     |    7 +-
 api/Makefile                 |   40 +++
 api/README                   |   55 ++++
 api/api.c                    |  670 ++++++++++++++++++++++++++++++++++++++++++
 api/api_net.c                |  114 +++++++
 api/api_platform.c           |   74 +++++
 api/api_storage.c            |  370 +++++++++++++++++++++++
 api_examples/Makefile        |  103 +++++++
 api_examples/crt0.S          |   49 +++
 api_examples/demo.c          |  294 ++++++++++++++++++
 api_examples/glue.c          |  460 +++++++++++++++++++++++++++++
 api_examples/libgenwrap.c    |   96 ++++++
 common/cmd_nvedit.c          |    5 +-
 include/api_public.h         |  102 +++++++
 include/asm-ppc/u-boot.h     |   17 +-
 include/common.h             |    3 +
 include/configs/MPC8555CDS.h |    4 +
 include/net.h                |    1 +
 lib_ppc/board.c              |    5 +
 net/eth.c                    |   52 ++++
 net/net.c                    |    6 +
 21 files changed, 2512 insertions(+), 15 deletions(-)
 create mode 100644 api/Makefile
 create mode 100644 api/README
 create mode 100644 api/api.c
 create mode 100644 api/api_net.c
 create mode 100644 api/api_platform.c
 create mode 100644 api/api_storage.c
 create mode 100644 api_examples/Makefile
 create mode 100644 api_examples/crt0.S
 create mode 100644 api_examples/demo.c
 create mode 100644 api_examples/glue.c
 create mode 100644 api_examples/libgenwrap.c
 create mode 100644 include/api_public.h

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

* [U-Boot-Users] Pull request: u-boot-microblaze
  2007-10-14 10:51 [U-Boot-Users] Pull request: u-boot-freebsd Rafal Jaworowski
@ 2007-10-14 12:46 ` Michal Simek
  2007-10-14 13:00   ` Wolfgang Denk
  2007-10-14 12:50 ` [U-Boot-Users] Pull request: u-boot-freebsd Wolfgang Denk
  1 sibling, 1 reply; 6+ messages in thread
From: Michal Simek @ 2007-10-14 12:46 UTC (permalink / raw)
  To: u-boot

After this last fix in config file is microblaze branch ready.

Regards,
Michal Simek

The following changes since commit 636400198228d96983c06657b17f760f5989958e:
  Wolfgang Denk (1):
        Prepare for 1.3.0-rc3 release

are found in the git repository at:

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

Michal Simek (8):
      Merge ../u-boot
      Synchronize with U-BOOT mainline
      Merge ../u-boot
      Merge branch 'master' of /home/uboot/070912/u-boot-microblaze/
      [FIX] remove files form repository
      Merge ../master/
      Merge git://www.denx.de/git/u-boot
      [FIX] XUPV2P change command handling

 include/configs/xupv2p.h |   36 +++++++++++++++++-------------------
 1 files changed, 17 insertions(+), 19 deletions(-)

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

* [U-Boot-Users] Pull request: u-boot-freebsd
  2007-10-14 10:51 [U-Boot-Users] Pull request: u-boot-freebsd Rafal Jaworowski
  2007-10-14 12:46 ` [U-Boot-Users] Pull request: u-boot-microblaze Michal Simek
@ 2007-10-14 12:50 ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2007-10-14 12:50 UTC (permalink / raw)
  To: u-boot

Dear Rafal,

in message <4711F4B1.5010003@semihalf.com> you wrote:
> The following changes since commit 636400198228d96983c06657b17f760f5989958e:
>   Wolfgang Denk (1):
>         Prepare for 1.3.0-rc3 release
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-freebsd.git master
> 
> Rafal Jaworowski (5):
>       [Net] Introduce standalone eth_receive() routine
>       [POWERPC] Simplify bd_info struct
>       Globalize envmatch() so it can be accessed from other U-Boot subsystems
>       API for external applications
>       Style cleanups

Thanks - but as far as I understand this is new stuff which  will  be
added during the next merge window, not now where only last fixes get
added for the 1.3.0 release.

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
Carelessly planned projects take three times longer to complete  than
expected.  Carefully  planned  projects  take  four  times  longer to
complete than expected, mostly  because  the  planners  expect  their
planning to reduce the time it takes.

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

* [U-Boot-Users] Pull request: u-boot-microblaze
  2007-10-14 12:46 ` [U-Boot-Users] Pull request: u-boot-microblaze Michal Simek
@ 2007-10-14 13:00   ` Wolfgang Denk
  2007-10-14 14:08     ` Michal Simek
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2007-10-14 13:00 UTC (permalink / raw)
  To: u-boot

In message <2043.4050-5273-498522236-1192366013@seznam.cz> you wrote:
> After this last fix in config file is microblaze branch ready.
> 
> Regards,
> Michal Simek
> 
> The following changes since commit 636400198228d96983c06657b17f760f5989958e:
>   Wolfgang Denk (1):
>         Prepare for 1.3.0-rc3 release
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git

Merged. Thanks.

> Michal Simek (8):
>       Merge ../u-boot
>       Synchronize with U-BOOT mainline
>       Merge ../u-boot
>       Merge branch 'master' of /home/uboot/070912/u-boot-microblaze/
>       [FIX] remove files form repository
>       Merge ../master/
>       Merge git://www.denx.de/git/u-boot
>       [FIX] XUPV2P change command handling

Ummm... it's obviously ony the last line of this list... ?


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
For every problem there is one solution which is  simple,  neat,  and
wrong.                                                - H. L. Mencken

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

* [U-Boot-Users] Pull request: u-boot-microblaze
  2007-10-14 13:00   ` Wolfgang Denk
@ 2007-10-14 14:08     ` Michal Simek
  2007-10-14 22:24       ` Grant Likely
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Simek @ 2007-10-14 14:08 UTC (permalink / raw)
  To: u-boot

>> Michal Simek (8):
>>       Merge ../u-boot
>>       Synchronize with U-BOOT mainline
>>       Merge ../u-boot
>>       Merge branch 'master' of /home/uboot/070912/u-boot-microblaze/
>>       [FIX] remove files form repository
>>       Merge ../master/
>>       Merge git://www.denx.de/git/u-boot
>>       [FIX] XUPV2P change command handling
> 
> Ummm... it's obviously ony the last line of this list... ?

Yes. The rest is custodian overhead.

Regards,
Michal Simek 

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

* [U-Boot-Users] Pull request: u-boot-microblaze
  2007-10-14 14:08     ` Michal Simek
@ 2007-10-14 22:24       ` Grant Likely
  0 siblings, 0 replies; 6+ messages in thread
From: Grant Likely @ 2007-10-14 22:24 UTC (permalink / raw)
  To: u-boot

On 10/14/07, Michal Simek <monstr@seznam.cz> wrote:
> >> Michal Simek (8):
> >>       Merge ../u-boot
> >>       Synchronize with U-BOOT mainline
> >>       Merge ../u-boot
> >>       Merge branch 'master' of /home/uboot/070912/u-boot-microblaze/
> >>       [FIX] remove files form repository
> >>       Merge ../master/
> >>       Merge git://www.denx.de/git/u-boot
> >>       [FIX] XUPV2P change command handling
> >
> > Ummm... it's obviously ony the last line of this list... ?
>
> Yes. The rest is custodian overhead.

Heh.

/me hands Michal the git-rebase man page.  :-)

Cheers,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195

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

end of thread, other threads:[~2007-10-14 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-14 10:51 [U-Boot-Users] Pull request: u-boot-freebsd Rafal Jaworowski
2007-10-14 12:46 ` [U-Boot-Users] Pull request: u-boot-microblaze Michal Simek
2007-10-14 13:00   ` Wolfgang Denk
2007-10-14 14:08     ` Michal Simek
2007-10-14 22:24       ` Grant Likely
2007-10-14 12:50 ` [U-Boot-Users] Pull request: u-boot-freebsd Wolfgang Denk

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