coreboot for the Switch
Find a file
Ronald G. Minnich 326b94d572 This set of changes allows FILO to boot in bochs:
Press <Enter> for default boot, or <Esc> for boot prompt... timed out
boot: hdc1:/phase1 root=/dev/hdc1  console=ttyS0,115200
malloc_diag: alloc: 112 bytes (3 blocks), free: 16264 bytes (1 blocks)
malloc_diag: alloc: 128 bytes (4 blocks), free: 16248 bytes (1 blocks)
file_open: dev=hdc1, path=/phase1
find_ide_controller: PCI IDE #0 not found
IDE channel 1 not found
devopen: failed to open ide
malloc_diag: alloc: 112 bytes (3 blocks), free: 16264 bytes (1 blocks)
malloc_diag: alloc: 48 bytes (2 blocks), free: 16328 bytes (1 blocks)
boot: hdc1:/phase1 root=/dev/hdc1  console=ttyS0,115200

So we've just booted our first payload in V3!

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@110 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-24 07:41:22 +00:00
arch This set of changes allows FILO to boot in bochs: 2007-02-24 07:41:22 +00:00
console * add config options for serial port and speed 2007-02-23 13:55:28 +00:00
device * initial console entries in Kconfig 2007-02-23 11:33:02 +00:00
doc mods to elf.h to use arch/elf.h 2007-02-23 12:21:47 +00:00
include Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
lib This set of changes allows FILO to boot in bochs: 2007-02-24 07:41:22 +00:00
mainboard get rid of all warnings but one (lb table fake) 2007-02-23 15:35:42 +00:00
util get rid of all warnings but one (lb table fake) 2007-02-23 15:35:42 +00:00
COPYING filling in 2006-10-06 19:19:14 +00:00
Kconfig * initial console entries in Kconfig 2007-02-23 11:33:02 +00:00
Makefile * add config options for serial port and speed 2007-02-23 13:55:28 +00:00