From owner-cvs-all@FreeBSD.ORG Mon Oct 6 19:38:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BDB81065698; Mon, 6 Oct 2008 19:38:24 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37C648FC1D; Mon, 6 Oct 2008 19:38:24 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m96JcOWn032785; Mon, 6 Oct 2008 19:38:24 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m96JcOaP032784; Mon, 6 Oct 2008 19:38:24 GMT (envelope-from jhay@repoman.freebsd.org) Message-Id: <200810061938.m96JcOaP032784@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhay@repoman.freebsd.org using -f From: John Hay Date: Mon, 6 Oct 2008 19:38:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/ixp425 Makefile.inc src/sys/boot/arm/ixp425/boot2 Makefile arm_init.S boot2.c cf_ata.h ixp425_board.c lib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2008 19:38:24 -0000 jhay 2008-10-06 19:38:10 UTC FreeBSD src repository Added files: sys/boot/arm/ixp425 Makefile.inc sys/boot/arm/ixp425/boot2 Makefile arm_init.S boot2.c cf_ata.h ixp425_board.c lib.h Log: SVN rev 183651 on 2008-10-06 19:38:10Z by jhay Add a boot loader for ixp425 based boards like the Gateworks Avila and ADI Pronghorn Metro with Redboot on them. Revision Changes Path 1.1 +42 -0 src/sys/boot/arm/ixp425/Makefile.inc (new) 1.1 +75 -0 src/sys/boot/arm/ixp425/boot2/Makefile (new) 1.1 +50 -0 src/sys/boot/arm/ixp425/boot2/arm_init.S (new) 1.1 +483 -0 src/sys/boot/arm/ixp425/boot2/boot2.c (new) 1.1 +62 -0 src/sys/boot/arm/ixp425/boot2/cf_ata.h (new) 1.1 +697 -0 src/sys/boot/arm/ixp425/boot2/ixp425_board.c (new) 1.1 +64 -0 src/sys/boot/arm/ixp425/boot2/lib.h (new)