Re: [coreboot] [Intel Atom C2000 Rangeley] SPI Descriptor issue related to coreboot

2015-03-18 Thread WANG FEI
Guo Jia, It's not easy to figure out the problem in your case, it would be great if you can have an ITP hooked on your system to debug coreboot instead of guessing. I'm glad you've tried to dump descriptor bin from ADI's binary, but I remember even without descriptor binary, Mohon Peak platform c

[coreboot] [Intel Atom C2000 Rangeley] SPI Descriptor issue related to coreboot

2015-03-18 Thread 郭佳
Hi buddies, I'm porting coreboot to Intel Atom C2000 board provided from ADI. I've retrieved the source code released by ADI from github. ADI's coreboot source code requires SegaBIOS SDK to build, since I don't have one, I've modified the Makefile to use toolchain provided by original coreboot(xgc

Re: [coreboot] SeaBIOS boot menu key changed to ESC

2015-03-18 Thread Peter Stuge
Kevin O'Connor wrote: > > I can see this being a source of usability issues. Is there any way > > to reasonably generate the message from the scan code? > > It's a pain to attempt to auto-generate the message. Could an incorrect message at least be avoided? How about crowdsourcing scan code tran

Re: [coreboot] Automated test system: Nominations wanted

2015-03-18 Thread Timothy Pearson
On 03/18/2015 02:49 AM, Carl-Daniel Hailfinger wrote: [off-list] Hi Timothy, On 16.03.2015 18:15, Timothy Pearson wrote: On 03/16/2015 08:17 AM, Alexander Couzens wrote: On Mon, 16 Mar 2015 01:20:17 -0500 Timothy Pearson wrote: Just wanted to mention that Raptor Engineering now has an aut

Re: [coreboot] SeaBIOS boot menu key changed to ESC

2015-03-18 Thread Kevin O'Connor
On Wed, Mar 18, 2015 at 05:38:19PM +0100, Peter Stuge wrote: > Kevin O'Connor wrote: > > If the old key is desired, one can still activate it by placing 0x86 > > in the CBFS file "/etc/boot-menu-key" (cbfstool build/coreboot.rom > > add-int -i 0x86 -n etc/boot-menu-key) > > Neat! > > > along with

Re: [coreboot] SeaBIOS boot menu key changed to ESC

2015-03-18 Thread Peter Stuge
Kevin O'Connor wrote: > If the old key is desired, one can still activate it by placing 0x86 > in the CBFS file "/etc/boot-menu-key" (cbfstool build/coreboot.rom > add-int -i 0x86 -n etc/boot-menu-key) Neat! > along with the old boot message in "/etc/boot-menu-message". I can see this being a s

[coreboot] SeaBIOS boot menu key changed to ESC

2015-03-18 Thread Kevin O'Connor
In the past, F12 was the default SeaBIOS boot menu key. This was typically seen with a boot message of: Press F12 for boot menu. Do to several issues with the F12 key on both real and emulated machines, the development branch of the SeaBIOS repository has now changed the default key to the ESC k

Re: [coreboot] [flashrom] New flashrom logo - fonts

2015-03-18 Thread Peter Stuge
Hej Berth-Olof, Berth-Olof Bergman wrote: > How about making flashrom available for Bay Trail architecture? I think there is interest in that. You can go ahead and send the neccessary patches. Thanks //Peter -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/lis

[coreboot] Enabling SeaBIOS

2015-03-18 Thread Matthias Apitz
Hello, I'm running FreeBSD 11CURRENT on an Acer C720 Chromebook which uses Coreboot and SeaBIOS to boot from SSD. Before installing FreeBSD I switched Coreboot to boot to SeaBIOS as default as described here: https://wiki.archlinux.org/index.php/Chromebook#Enabling_SeaBIOS I plan to install a 2n

[coreboot] [Solved][Mohon Peak] Console output on external UARTs behind PCIe

2015-03-18 Thread Patrick Agrain
Hello, System is working again. Following "patches" have to be applied in coreboot to get an external Startech UART board working on a Mohon Peak CRB: - in ./src/device/pci_early.c:pci_early_bridge_init(): remove (for the moment) the udelay(10), otherwise the board will freeze after POST cod