All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rafal Jaworowski <raj@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Pull request: u-boot-freebsd
Date: Wed, 09 Jan 2008 20:04:39 +0100	[thread overview]
Message-ID: <47851AC7.7070103@semihalf.com> (raw)

Dear Wolfgang,
This is another re-spin, rebased to current mainline, updated to reflect some
of the notes from discussion on the ML.

kind regards,
Rafal

The following changes since commit 6007f3251c0967adc13f2ed8be1b924ddc30124d:

  Wolfgang Denk (1):

        Coding Style cleanup, update CHANGELOG



are available in the git repository at:



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



Rafal Jaworowski (2):

      Globalize envmatch()

      API for external applications.



 Makefile                  |   10 +

 api/Makefile              |   40 +++

 api/README                |   55 ++++

 api/api.c                 |  670
+++++++++++++++++++++++++++++++++++++++++++++
 api/api_net.c             |  113 ++++++++

 api/api_platform-arm.c    |   60 ++++
           api/api_platform-ppc.c    |   79 ++++++

 api/api_private.h         |   48 ++++

 api/api_storage.c         |  370 +++++++++++++++++++++++++

 api_examples/Makefile     |  103 +++++++

 api_examples/crt0.S       |   50 ++++

 api_examples/demo.c       |  258 +++++++++++++++++

 api_examples/glue.c       |  405 +++++++++++++++++++++++++++

 api_examples/glue.h       |   76 +++++

 api_examples/libgenwrap.c |   90 ++++++

 common/cmd_nvedit.c       |    5 +-

 include/api_public.h      |  102 +++++++

 include/common.h          |    4 +

 lib_ppc/board.c           |    5 +

 19 files changed, 2539 insertions(+), 4 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-arm.c

 create mode 100644 api/api_platform-ppc.c

 create mode 100644 api/api_private.h

 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/glue.h

 create mode 100644 api_examples/libgenwrap.c

 create mode 100644 include/api_public.h

             reply	other threads:[~2008-01-09 19:04 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-09 19:04 Rafal Jaworowski [this message]
2008-01-09 22:08 ` [U-Boot-Users] Pull request: u-boot-freebsd Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2008-02-21 11:06 Rafal Jaworowski
2008-02-22 12:01 ` Wolfgang Denk
2008-01-29 16:28 Rafal Jaworowski
2008-02-11 23:51 ` Wolfgang Denk
2007-12-17 12:06 Rafal Jaworowski
2007-12-17 12:39 ` Haavard Skinnemoen
2007-12-17 17:17   ` Rafal Jaworowski
2007-12-17 18:03     ` Haavard Skinnemoen
2007-12-18 22:40       ` Rafal Jaworowski
2007-12-18 23:08         ` Wolfgang Denk
2007-12-19  9:32         ` Haavard Skinnemoen
2007-12-17 18:06     ` Marcel Moolenaar
2007-12-17 18:19       ` Haavard Skinnemoen
2007-12-17 19:10         ` Marcel Moolenaar
2007-12-19  9:08           ` Haavard Skinnemoen
2007-12-18 23:00         ` Rafal Jaworowski
2007-12-19  9:15           ` Haavard Skinnemoen
2007-12-27  0:05 ` Wolfgang Denk
2007-12-27 11:56   ` Rafal Jaworowski
2007-12-27 16:27     ` Ben Warren
2007-12-27 17:19       ` Rafal Jaworowski
2007-12-27 17:06     ` Wolfgang Denk
2007-12-27 17:29       ` Rafal Jaworowski
2007-12-27 19:59         ` Ben Warren
2007-12-27 20:06         ` Wolfgang Denk
2007-10-14 10:51 Rafal Jaworowski
2007-10-14 12:50 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47851AC7.7070103@semihalf.com \
    --to=raj@semihalf.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.