Re: [coreboot] cmos recovery feature

2011-02-08 Thread Georgi, Patrick
Am Donnerstag, den 03.02.2011, 16:09 +0100 schrieb Josef Kellermann:
> I've added this to my mainboards Makefile.inc:
> 
> cbfs-files-y += cmos.default
> cmos.default-name = cmos.default
> cmos.default-type = 0xaa
> 
> cmos.default also exists in mainboard dir.
> 
> I've also tried with:
> cmos.default-file = cmos.default
> 
> Any idea ?
Fixed in r6337.


Thanks,
Patrick
-- 
Patrick Georgi
SINA-Development - High Security
secunet Security Networks AG - Mergenthalerallee 77 - 65760 Eschborn, Germany
Phone +49 201 54 54-3610 - Fax +49 201 54 54-1325 - www.secunet.com 

Sitz: Kronprinzenstraße 30, 45128 Essen / Amtsgericht Essen HRB 13615
Vorstand: Dr. Rainer Baumgart (Vors.), Thomas Koelzer, Thomas Pleines
Aufsichtsratsvorsitzender: Dr. Karsten Ottenberg


signature.asc
Description: This is a digitally signed message part
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] cmos recovery feature

2011-02-03 Thread Josef Kellermann

Patrick,

having made a 'svn up' I'm getting a build error:

make: *** Keine Regel vorhanden, um das Target »cmos.default«,
  benötigt von »build/coreboot.pre1«, zu erstellen.  Schluss.

I've added this to my mainboards Makefile.inc:

cbfs-files-y += cmos.default
cmos.default-name = cmos.default
cmos.default-type = 0xaa

cmos.default also exists in mainboard dir.

I've also tried with:
cmos.default-file = cmos.default

Any idea ?

Regards,
Joseph

--
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


Re: [coreboot] cmos recovery feature

2011-01-26 Thread Patrick Georgi

Am 26.01.2011 08:54, schrieb Joseph Kellermann:

Hi,
how can I enable the cmos recovery feature and where I have to put the 
cmos.default file ?


In my local version I have added
##
if [ -f $(top)/src/mainboard/$(MAINBOARDDIR)/cmos.default ]; \
then \
$(CBFSTOOL) $@.tmp add 
$(top)/src/mainboard/$(MAINBOARDDIR)/cmos.default "cmos.default" 
cmos-default; \

fi
##
in the src/arch/i386/Makefile.inc
The only thing I have to do is to put the cmos.default file in the 
mainboard dir.

Instead of this, you can add to your mainboard's Makefile.inc:
cbfs-files-y += cmos.default
cmos.default-name = cmos.default
cmos.default-type = "cmos default"

(not sure about the quotes in the last line)

This also picks up a file called "cmos.default" in your mainboard dir.


Regards,
Patrick
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] cmos recovery feature

2011-01-25 Thread Joseph Kellermann
Hi,
how can I enable the cmos recovery feature and where I have to put the 
cmos.default file ?

In my local version I have added
##
if [ -f $(top)/src/mainboard/$(MAINBOARDDIR)/cmos.default ]; \
then \
$(CBFSTOOL) $@.tmp add 
$(top)/src/mainboard/$(MAINBOARDDIR)/cmos.default "cmos.default" cmos-default; \
fi
##
in the src/arch/i386/Makefile.inc
The only thing I have to do is to put the cmos.default file in the mainboard 
dir.

Regards,

Joseph


**
IMPORTANT NOTICE / WICHTIGER HINWEIS
This communication contains information which is confidential and may also be 
privileged. It is for the 
exclusive use of the intended recipient(s). If you are not the intended 
recipient(s) please note that any 
distribution, copying or use of this communication or the information in it is 
strictly prohibited. If you have 
received this communication in error please notify us immediately by email or 
by telephone and then delete 
this email and any copies of it.
Diese E-Mail koennte vertrauliche und/oder rechtlich geschuetzte Informationen 
enthalten. Wenn Sie nicht 
der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, 
informieren Sie bitte sofort den 
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die 
unbefugte Weitergabe dieser 
Mail sind nicht gestattet.

HEITEC AG, Werner-von-Siemens-Str. 61, 91052 Erlangen, HRB 7754, RG Fuerth, 
Vorstandsvorsitzender: 
Richard Heindl, Vorstand: Harald Preiml, Finanzvorstand: Rene-Oliver Rosner, 
Aufsichtsratsvorsitzender: Dr. 
Lorenz M. Raith, WWW: http://www.heitec.de
**-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot