[PATCH 0/4] yaboot tftp-boot extensions and ipv6 support
Tony Breeds
tony at bakeyournoodle.com
Wed Apr 15 10:33:32 EST 2009
On Tue, Apr 14, 2009 at 11:09:52PM +0100, Paul Nasrat wrote:
> Sure if you have a git repo to pull from that'd be great, else point
> me at the patch and I'll integrate it manually.
Hi Paul,
This patch series is mostly Chandra's The patch "Handle ipv6 boot
parameters for POWER architecture." is act Chandra's work with a merge fix by
me but my git foo is not enough to have the author set appropriately.
The following changes since commit fa877515ee56ce034ee8ae0d37994d9c6957e5ad:
Will Woods (1):
long append="..." causes yaboot to reject entire yaboot.conf (MAX_TOKEN too small)
are available in the git repository at:
git://git.ozlabs.org/~tony/yaboot netboot
Chandra Seetharaman (3):
Prepare for netboot fix(following patch). No Functional change.
Fix netboot fucntionality to use the parameters specified.
Move ipv4 arguments handling to a separate function. No fucntional change.
Tony Breeds (3):
Increase the LOAD_BUFFER_SIZE to 20MiB.
Enhance the parseing of IPv4 information.
Handle ipv6 boot parameters for POWER architecture.
include/debug.h | 4 +-
include/file.h | 13 +++-
include/fs.h | 8 +-
include/prom.h | 1 +
second/file.c | 263 ++++++++++++++++++++++++++++++++++++++++----------
second/fs.c | 6 +-
second/fs_ext2.c | 8 +-
second/fs_iso.c | 6 +-
second/fs_of.c | 68 +++++++++----
second/fs_reiserfs.c | 12 ++-
second/fs_xfs.c | 18 ++--
second/yaboot.c | 6 +
12 files changed, 310 insertions(+), 103 deletions(-)
Yours Tony
More information about the Yaboot-devel
mailing list