From: Rafal Jaworowski <raj@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Pull request: u-boot-freebsd
Date: Sun, 14 Oct 2007 12:51:29 +0200 [thread overview]
Message-ID: <4711F4B1.5010003@semihalf.com> (raw)
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
next reply other threads:[~2007-10-14 10:51 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-14 10:51 Rafal Jaworowski [this message]
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
-- strict thread matches above, loose matches on Subject: below --
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
2008-01-09 19:04 Rafal Jaworowski
2008-01-09 22:08 ` Wolfgang Denk
2008-01-29 16:28 Rafal Jaworowski
2008-02-11 23:51 ` Wolfgang Denk
2008-02-21 11:06 Rafal Jaworowski
2008-02-22 12:01 ` 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=4711F4B1.5010003@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox