[coreboot] Re: KGPE-D16 maintainership

2019-10-01 Thread Kinky Nekoboi
I finally have found the problem: This BUG appears when you only have memory in the Orange Slots yikes this boathert me for such a long time any idea how i could debug this further ? Am 18.09.19 um 14:22 schrieb Kinky Nekoboi: > > Highly appreciating that afford. > > Would like to mention

[coreboot] (no subject)

2019-10-01 Thread Matt B
Hello, Shifting away from the focus of [1] I'm interested in how hard it would be to port coreboot to the AM1M-A. This board seems to be a larger version of the supported AM1I-A and is known to officially support ECC. (the manuals for the AM1I-A [2] and AM1M-A [3]) The porting guide at [4] is

[coreboot] Re: [PATCH] x86_64 support needs testing

2019-10-01 Thread Aaron Durbin via coreboot
On Tue, Oct 1, 2019 at 10:29 AM Raul Rangel wrote: > Yeah, we can place the stack at the bottom of a page so if it overflows we > get a page fault. I'm assuming that will work in SMM? > Paging works in SMM, yes. However, paging works on 32-bit as well where one could achieve the same thing.

[coreboot] Re: [PATCH] x86_64 support needs testing

2019-10-01 Thread Raul Rangel
Yeah, we can place the stack at the bottom of a page so if it overflows we get a page fault. I'm assuming that will work in SMM? On Tue, Oct 1, 2019 at 10:27 AM Aaron Durbin wrote: > > > On Tue, Oct 1, 2019 at 9:42 AM Raul Rangel wrote: > >> That's exciting. That means we can finally catch

[coreboot] Re: [PATCH] x86_64 support needs testing

2019-10-01 Thread Aaron Durbin via coreboot
On Tue, Oct 1, 2019 at 9:42 AM Raul Rangel wrote: > That's exciting. That means we can finally catch stack overflows in SMM. > Because of paging? > > On Sun, Sep 29, 2019 at 5:42 AM Patrick Rudolph > wrote: > >> Dear coreboot community, >> Please test and review the patch series [1]. >> >> It

[coreboot] Looking for boards to port.

2019-10-01 Thread Maccraft123 .
I can port boards with already known documentation if you send me board that you want ported. Requirements: DDR{,2,3} Desktop RAM support AMD: Athlon II/Phenom X4 CPU supported by board Intel: Core 2 Duo E8400 CPU supported by board Requirements are from hardware that I already have You pay for

[coreboot] Re: [PATCH] x86_64 support needs testing

2019-10-01 Thread Raul Rangel
That's exciting. That means we can finally catch stack overflows in SMM. On Sun, Sep 29, 2019 at 5:42 AM Patrick Rudolph wrote: > 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