mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
target src
|
|
mainboard bitworks/ims
|
|
|
|
option CONFIGURE_L2_CACHE=1
|
|
option ENABLE_FIXED_AND_VARIABLE_MTRRS=1
|
|
|
|
option SERIAL_CONSOLE=1
|
|
option DEFAULT_CONSOLE_LEVEL=9
|
|
option MAXIMUM_CONSOLE_LOGLEVEL=9
|
|
|
|
option RAMTEST=0
|
|
#option ROM_IMAGE_SIZE=327680
|
|
#option ROM_IMAGE_SIZE=393216
|
|
|
|
option NO_KEYBOARD=0
|
|
option ENABLE_MOUSE=1
|
|
|
|
# This option controls if the Native IDE code attempts to run
|
|
option BOOT_IDE=0
|
|
|
|
option CONFIG_COMPRESS=0
|
|
|
|
option USE_GENERIC_ROM=1
|
|
|
|
option USE_ELF_BOOT=1
|
|
|
|
option CONFIG_ASSIGNIRQ=1
|
|
|
|
# Etherboot IDE driver
|
|
#option PAYLOAD_SIZE=32768
|
|
#payload /bitworks/src/etherboot-5.1.8/src/bin/ide_disk.zelf
|
|
|
|
# ADLO
|
|
# linuxbios rom size. Should be 512k-*actual* size of payload
|
|
option ROM_IMAGE_SIZE=360448
|
|
# remember this is not absolute but just the dd bs=parameter
|
|
# so it can be larger than what you have specified
|
|
#
|
|
option PAYLOAD_SIZE=32768
|
|
payload /bitworks/src/freebios/util/ADLO/payload
|
|
|
|
# Memtest size is larger than I need but I like powers of 2
|
|
#option PAYLOAD_SIZE=131072
|
|
#payload /bitworks/src/memtest86-3.0/memtest
|
|
|
|
#option VIDEO_CONSOLE=1
|
|
#option CONFIG_PCIBIOS=1
|
|
#option CONFIG_VGABIOS=1
|
|
#option CONFIG_REALMODE_IDT=1
|
|
|
|
#option CONFIG_ENABLE_MOUSE_IRQ12=1
|
|
|
|
makerule tonet: linuxbios.rom ;
|
|
addaction romimage ./2net
|