gfcr

来自「国产CPU-龙芯(loongson)BIOS源代码」· 代码 · 共 124 行

TXT
124
字号
# $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         gfcr 	mips    # CPU Architecture, Platformconfig          pmon ##  Define target endian#makeoptions	ENDIAN=EL		# Little endian version.select		mod_flash_amd		# AMD flash device programming#select		mod_flash_intel		# intel flash device programmingselect		mod_debugger		# Debugging moduleselect		mod_symbols		# Symbol table handlingselect		mod_s3load		# Srecord loading#select		mod_fastload		# LSI Fastloadselect		mod_elfload		# ELF loading## Command selection. Selects pmon commands#select		cmd_about		# Display info about PMONselect		cmd_boot		# Boot wrapperselect		cmd_cache		# Cache enabling#select		cmd_call		# Call a function commandselect		cmd_date		# Time of day commandselect		cmd_env			# Full blown environment command set#select		cmd_flash		# Flash programming cmdsselect		cmd_hist		# Command history#select		cmd_ifaddr		# Interface address commandselect		cmd_l			# Disassembleselect		cmd_mem			# Memory manipulation commandsselect		cmd_more		# More paginator#select		cmd_mt			# Simple memory test commandselect		cmd_misc		# Reboot & Flush etc.#select		cmd_stty		# TTY setings commandselect		cmd_tr			# Host port-through commandselect		cmd_devls		# Device list#select		cmd_shell		# Shell commands, vers, help, eval## Platform options#option		GFCRoption		MIPS#option		INETselect		mod_uart_ns16550	# Standard UART driveroption		CONS_BAUD=B9600#option		CONS_BAUD=B115200#select		ext2#select		mod_x86emu_int10#select		mod_x86emu		# X86 emulation for VGA#select		mod_framebuffer#select		mod_vgacon#option		NOPCINAMES		# Save some space for x86emu#option		VGA_LYNX_0712option 		AUTOLOAD#option 	        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 clock#option		HAVE_NVENV		#  Platform has non-volatile env memoption		HAVE_LOGO		# Output splash logooption          NO_PCI                  # no pci bus support## System Name and Target Name#option		SYSTYPE="\"GFCR\""option		TARGETNAME="\"GFCR\""##  Now the Machine specification#mainbus0        at root#localbus0	at mainbus0#pcibr0		at mainbus0#pci*		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 Device#inphy*          at mii? phy ?                   # Intel 82555 PHYs#### IDE controllers#pciide* 	at pci ? dev ? function ? flags 0x0000#### IDE hard drives#wd*		at pciide? channel ? drive ? flags 0x0000#### Pseudo devices#pseudo-device	loop	1	# network loopback

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?