Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 25 of 30) sorted by relevance

12

/u-boot/examples/api/
A DMakefile8 ifeq ($(ARCH),powerpc)
11 ifeq ($(ARCH),arm)
14 ifeq ($(ARCH),mips)
42 ifeq ($(ARCH),arm)
70 $(addprefix $(obj)/,$(notdir $(EXT_SOBJ-y))): $(obj)/%.o: arch/$(ARCH)/lib/%.S FORCE
/u-boot/
A DKbuild19 ifneq ($(wildcard $(srctree)/arch/$(ARCH)/lib/asm-offsets.c),)
24 targets += arch/$(ARCH)/lib/asm-offsets.s
28 $(obj)/$(offsets-file): $(obj)/arch/$(ARCH)/lib/asm-offsets.s FORCE
A Dconfig.mk23 ARCH := $(CONFIG_SYS_ARCH:"%"=%)
42 CPUDIR=arch/$(ARCH)/cpu$(if $(CPU),/$(CPU),)
44 sinclude $(srctree)/arch/$(ARCH)/config.mk # include architecture dependend rules
A DMakefile262 ifeq ($(HOSTARCH),$(ARCH))
448 export ARCH CPU BOARD VENDOR SOC CPUDIR BOARDDIR
617 include arch/$(ARCH)/Makefile
652 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot.lds
745 -I$(srctree)/arch/$(ARCH)/include \
827 PLATFORM_LIBGCC = arch/$(ARCH)/lib/lib.a
1517 MKIMAGEFLAGS_u-boot-spl.img = -A $(ARCH) -T firmware -C none \
1601 $(addprefix arch/$(ARCH)/lib/,$(EFISTUB))
1618 -A $(ARCH) -a $(CONFIG_SPL_TEXT_BASE)
1623 ifeq ($(ARCH),arm)
[all …]
/u-boot/scripts/
A DMakefile.autoconf36 -I$(srctree)/arch/$(ARCH)/include \
126 $(Q)if [ -d $(KBUILD_SRC)/arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
127 dest=arch/$(ARCH)/mach-$(SOC)/include/mach; \
129 dest=arch/$(ARCH)/include/asm/arch-$(if $(SOC),$(SOC),$(CPU)); \
133 $(Q)if [ -d arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
138 ln -fsn $$dest arch/$(ARCH)/include/asm/arch
A Ddecodecode66 if [ "$ARCH" = "arm" ]; then
74 if [ "$ARCH" = "arm64" ]; then
A DMakefile.spl62 include $(srctree)/arch/$(ARCH)/Makefile
116 PLATFORM_LIBGCC = arch/$(ARCH)/lib/lib.a
147 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds
A DMakefile.build309 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
/u-boot/arch/arm/mach-keystone/
A Dconfig.mk18 MKIMAGEFLAGS_u-boot-spl.gph = -A $(ARCH) -T gpimage -C none \
29 MKIMAGEFLAGS_MLO = -A $(ARCH) -T gpimage -C none \
/u-boot/dts/
A DMakefile16 DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb
44 $(Q)$(MAKE) $(build)=arch/$(ARCH)/dts dtbs
/u-boot/tools/gdb/
A DMakefile22 ifeq ($(HOSTARCH),$(ARCH))
/u-boot/arch/arm/mach-omap2/
A Dconfig_secure.mk104 MKIMAGEFLAGS_u-boot_HS.img = -f auto -A $(ARCH) -T firmware -C none -O u-boot \
107 $(patsubst %,-b arch/$(ARCH)/dts/%.dtb_HS,$(subst ",,$(CONFIG_OF_LIST)))
/u-boot/arch/arm/mach-k3/
A Dconfig_secure.mk37 OF_LIST_TARGETS = $(patsubst %,arch/$(ARCH)/dts/%.dtb,$(subst ",,$(CONFIG_OF_LIST)))
/u-boot/board/technexion/pico-imx7d/
A DREADME.pico-imx7d_BL3313 $ make PLATFORM=imx PLATFORM_FLAVOR=mx7dpico_mbl CFG_BOOT_SECONDARY_REQUEST=y ARCH=arm
17 $ make DEBUG=1 PLAT=picopi ARCH=aarch32 ARM_ARCH_MAJOR=7 \
/u-boot/board/beacon/imx8mm/
A DREADME16 $ make PLAT=imx8mm bl31 ARCH=arm CROSS_COMPILE=aarch64-linux-gnu-
/u-boot/doc/
A DREADME.bus_vcxk14 board | ARCH | Vendor
A DREADME.kconfig28 * create a symbolic link "arch/${ARCH}/include/asm/arch" pointing to
/u-boot/board/freescale/p2041rdb/
A DREADME130 {linux-2.6}/make p2041rdb.dtb ARCH=powerpc
/u-boot/drivers/video/
A Dbus_vcxk.c56 #error no vcxk support for selected ARCH
/u-boot/doc/develop/
A Dcrash_dumps.rst70 CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 scripts/decodecode
/u-boot/board/ti/j721e/
A DREADME144 $ make CROSS_COMPILE=aarch64-linux-gnu- ARCH=aarch64 PLAT=k3 TARGET_BOARD=generic SPD=opteed
/u-boot/test/
A Dnokia_rx51_test.sh38 make -j4 u-boot.bin ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-
/u-boot/examples/standalone/
A DREADME.smc91111_eeprom41 ifeq ($(ARCH),blackfin)
/u-boot/doc/board/tbs/
A Dtbs2910.rst11 Then setup the ARCH and cross compilation environment variables.
/u-boot/board/freescale/p1010rdb/
A DREADME.P1010RDB-PA136 export ARCH=powerpc

Completed in 35 milliseconds

12