[U-Boot-Users] Pull request: u-boot-freebsd

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

After this last fix in config file is microblaze branch ready.
Regards, Michal Simek
The following changes since commit 636400198228d96983c06657b17f760f5989958e: Wolfgang Denk (1): Prepare for 1.3.0-rc3 release
are found in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git
Michal Simek (8): Merge ../u-boot Synchronize with U-BOOT mainline Merge ../u-boot Merge branch 'master' of /home/uboot/070912/u-boot-microblaze/ [FIX] remove files form repository Merge ../master/ Merge git://www.denx.de/git/u-boot [FIX] XUPV2P change command handling
include/configs/xupv2p.h | 36 +++++++++++++++++------------------- 1 files changed, 17 insertions(+), 19 deletions(-)

In message 2043.4050-5273-498522236-1192366013@seznam.cz you wrote:
After this last fix in config file is microblaze branch ready.
Regards, Michal Simek
The following changes since commit 636400198228d96983c06657b17f760f5989958e: Wolfgang Denk (1): Prepare for 1.3.0-rc3 release
are found in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git
Merged. Thanks.
Michal Simek (8): Merge ../u-boot Synchronize with U-BOOT mainline Merge ../u-boot Merge branch 'master' of /home/uboot/070912/u-boot-microblaze/ [FIX] remove files form repository Merge ../master/ Merge git://www.denx.de/git/u-boot [FIX] XUPV2P change command handling
Ummm... it's obviously ony the last line of this list... ?
Best regards,
Wolfgang Denk

Michal Simek (8): Merge ../u-boot Synchronize with U-BOOT mainline Merge ../u-boot Merge branch 'master' of /home/uboot/070912/u-boot-microblaze/ [FIX] remove files form repository Merge ../master/ Merge git://www.denx.de/git/u-boot [FIX] XUPV2P change command handling
Ummm... it's obviously ony the last line of this list... ?
Yes. The rest is custodian overhead.
Regards, Michal Simek

On 10/14/07, Michal Simek monstr@seznam.cz wrote:
Michal Simek (8): Merge ../u-boot Synchronize with U-BOOT mainline Merge ../u-boot Merge branch 'master' of /home/uboot/070912/u-boot-microblaze/ [FIX] remove files form repository Merge ../master/ Merge git://www.denx.de/git/u-boot [FIX] XUPV2P change command handling
Ummm... it's obviously ony the last line of this list... ?
Yes. The rest is custodian overhead.
Heh.
/me hands Michal the git-rebase man page. :-)
Cheers, g.

Dear Rafal,
in message 4711F4B1.5010003@semihalf.com you wrote:
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
Thanks - but as far as I understand this is new stuff which will be added during the next merge window, not now where only last fixes get added for the 1.3.0 release.
Best regards,
Wolfgang Denk
participants (5)
-
Grant Likely
-
Michal Simek
-
Michal Simek
-
Rafal Jaworowski
-
Wolfgang Denk