2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/yaboot
yinle 2acbd8d680 readme for rebuild yaboot with yaboot 1.3.17-rc1
Former-commit-id: 3ea5d1624958cc8a4fd97f4d730bc0a396e96567
2011-06-27 15:25:15 +00:00
..
readme readme for rebuild yaboot with yaboot 1.3.17-rc1 2011-06-27 15:25:15 +00:00
yaboot-1.3.14-better_netboot2.patch -Check in patches required for spec change 2010-05-25 13:24:57 +00:00
yaboot-1.3.14-better_netboot.patch -Check in patches required for spec change 2010-05-25 13:24:57 +00:00
yaboot-1.3.14-bigger-max-token.patch -Check in patches required for spec change 2010-05-25 13:24:57 +00:00
yaboot-1.3.14-ipv6.patch -Check in patches required for spec change 2010-05-25 13:24:57 +00:00
yaboot-1.3.14-move_kernel.patch -Add kernel move patch for larger kernels 2010-05-17 14:45:00 +00:00
yaboot-1.3.14.tar.gz Add yaboot source package for convenience 2008-02-28 20:49:04 +00:00
yaboot-1.3.15-05122010-sanedhcppriority.patch -Fix DHCP vs. env priority (proper would be to treat '000.000.000.000' as invalid equal to a blank string or null pointer) 2010-05-26 19:07:16 +00:00
yaboot-1.3.15-05122010.tar.gz -Refresh yaboot to address issues in recent SLES11 updates 2010-05-12 22:04:57 +00:00
yaboot-1.3.15-promclaim.patch -Check in missing yaboot patch 2010-06-01 14:54:36 +00:00
yaboot-1.3.17-rc1.tar.gz rebuild yaboot with 3.17-rc1 2011-06-27 15:00:55 +00:00
yaboot-32bitbuild.patch rebuild yaboot with 3.17-rc1 2011-06-27 14:54:06 +00:00
yaboot-buf-expand.patch Expand buffer size for recieving install image 2009-03-31 09:19:32 +00:00
yaboot-debug.patch rebuild yaboot with 3.17-rc1 2011-06-27 14:59:26 +00:00
yaboot-fixes.patch -Have yaboot request up to 100 transfer retries from firmware 2008-05-05 17:46:05 +00:00
yaboot-promclaim.patch rebuild yaboot with 3.17-rc1 2011-06-27 15:03:35 +00:00
yaboot-sanedhcppriority.patch rebuild yaboot with 3.17-rc1 2011-06-27 14:57:19 +00:00
yaboot-skipmac.patch -Refresh yaboot to address issues in recent SLES11 updates 2010-05-12 22:04:57 +00:00
yaboot-xcat.spec rebuild yaboot with 3.17-rc1 2011-06-27 14:50:44 +00:00

use rpmbuild -bb yaboot-xcat.spec to make the build yaboot-xcat-1.3.17-rc1.noarch.rpm


Patchs overview:

These patches are no use now:
1. yaboot-skipmac.patch--done
    This patch is used to skip using mac address in the configuration file.
    Since the P775 will use the mac address in the configuration file, I think it is no use anymore.
2. yaboot-1.3.15-promclaim.patch
    The newest official yaboot build has contained this patch.
3. yaboot-1.3.14-better_netboot.patch
    The newest official yaboot build has contained this patch.
4. yaboot-1.3.14-ipv6.patch
    The newest official yaboot build has contained this patch.
5. yaboot-fixes.patch
    This patch was not used in the last xcat-yaboot build.
6. yaboot-1.3.14-better_netboot2.patch
    The newest official yaboot build has contained this patch.
7. yaboot-1.3.14-move_kernel.patch
    Free the TFTP load buffer so the booted kernel has some memory to run with. It is no use for 3.17-rc1 yaboot build.

These patches will be used in the new build.
1. yaboot-32bitbuild.patch   
    Add the "-m32" compiler switch to tell GCC to compile user code as 32-bit.
2. yaboot-sanedhcppriority.patch 
    Use the mask and gateway from bootp package to overwrite the existed boot-path. 
    I've no idea about the reason of this patch, and don't think it is a necessary patch but still leave it here.    
   
New patches:
1. yaboot-promclaim.patch
    Claime big size on pROM for the large initrd file.
2. yaboot-debug.patch
    This patch adds some print and enable the debug information in yaboot, used to debug problems.