[coreboot] Re: Trying to check potential compatibility of intel server board

2019-09-29 Thread Angel Pons
Hi, I have ported three boards with the cougarpoint H61 PCH, so I hope I can help you out. On Sun, Sep 29, 2019, 19:58 Lance Zhao wrote: > https://github.com/IntelFsp/FSP that shall have all the current platform > that FSP can supported, > > Matt B 于2019年9月29日周日 上午10:52写道: > >> Hello, >> >> I

[coreboot] Re: Trying to check potential compatibility of intel server board

2019-09-29 Thread Felix Held
Hi Matt! The native RAM initialization for SNB/IVB currently lacks ECC support; there are two patches in Gerrit (22214 & 22215) that add part of the ECC support, but IIRC they still lack support for clearing the RAM after a cold boot. If you don't clear the ECC RAM there, you'll probably get a

[coreboot] Re: Trying to check potential compatibility of intel server board

2019-09-29 Thread Matt B
Thanks, Looking at the releases, "3rd Generation Intel® Core™ processors with mobile Intel® HM76 and QM77 chipsets (formerly Chief River Platform: Ivy Bridge and Panther Point)" seems the most probable, but I'm skeptical that the C206 is equivalent to a HM76 or QM77. Can anyone familiar with the

[coreboot] Re: Trying to check potential compatibility of intel server board

2019-09-29 Thread Lance Zhao
https://github.com/IntelFsp/FSP that shall have all the current platform that FSP can supported, Matt B 于2019年9月29日周日 上午10:52写道: > Hello, > > I'm trying to check the potential compatibility of the s1200kp intel > server board. [1] It's mini-itx and supports ECC ram, making it attractive > for u

[coreboot] Trying to check potential compatibility of intel server board

2019-09-29 Thread Matt B
Hello, I'm trying to check the potential compatibility of the s1200kp intel server board. [1] It's mini-itx and supports ECC ram, making it attractive for use in a NAS device. (cases with multiple hotswap bays and room for an itx board abound, but few itx boards have ECC capability) The chipset i

[coreboot] [PATCH] x86_64 support needs testing

2019-09-29 Thread Patrick Rudolph
Dear coreboot community, Please test and review the patch series [1]. It adds support for x86 long mode on qemu and allows to build test most of coreboot's common code using the x86_64 toolchain. It serves as reference implementation to migrate real hardware to long mode. Here some technical d