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

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