kfsn4-dre.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>ASUS KFSN4-DRE server/workstation board</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">ASUS KFSN4-DRE server/workstation board</h1>
  14. <p>
  15. This is a server board using AMD hardware (Fam10h). It can also be used
  16. for building a high-powered workstation. Powered by libreboot.
  17. </p>
  18. <p>
  19. <b>
  20. NOTE: This board is unsupported in libreboot 20150518.
  21. To use it in libreboot, for now, you must build for it
  22. from source using the libreboot git repository.
  23. </b>
  24. </p>
  25. <p>
  26. Flashing instructions can be found at <a href="../install/index.html#flashrom">../install/index.html#flashrom</a>
  27. </p>
  28. <p>
  29. <a href="index.html">Back to previous index</a>.
  30. </p>
  31. </div>
  32. <div class="section">
  33. <h1 id="formfactor">Form factor</h1>
  34. <p>
  35. These boards use the SSI EEB 3.61 form factor; make sure
  36. that your case supports this. This form factor is similar
  37. to E-ATX in that the size is identical, but the position of
  38. the screws are different.
  39. </p>
  40. </div>
  41. <div class="section">
  42. <h1 id="flashchips">Flash chips</h1>
  43. <p>
  44. These boards use LPC flash (not SPI), in a PLCC socket. The default flash size
  45. 1MiB (8Mbits), and can be upgraded to 2MiB (16Mbits).
  46. SST49LF080A is the default that the board uses.
  47. SST49LF016C is an example of a 2MiB (16Mbits) chip, which might work.
  48. It is believed that 2MiB (16Mbits) is the maximum size available for the flash chip.
  49. </p>
  50. <p>
  51. <b>
  52. DO NOT hot-swap the chip with your bare hands. Use a PLCC
  53. chip extractor. These can be found online.
  54. See <a href="http://www.coreboot.org/Developer_Manual/Tools#Chip_removal_tools">http://www.coreboot.org/Developer_Manual/Tools#Chip_removal_tools</a>
  55. </b>
  56. </p>
  57. </div>
  58. <div class="section">
  59. <h1 id="graphics">Native graphics initialization</h1>
  60. <p>
  61. Native graphics initialization exists (XGI Z9s) for this board.
  62. Framebuffer- and text-mode both work. A serial port is also
  63. available.
  64. </p>
  65. </div>
  66. <div class="section">
  67. <h1>Memory</h1>
  68. <p>
  69. DDR2 533/667 Registered ECC. 16 slots. Total capacity up to 64GiB.
  70. </p>
  71. </div>
  72. <div class="section">
  73. <h1 id="hexcore">Hex-core CPUs</h1>
  74. <p>
  75. PCB revision 1.05G is the best version of this board (the
  76. revision number will be printed on the board), because it
  77. can use dual hex-core CPUs (Opteron 2400/8400 series). Other
  78. revisions are believed to only support dual quad-core CPUs.
  79. </p>
  80. </div>
  81. <div class="section">
  82. <h1 id="issues">Current issues</h1>
  83. <ul>
  84. <li>
  85. There seems to be a 30 second bootblock delay (observed by tpearson);
  86. the system otherwise boots and works as expected.
  87. See <a href="text/kfsn4-dre/bootlog.txt">text/kfsn4-dre/bootlog.txt</a>
  88. - this uses the 'simple' bootblock, while tpearson uses the 'normal'
  89. bootblock, which tpearson suspects may be a possible cause.
  90. He says that he will look into it.
  91. <a href="http://review.coreboot.org/gitweb?p=board-status.git;a=blob;f=asus/kfsn4-dre/4.0-10101-g039edeb/2015-06-27T03:59:16Z/config.txt;h=4742905c185a93fbda8eb14322dd82c70641aef0;hb=055f5df4e000a97453dfad6c91c2d06ea22b8545">This config</a> doesn't have the issue.
  92. </li>
  93. <li>
  94. Text-mode is a bit jittery (but still usable). (the jitter disappears
  95. if using KMS, once the kernel starts. The jitter will remain, if
  96. booting the kernel in text-mode).
  97. </li>
  98. </ul>
  99. </div>
  100. <div class="section">
  101. <h1>Other information</h1>
  102. <p>
  103. <a href="ftp://ftp.sgi.com/public/Technical%20Support/Pdf%20files/Asus/kfsn4-dre.pdf">specifications</a>
  104. </p>
  105. </div>
  106. <div class="section">
  107. <p>
  108. Copyright &copy; 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
  109. Permission is granted to copy, distribute and/or modify this document
  110. under the terms of the GNU Free Documentation License, Version 1.3
  111. or any later version published by the Free Software Foundation;
  112. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  113. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  114. </p>
  115. <p>
  116. Updated versions of the license (when available) can be found at
  117. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  118. </p>
  119. <p>
  120. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  121. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  122. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  123. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  124. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  125. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  126. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  127. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  128. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  129. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  130. </p>
  131. <p>
  132. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  133. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  134. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  135. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  136. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  137. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  138. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  139. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  140. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  141. </p>
  142. <p>
  143. The disclaimer of warranties and limitation of liability provided
  144. above shall be interpreted in a manner that, to the extent
  145. possible, most closely approximates an absolute disclaimer and
  146. waiver of all liability.
  147. </p>
  148. </div>
  149. </body>
  150. </html>