Weird behaviour with new config method

ron minnich rminnich at lanl.gov
Mon Aug 4 15:28:00 CEST 2003


fresh checkout:

bash-2.05b$ python /tmp//freebios2/util/newconfig/config.py  Config.lb 
/tmp///freebios2

Configuring TARGET hdama
Creating directory hdama
Will place Makefile, crt0.S, etc. in hdama
Configuring ROMIMAGE fallback
Configuring DIR /config/Config.lb
Configuring DIR /lib/Config.lb
Configuring DIR /console/Config.lb
Configuring DIR /stream/Config.lb
Configuring DIR /devices/Config.lb
Configuring DIR /pc80/Config.lb
Configuring DIR /boot/Config.lb
Configuring PART mainboard, path arima/hdama
Configuring PART arch, path i386
Adding init file: config/crt0.base
Configuring DIR lib/Config.lb
Configuring DIR boot/Config.lb
Configuring DIR smp/Config.lb
End PART arch
WARNING: Option CONFIG_SMP using default value 0
Configuring PART northbridge, path amd/amdk8
End PART northbridge
Configuring PART southbridge, path amd/amd8111
End PART southbridge
Configuring PART southbridge, path amd/amd8131
End PART southbridge
Configuring PART superio, path NSC/pc87360
End PART superio
Configuring DIR /pc80/Config.lb
Warning, object/driver mc146818rtc previously defined
Configuring PART cpu, path p5
End PART cpu
Configuring PART cpu, path p6
End PART cpu
Configuring PART cpu, path k7
End PART cpu
Configuring PART cpu, path k8
End PART cpu
End PART mainboard
WARNING: Option USE_NORMAL_IMAGE using default value 0
WARNING: Option CONFIG_IDE_STREAM using default value 0
WARNING: Option AMD8111_DEV using default value 0x3800
End ROMIMAGE
Build ROM size 1048576
Creating directory hdama/fallback
Creating hdama/fallback/static.c
Creating hdama/fallback/Makefile.settings
Creating hdama/fallback/crt0_includes.h
Creating hdama/fallback/Makefile
Creating hdama/fallback/ldoptions
Creating hdama/Makefile.settings
Creating hdama/Makefile

=========================
BUT: greg points out you are using buildtarget maybe.

but that works too. Dammit!
=========================

bash-2.05b$ sh buildtarget arima/hdama/
make: `config.py' is up to date.
Configuring TARGET hdama
Will place Makefile, crt0.S, etc. in arima/hdama/hdama
Configuring ROMIMAGE fallback
Configuring DIR /config/Config.lb
Configuring DIR /lib/Config.lb
Configuring DIR /console/Config.lb
Configuring DIR /stream/Config.lb
Configuring DIR /devices/Config.lb
Configuring DIR /pc80/Config.lb
Configuring DIR /boot/Config.lb
Configuring PART mainboard, path arima/hdama
Configuring PART arch, path i386
Adding init file: config/crt0.base
Configuring DIR lib/Config.lb
Configuring DIR boot/Config.lb
Configuring DIR smp/Config.lb
End PART arch
WARNING: Option CONFIG_SMP using default value 0
Configuring PART northbridge, path amd/amdk8
End PART northbridge
Configuring PART southbridge, path amd/amd8111
End PART southbridge
Configuring PART southbridge, path amd/amd8131
End PART southbridge
Configuring PART superio, path NSC/pc87360
End PART superio
Configuring DIR /pc80/Config.lb
Warning, object/driver mc146818rtc previously defined
Configuring PART cpu, path p5
End PART cpu
Configuring PART cpu, path p6
End PART cpu
Configuring PART cpu, path k7
End PART cpu
Configuring PART cpu, path k8
End PART cpu
End PART mainboard
WARNING: Option USE_NORMAL_IMAGE using default value 0
WARNING: Option CONFIG_IDE_STREAM using default value 0
WARNING: Option AMD8111_DEV using default value 0x3800
End ROMIMAGE
Build ROM size 1048576
Creating arima/hdama/hdama/fallback/static.c
Creating arima/hdama/hdama/fallback/Makefile.settings
Creating arima/hdama/hdama/fallback/crt0_includes.h
Creating arima/hdama/hdama/fallback/Makefile
Creating arima/hdama/hdama/fallback/ldoptions
Creating arima/hdama/hdama/Makefile.settings
Creating arima/hdama/hdama/Makefile
bash-2.05b$ 
=========================


Python variability?

Python 2.2.1 (#1, Aug 30 2002, 12:15:30) 
[GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2

This on RH 8.0

ron




More information about the coreboot mailing list