Re: [coreboot] soc/amd/stoneyridge

2017-06-13 Thread ron minnich
After last week's meeting I did have one thought: keeping a 'best of breed' example board for each generation of DRAM might be useful. E.g. one good board for SDRAM, DDR2, DDR3. Just pick a really good one and mark it as an example. I realize it's all in git but out of sight is out of mind. My

Re: [coreboot] soc/amd/stoneyridge

2017-06-13 Thread taii...@gmx.com
I don't think that trying to support every 10+ year old board is worth it, but at least a few from each genre (desktop, server/workstation and embedded) should be required to be ported for a style change to occur rather than everything simply abandoned as there wasn't anyone willing to update

Re: [coreboot] AMD EPYC and PSP

2017-06-13 Thread taii...@gmx.com
On 06/08/2017 10:48 AM, Johnysecured88 via coreboot wrote: Does anyone anticipate the new EPYC cpus not having PSP? Sent with [ProtonMail](https://protonmail.com) Secure Email. I see no reason why they wouldn't. It doesn't really matter, for the price they'll be sold for you might as well

Re: [coreboot] FILO 0.6.0 payload bootloader - Bug Reports!

2017-06-13 Thread Nico Huber
Hello Ivan, On 13.06.2017 23:51, Ivan Ivanov wrote: > Sadly "filo> kernel hda1:/vmlinuz" doesnt work as well: gives > Disk read error dev=1 drive=0 sector=0 this sounds much like the drive wasn't detected at all, not 100% sure though. If you enabled the libpayload AHCI driver, it should show

Re: [coreboot] How to give control to bootable USB

2017-06-13 Thread taii...@gmx.com
On 06/13/2017 10:22 AM, Dhanasekar Jaganathan wrote: Hi All, I am trying to install ONIE from USB which has ONIE installer. Actually, I am using GRUB2 as a payload. If Coreboot display list of bootable device,I can select USB which will install a OS in the hard disk. As I understood that

Re: [coreboot] FILO 0.6.0 payload bootloader - Bug Reports!

2017-06-13 Thread Ivan Ivanov
Sadly "filo> kernel hda1:/vmlinuz" doesnt work as well: gives Disk read error dev=1 drive=0 sector=0 Error 15: File not found My current situation seems like a standard use case: 1) ext2 boot partition at /dev/sda1 (or which is called "hda1" in this case), size of which is 1GB and it is at

Re: [coreboot] FILO 0.6.0 payload bootloader - Bug Reports!

2017-06-13 Thread Stefan Reinauer via coreboot
On Tue, Jun 13, 2017 at 10:33 AM Ivan Ivanov wrote: > === If you have some ideas about one or more of FILO problems, please tell > === > > %%% 1st problem - FILO is impossible to build on the modern x86_64 > system (Ubuntu 16.04.2 LTS with gcc 5.4.0) : > ... > CC

[coreboot] FILO 0.6.0 payload bootloader - Bug Reports!

2017-06-13 Thread Ivan Ivanov
=== If you have some ideas about one or more of FILO problems, please tell === %%% 1st problem - FILO is impossible to build on the modern x86_64 system (Ubuntu 16.04.2 LTS with gcc 5.4.0) : ... CC build/x86/context.o AS build/x86/switch.S.o /bin/sh: 1: --32: not found Makefile:177:

[coreboot] How to give control to bootable USB

2017-06-13 Thread Dhanasekar Jaganathan
Hi All, I am trying to install ONIE from USB which has ONIE installer. Actually, I am using GRUB2 as a payload. If Coreboot display list of bootable device,I can select USB which will install a OS in the hard disk. As I understood that Coreboot won't display list of available bootable device