From: Rafal Jaworowski <raj@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Pull request: u-boot-freebsd
Date: Mon, 17 Dec 2007 13:06:42 +0100 [thread overview]
Message-ID: <47666652.30600@semihalf.com> (raw)
Dear Wolfgang,
This is a re-spin on the already requested pull for the initial implementation
of the extended API for standalone apps, that is used for FreeBSD bootstrapping.
kind regards,
Rafal
The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
Wolfgang Denk (1):
Release v1.3.1
are available in the git repository at:
git://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-12-17 12:06 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-17 12:06 Rafal Jaworowski [this message]
2007-12-17 12:39 ` [U-Boot-Users] Pull request: u-boot-freebsd 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
-- 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
2008-01-09 19:04 Rafal Jaworowski
2008-01-09 22:08 ` 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=47666652.30600@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