bonito
来自「国产CPU-龙芯(loongson)BIOS源代码」· 代码 · 共 96 行
TXT
96 行
# $Id: Bonito,v 1.4 2004/05/17 10:39:22 wlin Exp $## GENERIC configuration for Galileo EV64240## This file is supposed to be included by target file after# endian has been defined.#machine Bonito mips # CPU Architecture, Platformconfig pmon ## Define target endian#makeoptions ENDIAN=EL # Little endian version.include "conf/GENERIC_ALL"## Platform options#option BONITOEL option MIPSoption INET#option GODSONEV1 # GALILEO GT64240 Host Bridgeselect mod_uart_ns16550 # Standard UART driveroption CONS_BAUD=B9600#option CONS_BAUD=B115200select ext2#select mod_x86emu_int10#select mod_x86emu # X86 emulation for VGAselect mod_framebufferselect mod_vgaconoption NOPCINAMES # Save some space for x86emu#option VGA_LYNX_0712option AUTOLOADoption NVRAM_IN_FLASH option CONFIG_VGA_CARD_SIS6326## Functional options.#option NOSNOOP # Caches are no-snooping## HAVE options. What tgt level provide#option HAVE_TOD # Time-Of-Day clockoption HAVE_NVENV # Platform has non-volatile env memoption HAVE_LOGO # Output splash logo## System Name and Target Name#option SYSTYPE="\"Bonito\""option TARGETNAME="\"Bonito\""## Now the Machine specification#mainbus0 at rootlocalbus0 at mainbus0pcibr0 at mainbus0pci* at pcibr?#ppb* at pci? dev ? function ? # PCI-PCI bridges#pci* at ppb? bus ?#### USB#uhci* at pci? dev ? function ?#### SCSI support#siop* at pci? dev ? function ? # Symbios/NCR 53c...#scsibus* at siop?#sd* at scsibus? target ? lun ? #cd* at scsibus? target ? lun ? #### Networking Devices#gt0 at localbus? base 4#gt1 at localbus? base 5#gt2 at localbus? base 6# fxp normally only used for debugging (enable/disable both)fxp0 at pci? dev ? function ? # Intel 82559 Deviceinphy* at mii? phy ? # Intel 82555 PHYs#### IDE controllerspciide* at pci ? dev ? function ? flags 0x0000#### IDE hard driveswd* at pciide? channel ? drive ? flags 0x0000#### Pseudo devicespseudo-device loop 1 # network loopback
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?