[coreboot] Re: [GSoC] Self Introduction

2020-05-06 Thread Patrick Georgi via coreboot
Hi Sindhoor, Welcome to coreboot! Would you mind spending a few words on what you'll be working on? It's something about POST codes but there's little more than that available about your project, and there has been some interest in your work already. Thanks, Patrick -- Google Germany GmbH,

[coreboot] Hiccups bringing ACPI support to p3b-f

2020-05-06 Thread Keith Hui
I just sent in this patch to bring ACPI to p3b-f, after way too long: https://review.coreboot.org/c/coreboot/+/41098 I've run into two problems with this work and hoping for insights. First, Linux kernel is throwing a warning. Full dmesg (from kernel start to prompt) attached, but it's these

[coreboot] [GSoC] Self Introduction

2020-05-06 Thread Sindhoor Tilak
A quick post to introduce myself! I'm Sindhoor, currently a graduate student and selected to be a part of this summer's GSoC. Pretty excited to be a part here and learn from everyone. Looking forward to contributing and being an active part of the community for the years to come

[coreboot] Re: Linux kernel says "do_IRQ: 1.55 No irq handler for vector​"

2020-05-06 Thread Krystian Hebel
Hi all, On 03.05.2020 18:28, Nico Huber wrote: Hi Zheng, On 03.05.20 17:27, Zheng Bao wrote: I am debugging the AMD Picasso board. When Linux kernel boots, there is some error message in dmesg. do_IRQ: 1.55 No irq handler for vector​ We've noticed the same on PC Engines apu2, an older AMD

[coreboot] Re: Linux kernel says "do_IRQ: 1.55 No irq handler for vector​"

2020-05-06 Thread Zheng Bao
The Payload I run between Coreboot and Linux is SeaBIOS. Do you mean SeaBIOS should disable interrupt of all APs? I check the mail list and found this issue was raised before, but actually by my colleague. We worked together and have not found the final solution. Zheng