[coreboot] alix.2c3 stops at mainboard_pre_payload: done

Roman Yeryomin leroi.lists at gmail.com
Wed Oct 8 11:47:26 CEST 2008


On Wednesday 08 October 2008 02:22:49 ron minnich wrote:
> can you build filo to ONLY use serial port and let us know how that goes?

how do I do that? maybe you mean libpayload?

my config (r64) is:

CONFIG_TARGET_I386=y
# CONFIG_REVIEW is not set

#
# Interface Options
#
# CONFIG_USE_GRUB is not set
CONFIG_USE_AUTOBOOT=y
CONFIG_AUTOBOOT_FILE="hda1:/vmlinuz root=/dev/hda1 console=tty0 
console=ttyS0,38400"
CONFIG_AUTOBOOT_DELAY=5

#
# Drivers
#
CONFIG_IDE_DISK=y
CONFIG_IDE_DISK_POLL_DELAY=0
# CONFIG_SLOW_SATA is not set
# CONFIG_PCMCIA_CF is not set
# CONFIG_USB_NEW_DISK is not set
# CONFIG_USB_DISK is not set
CONFIG_FLASH_DISK=y
CONFIG_SUPPORT_PCI=y
# CONFIG_PCI_BRUTE_SCAN is not set
# CONFIG_SUPPORT_SOUND is not set

#
# Filesystems
#
CONFIG_FSYS_EXT2FS=y
# CONFIG_FSYS_FAT is not set
# CONFIG_FSYS_JFS is not set
# CONFIG_FSYS_MINIX is not set
# CONFIG_FSYS_REISERFS is not set
# CONFIG_FSYS_XFS is not set
# CONFIG_FSYS_ISO9660 is not set
# CONFIG_FSYS_CRAMFS is not set
# CONFIG_FSYS_SQUASHFS is not set

#
# Loaders
#
CONFIG_LINUX_LOADER=y
# CONFIG_WINCE_LOADER is not set
# CONFIG_ARTEC_BOOT is not set

#
# Debugging & Experimental
#
# CONFIG_EXPERIMENTAL is not set
# CONFIG_DEBUG_ALL is not set
# CONFIG_DEBUG_ELFBOOT is not set
# CONFIG_DEBUG_ELFNOTE is not set
# CONFIG_DEBUG_SEGMENT is not set
# CONFIG_DEBUG_SYS_INFO is not set
# CONFIG_DEBUG_BLOCKDEV is not set
# CONFIG_DEBUG_VFS is not set
# CONFIG_DEBUG_FSYS_EXT2FS is not set
# CONFIG_DEBUG_PCI is not set
# CONFIG_DEBUG_LINUXLOAD is not set
# CONFIG_DEBUG_IDE is not set
# CONFIG_DEBUG_FLASH is not set


BTW I can't build r80
it gives following errors:

make
  CC      build/i386/context.o
  AS      build/i386/switch.S.o
  CC      build/i386/segment.o
  CC      build/i386/timer.o
  CC      build/i386/sys_info.o
  CC      build/i386/linux_load.o
  CC      build/main/filo.o
/home/wiz/dev/coreboot/filo-r80/main/filo.c: In function ‘platform_reboot’:
/home/wiz/dev/coreboot/filo-r80/main/filo.c:97: warning: implicit declaration 
of function ‘grub_printf’
  CC      build/main/elfload.o
  CC      build/main/elfnote.o
  CC      build/main/ipchecksum.o
  CC      build/main/strtox.o
  CC      build/fs/blockdev.o
  CC      build/fs/vfs.o
  CC      build/fs/fsys_ext2fs.o
  CC      build/drivers/ide.o
  CC      build/drivers/intel.o
  CC      build/drivers/flash/lxflash.o
/home/wiz/dev/coreboot/filo-r80/drivers/flash/lxflash.c: In 
function ‘NAND_close’:
/home/wiz/dev/coreboot/filo-r80/drivers/flash/lxflash.c:528: warning: no 
return statement in function returning non-void
/home/wiz/dev/coreboot/filo-r80/drivers/flash/lxflash.c: In 
function ‘NAND_readPage’:
/home/wiz/dev/coreboot/filo-r80/drivers/flash/lxflash.c:652: warning: unused 
variable ‘bData’
/home/wiz/dev/coreboot/filo-r80/drivers/flash/lxflash.c: At top level:
/home/wiz/dev/coreboot/filo-r80/drivers/flash/lxflash.c:349: 
warning: ‘NAND_writeData’ defined but not used
  LD      build/filo
/home/wiz/dev/coreboot/filo-r80/build/main/filo.o: In function 
`platform_reboot':
filo.c:(.text+0xa): undefined reference to `grub_printf'
make: *** [/home/wiz/dev/coreboot/filo-r80/build/filo] Error 1






More information about the coreboot mailing list