Re: [coreboot] [PATCH] Add easy SeaBIOS as payload option

2010-12-30 Thread Stefan Reinauer
* Kevin O'Connor ke...@koconnor.net [101228 01:00]: CONFIG_AHCI is a bit experimental. Has there been success with it on real hardware? I have not tried it. It sounded like a great idea though. +checkout: + test -d seabios ( cd seabios; git pull ) || \ + git clone

Re: [coreboot] [PATCH] Add easy SeaBIOS as payload option

2010-12-27 Thread Kevin O'Connor
On Sun, Dec 26, 2010 at 10:11:24PM +0100, Stefan Reinauer wrote: [...] +patch: checkout + test -r seabios/.patched || \ + perl -pi -e s,#define CONFIG_COREBOOT 0,#define CONFIG_COREBOOT 1,; \ + -e s,#define CONFIG_DEBUG_SERIAL 0,#define CONFIG_DEBUG_SERIAL 1,; \ +

Re: [coreboot] [PATCH] Add easy SeaBIOS as payload option

2010-12-27 Thread Kevin O'Connor
On Mon, Dec 27, 2010 at 08:31:21AM +0100, Patrick Georgi wrote: Am 27.12.2010 01:06, schrieb Idwer Vollering: Nice. Can you extend it so the serial port number, #define DEBUG_PORT PORT_SERIAL1, in $seabios_dir/src/output.c is shared with CONFIG_CONSOLE_SERIAL_COM1 in coreboot's .config, and

[coreboot] [PATCH] Add easy SeaBIOS as payload option

2010-12-26 Thread Stefan Reinauer
See patch Today, if the user selects no payload at all, an image is created that will leave the system bricked when flashed. This patch adds an easy way of selecting SeaBIOS as a payload and makes it the default (instead of no payload, which still exists as an option) Signed-off-by: Stefan

Re: [coreboot] [PATCH] Add easy SeaBIOS as payload option

2010-12-26 Thread Idwer Vollering
2010/12/26 Stefan Reinauer stefan.reina...@coresystems.de See patch Nice. Can you extend it so the serial port number, #define DEBUG_PORT PORT_SERIAL1, in $seabios_dir/src/output.c is shared with CONFIG_CONSOLE_SERIAL_COM1 in coreboot's .config, and so on for COM2..4 ? Dito for #define