OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_GENERATE_ACPI_TABLE
(Results
1 - 20
of
20
) sorted by null
/external/u-boot/board/intel/bayleybay/
Makefile
6
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += dsdt.o
/external/u-boot/board/intel/edison/
Makefile
8
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += dsdt.o
/external/u-boot/board/intel/galileo/
Makefile
6
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += dsdt.o
/external/u-boot/board/intel/minnowmax/
Makefile
6
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += dsdt.o
/external/u-boot/arch/x86/cpu/tangier/
Makefile
6
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += acpi.o
/external/u-boot/board/advantech/som-db5800-som-6867/
Makefile
6
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += dsdt.o
/external/u-boot/board/congatec/conga-qeval20-qa3-e3845/
Makefile
6
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += dsdt.o
/external/u-boot/board/dfi/dfi-bt700/
Makefile
6
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += dsdt.o
/external/u-boot/arch/x86/cpu/baytrail/
Makefile
9
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += acpi.o
/external/u-boot/arch/x86/cpu/quark/
Makefile
7
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += acpi.o
/external/u-boot/include/configs/
x86-common.h
111
#ifdef
CONFIG_GENERATE_ACPI_TABLE
/external/u-boot/lib/efi_loader/
Makefile
25
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += efi_acpi.o
/external/u-boot/arch/x86/lib/
tables.c
32
#ifdef
CONFIG_GENERATE_ACPI_TABLE
Makefile
38
obj-$(
CONFIG_GENERATE_ACPI_TABLE
) += acpi_table.o
zimage.c
290
#ifdef
CONFIG_GENERATE_ACPI_TABLE
/external/u-boot/arch/x86/cpu/
irq.c
217
if (IS_ENABLED(
CONFIG_GENERATE_ACPI_TABLE
)) {
347
if (IS_ENABLED(
CONFIG_GENERATE_ACPI_TABLE
))
/external/u-boot/drivers/misc/
qfw.c
12
#ifdef
CONFIG_GENERATE_ACPI_TABLE
23
#ifdef
CONFIG_GENERATE_ACPI_TABLE
/external/u-boot/lib/
smbios.c
89
#ifdef
CONFIG_GENERATE_ACPI_TABLE
/external/u-boot/cmd/
bootefi.c
64
#ifdef
CONFIG_GENERATE_ACPI_TABLE
/external/u-boot/doc/
README.x86
[
all
...]
Completed in 2944 milliseconds