<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.coreboot.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.coreboot.org/api.php?action=feedcontributions&amp;user=Ebiederman&amp;feedformat=atom</id>
		<title>coreboot - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.coreboot.org/api.php?action=feedcontributions&amp;user=Ebiederman&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://www.coreboot.org/Special:Contributions/Ebiederman"/>
		<updated>2013-05-19T10:53:51Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.5</generator>

	<entry>
		<id>http://www.coreboot.org/Download_coreboot</id>
		<title>Download coreboot</title>
		<link rel="alternate" type="text/html" href="http://www.coreboot.org/Download_coreboot"/>
				<updated>2005-03-19T10:24:30Z</updated>
		
		<summary type="html">&lt;p&gt;Ebiederman: /* Creating a branch you can edit locally */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GNU Arch Repository =&lt;br /&gt;
&lt;br /&gt;
There is an experimental [http://www.gnuarch.org/ GNU arch] tree available which is likely to become the main repository soon.&lt;br /&gt;
&lt;br /&gt;
== Anonymous access ==&lt;br /&gt;
&lt;br /&gt;
You can check it out as follows (instead of tla you can also use baz):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  % # get gpg key for checking signed archives&lt;br /&gt;
  % wget \&lt;br /&gt;
      http://wiki.linuxbios.org/data/arch/linuxbios-developers-keyring.gpg&lt;br /&gt;
  % gpg --import &amp;lt; linuxbios-developers-keyring.gpg&lt;br /&gt;
  % # now do some one time registrations&lt;br /&gt;
  % tla my-id &amp;quot;John Doe &amp;lt;doe@example.com&amp;gt;&amp;quot; # Add your email address here&lt;br /&gt;
  % tla register-archive \&lt;br /&gt;
        ftp://openbios.org/pub/arch/linuxbios@linuxbios.org--devel&lt;br /&gt;
  % # now check out the archive&lt;br /&gt;
  % tla get linuxbios@linuxbios.org--devel/freebios--devel--2.0 freebios2&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Developer Access ==&lt;br /&gt;
&lt;br /&gt;
To be done&lt;br /&gt;
&lt;br /&gt;
== Source code browsing ==&lt;br /&gt;
&lt;br /&gt;
You can also [http://www.openbios.org/cgi-bin/viewarch.cgi/linuxbios@linuxbios.org--devel browse the LinuxBIOS arch repository online].&lt;br /&gt;
&lt;br /&gt;
== Snapshots ==&lt;br /&gt;
&lt;br /&gt;
To be done&lt;br /&gt;
&lt;br /&gt;
== Source code browsing ==&lt;br /&gt;
&lt;br /&gt;
http://www.openbios.org/cgi-bin/viewarch.cgi&lt;br /&gt;
&lt;br /&gt;
== Mirroring the repository ==&lt;br /&gt;
&lt;br /&gt;
This is very simple. Do:&lt;br /&gt;
&lt;br /&gt;
  wget -m ftp://ftp.openbios.org/pub/arch&lt;br /&gt;
&lt;br /&gt;
Which gives you a snapshot in time of the archive.&lt;br /&gt;
To create a mirror usable by arch:&lt;br /&gt;
&lt;br /&gt;
  tla register-archive linuxbios@linxubios.org--devel-SOURCE ftp://openbios.org/pub/arch/linuxbios@linuxbios.org--devel                                                          &lt;br /&gt;
  tla register-archive linuxbios@linuxbios.org--devel ~/{archives}/linuxbios@linuxbios.org--devel&lt;br /&gt;
                                                                                                                                                                                                                                                                                                                                                             &lt;br /&gt;
  echo gpg --clearsign &amp;gt; ~/.arch-params/signing/=default&lt;br /&gt;
  echo gpg --verify-files - &amp;gt; ~/.arch-params/signing/=default.check&lt;br /&gt;
  echo linuxbios@linuxbios.org--devel--SOURCE &amp;gt; ~/.arch-params/signing/linuxbios@linuxbios.org--devel&lt;br /&gt;
&lt;br /&gt;
To update the mirror with the most recent contents:&lt;br /&gt;
  tla archive-mirror linuxbios@linuxbios.org --devel&lt;br /&gt;
&lt;br /&gt;
Just don't do this in an account where you plan to commit to the upstream&lt;br /&gt;
archive.&lt;br /&gt;
&lt;br /&gt;
== Creating a branch you can edit in local archive ==&lt;br /&gt;
&lt;br /&gt;
  tla tag -S linuxbios@linuxbios.org--devel/freebios--devel--2.0 you@yourarchive/freebios--devel--2.0&lt;br /&gt;
&lt;br /&gt;
== More on tla ==&lt;br /&gt;
&lt;br /&gt;
* http://www.openbios.org/experience/gnuarch.html&lt;br /&gt;
* http://wiki.gnuarch.org/&lt;br /&gt;
&lt;br /&gt;
= CVS Repository (obsolete) =&lt;br /&gt;
&lt;br /&gt;
The CVS repository is maintained at SourceForge.net (project name &amp;quot;FreeBIOS&amp;quot;). A daily snapshot of the entire source tree is created nightly. &lt;br /&gt;
&lt;br /&gt;
* [http://cvs.sourceforge.net/cvstarballs/freebios-cvsroot.tar.bz2 Download latest daily snapshot from CVS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Or, to use CVS directly: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;% cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hit return when it asks you for a password (no password needed). Then checkout (or update) the freebios2 source tree: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;% cvs -z3 -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios co freebios2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Snapshots ==&lt;br /&gt;
&lt;br /&gt;
There is an archive of daily snapshots available at snapshots.linuxbios.org. There is a .bz2 tar file that gets updated when the CVS changes. Older snapshots are maintained as well. &lt;br /&gt;
&lt;br /&gt;
* [http://snapshots.linuxbios.org/ Download snapshots]&lt;br /&gt;
&lt;br /&gt;
== Source code browsing ==&lt;br /&gt;
&lt;br /&gt;
You can also browse the CVS source tree directly using the link below.&lt;br /&gt;
&lt;br /&gt;
* [http://cvs.sourceforge.net/viewcvs.py/freebios/ Browse CVS source code tree]&lt;/div&gt;</summary>
		<author><name>Ebiederman</name></author>	</entry>

	<entry>
		<id>http://www.coreboot.org/Download_coreboot</id>
		<title>Download coreboot</title>
		<link rel="alternate" type="text/html" href="http://www.coreboot.org/Download_coreboot"/>
				<updated>2005-03-19T10:23:55Z</updated>
		
		<summary type="html">&lt;p&gt;Ebiederman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GNU Arch Repository =&lt;br /&gt;
&lt;br /&gt;
There is an experimental [http://www.gnuarch.org/ GNU arch] tree available which is likely to become the main repository soon.&lt;br /&gt;
&lt;br /&gt;
== Anonymous access ==&lt;br /&gt;
&lt;br /&gt;
You can check it out as follows (instead of tla you can also use baz):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  % # get gpg key for checking signed archives&lt;br /&gt;
  % wget \&lt;br /&gt;
      http://wiki.linuxbios.org/data/arch/linuxbios-developers-keyring.gpg&lt;br /&gt;
  % gpg --import &amp;lt; linuxbios-developers-keyring.gpg&lt;br /&gt;
  % # now do some one time registrations&lt;br /&gt;
  % tla my-id &amp;quot;John Doe &amp;lt;doe@example.com&amp;gt;&amp;quot; # Add your email address here&lt;br /&gt;
  % tla register-archive \&lt;br /&gt;
        ftp://openbios.org/pub/arch/linuxbios@linuxbios.org--devel&lt;br /&gt;
  % # now check out the archive&lt;br /&gt;
  % tla get linuxbios@linuxbios.org--devel/freebios--devel--2.0 freebios2&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Developer Access ==&lt;br /&gt;
&lt;br /&gt;
To be done&lt;br /&gt;
&lt;br /&gt;
== Source code browsing ==&lt;br /&gt;
&lt;br /&gt;
You can also [http://www.openbios.org/cgi-bin/viewarch.cgi/linuxbios@linuxbios.org--devel browse the LinuxBIOS arch repository online].&lt;br /&gt;
&lt;br /&gt;
== Snapshots ==&lt;br /&gt;
&lt;br /&gt;
To be done&lt;br /&gt;
&lt;br /&gt;
== Source code browsing ==&lt;br /&gt;
&lt;br /&gt;
http://www.openbios.org/cgi-bin/viewarch.cgi&lt;br /&gt;
&lt;br /&gt;
== Mirroring the repository ==&lt;br /&gt;
&lt;br /&gt;
This is very simple. Do:&lt;br /&gt;
&lt;br /&gt;
  wget -m ftp://ftp.openbios.org/pub/arch&lt;br /&gt;
&lt;br /&gt;
Which gives you a snapshot in time of the archive.&lt;br /&gt;
To create a mirror usable by arch:&lt;br /&gt;
&lt;br /&gt;
  tla register-archive linuxbios@linxubios.org--devel-SOURCE ftp://openbios.org/pub/arch/linuxbios@linuxbios.org--devel                                                          &lt;br /&gt;
  tla register-archive linuxbios@linuxbios.org--devel ~/{archives}/linuxbios@linuxbios.org--devel&lt;br /&gt;
                                                                                                                                                                                                                                                                                                                                                             &lt;br /&gt;
  echo gpg --clearsign &amp;gt; ~/.arch-params/signing/=default&lt;br /&gt;
  echo gpg --verify-files - &amp;gt; ~/.arch-params/signing/=default.check&lt;br /&gt;
  echo linuxbios@linuxbios.org--devel--SOURCE &amp;gt; ~/.arch-params/signing/linuxbios@linuxbios.org--devel&lt;br /&gt;
&lt;br /&gt;
To update the mirror with the most recent contents:&lt;br /&gt;
  tla archive-mirror linuxbios@linuxbios.org --devel&lt;br /&gt;
&lt;br /&gt;
Just don't do this in an account where you plan to commit to the upstream&lt;br /&gt;
archive.&lt;br /&gt;
&lt;br /&gt;
== Creating a branch you can edit locally ==&lt;br /&gt;
&lt;br /&gt;
  tla tag -S linuxbios@linuxbios.org--devel/freebios--devel--2.0 you@yourarchive/freebios--devel--2.0&lt;br /&gt;
&lt;br /&gt;
== More on tla ==&lt;br /&gt;
&lt;br /&gt;
* http://www.openbios.org/experience/gnuarch.html&lt;br /&gt;
* http://wiki.gnuarch.org/&lt;br /&gt;
&lt;br /&gt;
= CVS Repository (obsolete) =&lt;br /&gt;
&lt;br /&gt;
The CVS repository is maintained at SourceForge.net (project name &amp;quot;FreeBIOS&amp;quot;). A daily snapshot of the entire source tree is created nightly. &lt;br /&gt;
&lt;br /&gt;
* [http://cvs.sourceforge.net/cvstarballs/freebios-cvsroot.tar.bz2 Download latest daily snapshot from CVS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Or, to use CVS directly: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;% cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hit return when it asks you for a password (no password needed). Then checkout (or update) the freebios2 source tree: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;% cvs -z3 -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios co freebios2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Snapshots ==&lt;br /&gt;
&lt;br /&gt;
There is an archive of daily snapshots available at snapshots.linuxbios.org. There is a .bz2 tar file that gets updated when the CVS changes. Older snapshots are maintained as well. &lt;br /&gt;
&lt;br /&gt;
* [http://snapshots.linuxbios.org/ Download snapshots]&lt;br /&gt;
&lt;br /&gt;
== Source code browsing ==&lt;br /&gt;
&lt;br /&gt;
You can also browse the CVS source tree directly using the link below.&lt;br /&gt;
&lt;br /&gt;
* [http://cvs.sourceforge.net/viewcvs.py/freebios/ Browse CVS source code tree]&lt;/div&gt;</summary>
		<author><name>Ebiederman</name></author>	</entry>

	<entry>
		<id>http://www.coreboot.org/Download_coreboot</id>
		<title>Download coreboot</title>
		<link rel="alternate" type="text/html" href="http://www.coreboot.org/Download_coreboot"/>
				<updated>2005-03-19T10:07:51Z</updated>
		
		<summary type="html">&lt;p&gt;Ebiederman: /* Mirroring the repository */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= GNU Arch Repository =&lt;br /&gt;
&lt;br /&gt;
There is an experimental [http://www.gnuarch.org/ GNU arch] tree available which is likely to become the main repository soon.&lt;br /&gt;
&lt;br /&gt;
== Anonymous access ==&lt;br /&gt;
&lt;br /&gt;
You can check it out as follows (instead of tla you can also use baz):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  % # get gpg key for checking signed archives&lt;br /&gt;
  % wget \&lt;br /&gt;
      http://wiki.linuxbios.org/data/arch/linuxbios-developers-keyring.gpg&lt;br /&gt;
  % gpg --import &amp;lt; linuxbios-developers-keyring.gpg&lt;br /&gt;
  % # now do some one time registrations&lt;br /&gt;
  % tla my-id &amp;quot;John Doe &amp;lt;doe@example.com&amp;gt;&amp;quot; # Add your email address here&lt;br /&gt;
  % tla register-archive \&lt;br /&gt;
        ftp://openbios.org/pub/arch/linuxbios@linuxbios.org--devel&lt;br /&gt;
  % # now check out the archive&lt;br /&gt;
  % tla get linuxbios@linuxbios.org--devel/freebios--devel--2.0 freebios2&lt;br /&gt;
 &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Developer Access ==&lt;br /&gt;
&lt;br /&gt;
To be done&lt;br /&gt;
&lt;br /&gt;
== Source code browsing ==&lt;br /&gt;
&lt;br /&gt;
You can also [http://www.openbios.org/cgi-bin/viewarch.cgi/linuxbios@linuxbios.org--devel browse the LinuxBIOS arch repository online].&lt;br /&gt;
&lt;br /&gt;
== Snapshots ==&lt;br /&gt;
&lt;br /&gt;
To be done&lt;br /&gt;
&lt;br /&gt;
== Mirroring the repository ==&lt;br /&gt;
&lt;br /&gt;
This is very simple. Do:&lt;br /&gt;
&lt;br /&gt;
  wget -m ftp://ftp.openbios.org/pub/arch&lt;br /&gt;
&lt;br /&gt;
Which gives you a snapshot in time of the archive.&lt;br /&gt;
To create a mirror usable by arch:&lt;br /&gt;
&lt;br /&gt;
  tla register-archive linuxbios@linxubios.org--devel-SOURCE ftp://openbios.org/pub/arch/linuxbios@linuxbios.org--devel                                                          &lt;br /&gt;
  tla register-archive linuxbios@linuxbios.org--devel ~/{archives}/linuxbios@linuxbios.org--devel&lt;br /&gt;
                                                                                                                                                                                                                                                                                                                                                             &lt;br /&gt;
  echo gpg --clearsign &amp;gt; ~/.arch-params/signing/=default&lt;br /&gt;
  echo gpg --verify-files - &amp;gt; ~/.arch-params/signing/=default.check&lt;br /&gt;
  echo linuxbios@linuxbios.org--devel--SOURCE &amp;gt; ~/.arch-params/signing/linuxbios@linuxbios.org--devel&lt;br /&gt;
&lt;br /&gt;
To update the mirror with the most recent contents:&lt;br /&gt;
  tla archive-mirror linuxbios@linuxbios.org --devel&lt;br /&gt;
&lt;br /&gt;
Just don't do this in an account where you plan to commit to the upstream&lt;br /&gt;
archive.&lt;br /&gt;
&lt;br /&gt;
= CVS Repository (obsolete) =&lt;br /&gt;
&lt;br /&gt;
The CVS repository is maintained at SourceForge.net (project name &amp;quot;FreeBIOS&amp;quot;). A daily snapshot of the entire source tree is created nightly. &lt;br /&gt;
&lt;br /&gt;
* [http://cvs.sourceforge.net/cvstarballs/freebios-cvsroot.tar.bz2 Download latest daily snapshot from CVS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Or, to use CVS directly: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;% cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hit return when it asks you for a password (no password needed). Then checkout (or update) the freebios2 source tree: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;% cvs -z3 -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios co freebios2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Snapshots ==&lt;br /&gt;
&lt;br /&gt;
There is an archive of daily snapshots available at snapshots.linuxbios.org. There is a .bz2 tar file that gets updated when the CVS changes. Older snapshots are maintained as well. &lt;br /&gt;
&lt;br /&gt;
* [http://snapshots.linuxbios.org/ Download snapshots]&lt;br /&gt;
&lt;br /&gt;
== Source code browsing ==&lt;br /&gt;
&lt;br /&gt;
You can also browse the CVS source tree directly using the link below.&lt;br /&gt;
&lt;br /&gt;
* [http://cvs.sourceforge.net/viewcvs.py/freebios/ Browse CVS source code tree]&lt;/div&gt;</summary>
		<author><name>Ebiederman</name></author>	</entry>

	</feed>