[coreboot] Re: Need help with getting KGPE-D16 working.

2020-05-13 Thread ragnaros
A summary of the status so far. 1. If I boot without plugging my USB keyboard/mouse and only use PS/2 ones, I get the following errors instead of "Not enough memory creating EHCI periodic frame list." on coreinfo. Not enough DMA memory for OHCI HCCA. (This happened only once.)

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Aaron Durbin via coreboot
On Wed, May 13, 2020 at 10:51 PM Keith Hui wrote: > Hi guys, > > I tested these fixes on my board, and I have to say there's still > something wrong. They did address the hang or reset in SeaBIOS I first > described, but now either my ATA hard drive failed to boot (it tried > to hand off to GRUB

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Keith Hui
Hi guys, I tested these fixes on my board, and I have to say there's still something wrong. They did address the hang or reset in SeaBIOS I first described, but now either my ATA hard drive failed to boot (it tried to hand off to GRUB on my drive, but didn't get there), or it can't find the

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Furquan Shaikh
Similar fix for i440x: https://review.coreboot.org/c/coreboot/+/41368 On Wed, May 13, 2020 at 11:29 AM Aaron Durbin wrote: > > i440x chipset is doing things in the wrong way like sandybridge. I uploaded > this fix for sandy: https://review.coreboot.org/c/coreboot/+/41364 We'll need > to do the

[coreboot] Re: Asus P5Q experience

2020-05-13 Thread Patrick Georgi via coreboot
Hi Eduardo, Am Mo., 11. Mai 2020 um 03:24 Uhr schrieb edbatalha--- via coreboot < coreboot@coreboot.org>: > About 2 months ago I discovered that it is supported by coreboot so I > thought it would be fun to experiment with it. > Well, welcome! > 2) > I then decided to try out Windows XP but

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Aaron Durbin via coreboot
i440x chipset is doing things in the wrong way like sandybridge. I uploaded this fix for sandy: https://review.coreboot.org/c/coreboot/+/41364 We'll need to do the equivalent for i440x. On Wed, May 13, 2020 at 11:13 AM Aaron Durbin wrote: > OK. I'll take a look at your logs and see what's going

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Aaron Durbin via coreboot
OK. I'll take a look at your logs and see what's going on. The patch link I sent was based off of someone else's mainboard logs. On Wed, May 13, 2020 at 10:59 AM Keith Hui wrote: > Hi Aaron, > > It didn't help. There still a way out of whack entry in the coreboot > table and e820 entry ending

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Keith Hui
Hi Aaron, It didn't help. There still a way out of whack entry in the coreboot table and e820 entry ending at 03ff, which I think have more to do than the 41363's scope. Keith On Wed, May 13, 2020 at 12:24 PM Aaron Durbin wrote: > > I think the following patch will fix things up:

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Aaron Durbin via coreboot
I think the following patch will fix things up: https://review.coreboot.org/c/coreboot/+/41363 Please let me know. On Wed, May 13, 2020 at 8:43 AM Keith Hui wrote: > Thanks Furquan. > > Here are 3 logs. Log 1 is at the commit just before the problem. Log 2 > is at the problem commit. Log 3 is

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Keith Hui
Thanks Furquan. Here are 3 logs. Log 1 is at the commit just before the problem. Log 2 is at the problem commit. Log 3 is at the current master, if that's what you meant by ToT. I'm using SeaBIOS 1.13.0, compiled once using the attached .config before taking these logs. All 3 runs are taken

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Furquan Shaikh
Thanks for the report Keith! On Wed, May 13, 2020 at 3:42 AM Paul Menzel wrote: > > Dear Keith, > > > Am 13.05.20 um 05:21 schrieb Keith Hui: > > > I am still refining the P2B family of boards, now including the > > infamous P3B-F with an unusual appetite for hacks to make work. > > > > That

[coreboot] Re: i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Paul Menzel
Dear Keith, Am 13.05.20 um 05:21 schrieb Keith Hui: I am still refining the P2B family of boards, now including the infamous P3B-F with an unusual appetite for hacks to make work. That said, I'm now finding that, on P3B-F, SeaBIOS hangs when it tries to relocate itself as part of its usual

[coreboot] i440BX regression; P3B-F flashrom board enable is finally happening

2020-05-13 Thread Keith Hui
Hi guys, I am still refining the P2B family of boards, now including the infamous P3B-F with an unusual appetite for hacks to make work. That said, I'm now finding that, on P3B-F, SeaBIOS hangs when it tries to relocate itself as part of its usual chores. Having just learned git bisect, I