Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 265) sorted by relevance

1234567891011

/arch/arm/mach-orion5x/
A DMakefile5 obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o
6 obj-$(CONFIG_MACH_TERASTATION_PRO2) += terastation_pro2-setup.o
7 obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o
8 obj-$(CONFIG_MACH_DNS323) += dns323-setup.o
9 obj-$(CONFIG_MACH_TS209) += ts209-setup.o tsx09-common.o
10 obj-$(CONFIG_MACH_TS409) += ts409-setup.o tsx09-common.o
11 obj-$(CONFIG_MACH_TS78XX) += ts78xx-setup.o
12 obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o
13 obj-$(CONFIG_MACH_NET2BIG) += net2big-setup.o
/arch/sh/kernel/cpu/sh4a/
A DMakefile7 obj-$(CONFIG_CPU_SUBTYPE_SH7757) += setup-sh7757.o
8 obj-$(CONFIG_CPU_SUBTYPE_SH7763) += setup-sh7763.o
9 obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o
10 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o
11 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += setup-sh7785.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7723) += setup-sh7723.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7724) += setup-sh7724.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7734) += setup-sh7734.o
18 obj-$(CONFIG_CPU_SUBTYPE_SH7366) += setup-sh7366.o
[all …]
/arch/sh/kernel/cpu/sh3/
A DMakefile6 obj-y := ex.o probe.o entry.o setup-sh3.o
11 obj-$(CONFIG_CPU_SUBTYPE_SH7705) += setup-sh7705.o serial-sh770x.o
12 obj-$(CONFIG_CPU_SUBTYPE_SH7706) += setup-sh770x.o serial-sh770x.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7707) += setup-sh770x.o serial-sh770x.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7708) += setup-sh770x.o serial-sh770x.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7709) += setup-sh770x.o serial-sh770x.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7710) += setup-sh7710.o serial-sh7710.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7712) += setup-sh7710.o serial-sh7710.o
18 obj-$(CONFIG_CPU_SUBTYPE_SH7720) += setup-sh7720.o serial-sh7720.o
19 obj-$(CONFIG_CPU_SUBTYPE_SH7721) += setup-sh7720.o serial-sh7720.o
/arch/x86/boot/
A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage
26 setup-y += video-mode.o version.o
27 setup-$(CONFIG_X86_APM_BOOT) += apm.o
33 setup-y += video-vga.o
34 setup-y += video-vesa.o
35 setup-y += video-bios.o
37 targets += $(setup-y)
64 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin FORCE
72 SETUP_OBJS = $(addprefix $(obj)/,$(setup-y))
88 $(obj)/setup.elf: $(src)/setup.ld $(SETUP_OBJS) FORCE
[all …]
A Dsetup.ld2 * setup.ld
4 * Linker script for the i386 setup code
48 ASSERT(setup_sects >= 5, "The setup must be at least 5 sectors in size");
49 ASSERT(setup_sects <= 64, "The setup must be at most 64 sectors in size");
70 . = ASSERT(hdr == 0x1f1, "The setup header has the wrong offset!");
A D.gitignore8 setup
9 setup.bin
10 setup.elf
/arch/arm/mach-shmobile/
A DMakefile10 obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o
11 obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o
12 obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o
13 obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o
14 obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o
15 obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o
16 obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o
17 obj-$(CONFIG_ARCH_R7S9210) += setup-r7s9210.o
23 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
/arch/sh/kernel/cpu/sh2a/
A DMakefile12 obj-$(CONFIG_CPU_SUBTYPE_SH7201) += setup-sh7201.o clock-sh7201.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7203) += setup-sh7203.o clock-sh7203.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7263) += setup-sh7203.o clock-sh7203.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7264) += setup-sh7264.o clock-sh7264.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7206) += setup-sh7206.o clock-sh7206.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7269) += setup-sh7269.o clock-sh7269.o
18 obj-$(CONFIG_CPU_SUBTYPE_MXG) += setup-mxg.o clock-sh7206.o
/arch/sh/kernel/cpu/sh4/
A DMakefile19 obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o
20 obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o
21 obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += setup-sh7750.o
22 obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o
23 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o
24 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o
25 obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o
/arch/arm/mach-s3c/
A DMakefile.s3c64xx32 obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp-s3c64xx.o
33 obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0-s3c64xx.o
34 obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1-s3c64xx.o
35 obj-$(CONFIG_S3C64XX_SETUP_KEYPAD) += setup-keypad-s3c64xx.o
36 obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio-s3c64xx.o
37 obj-$(CONFIG_S3C64XX_SETUP_SPI) += setup-spi-s3c64xx.o
38 obj-$(CONFIG_S3C64XX_SETUP_USB_PHY) += setup-usb-phy-s3c64xx.o
A DKconfig.s3c64xx53 Internal configuration for default SDHCI setup for S3C6400 and
56 # platform specific device setup
62 Common setup code for i2c bus 0.
64 Note, currently since i2c0 is always compiled, this setup helper
70 Common setup code for i2c bus 1.
75 Common setup code for S3C64XX with an 24bpp RGB display helper.
80 Common setup code for S3C64XX KEYPAD GPIO configurations
85 Common setup code for S3C64XX SDHCI GPIO configurations
90 Common setup code for SPI GPIO configurations
95 Common setup code for USB PHY controller
/arch/sh/include/mach-ecovec24/mach/
A Dpartner-jet-setup.txt2 LIST "partner-jet-setup.txt"
8 LIST "> < partner-jet-setup.txt"
23 LIST "setup clocks"
37 LIST "setup sdram"
78 LIST "setup cache"
/arch/arm64/boot/dts/marvell/
A Dcn9130-db-B.dts5 * Device tree for the CN9130-DB board (setup "B").
11 model = "Marvell Armada CN9130-DB setup B";
14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
A Dcn9131-db-B.dts5 * Device tree for the CN9131-DB board (setup "B").
11 model = "Marvell Armada CN9131-DB setup B";
14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
A Dcn9130-db.dts11 model = "Marvell Armada CN9130-DB setup A";
14 /* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
A Dcn9131-db.dts11 model = "Marvell Armada CN9131-DB setup A";
14 /* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
A Dcn9132-db-B.dts11 model = "Marvell Armada CN9132-DB setup B";
14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
A Dcn9132-db.dts11 model = "Marvell Armada CN9132-DB setup A";
14 /* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
/arch/um/include/asm/
A Dcommon.lds.S23 .uml.setup.init : {
25 *(.uml.setup.init)
41 .init.setup : {
/arch/sh/include/mach-kfr2r09/mach/
A Dpartner-jet-setup.txt2 LIST "partner-jet-setup.txt - 20090729 Magnus Damm"
7 LIST "> < partner-jet-setup.txt"
30 LIST "setup clocks"
39 LIST "setup pins"
107 LIST "setup sdram"
143 LIST "setup cache"
/arch/arm/boot/dts/microchip/
A Dsama5d3xcm.dtsi65 atmel,smc-ncs-rd-setup-ns = <0>;
66 atmel,smc-ncs-wr-setup-ns = <0>;
67 atmel,smc-nwe-setup-ns = <8>;
68 atmel,smc-nrd-setup-ns = <16>;
/arch/arm/common/
A Dmcpm_head.S106 bne mcpm_setup_wait @ wait for cluster setup if so
112 @ Otherwise, release the first man lock and skip setup:
140 @ If the outbound gave up before teardown started, skip cluster setup:
157 @ Leave the cluster setup critical section:
168 @ In the contended case, non-first men wait here for cluster setup
178 @ If a platform-specific CPU setup hook is needed, it is
/arch/arc/kernel/
A Dhead.S141 ; setup "current" tsk and optionally cache it in dedicated r25
145 ; setup stack (fp, sp)
161 ; setup per-cpu idle task as "current" on this CPU
165 ; setup stack (fp, sp)
/arch/powerpc/platforms/amigaone/
A DMakefile2 obj-y += setup.o
/arch/xtensa/platforms/xt2000/
A DMakefile6 obj-y = setup.o

Completed in 22 milliseconds

1234567891011