Re: [coreboot] Supported Motherboards

2018-11-11 Thread Piotr Kubaj via coreboot
@Nico By removing open-source AGESA and all boards that use them, you would remove many boards that can boot blobless (like KGPE-D16 and KCMA-D8, there's also cheap low-end like E350M1, although I'm not sure this uses AGESA). This would mean that if we want blobless, we can either use much less

[coreboot] HV121WX4-120 screen for X200

2018-08-11 Thread Piotr Kubaj via coreboot
Hi, I just wanted to share my experience of using alternative screens for ThinkPad X200 (HV121WX4-120) with coreboot. After fitting the screen, it became apparent that something is wrong. Having turned on the X200, it ran happily for about 1 minute, then the screen just powered off. It didn't

[coreboot] Asus ASMB-iKVM modules

2018-04-14 Thread Piotr Kubaj via coreboot
I'm looking to buy some ASMB-iKVM module for my KGPE-D16. I've looked in all the Internet shops I could find, but there are none available. Do any of you have some for sale? I figured it may be the best place to ask about it. -- ___ / A straw vote only

Re: [coreboot] Serial input / output with SeaBIOS 1.11.0

2018-02-26 Thread Piotr Kubaj via coreboot
I didn't get it working with SeaBIOS' SERCON, but I just moved on to SgaBIOS. It turns out it's actually better for me than SERCON, because it provides serial redirection to the point where kernel takes over, while SERCON only provides till bootloader starts. That feature of SgaBIOS makes it

Re: [coreboot] OpenBMC & KGPE-D16

2018-02-26 Thread Piotr Kubaj via coreboot
, the iKVM4 or the iKVM5? On 02/24/2018 11:10 AM, Piotr Kubaj via coreboot wrote: Strange, I didn't apply any patches. I run D16 with stock coreboot 4.7 and OpenBMC. Could it be because I have different memory modules (4xKVR16R11D4/16)? On 18-02-24 12:00:01, coreboot-requ...@coreboot.org wrote: Send

Re: [coreboot] OpenBMC & KGPE-D16

2018-02-25 Thread Piotr Kubaj via coreboot
Strange, I didn't apply any patches. I run D16 with stock coreboot 4.7 and OpenBMC. Could it be because I have different memory modules (4xKVR16R11D4/16)? On 18-02-24 12:00:01, coreboot-requ...@coreboot.org wrote: Send coreboot mailing list submissions to coreboot@coreboot.org To

Re: [coreboot] When does AMD release the fam15 spectre microcode updates?

2018-02-20 Thread Piotr Kubaj via coreboot
AFAIK it's not only fam15 that is vulnerable. If you're going to ask, could you ask about updates for other CPU's than Ryzen in general? I also have fam14 and fam16 boards. On 18-02-19 12:00:01, coreboot-requ...@coreboot.org wrote: Send coreboot mailing list submissions to

[coreboot] Serial input / output with SeaBIOS 1.11.0

2018-01-19 Thread Piotr Kubaj via coreboot
Hi, I've upgraded my coreboot to tag 4.7. As a payload I use SeaBIOS. I want to use the new feature of serial communication from SeaBIOS. The issue I have is that there's only serial output (meaning I can see the SeaBIOS menu on serial), but pressing any key on keyboard via serial doesn't do

Re: [coreboot] Server systems shipped with coreboot

2018-01-17 Thread Piotr Kubaj via coreboot
There's no "pure coreboot" systems. You need some payload. Also, while Talos is truly awesome, the OP asked about coreboot specifically and Talos doesn't run coreboot :) At the moment, the best coreboot-supported server motherboard is ASUS KGPE-D16. You can also get libre BMC with OpenBMC

Re: [coreboot] Ability to remotely debug the grub menu in case of boot failure

2017-10-05 Thread Piotr Kubaj via coreboot
You might want to check what PCengines guys did, their APU doesn't have video (only serial), and the keyboard works in SeaBIOS. On 17-10-05 12:00:01, coreboot-requ...@coreboot.org wrote: Send coreboot mailing list submissions to coreboot@coreboot.org To subscribe or unsubscribe via

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-11 Thread Piotr Kubaj via coreboot
My F2A85-M has UEFI by default, you probably also have UEFI. That means bios_extract won't work. You can keep trying to extract with UEFITool, or try this path https://www.coreboot.org/VGA_support#Retrieval_via_Linux_kernel On 17-06-09 10:41:31, Gabriel Bosque wrote: > Okay. I tried a path,

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-08 Thread Piotr Kubaj via coreboot
https://www.coreboot.org/VGA_support On 17-06-08 11:01:55, Gabriel Bosque wrote: > Internal. Where do I find firmware for it? > > Tanks in advance > > 2017-06-08 10:45 GMT-03:00 Piotr Kubaj : > > > Do you use the internal GPU or external? If you use internal, you probably >

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-08 Thread Piotr Kubaj via coreboot
Do you use the internal GPU or external? If you use internal, you probably need firmware from AMD (SeaVGABIOS won't work). If you have external GPU, you don't need VGA option ROM at all. Anyway, you don't need SeaVGABIOS. You also put CONFIG_QEMU_HARDWARE=y, which is unnecessary.

Re: [coreboot] Overheating on f2a85-m

2017-04-03 Thread Piotr Kubaj via coreboot
Thanks! I'm only starting to get some knowledge about Coreboot and I didn't realize that I need to configure fans in the OS :) Now everything seems fine, except that FreeBSD doesn't seem to have a way to configure fan speed... On 17-03-26 21:35:33, Rudolf Marek wrote: > Hi again, > > Sorry, I

[coreboot] Overheating on f2a85-m

2017-03-26 Thread Piotr Kubaj via coreboot
I've installed Coreboot on ASUS F2A85-M. Everything works fine, but the CPU overheats when doing something intensive (like video playing) and the OS crashes. Browsing the internet and watching movies doesn't make it sweat. I use FreeBSD 11.0-RELEASE and Gentoo Linux. My CPU is X4 750k. I