[U-Boot-Users] Pull request: u-boot-freebsd
Rafal Jaworowski
raj at semihalf.com
Wed Jan 9 20:04:39 CET 2008
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
More information about the U-Boot
mailing list