Corey Osgood wrote:
> LinuxBIOS information wrote:
>   
>> Build Log:
>> Compilation of asi:mb_5blmp has been broken
>> See the error log at 
>> http://qa.linuxbios.org/log_buildbrd.php?revision=2840&device=mb_5blmp&vendor=asi
>> Compilation of eaglelion:5bcm has been broken
>>   
>>     
>
> What's these status on these? Why are they broken by the VGA patches?
> And are fixes in the works?
>
> -Corey
Perhaps I need to quit whining and click the damn link. Attached patch
should fix build on the 2 broken boards, and on the juki-511p (which
still probably won't build). Hasn't been tested because I'm running
ubuntu, and have the -fno-stack-protector problem.

Signed-off-by: Corey Osgood <[EMAIL PROTECTED]>

Index: src/mainboard/iei/nova4899r/Options.lb
===================================================================
--- src/mainboard/iei/nova4899r/Options.lb	(revision 2842)
+++ src/mainboard/iei/nova4899r/Options.lb	(working copy)
@@ -44,6 +44,7 @@
 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
 uses CONFIG_COMPRESSED_PAYLOAD_NRV2B
 uses CONFIG_PRECOMPRESSED_PAYLOAD
+uses CONFIG_VIDEO_MB
 
 ## ROM_SIZE is the size of boot ROM that this board will use.
 default ROM_SIZE  = 256*1024
@@ -166,5 +167,7 @@
 ## At a maximum only compile in this level of debugging
 default  MAXIMUM_CONSOLE_LOGLEVEL=8
 
+default CONFIG_VIDEO_MB = 4
+
 end
 
Index: src/mainboard/iei/juki-511p/Options.lb
===================================================================
--- src/mainboard/iei/juki-511p/Options.lb	(revision 2842)
+++ src/mainboard/iei/juki-511p/Options.lb	(working copy)
@@ -46,7 +46,8 @@
 uses TTYS0_BASE
 uses TTYS0_LCS
 
+uses CONFIG_VIDEO_MB
 
 ## ROM_SIZE is the size of boot ROM that this board will use.
 default ROM_SIZE  = 256*1024
 
@@ -143,5 +145,7 @@
 default CC="$(CROSS_COMPILE)gcc -m32"
 default HOSTCC="gcc"
 
+default CONFIG_VIDEO_MB = 4
+
 end
 
Index: src/mainboard/asi/mb_5blmp/Options.lb
===================================================================
--- src/mainboard/asi/mb_5blmp/Options.lb	(revision 2842)
+++ src/mainboard/asi/mb_5blmp/Options.lb	(working copy)
@@ -40,6 +40,7 @@
 uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
 # uses CONFIG_CONSOLE_VGA
 # uses CONFIG_PCI_ROM_RUN
+uses CONFIG_VIDEO_MB
 
 
 ## ROM_SIZE is the size of boot ROM that this board will use.
@@ -155,6 +156,7 @@
 # VGA Console
 # default CONFIG_CONSOLE_VGA=1
 # default CONFIG_PCI_ROM_RUN=1
+default CONFIG_VIDEO_MB = 4
 
 end
 
-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to