Ühel kenal päeval (neljapäev 14 juuni 2007 8:45 pm) kirjutas svn@openbios.org:
Author: rminnich Date: 2007-06-14 19:45:35 +0200 (Thu, 14 Jun 2007) New Revision: 351
Added: LinuxBIOSv3/arch/x86/geodelx.c Log: This patch adds a file for geodelx cpu-specific support. It combines into one relatively small file (582 lines or so) all the tricky bits of the LX. This code is "known good" from V2. Per new standards, naming conventions have changed.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Stefan Reinauer stepan@coresystems.de
Added: LinuxBIOSv3/arch/x86/geodelx.c
--- LinuxBIOSv3/arch/x86/geodelx.c (rev 0) +++ LinuxBIOSv3/arch/x86/geodelx.c 2007-06-14 17:45:35 UTC (rev 351) @@ -0,0 +1,577 @@ +/*
- This file is part of the LinuxBIOS project.
- Copyright (C) 2006 Indrek Kruusa indrek.kruusa@artecdesign.ee
- Copyright (C) 2006 Ronald G. Minnich rminnich@gmail.com
- Copyright (C) 2007 Advanced Micro Devices, Inc.
Hmm... does anybody knows what I have done here? ;) I'm gonna not NACK this immediately but I should prepare some patches regarding to license headers (I know - I said it already some times ago).
thanks, Indrek