Re: [coreboot] enabling expert mode - build fails (warnings treated as errors) on fam10 boards

2011-01-13 Thread xdrudis
On Wed, Jan 12, 2011 at 11:57:39PM +0100, Stefan Reinauer wrote:
 
 Looks like a piece of Kconfig patch went missing?


I don't know but I think I already saw this last august. I didn't
care because I didn't know what I wanted expert mode for, so I 
just disabled it. I was never sure whether it might be some local 
modification. I guess it wasn't. 


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


[coreboot] enabling expert mode - build fails (warnings treated as errors) on fam10 boards

2011-01-12 Thread Ward Vandewege
Hi all,

If one enables expert mode in Kconfig and builds a fam10 board, this is what 
happens:

$ make clean  make
ROMCC  mainboard/supermicro/h8qme_fam10/bootblock.inc
GENbootblock/bootblock.S
CC mainboard/supermicro/h8qme_fam10/bootblock.s
CC mainboard/supermicro/h8qme_fam10/bootblock.o
GENbootblock/ldscript.ld
LINK   bootblock.elf
OBJCOPYcoreboot.bootblock
OPTION option_table.h
GENbuild.h
CC romstage.inc
cc1: warnings being treated as errors
In file included from src/northbridge/amd/amdht/ht_wrapper.c:52:0,
 from src/cpu/amd/quadcore/quadcore.c:22,
 from src/mainboard/supermicro/h8qme_fam10/romstage.c:72:
src/northbridge/amd/amdht/h3finit.c: In function 
'selectOptimalWidthAndFrequency':
src/northbridge/amd/amdht/h3finit.c:1332:24: error: CONFIG_LIMIT_HT_SPEED_300 
is not defined
src/northbridge/amd/amdht/h3finit.c:1336:24: error: CONFIG_LIMIT_HT_SPEED_500 
is not defined
make: *** [build/mainboard/supermicro/h8qme_fam10/romstage.pre.inc] Error 1

I looked around a bit; those config variables do not appear to be used anywhere
but in the checks in h3finit.c. 

What's the best way to fix this?

Thanks,
Ward.

-- 
Ward Vandewege w...@fsf.org
Free Software Foundation - Senior Systems Administrator

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


Re: [coreboot] enabling expert mode - build fails (warnings treated as errors) on fam10 boards

2011-01-12 Thread Stefan Reinauer
* Ward Vandewege w...@gnu.org [110112 23:12]:
 Hi all,
 
 If one enables expert mode in Kconfig and builds a fam10 board, this is what 
 happens:
 
 $ make clean  make
 ROMCC  mainboard/supermicro/h8qme_fam10/bootblock.inc
 GENbootblock/bootblock.S
 CC mainboard/supermicro/h8qme_fam10/bootblock.s
 CC mainboard/supermicro/h8qme_fam10/bootblock.o
 GENbootblock/ldscript.ld
 LINK   bootblock.elf
 OBJCOPYcoreboot.bootblock
 OPTION option_table.h
 GENbuild.h
 CC romstage.inc
 cc1: warnings being treated as errors
 In file included from src/northbridge/amd/amdht/ht_wrapper.c:52:0,
  from src/cpu/amd/quadcore/quadcore.c:22,
  from src/mainboard/supermicro/h8qme_fam10/romstage.c:72:
 src/northbridge/amd/amdht/h3finit.c: In function 
 'selectOptimalWidthAndFrequency':
 src/northbridge/amd/amdht/h3finit.c:1332:24: error: 
 CONFIG_LIMIT_HT_SPEED_300 is not defined
 src/northbridge/amd/amdht/h3finit.c:1336:24: error: 
 CONFIG_LIMIT_HT_SPEED_500 is not defined
 make: *** [build/mainboard/supermicro/h8qme_fam10/romstage.pre.inc] Error 1
 
 I looked around a bit; those config variables do not appear to be used 
 anywhere
 but in the checks in h3finit.c. 
 
 What's the best way to fix this?
 
 Thanks,
 Ward.

Looks like a piece of Kconfig patch went missing?



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