/u-boot/board/BuR/brppt2/ |
A D | config.mk | 7 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE) | sed -e 's/imx6dl-//') 25 ifeq ($(hw-platform-y),brppt2) 27 INPUTS-y += $(hw-platform-y)_prog.bin 28 INPUTS-y += $(hw-platform-y)_prod.zip 32 $(hw-platform-y)_prog.bin: u-boot-dtb.img spl SPL 35 $(hw-platform-y)_prod.zip: $(hw-platform-y)_prog.bin
|
/u-boot/board/BuR/brppt1/ |
A D | config.mk | 8 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE) | sed -e 's/am335x-//') 27 ifeq ($(hw-platform-y),brppt1-spi) 28 INPUTS-y += $(hw-platform-y)_prog.bin 29 INPUTS-y += $(hw-platform-y)_prod.zip 32 $(hw-platform-y)_prog.bin: u-boot-dtb.img spl/u-boot-spl.bin 35 $(hw-platform-y)_prod.zip: $(hw-platform-y)_prog.bin
|
/u-boot/board/BuR/brsmarc1/ |
A D | config.mk | 7 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE) | sed -e 's/am335x-//') 26 INPUTS-y += $(hw-platform-y)_prog.bin 27 INPUTS-y += $(hw-platform-y)_prod.zip 29 $(hw-platform-y)_prog.bin: u-boot-dtb.img spl/u-boot-spl.bin 32 $(hw-platform-y)_prod.zip: $(hw-platform-y)_prog.bin
|
/u-boot/arch/arm/include/asm/arch-octeontx/ |
A D | soc.h | 20 #define otx_is_platform(platform) (read_platform() == (platform)) argument 22 enum platform { enum
|
/u-boot/board/opalkelly/zynq/ |
A D | Makefile | 5 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) 7 obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o
|
/u-boot/board/bitmain/antminer_s9/ |
A D | Makefile | 7 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) 9 obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o
|
/u-boot/board/topic/zynq/ |
A D | Makefile | 7 hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) 9 obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o
|
/u-boot/arch/arm/include/asm/arch-octeontx2/ |
A D | soc.h | 21 #define otx_is_platform(platform) (read_platform() == (platform)) argument
|
/u-boot/board/intel/edison/ |
A D | dsdt.asl | 10 /* platform specific */ 11 #include <asm/arch/acpi/platform.asl>
|
/u-boot/board/advantech/som-db5800-som-6867/ |
A D | dsdt.asl | 8 /* platform specific */ 9 #include <asm/arch/acpi/platform.asl>
|
/u-boot/board/intel/galileo/ |
A D | dsdt.asl | 8 /* platform specific */ 9 #include <asm/arch/acpi/platform.asl>
|
/u-boot/board/intel/minnowmax/ |
A D | dsdt.asl | 8 /* platform specific */ 9 #include <asm/arch/acpi/platform.asl>
|
/u-boot/board/intel/bayleybay/ |
A D | dsdt.asl | 8 /* platform specific */ 9 #include <asm/arch/acpi/platform.asl>
|
/u-boot/board/congatec/conga-qeval20-qa3-e3845/ |
A D | dsdt.asl | 8 /* platform specific */ 9 #include <asm/arch/acpi/platform.asl>
|
/u-boot/board/dfi/dfi-bt700/ |
A D | dsdt.asl | 8 /* platform specific */ 9 #include <asm/arch/acpi/platform.asl>
|
/u-boot/board/xilinx/zynq/ |
A D | Makefile | 21 hw-platform-y :=$(shell echo $(DEVICE_TREE)) 22 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/ps7_init_gpl.c),\ 23 $(hw-platform-y)/ps7_init_gpl.o)
|
/u-boot/arch/arm/mach-integrator/ |
A D | Kconfig | 5 prompt "Integrator platform select" 9 bool "Support Integrator/AP platform" 12 bool "Support Integrator/CP platform"
|
/u-boot/arch/arm/mach-rmobile/ |
A D | Kconfig.64 | 82 Support for Renesas R-Car Gen3 Condor platform 88 Support for Renesas R-Car Gen3 Draak platform 94 Support for Renesas R-Car Gen3 Eagle platform 100 Support for Renesas R-Car Gen3 Ebisu platform 111 Support for Renesas R-Car Gen3 platform 122 Support for Renesas R-Car Gen3 ULCB platform
|
/u-boot/board/xilinx/zynqmp/ |
A D | Makefile | 21 hw-platform-y :=$(shell echo $(DEVICE_TREE)) 22 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/psu_init_gpl.c),\ 23 $(hw-platform-y)/psu_init_gpl.o)
|
/u-boot/drivers/ufs/ |
A D | Kconfig | 11 bool "Cadence platform driver for UFS" 14 This selects the platform driver for the Cadence UFS host
|
/u-boot/arch/arm/ |
A D | Kconfig.debug | 21 selecting one of the platform specific options above if 24 This option is preferred over the platform specific 25 options; the platform specific options are deprecated
|
A D | Kconfig | 542 Support for TI's DaVinci platform. 823 bool "NXP LPC32xx platform" 833 bool "NXP i.MX8 platform" 840 bool "NXP i.MX8M platform" 847 bool "NXP i.MXRT platform" 1099 bool "Xilinx Zynq based platform" 1129 bool "Xilinx ZynqMP R5 based platform" 1141 bool "Xilinx ZynqMP based platform" 1234 Support for NXP LS1088AQDS platform. 1296 Support for NXP LX2160ARDB platform. [all …]
|
/u-boot/board/emulation/ |
A D | Kconfig | 17 chipset platform and '-M q35', a Q35/ICH9 chipset platform.
|
/u-boot/disk/ |
A D | part_iso.h | 115 unsigned char platform; /* Platform: 0=x86, 1=PowerPC, 2=MAC */ member 124 unsigned char platform; /* Platform: 0=x86, 1=PowerPC, 2=MAC */ member
|
/u-boot/doc/board/emulation/ |
A D | qemu_capsule_update.rst | 15 Currently, support has been added on the QEMU ARM64 virt platform for 16 updating the U-Boot binary as a raw image when the platform is booted 18 configuration, the QEMU platform needs to be booted with 84 part of the platform's device tree blob using the mkeficapsule 89 the various software components booting on the platform, including 90 U-Boot. Therefore, on the QEMU virt platform, the signatute is 92 base platform device-tree. Steps needed for embedding the esl file in 171 base platform flattened device-tree(dtb) at runtime. 182 Boot the platform and perform the following steps on the U-Boot 210 On subsequent reboot, the platform should boot the updated U-Boot binary.
|