Home
last modified time | relevance | path

Searched full:x86_64 (Results 1 – 25 of 33) sorted by relevance

12

/rk3399_rockchip-uboot/arch/x86/cpu/
H A DMakefile11 ifeq ($(CONFIG_$(SPL_)X86_64),y)
20 ifndef CONFIG_$(SPL_)X86_64
40 ifndef CONFIG_$(SPL_)X86_64
45 ifndef CONFIG_$(SPL_)X86_64
51 ifeq ($(CONFIG_$(SPL_)X86_64),y)
52 obj-y += x86_64/
H A Dcpu.c181 cpu_has_64bit() ? "x86_64" : "x86", in default_print_cpuinfo()
/rk3399_rockchip-uboot/
H A D.travis.yml65 - if [[ "${TOOLCHAIN}" == *x86_64* ]]; then
66 ./tools/buildman/buildman --fetch-arch x86_64;
67 …ain-prefix]\nx86 = ${HOME}/.buildman-toolchains/gcc-4.9.0-nolibc/x86_64-linux/bin/x86_64-linux-" >…
183 TOOLCHAIN="x86_64"
280 TOOLCHAIN="x86_64"
285 TOOLCHAIN="x86_64"
289 TOOLCHAIN="x86_64"
345 TOOLCHAIN="x86_64"
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME238 - scanning prefix '/opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-'
291 - scanning path '/toolchains/gcc-4.9.0-nolibc/x86_64-linux'
292 - looking in '/toolchains/gcc-4.9.0-nolibc/x86_64-linux/.'
293 - looking in '/toolchains/gcc-4.9.0-nolibc/x86_64-linux/bin'
294 - found '/toolchains/gcc-4.9.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc'
295 - found '/toolchains/gcc-4.9.0-nolibc/x86_64-linux/bin/x86_64-linux-x86_64-linux-gcc'
296 - looking in '/toolchains/gcc-4.9.0-nolibc/x86_64-linux/usr/bin'
297 Tool chain test: OK, arch='x86_64', priority 4
298 Tool chain test: OK, arch='x86_64', priority 4
299 …cc-4.9.0-nolibc/x86_64-linux/bin/x86_64-linux-x86_64-linux-gcc' at priority 4 will be ignored beca…
[all …]
H A Dbsettings.py78 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux
82 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-
H A Dtest.py34 x86: i386 x86_64
404 self.toolchains.Add('x86_64-linux-gcc', test=False)
413 …self.assertEqual('https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/x86_64-gcc-4.9…
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcrt0_x86_64_efi.S2 * crt0-efi-x86_64.S - x86_64 EFI startup code.
H A DMakefile59 ifeq ($(CONFIG_$(SPL_)X86_64),)
81 ifeq ($(CONFIG_$(SPL_)X86_64),)
H A Dinterrupts.c36 #if !CONFIG_IS_ENABLED(X86_64)
128 #if !CONFIG_IS_ENABLED(X86_64) in do_irqinfo()
H A Drelocate.c50 #if CONFIG_IS_ENABLED(X86_64)
153 #if CONFIG_IS_ENABLED(X86_64) in do_elf_reloc_fixups()
H A Dreloc_x86_64_efi.c2 * reloc_x86_64.c - position independent x86_64 ELF shared object relocator
H A Dbootm.c167 #if !CONFIG_IS_ENABLED(X86_64) in boot_linux_kernel()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dglobal_data.h113 # if defined(CONFIG_EFI_APP) || CONFIG_IS_ENABLED(X86_64)
115 /* TODO(sjg@chromium.org): Consider using a fixed register for gd on x86_64 */
124 #if CONFIG_IS_ENABLED(X86_64) in get_fs_gd_ptr()
H A Dbyteorder.h22 #if CONFIG_IS_ENABLED(X86_64) in ___arch__swab16()
H A Dtypes.h47 #if CONFIG_IS_ENABLED(X86_64)
H A Dmsr.h58 * both i386 and x86_64 returns 64-bit value in edx:eax, but gcc's "A"
60 * edx:eax, while for x86_64 it doesn't mean rdx:rax or edx:eax. Instead,
H A Dposix_types.h19 #if CONFIG_IS_ENABLED(X86_64)
H A Dcpu.h164 #if !CONFIG_IS_ENABLED(X86_64)
/rk3399_rockchip-uboot/arch/x86/
H A Dconfig.mk57 EFIARCH = x86_64
105 EFI_TARGET := --target=efi-app-x86_64
H A DMakefile6 ifdef CONFIG_$(SPL_)X86_64
/rk3399_rockchip-uboot/include/linux/
H A Dedd.h12 * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch
15 * In arch/{i386,x86_64}/kernel/setup.c, this information is
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A DMakefile3 # Fatal error: can't create build/temp.linux-x86_64-2.7/../lib/libfdt/fdt.o:
/rk3399_rockchip-uboot/test/stdint/
H A Dtest-includes.sh57 try_both coreboot x86 - x86_64-linux-gnu-gcc
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dkernel.its90 change both arch values to "x86_64". U-Boot will then change to 64-bit mode
/rk3399_rockchip-uboot/common/
H A Dboard_f.c728 !CONFIG_IS_ENABLED(X86_64)
968 !CONFIG_IS_ENABLED(X86_64)
983 !defined(CONFIG_EFI_APP) && !CONFIG_IS_ENABLED(X86_64) in board_init_f()
1008 #if !CONFIG_IS_ENABLED(X86_64)

12