Searched full:boot1 (Results 1 – 12 of 12) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/i915/gt/uc/ |
D | intel_gsc_fw.c | 95 * interested in to get the version is the boot1 partition, where we can in intel_gsc_fw_get_binary_info() 105 * [ boot1.offset >---------------------------]------o in intel_gsc_fw_get_binary_info() 142 min_size = layout->boot1.offset + layout->boot1.size; in intel_gsc_fw_get_binary_info() 150 if (layout->boot1.size < min_size) { in intel_gsc_fw_get_binary_info() 152 layout->boot1.size, min_size); in intel_gsc_fw_get_binary_info() 156 bpdt_header = data + layout->boot1.offset; in intel_gsc_fw_get_binary_info() 164 if (layout->boot1.size < min_size) { in intel_gsc_fw_get_binary_info() 166 layout->boot1.size, min_size); in intel_gsc_fw_get_binary_info() 186 if (layout->boot1.size < min_size) { in intel_gsc_fw_get_binary_info() 188 layout->boot1.size, min_size); in intel_gsc_fw_get_binary_info() [all …]
|
D | intel_gsc_binary_headers.h | 40 struct intel_gsc_partition boot1; member
|
/linux-6.14.4/Documentation/devicetree/bindings/mmc/ |
D | mmc-card.yaml | 17 partition, the 2 BOOT partition (boot1/2) and the 4 GP (gp1/2/3/4) if supported 85 partitions-boot1 {
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_uc_fw.c | 559 min_size = layout->boot1.offset + layout->boot1.size; in parse_gsc_layout() 567 if (layout->boot1.size < min_size) { in parse_gsc_layout() 569 layout->boot1.size, min_size); in parse_gsc_layout() 573 bpdt_header = data + layout->boot1.offset; in parse_gsc_layout() 581 if (layout->boot1.size < min_size) { in parse_gsc_layout() 583 layout->boot1.size, min_size); in parse_gsc_layout() 596 if (layout->boot1.size < min_size) { in parse_gsc_layout() 598 layout->boot1.size, min_size); in parse_gsc_layout() 604 layout->boot1.size - min_size, in parse_gsc_layout()
|
D | xe_uc_fw_abi.h | 146 * in is the boot1 partition, where we can find a BPDT header followed by 158 * | Boot1 offset >---------------------------|------o 226 struct gsc_partition boot1; member
|
/linux-6.14.4/drivers/misc/bcm-vk/ |
D | bcm_vk.h | 31 * to open up ITCM for host to push BOOT1 image. 32 * SBL will authenticate the image before jumping to BOOT1 image. 34 * 2) Because BOOT1 image is a secured image, we also called it the 60 /* Boot1/2 is running in standalone mode */ 214 /* BAR1 ucode and boot1 version tag */
|
D | bcm_vk_dev.c | 49 {VK_IMAGE_TYPE_BOOT1, {"vk_a0-boot1.bin", "vk-boot1.bin"}}, 53 {VK_IMAGE_TYPE_BOOT1, {"vk_b0-boot1.bin", "vk-boot1.bin"}}, 58 {VK_IMAGE_TYPE_BOOT1, {"vp-boot1.bin", ""}}, 64 /* Load Boot1 to start of ITCM */ 577 dev_err(dev, "boot1 wait SRAM err - ret(%d)\n", ret); in bcm_vk_load_image_by_type() 651 "Timeout %ld ms waiting for boot1 to come up - ret(%d)\n", in bcm_vk_load_image_by_type() 660 dev_info(dev, "Boot1 standalone success\n"); in bcm_vk_load_image_by_type() 663 dev_err(dev, "Timeout %ld ms - Boot1 standalone failure\n", in bcm_vk_load_image_by_type() 989 /* Image idx starts with boot1 */ in bcm_vk_load_image() 1019 * ii) after boot1 in bcm_vk_reset_successful()
|
/linux-6.14.4/arch/arm/boot/dts/ti/omap/ |
D | omap3-ha-common.dtsi | 65 fpga_boot1_pins: fpga-boot1-pins {
|
/linux-6.14.4/drivers/mmc/core/ |
D | block.c | 2537 * - boot0 -> partitions-boot1 2538 * - boot1 -> partitions-boot2 2554 * In DT we use the JEDEC naming boot1/2. in mmc_blk_get_partitions_node() 2557 node_name = "partitions-boot1"; in mmc_blk_get_partitions_node() 2558 if (!strcmp(subname, "boot1")) in mmc_blk_get_partitions_node()
|
D | core.c | 2209 * main one. NVIDIA's bootloader linearizes eMMC boot0->boot1->main in mmc_card_alternative_gpt_sector()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 3048 u32 boot0, boot1, strap; in nvkm_device_ctor() local 3271 boot1 = nvkm_rd32(device, 0x0000004); in nvkm_device_ctor() 3272 if (device->card_type >= TU100 && (boot1 & 0x00030000)) { in nvkm_device_ctor()
|
/linux-6.14.4/drivers/pinctrl/stm32/ |
D | pinctrl-stm32mp135.c | 1633 STM32_FUNCTION(1, "BOOT1"),
|