Hi there,
This is the first in a series of patches for buildrom to add support for the Gigabyte m57sli board.
Thanks, Ward.
Acked-by: Jordan Crouse jordan.crouse@amd.com
On 05/09/07 18:08 -0400, Ward Vandewege wrote:
Hi there,
This is the first in a series of patches for buildrom to add support for the Gigabyte m57sli board.
Thanks, Ward.
-- Ward Vandewege ward@fsf.org Free Software Foundation - Senior System Administrator
Make doquilt.sh a bit smarter about dealing with quilt patch trees.
Signed-off-by: Ward Vandewege ward@gnu.org
Index: bin/doquilt.sh
--- bin/doquilt.sh (revision 17) +++ bin/doquilt.sh (working copy) @@ -22,6 +22,13 @@ exit 0 fi
+# Sometimes the patch order matches. In that case, we can pass the entire patch subdirectory +# to this script as the second argument, and we'll copy it into $DIR/patches/ +if [ -d $1 ]; then
cp -pr $1/* $DIR/patches/
shift
+fi
while [ $# -gt 0 ]; do echo `basename $1` >> $DIR/patches/series cp $1 $DIR/patches
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
On Wed, Sep 05, 2007 at 08:34:35PM -0600, Jordan Crouse wrote:
Acked-by: Jordan Crouse jordan.crouse@amd.com
r18
Thanks, Ward.
On 05/09/07 18:08 -0400, Ward Vandewege wrote:
Hi there,
This is the first in a series of patches for buildrom to add support for the Gigabyte m57sli board.
I've been distracted by several small fires. These have all be acked - can somebody check them in for me? Thanks! :)
Jordan
On Wed, Sep 12, 2007 at 08:49:20AM -0600, Jordan Crouse wrote:
On 05/09/07 18:08 -0400, Ward Vandewege wrote:
Hi there,
This is the first in a series of patches for buildrom to add support for the Gigabyte m57sli board.
I've been distracted by several small fires. These have all be acked - can somebody check them in for me? Thanks! :)
Sure, I'll do it today; also have been a bit busy. I'm going to prepare one more patch first to pull the tiny patches directly from the repository rather than including them in the buildrom sources.
Thanks, Ward.