Author: zbao
Date: 2009-11-01 10:18:23 +0100 (Sun, 01 Nov 2009)
New Revision: 4904
Modified:
trunk/src/boot/selfboot.c
Log:
typo. trivial. Then -> Than.
Signed-off-by: Zheng Bao <zheng.bao(a)amd.com>
Acked-by: Zheng Bao <zheng.bao(a)amd.com>
Modified: trunk/src/boot/selfboot.c
===================================================================
--- trunk/src/boot/selfboot.c 2009-10-31 22:13:04 UTC (rev 4903)
+++ trunk/src/boot/selfboot.c 2009-11-01 09:18:23 UTC (rev 4904)
@@ -105,7 +105,7 @@
* - Nearly arbitrary standalone executables can be loaded.
* - Coreboot is preserved, so it can be returned to.
* - The implementation is still relatively simple,
- * and much simpler then the general case implemented in kexec.
+ * and much simpler than the general case implemented in kexec.
*
*/
Hi,
as discussed over the last year we finally cleaned up the subversion
repository structure of the coreboot repository.
The reasons for this change are:
- checking out all required utilities with coreboot is easier
- No more svn externals, as they break https checkouts
- branching and merging to/from other repositories will be a lot easier.
- our tree structure more similar to that of other projects
The tree now roughly looks like this:
{svn://coreboot.org/coreboot,https://svn.coreboot.org/coreboot}
|
+-+ branches
| +-- coreboot-v1
| +-- coreboot-v2-newbuild
|
+-- tags
+-+ trunk
+-- COPYING
+-- documentation
+-- Makefile
+-- NEWS
+-- payloads
+-- README
+-- src
+-- targets
+-+ util
+-- ...
So please update your repositories... you can migrate your old
repositories like this:
$ cd coreboot-v2
# make sure all your new files are added with svn add
$ svn diff > ../migration.diff
$ cd ..
$ svn co svn://coreboot.org/coreboot/trunk coreboot
$ cd coreboot
$ patch -p0 < ../migration.diff
That's it. The old repository (svn://coreboot.org/repos/) will stay
around for another while so all of you have enough time to switch.
It will, however, be read-only.
BTW: Those of you behind firewalls can now check out coreboot with a
single line again:
$ svn co https://svn.coreboot.org/coreboot/trunk coreboot
The wiki, build scripts, and other config files were updated to make
this as smooth as possible. If you are experiencing trouble despite
this, please let me know.
Best regards,
Stefan Reinauer
--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info(a)coresystems.de • http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866