Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 92) sorted by relevance

1234

/u-boot/arch/arm/
A DMakefile54 machine-$(CONFIG_ARCH_APPLE) += apple
56 machine-$(CONFIG_ARCH_AT91) += at91
62 machine-$(CONFIG_ARCH_GXP) += hpe
64 machine-$(CONFIG_ARCH_HISTB) += histb
66 machine-$(CONFIG_ARCH_K3) += k3
71 machine-$(CONFIG_ARCH_MESON) += meson
72 machine-$(CONFIG_ARCH_MVEBU) += mvebu
77 machine-$(CONFIG_ARCH_OWL) += owl
83 machine-$(CONFIG_ARCH_STM32) += stm32
93 machine-$(CONFIG_ARCH_ZYNQ) += zynq
[all …]
/u-boot/drivers/soc/
A Dsoc_xilinx_zynqmp.c224 ret = snprintf(priv->machine, sizeof(priv->machine), "%s%d", in soc_xilinx_zynqmp_detect_machine()
244 strlcat(priv->machine, "ev", in soc_xilinx_zynqmp_detect_machine()
245 sizeof(priv->machine)); in soc_xilinx_zynqmp_detect_machine()
248 strlcat(priv->machine, "eg", in soc_xilinx_zynqmp_detect_machine()
249 sizeof(priv->machine)); in soc_xilinx_zynqmp_detect_machine()
253 sizeof(priv->machine)); in soc_xilinx_zynqmp_detect_machine()
273 strlcat(priv->machine, "eg", sizeof(priv->machine)); in soc_xilinx_zynqmp_detect_machine()
275 strlcat(priv->machine, "dr", sizeof(priv->machine)); in soc_xilinx_zynqmp_detect_machine()
291 const char *machine = priv->machine; in soc_xilinx_zynqmp_get_machine() local
293 if (!machine[0]) in soc_xilinx_zynqmp_get_machine()
[all …]
A Dsoc-uclass.c65 if (!(matches->machine || matches->family || in soc_device_match()
71 if (matches->machine) { in soc_device_match()
73 if (strcmp(matches->machine, str)) in soc_device_match()
/u-boot/arch/mips/
A DMakefile17 machine-$(CONFIG_ARCH_ATH79) += ath79
18 machine-$(CONFIG_ARCH_BMIPS) += bmips
19 machine-$(CONFIG_ARCH_JZ47XX) += jz47xx
20 machine-$(CONFIG_MACH_PIC32) += pic32
21 machine-$(CONFIG_ARCH_MTMIPS) += mtmips
22 machine-$(CONFIG_ARCH_MSCC) += mscc
23 machine-${CONFIG_ARCH_OCTEON} += octeon
25 machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
/u-boot/doc/board/emulation/
A Dqemu-riscv.rst7 QEMU for RISC-V supports a special 'virt' machine and 'spike' machine designed
10 either machine or supervisor mode.
12 The QEMU virt machine models a generic RISC-V virtual machine with support for
21 The QEMU spike machine models a minimalistic RISC-V virtual machine with
49 - For 32-bit RISC-V virt machine::
51 qemu-system-riscv32 -nographic -machine virt -bios u-boot.bin
53 - For 64-bit RISC-V virt machine::
57 - For 64-bit RISC-V spike machine::
113 - For 32-bit RISC-V virt machine::
118 - For 64-bit RISC-V virt machine::
[all …]
A Dqemu-ppce500.rst7 QEMU for PPC supports a special 'ppce500' machine designed for emulation and
10 The QEMU ppce500 machine models a generic PowerPC e500 virtual machine with
28 $ qemu-system-ppc -nographic -machine ppce500 -bios u-boot
32 $ qemu-system-ppc64 -nographic -machine ppce500 -bios u-boot
52 it creates a machine with e500v2 core. The following example shows an e6500
53 based machine creation::
55 $ qemu-system-ppc64 -nographic -machine ppce500 -cpu e6500 -bios u-boot
72 $ qemu-system-ppc -nographic -machine ppce500 -bios u-boot \
75 The QEMU ppce500 machine can also dynamically instantiate an eTSEC device if
A Dqemu-arm.rst7 QEMU for ARM supports a special 'virt' machine designed for emulation and
47 qemu-system-arm -machine virt -nographic -bios u-boot.bin
51 qemu-system-aarch64 -machine virt -nographic -cpu cortex-a57 -bios u-boot.bin
/u-boot/doc/develop/devicetree/
A Ddt_qemu.rst19 To obtain the devicetree that qemu generates, add `-machine dumpdtb=qemu.dtb`,
22 qemu-system-arm -machine virt -machine dumpdtb=qemu.dtb
24 qemu-system-aarch64 -machine virt -machine dumpdtb=qemu.dtb
26 qemu-system-riscv64 -machine virt -machine dumpdtb=qemu.dtb
40 qemu-system-arm -machine virt -machine dumpdtb=qemu.dtb
45 qemu-system-arm -machine virt -nographic -bios u-boot.bin -dtb merged.dtb
/u-boot/test/dm/
A Dsoc.c33 .machine = "SANDBOX012", in dm_test_soc()
39 .machine = "SANDBOX107", in dm_test_soc()
45 .machine = "SANDBOX123", in dm_test_soc()
51 .machine = "SANDBOX131", in dm_test_soc()
/u-boot/lib/
A Dasn1_decoder.c179 const unsigned char *machine = decoder->machine; in asn1_ber_decoder() local
212 op = machine[pc]; in asn1_ber_decoder()
248 optag = machine[pc + 1]; in asn1_ber_decoder()
350 act = machine[pc + 1]; in asn1_ber_decoder()
352 act = machine[pc + 2]; in asn1_ber_decoder()
370 pc = machine[pc + 2]; in asn1_ber_decoder()
417 pc = machine[pc + 1]; in asn1_ber_decoder()
430 pc = machine[pc + 1]; in asn1_ber_decoder()
443 act = machine[pc + 2]; in asn1_ber_decoder()
445 act = machine[pc + 1]; in asn1_ber_decoder()
[all …]
/u-boot/arch/x86/cpu/queensbay/
A DKconfig29 bool "Add a Chipset Micro Code state machine binary"
31 Select this option to add a Chipset Micro Code state machine binary
32 to the resulting U-Boot image. It is a 64K data block of machine
37 string "Chipset Micro Code state machine filename"
41 The filename of the file to use as Chipset Micro Code state machine
45 hex "Chipset Micro Code state machine binary location"
/u-boot/board/ge/bx50v3/
A Dbx50v3.c570 const char *machine = name; in board_fit_config_name_match() local
575 if (!strncmp(machine, "Boot ", 5)) in board_fit_config_name_match()
576 machine += 5; in board_fit_config_name_match()
577 if (!strncmp(machine, "imx6q-", 6)) in board_fit_config_name_match()
578 machine += 6; in board_fit_config_name_match()
582 return strcasecmp(machine, "b450v3"); in board_fit_config_name_match()
584 return strcasecmp(machine, "b650v3"); in board_fit_config_name_match()
586 return strcasecmp(machine, "b850v3"); in board_fit_config_name_match()
/u-boot/arch/arm/mach-nexell/
A Dconfig.mk9 MACHDIR=$(patsubst %,arch/arm/mach-%,$(machine-y))
/u-boot/tools/
A Drelocate-rela.c106 int ret, i, machine; in decode_elf64() local
120 machine = le16_to_cpu(header.e_machine); in decode_elf64()
121 debug("Machine\t%d\n", machine); in decode_elf64()
123 if (machine != EM_AARCH64) { in decode_elf64()
240 int ret, i, machine; in decode_elf32() local
254 machine = elf16_to_cpu(header.e_machine); in decode_elf32()
255 debug("Machine %d\n", machine); in decode_elf32()
257 if (machine != EM_MICROBLAZE) { in decode_elf32()
/u-boot/drivers/usb/emul/
A DKconfig9 stack on sandbox without needing a real device, or any host machine
/u-boot/doc/device-tree-bindings/misc/
A Desm-pmic.txt7 the PMIC running its own state machine.
/u-boot/doc/device-tree-bindings/serial/
A Dsandbox-serial.txt4 on the host machine's console, and accepts input from its keyboard.
/u-boot/api/
A DREADME1 U-Boot machine/arch independent API for external apps
9 text, which might evolve into a real syscall using machine exception trap
/u-boot/include/
A Dsoc.h29 const char *machine; member
/u-boot/doc/board/actions/
A Dcubieboard7.rst19 Though, one can enter ADFU mode and flash debian image(from host machine) where
96 Above command would mount debian image partition on host machine.
108 u-boot-dtb.img can now be flashed to debian image partition mounted on host machine.
/u-boot/include/linux/
A Dasn1_ber_bytecode.h22 const unsigned char *machine; member
/u-boot/board/novtech/meerkat96/
A DREADME11 Plug MicroSD card to a Linux machine (with card reader), find the
/u-boot/arch/arm/dts/
A Dkirkwood-ns2mini.dts8 /* This machine is embedded in the first LaCie CloudBox product. */
/u-boot/doc/usage/fit/
A Dverified-boot.rst10 machine during the boot process to ensure that it is authorised and correct
11 for that machine.
19 which use verified boot. Since the machine will only run software that has
/u-boot/doc/usage/cmd/
A Dsbi.rst50 The Machine section shows the values of the machine information registers.

Completed in 46 milliseconds

1234