use fs stream
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b717e48352
commit
bcfe3ecb2c
|
@ -15,7 +15,12 @@ uses CONFIG_USE_INIT
|
|||
uses CONFIG_CONSOLE_SERIAL8250
|
||||
uses TTYS0_BAUD TTYS0_DIV
|
||||
uses NO_POST
|
||||
uses CONFIG_IDE_STREAM
|
||||
uses CONFIG_IDE
|
||||
uses CONFIG_FS_STREAM
|
||||
uses CONFIG_FS_EXT2
|
||||
uses CONFIG_FS_ISO9660
|
||||
uses CONFIG_FS_FAT
|
||||
uses AUTOBOOT_CMDLINE
|
||||
uses CONFIG_SYS_CLK_FREQ
|
||||
uses IDE_BOOT_DRIVE
|
||||
uses IDE_SWAB IDE_OFFSET
|
||||
|
@ -55,10 +60,12 @@ option TTYS0_DIV=69
|
|||
option TTYS0_BAUD=9600
|
||||
|
||||
## Boot linux from IDE
|
||||
option CONFIG_IDE_STREAM=1
|
||||
option IDE_BOOT_DRIVE=0
|
||||
option IDE_SWAB=1
|
||||
option IDE_OFFSET=0
|
||||
option CONFIG_IDE=1
|
||||
option CONFIG_FS_STREAM=1
|
||||
option CONFIG_FS_EXT2=1
|
||||
option CONFIG_FS_ISO9660=1
|
||||
option CONFIG_FS_FAT=1
|
||||
option AUTOBOOT_CMDLINE="hda1:/vmlinuz"
|
||||
|
||||
option ROM_SIZE=1048576
|
||||
|
||||
|
|
Loading…
Reference in New Issue