Kconfig whitespace fixes
trivial whitespace fixes. Mostly changing leading spaces to tabs. Change-Id: I0bdfe2059b90725e64adfc0bdde785b4e406969d Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10000 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
562d6f30a0
commit
595e7777e7
22
src/Kconfig
22
src/Kconfig
|
@ -56,14 +56,14 @@ config COMMON_CBFS_SPI_WRAPPER
|
|||
Use common wrapper to interface CBFS to SPI bootrom.
|
||||
|
||||
config MULTIPLE_CBFS_INSTANCES
|
||||
bool "Multiple CBFS instances in the bootrom"
|
||||
default n
|
||||
depends on !ARCH_X86
|
||||
help
|
||||
Account for the firmware image containing more than one CBFS
|
||||
instance. Locations of instances are known at build time and are
|
||||
communicated between coreboot stages to make sure the next stage is
|
||||
loaded from the appropriate instance.
|
||||
bool "Multiple CBFS instances in the bootrom"
|
||||
default n
|
||||
depends on !ARCH_X86
|
||||
help
|
||||
Account for the firmware image containing more than one CBFS
|
||||
instance. Locations of instances are known at build time and are
|
||||
communicated between coreboot stages to make sure the next stage is
|
||||
loaded from the appropriate instance.
|
||||
|
||||
choice
|
||||
prompt "Compiler to use"
|
||||
|
@ -317,8 +317,8 @@ source "src/arch/*/Kconfig"
|
|||
source "src/vendorcode/*/Kconfig"
|
||||
|
||||
config SYSTEM_TYPE_LAPTOP
|
||||
default n
|
||||
bool
|
||||
default n
|
||||
bool
|
||||
|
||||
menu "Chipset"
|
||||
|
||||
|
@ -578,7 +578,7 @@ config MAINBOARD_SERIAL_NUMBER
|
|||
string "SMBIOS Serial Number"
|
||||
depends on GENERATE_SMBIOS_TABLES
|
||||
default "123456789"
|
||||
help
|
||||
help
|
||||
The Serial Number to store in SMBIOS structures.
|
||||
|
||||
config MAINBOARD_VERSION
|
||||
|
|
|
@ -42,11 +42,11 @@ config XIP_ROM_SIZE
|
|||
default 0x80000
|
||||
|
||||
config REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL
|
||||
bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
|
||||
default n
|
||||
help
|
||||
This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
|
||||
bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
|
||||
default n
|
||||
help
|
||||
This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
|
||||
|
||||
Warning: Only enable this option when debuging or tracing AMD AGESA code.
|
||||
Warning: Only enable this option when debuging or tracing AMD AGESA code.
|
||||
|
||||
endif #CPU_AMD_AGESA_FAMILY10
|
||||
|
|
|
@ -63,11 +63,11 @@ config XIP_ROM_SIZE
|
|||
default 0x80000
|
||||
|
||||
config REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL
|
||||
bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
|
||||
default n
|
||||
help
|
||||
This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
|
||||
bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
|
||||
default n
|
||||
help
|
||||
This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
|
||||
|
||||
Warning: Only enable this option when debuging or tracing AMD AGESA code.
|
||||
Warning: Only enable this option when debuging or tracing AMD AGESA code.
|
||||
|
||||
endif #CPU_AMD_AGESA_FAMILY15
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
config CPU_AMD_SOCKET_S1G1
|
||||
bool
|
||||
bool
|
||||
|
||||
if CPU_AMD_SOCKET_S1G1
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
config CPU_INTEL_SOCKET_LGA771
|
||||
bool
|
||||
select CPU_INTEL_MODEL_6FX
|
||||
select CPU_INTEL_MODEL_6FX
|
||||
select SSE2
|
||||
select MMX
|
||||
select AP_IN_SIPI_WAIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
config DRIVER_INTEL_I210
|
||||
bool
|
||||
default n
|
||||
bool
|
||||
default n
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
config IPMI_KCS
|
||||
bool
|
||||
default n
|
||||
bool
|
||||
default n
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
config DRIVERS_LENOVO_WACOM
|
||||
bool
|
||||
default n
|
||||
bool
|
||||
default n
|
||||
|
||||
if DRIVERS_LENOVO_WACOM
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
config DRIVERS_RICOH_RCE822
|
||||
bool
|
||||
default n
|
||||
bool
|
||||
default n
|
||||
|
|
|
@ -69,7 +69,7 @@ config IRQ_SLOT_COUNT
|
|||
default 11
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "1002,9712"
|
||||
string
|
||||
default "1002,9712"
|
||||
|
||||
endif #BOARD_ADVANSUS_A785E_I
|
||||
|
|
|
@ -57,12 +57,12 @@ config IRQ_SLOT_COUNT
|
|||
default 11
|
||||
|
||||
config VGA_BIOS
|
||||
bool
|
||||
default n
|
||||
bool
|
||||
default n
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
depends on VGA_BIOS
|
||||
default "1002,9615"
|
||||
string
|
||||
depends on VGA_BIOS
|
||||
default "1002,9615"
|
||||
|
||||
endif # BOARD_AMD_TILAPIA_FAM10
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
if VENDOR_AOPEN
|
||||
|
||||
choice
|
||||
prompt "Mainboard model"
|
||||
prompt "Mainboard model"
|
||||
|
||||
source "src/mainboard/aopen/*/Kconfig.name"
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ config IRQ_SLOT_COUNT
|
|||
default 11
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "1002,9715"
|
||||
string
|
||||
default "1002,9715"
|
||||
|
||||
endif #BOARD_ASUS_M5A88_V
|
||||
|
|
|
@ -69,7 +69,7 @@ config IRQ_SLOT_COUNT
|
|||
default 11
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "1002,9712"
|
||||
string
|
||||
default "1002,9712"
|
||||
|
||||
endif #BOARD_AVALUE_EAX_785E
|
||||
|
|
|
@ -187,7 +187,7 @@ config IDE_COMPATIBLE_SELECTION
|
|||
depends on IDE_STANDARD_COMPATIBLE
|
||||
hex "IDE Compatible Selection"
|
||||
default 0x808624db
|
||||
help
|
||||
help
|
||||
IDE controller PCI vendor/device ID value setting.
|
||||
|
||||
Higher 16-bit is vendor ID, lower 16-bit is device ID.
|
||||
|
|
|
@ -17,43 +17,43 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select VGA
|
||||
select INTEL_EDID
|
||||
select UDELAY_TSC
|
||||
select SERIRQ_CONTINUOUS_MODE
|
||||
select SERIRQ_CONTINUOUS_MODE
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config DRAM_RESET_GATE_GPIO
|
||||
int
|
||||
int
|
||||
default 25
|
||||
|
||||
config USBDEBUG_HCD_INDEX
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
default gigabyte/ga-b75m-d3h
|
||||
string
|
||||
default gigabyte/ga-b75m-d3h
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "GA-B75M-D3H"
|
||||
string
|
||||
default "GA-B75M-D3H"
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
int
|
||||
default 18
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 8
|
||||
int
|
||||
default 8
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "8086,0162"
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "pci8086,0162.rom"
|
||||
string
|
||||
default "pci8086,0162.rom"
|
||||
|
||||
config HAVE_IFD_BIN
|
||||
bool
|
||||
|
@ -64,11 +64,11 @@ config HAVE_ME_BIN
|
|||
default n
|
||||
|
||||
config IFD_BIOS_SECTION
|
||||
string
|
||||
default "0x00600000:0x007fffff"
|
||||
string
|
||||
default "0x00600000:0x007fffff"
|
||||
|
||||
config IFD_ME_SECTION
|
||||
string
|
||||
default "0x00001000:0x004fffff"
|
||||
string
|
||||
default "0x00001000:0x004fffff"
|
||||
|
||||
endif # BOARD_GIGABYTE_GA_B75M_D3H
|
||||
|
|
|
@ -18,43 +18,43 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select VGA
|
||||
select INTEL_EDID
|
||||
select UDELAY_TSC
|
||||
select SERIRQ_CONTINUOUS_MODE
|
||||
select SERIRQ_CONTINUOUS_MODE
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf8000000
|
||||
|
||||
config DRAM_RESET_GATE_GPIO
|
||||
int
|
||||
int
|
||||
default 25
|
||||
|
||||
config USBDEBUG_HCD_INDEX
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
default gigabyte/ga-b75m-d3v
|
||||
string
|
||||
default gigabyte/ga-b75m-d3v
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "GA-B75M-D3V"
|
||||
string
|
||||
default "GA-B75M-D3V"
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
int
|
||||
default 18
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 8
|
||||
int
|
||||
default 8
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "8086,0102"
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "pci8086,0102.rom"
|
||||
string
|
||||
default "pci8086,0102.rom"
|
||||
|
||||
config HAVE_IFD_BIN
|
||||
bool
|
||||
|
@ -65,11 +65,11 @@ config HAVE_ME_BIN
|
|||
default n
|
||||
|
||||
config IFD_BIOS_SECTION
|
||||
string
|
||||
default "0x00600000:0x007fffff"
|
||||
string
|
||||
default "0x00600000:0x007fffff"
|
||||
|
||||
config IFD_ME_SECTION
|
||||
string
|
||||
default "0x00001000:0x004fffff"
|
||||
string
|
||||
default "0x00001000:0x004fffff"
|
||||
|
||||
endif # BOARD_GIGABYTE_GA_B75M_D3V
|
||||
|
|
|
@ -28,8 +28,8 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select MAINBOARD_HAS_CHROMEOS
|
||||
select SPI_FLASH_WINBOND
|
||||
select CPU_IMGTEC_PISTACHIO
|
||||
select COMMON_CBFS_SPI_WRAPPER
|
||||
select MAINBOARD_HAS_BOOTBLOCK_INIT
|
||||
select COMMON_CBFS_SPI_WRAPPER
|
||||
select MAINBOARD_HAS_BOOTBLOCK_INIT
|
||||
select SPI_FLASH
|
||||
|
||||
config MAINBOARD_DIR
|
||||
|
|
|
@ -50,8 +50,8 @@ config MAINBOARD_VENDOR
|
|||
default "Google"
|
||||
|
||||
config BOOT_MEDIA_SPI_BUS
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
|
|
|
@ -50,8 +50,8 @@ config MAINBOARD_VENDOR
|
|||
default "Google"
|
||||
|
||||
config BOOT_MEDIA_SPI_BUS
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
|
|
|
@ -61,8 +61,8 @@ config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US
|
|||
default 100
|
||||
|
||||
config BOOT_MEDIA_SPI_BUS
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
|
|
|
@ -61,8 +61,8 @@ config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US
|
|||
default 100
|
||||
|
||||
config BOOT_MEDIA_SPI_BUS
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
|
|
|
@ -61,8 +61,8 @@ config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US
|
|||
default 100
|
||||
|
||||
config BOOT_MEDIA_SPI_BUS
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
|
|
|
@ -49,8 +49,8 @@ config MAINBOARD_VENDOR
|
|||
default "Google"
|
||||
|
||||
config BOOT_MEDIA_SPI_BUS
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
|
|
|
@ -61,8 +61,8 @@ config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US
|
|||
default 100
|
||||
|
||||
config BOOT_MEDIA_SPI_BUS
|
||||
int
|
||||
default 2
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
if BOARD_HP_DL165_G6_FAM10
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
def_bool y
|
||||
def_bool y
|
||||
select CPU_AMD_SOCKET_F_1207
|
||||
select NORTHBRIDGE_AMD_AMDFAM10
|
||||
select SOUTHBRIDGE_BROADCOM_BCM21000
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
config BOARD_SUPERMICRO_H8SCM
|
||||
bool "H8SCM"
|
||||
bool "H8SCM"
|
||||
|
|
|
@ -26,7 +26,7 @@ config IRQ_SLOT_COUNT
|
|||
default 6
|
||||
|
||||
config PLLMSRlo
|
||||
hex
|
||||
default 0x00de602e
|
||||
hex
|
||||
default 0x00de602e
|
||||
|
||||
endif # BOARD_TRAVERSE_GEOS
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
config BOARD_TYAN_S8226
|
||||
bool "S8226"
|
||||
bool "S8226"
|
||||
|
|
|
@ -58,8 +58,8 @@ config RAMTOP
|
|||
default 0x400000
|
||||
|
||||
config BOOTBLOCK_NORTHBRIDGE_INIT
|
||||
string
|
||||
default "northbridge/amd/amdfam10/bootblock.c"
|
||||
string
|
||||
default "northbridge/amd/amdfam10/bootblock.c"
|
||||
|
||||
config SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
||||
bool
|
||||
|
@ -112,9 +112,9 @@ endif
|
|||
config SVI_HIGH_FREQ
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Select this for boards with a Voltage Regulator able to operate
|
||||
at 3.4 MHz in SVI mode. Ignored unless the AMD CPU is rev C3.
|
||||
help
|
||||
Select this for boards with a Voltage Regulator able to operate
|
||||
at 3.4 MHz in SVI mode. Ignored unless the AMD CPU is rev C3.
|
||||
|
||||
menu "HyperTransport setup"
|
||||
#could be implemented for K8 (NORTHBRIDGE_AMD_AMDK8)
|
||||
|
|
|
@ -58,8 +58,8 @@ config HW_MEM_HOLE_SIZE_AUTO_INC
|
|||
default n
|
||||
|
||||
config BOOTBLOCK_NORTHBRIDGE_INIT
|
||||
string
|
||||
default "northbridge/amd/amdk8/bootblock.c"
|
||||
string
|
||||
default "northbridge/amd/amdk8/bootblock.c"
|
||||
|
||||
config SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
||||
bool
|
||||
|
|
|
@ -31,6 +31,6 @@ config REDIRECT_NBCIMX_TRACE_TO_SERIAL
|
|||
This Option allows you to redirect the AMD Northbridge CIMX
|
||||
Trace debug information to the serial console.
|
||||
|
||||
Warning: Only enable this option when debuging or tracing AMD CIMX code.
|
||||
Warning: Only enable this option when debuging or tracing AMD CIMX code.
|
||||
|
||||
endif # NORTHBRIDGE_AMD_CIMX_RD890
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
#
|
||||
|
||||
config NORTHBRIDGE_AMD_PI
|
||||
bool
|
||||
default CPU_AMD_PI
|
||||
bool
|
||||
default CPU_AMD_PI
|
||||
select LATE_CBMEM_INIT
|
||||
|
||||
if NORTHBRIDGE_AMD_PI
|
||||
|
|
|
@ -1,34 +1,34 @@
|
|||
config NORTHBRIDGE_INTEL_I855
|
||||
bool
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select LATE_CBMEM_INIT
|
||||
|
||||
choice
|
||||
prompt "Onboard graphics"
|
||||
default I855_VIDEO_MB_8MB
|
||||
depends on NORTHBRIDGE_INTEL_I855
|
||||
prompt "Onboard graphics"
|
||||
default I855_VIDEO_MB_8MB
|
||||
depends on NORTHBRIDGE_INTEL_I855
|
||||
|
||||
config I855_VIDEO_MB_OFF
|
||||
bool "Disabled, 0KB"
|
||||
bool "Disabled, 0KB"
|
||||
config I855_VIDEO_MB_1MB
|
||||
bool "Enabled, 1MB"
|
||||
bool "Enabled, 1MB"
|
||||
config I855_VIDEO_MB_4MB
|
||||
bool "Enabled, 4MB"
|
||||
bool "Enabled, 4MB"
|
||||
config I855_VIDEO_MB_8MB
|
||||
bool "Enabled, 8MB"
|
||||
bool "Enabled, 8MB"
|
||||
config I855_VIDEO_MB_16MB
|
||||
bool "Enabled, 16MB"
|
||||
bool "Enabled, 16MB"
|
||||
config I855_VIDEO_MB_32MB
|
||||
bool "Enabled, 32MB"
|
||||
bool "Enabled, 32MB"
|
||||
|
||||
endchoice
|
||||
|
||||
config VIDEO_MB
|
||||
int
|
||||
default 0 if I855_VIDEO_MB_OFF
|
||||
default 1 if I855_VIDEO_MB_1MB
|
||||
default 4 if I855_VIDEO_MB_4MB
|
||||
default 8 if I855_VIDEO_MB_8MB
|
||||
default 16 if I855_VIDEO_MB_16MB
|
||||
default 32 if I855_VIDEO_MB_32MB
|
||||
depends on NORTHBRIDGE_INTEL_I855
|
||||
int
|
||||
default 0 if I855_VIDEO_MB_OFF
|
||||
default 1 if I855_VIDEO_MB_1MB
|
||||
default 4 if I855_VIDEO_MB_4MB
|
||||
default 8 if I855_VIDEO_MB_8MB
|
||||
default 16 if I855_VIDEO_MB_16MB
|
||||
default 32 if I855_VIDEO_MB_32MB
|
||||
depends on NORTHBRIDGE_INTEL_I855
|
||||
|
|
|
@ -27,8 +27,8 @@ config SOUTHBRIDGE_AMD_CIMX_SB800
|
|||
|
||||
if SOUTHBRIDGE_AMD_CIMX_SB800
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
default "southbridge/amd/cimx/sb800/bootblock.c"
|
||||
string
|
||||
default "southbridge/amd/cimx/sb800/bootblock.c"
|
||||
|
||||
config ENABLE_IDE_COMBINED_MODE
|
||||
bool "Enable SATA IDE combined mode"
|
||||
|
@ -72,15 +72,15 @@ config SB800_SATA_RAID
|
|||
endchoice
|
||||
|
||||
config SB800_SATA_MODE
|
||||
hex
|
||||
hex
|
||||
depends on (SB800_SATA_IDE || SB800_SATA_RAID || SB800_SATA_AHCI)
|
||||
default "0x0" if SB800_SATA_IDE
|
||||
default "0x1" if SB800_SATA_RAID
|
||||
default "0x2" if SB800_SATA_AHCI
|
||||
|
||||
config SB_SUPERIO_HWM
|
||||
bool
|
||||
default n
|
||||
bool
|
||||
default n
|
||||
|
||||
if SB800_SATA_AHCI
|
||||
config AHCI_ROM_ID
|
||||
|
@ -100,8 +100,8 @@ if SB800_SATA_RAID
|
|||
config RAID_ROM_ID
|
||||
string "RAID device PCI IDs"
|
||||
default "1002,4393"
|
||||
help
|
||||
1002,4392 for SATA NON-RAID5 module, 1002,4393 for SATA RAID5 mode
|
||||
help
|
||||
1002,4392 for SATA NON-RAID5 module, 1002,4393 for SATA RAID5 mode
|
||||
|
||||
config RAID_ROM_FILE
|
||||
string "RAID ROM path and filename"
|
||||
|
@ -109,8 +109,8 @@ config RAID_ROM_FILE
|
|||
default "site-local/sb800/raid.bin"
|
||||
|
||||
config RAID_MISC_ROM_FILE
|
||||
string "RAID Misc ROM path and filename"
|
||||
default "site-local/sb800/misc.bin"
|
||||
string "RAID Misc ROM path and filename"
|
||||
default "site-local/sb800/misc.bin"
|
||||
depends on SB800_SATA_RAID
|
||||
|
||||
config RAID_MISC_ROM_POSITION
|
||||
|
|
|
@ -29,30 +29,30 @@ config SATA_CONTROLLER_MODE
|
|||
hex
|
||||
default 0x0
|
||||
help
|
||||
0x0 = Native IDE mode.
|
||||
0x1 = RAID mode.
|
||||
0x2 = AHCI mode.
|
||||
0x3 = Legacy IDE mode.
|
||||
0x4 = IDE->AHCI mode.
|
||||
0x5 = AHCI mode as 7804 ID (AMD driver).
|
||||
0x6 = IDE->AHCI mode as 7804 ID (AMD driver).
|
||||
0x0 = Native IDE mode.
|
||||
0x1 = RAID mode.
|
||||
0x2 = AHCI mode.
|
||||
0x3 = Legacy IDE mode.
|
||||
0x4 = IDE->AHCI mode.
|
||||
0x5 = AHCI mode as 7804 ID (AMD driver).
|
||||
0x6 = IDE->AHCI mode as 7804 ID (AMD driver).
|
||||
|
||||
config PCIB_ENABLE
|
||||
bool
|
||||
default n
|
||||
help
|
||||
n = Disable PCI Bridge Device 14 Function 4.
|
||||
y = Enable PCI Bridge Device 14 Function 4.
|
||||
n = Disable PCI Bridge Device 14 Function 4.
|
||||
y = Enable PCI Bridge Device 14 Function 4.
|
||||
|
||||
config ACPI_SCI_IRQ
|
||||
hex
|
||||
default 0x9
|
||||
help
|
||||
Set SCI IRQ to 9.
|
||||
Set SCI IRQ to 9.
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
default "southbridge/amd/cimx/sb900/bootblock.c"
|
||||
string
|
||||
default "southbridge/amd/cimx/sb900/bootblock.c"
|
||||
|
||||
endif #SOUTHBRIDGE_AMD_CIMX_SB900
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ config SATA_MODE
|
|||
default 0 if SATA_MODE_AHCI
|
||||
|
||||
config HPET_MIN_TICKS
|
||||
hex
|
||||
default 0x14
|
||||
hex
|
||||
default 0x14
|
||||
|
||||
endif
|
||||
|
|
|
@ -79,9 +79,9 @@ config BUILD_WITH_FAKE_IFD
|
|||
support this yet. But there is a patch pending [1].
|
||||
|
||||
WARNING: Never write a complete coreboot.rom to your flash ROM if it
|
||||
was built with a fake IFD. It just won't work.
|
||||
was built with a fake IFD. It just won't work.
|
||||
|
||||
[1] http://www.flashrom.org/pipermail/flashrom/2013-June/011083.html
|
||||
[1] http://www.flashrom.org/pipermail/flashrom/2013-June/011083.html
|
||||
|
||||
config IFD_BIOS_SECTION
|
||||
depends on BUILD_WITH_FAKE_IFD
|
||||
|
|
|
@ -7,8 +7,8 @@ config SOUTHBRIDGE_INTEL_I3100
|
|||
if SOUTHBRIDGE_INTEL_I3100
|
||||
|
||||
config HPET_MIN_TICKS
|
||||
hex
|
||||
default 0x90
|
||||
hex
|
||||
default 0x90
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ config EHCI_BAR
|
|||
default 0xfef00000
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
string
|
||||
default "southbridge/intel/i82801gx/bootblock.c"
|
||||
|
||||
config HPET_MIN_TICKS
|
||||
|
|
|
@ -40,7 +40,7 @@ config HPET_MIN_TICKS
|
|||
default 0x80
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
string
|
||||
default "southbridge/intel/i82801ix/bootblock.c"
|
||||
|
||||
endif
|
||||
|
|
|
@ -69,9 +69,9 @@ config BUILD_WITH_FAKE_IFD
|
|||
support this yet. But there is a patch pending [1].
|
||||
|
||||
WARNING: Never write a complete coreboot.rom to your flash ROM if it
|
||||
was built with a fake IFD. It just won't work.
|
||||
was built with a fake IFD. It just won't work.
|
||||
|
||||
[1] http://www.flashrom.org/pipermail/flashrom/2013-June/011083.html
|
||||
[1] http://www.flashrom.org/pipermail/flashrom/2013-June/011083.html
|
||||
|
||||
|
||||
config IFD_BIOS_SECTION
|
||||
|
|
|
@ -71,9 +71,9 @@ config BUILD_WITH_FAKE_IFD
|
|||
support this yet. But there is a patch pending [1].
|
||||
|
||||
WARNING: Never write a complete coreboot.rom to your flash ROM if it
|
||||
was built with a fake IFD. It just won't work.
|
||||
was built with a fake IFD. It just won't work.
|
||||
|
||||
[1] http://www.flashrom.org/pipermail/flashrom/2013-June/011083.html
|
||||
[1] http://www.flashrom.org/pipermail/flashrom/2013-June/011083.html
|
||||
|
||||
config IFD_BIOS_SECTION
|
||||
depends on BUILD_WITH_FAKE_IFD
|
||||
|
|
|
@ -47,8 +47,8 @@ config CMC_FILE
|
|||
binary.
|
||||
|
||||
config HPET_MIN_TICKS
|
||||
hex
|
||||
default 0x80
|
||||
hex
|
||||
default 0x80
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue