<div dir="ltr"><div><div><div><div>1) Some parts of payload(or payload generated tables/code) still exist in a low memory - BDA segment, 0xF000(BIOS interrupt handlers) segment, 0xC000(Videocard bios), ACPI tables, SMM handlers (if your build has it). So, if you using MS-DOS or something like it - you'll need a payload code, even windows 7 loader require some parts of legacy code.<br></div>2) Like pt. 1, if you try to use windows 8/10 - you may try to build a UEFI(Tiano Core) payload.<br></div>3) Sometimes it is not important(Ethernet controller for example), but sometimes you'll need to enable specific configuration (for example - chose SATA controller mode, or specify UMA memory size for integrated videocard) before any OS driver load, because drivers rely on it. For example if you don't load XHCI firmware or don't configure XHCI controller on AMD Kabini your OS don't find a USB 3.0 controller at all.<br></div>4) Look at build options, if you don't see required options - look at kconfig for your board. If wanted settings not found - some additional code may be required.<br><br></div><div>BTW, try to ask your questions on #coreboot channel in IRC<br><br></div>P.S. Sorry for my awful English.<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 20, 2016 at 5:50 PM, Philipp Stanner <span dir="ltr"><<a href="mailto:stanner@posteo.de" target="_blank">stanner@posteo.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi cb-community,<br>
    <br>
    as everyone who owns a computer can subscribe to the list and there
    is no coreboot-forum, I presume that I'm allowed to ask a few
    primitive questions about the topic :)<br>
    <br>
    <ol>
      <li>Coreboot+Payload are only used to initialize the hardware and
        then give the complete control over the system to the OS, right?
        So once the OS booted no Coreboot or Payload-code is executed
        anymore?</li>
      <li>Bios calls were used decades ago (so the OS hadn't to bring
        all the drivers) but aren't used by modern OS anymore, right? So
        why does Windows need seaBIOS to work?</li>
      <li>If [1] is true, does that mean it's not important (for the
        user) if coreboot supports 100% of the boards hardware? Example:
        If I install coreboot on a machine and the wiki says "VGA not
        supported" this means that the monitor won't show anything -
        until the OS boots which uses it's own driver to address the
        monitor. Right? To be sure: As long as the OS boots successfully
        I don't really have to care if all system components work during
        the boot process?<br>
      </li>
      <li>In the traditional BIOS I can adjust lots of settings -
        overclock my CPU for example or enable Virtualization for KVM.
        How do I do this in coreboot?</li>
    </ol>
    <p>Beside of that: Great work guys, take care.</p>
    <p>Greetings</p><span class="HOEnZb"><font color="#888888">
    <p>Philipp<br>
    </p>
  </font></span></div>

<br>--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="https://www.coreboot.org/mailman/listinfo/coreboot" rel="noreferrer" target="_blank">https://www.coreboot.org/<wbr>mailman/listinfo/coreboot</a><br></blockquote></div></div></div>