Etherboot: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Download [http://www.etherboot.org Etherboot] --- Please use 5.2.6
Download [http://www.etherboot.org Etherboot] --- Please use 5.2.6
Config changes needed for LinuxBIOS support
src/Config
# Select which buses etherboot should support
CFLAGS+=        -DCONFIG_PCI -DCONFIG_ISA 
====>'''''CFLAGS+=        -DCONFIG_PCI ''''' 
#CFLAGS+=      -DCONFIG_PCMCIA
# For prompting and default on timeout
'''''#'''''CFLAGS+=      -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC
'''''CFLAGS+=      -DBOOT_FIRST=BOOT_NIC
CFLAGS+=      -DBOOT_SECOND=BOOT_DISK'''''# If you would like to attempt to boot from other devices as well as the network.
# CFLAGS+=      -DBOOT_SECOND=BOOT_FLOPPY
# CFLAGS+=      -DBOOT_THIRD=BOOT_DISK
# CFLAGS+=      -DBOOT_INDEX=0
# for btext console support
#CFLAGS+= -DCONSOLE_BTEXT
# for direct PC kbd support
'''''CFLAGS+= -DCONSOLE_PC_KBD'''''
# for FILO support it will make main call pci_init
'''''CFLAGS+= -DCONFIG_FILO'''''
arch/i386/Config
'''''#'''''CFLAGS+=      -DPCBIOS
# Compile in k8/hammer support
'''''CFLAGS+= -DCONFIG_X86_64'''''
# Options to make a version of Etherboot that will work under linuxBIOS.
'''''CFLAGS+= -DLINUXBIOS -DCONFIG_TSC_CURRTICKS  -DCONSOLE_SERIAL -DCOMCONSOLE=0x3f8 -DCOMPRESERVE -DCONFIG_PCI_DIRECT -DELF_IMAGE'''''#VGA
'''''CFLAGS+= -DCONSOLE_DIRECT_VGA'''''

Revision as of 19:09, 1 March 2005

Download Etherboot --- Please use 5.2.6

Config changes needed for LinuxBIOS support

src/Config

  1. Select which buses etherboot should support

CFLAGS+= -DCONFIG_PCI -DCONFIG_ISA ====>CFLAGS+= -DCONFIG_PCI

  1. CFLAGS+= -DCONFIG_PCMCIA
  1. For prompting and default on timeout

#CFLAGS+= -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC CFLAGS+= -DBOOT_FIRST=BOOT_NIC CFLAGS+= -DBOOT_SECOND=BOOT_DISK# If you would like to attempt to boot from other devices as well as the network.

  1. CFLAGS+= -DBOOT_SECOND=BOOT_FLOPPY
  2. CFLAGS+= -DBOOT_THIRD=BOOT_DISK
  3. CFLAGS+= -DBOOT_INDEX=0


  1. for btext console support
  2. CFLAGS+= -DCONSOLE_BTEXT
  3. for direct PC kbd support

CFLAGS+= -DCONSOLE_PC_KBD

  1. for FILO support it will make main call pci_init

CFLAGS+= -DCONFIG_FILO


arch/i386/Config

#CFLAGS+= -DPCBIOS

  1. Compile in k8/hammer support

CFLAGS+= -DCONFIG_X86_64

  1. Options to make a version of Etherboot that will work under linuxBIOS.

CFLAGS+= -DLINUXBIOS -DCONFIG_TSC_CURRTICKS -DCONSOLE_SERIAL -DCOMCONSOLE=0x3f8 -DCOMPRESERVE -DCONFIG_PCI_DIRECT -DELF_IMAGE#VGA CFLAGS+= -DCONSOLE_DIRECT_VGA