<div>Hi Eric,</div>
<div> </div>
<div>Sorry for misunderstand you idea.</div>
<div><br><span class="gmail_quote">AMI's bootblock is only a piece of code to do the pre initializition before POST. It can do nothing to improve the BIOS's function and compability. As my idea, jump to coreboot from AMI's bootblock may be useless.<br>
 </span></div>
<div>I don't think bootblock is a good idea for "C" based BIOS, a good implementation of BIOS I think should have only a small and smart kernel to schedule jobs, and others should compiled as drivers and modules to do initial, run and post. Maybe most of the code, include northbridge, southbridge, memory init and other chipset related code can write as driver and modules. I have not see any BIOS archive all of this.  In fact, EFI also implement some of that, they take a way most like Microsoft's driver model, and EFI also seperate different jobs as modules.</div>

<div> </div>
<div>coreboot also take the way like modules as I see, and I think if the coreboot can make some interface same like linux kernel, then some of linux kernel driver can porting to coreboot smoothly. </div><br><br>
<div>
<div><span class="e" id="q_11ad96029b969019_1"><span class="gmail_quote">On 6/30/08, <b class="gmail_sendername">jf simon</b> <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:yeticluns@gmail.com" target="_blank">yeticluns@gmail.com</a>> wrote:</span> </span></div>

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><span class="e" id="q_11ad96029b969019_3">Hi,<br>my understanding (sorry if wrong) is that it is not possible to run linuxbios/corebios on intel platforms, because of lack of documentation.<br>i am wondering what are the problematic parts.. probably MCH controler DRAM init?  CPU init (microcode, stepping,...)?..<br>
this is sad, as i really want to be able to use corebios..<br><br>very recently i have been assigned to porting BIOSEs to our new hardware plaftorms. so i am working with amibios. it is partitionned into two major pieces:<br>
-bootblock<br>-post/main bios<br><br>bootblock is a 64K segment, where the CPU is configured and MCH sdram controller is init (based on code provided by intel). then it branches to post for devices init, pci enum...<br><br>
it must be doable technically, to keep the fast, tiny bootblock and jump to something like corebios . any comments?<br>i don't know if this is the place to ask but is it possible from a legal standpoint  to modify an amibios prom binary and just keep parts of it, in case i want to use this scheme in the products of the company i work for?<br>
<br><br><br>thanks<br>eric<br><br><br><br><br><br><br></span></div>--<span class="q"><br>coreboot mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:coreboot@coreboot.org" target="_blank">coreboot@coreboot.org</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/mailman/listinfo/coreboot</a><br></span></blockquote></div><br>