Searched refs:overlay (Results 1 - 15 of 15) sorted by relevance

/u-boot/test/overlay/
H A DMakefile13 obj-y += test-fdt-overlay.dtb.o
14 obj-y += test-fdt-overlay-stacked.dtb.o
H A Dcmd_ut_overlay.c18 #include <test/overlay.h>
253 * Resize the overlay to 4k so that we have room to operate on
262 * Resize the stacked overlay to 4k so that we have room to operate on
270 /* Apply the overlay */
273 /* Apply the stacked overlay */
276 ret = cmd_ut_category("overlay", "", tests, n_ents, argc, argv);
/u-boot/include/
H A Dextension_board.h15 char overlay[32]; member in struct:extension
/u-boot/board/phytec/common/
H A Dphytec_som_detection.c231 struct extension *phytec_add_extension(const char *name, const char *overlay, argument
236 if (strlen(overlay) > sizeof(extension->overlay)) {
237 pr_err("Overlay name %s is longer than %lu.\n", overlay,
238 sizeof(extension->overlay));
244 snprintf(extension->overlay, sizeof(extension->overlay), overlay);
294 const char *overlay,
293 phytec_add_extension(const char *name, const char *overlay, const char *other) argument
H A Dphytec_som_detection.h85 struct extension *phytec_add_extension(const char *name, const char *overlay,
/u-boot/board/sunxi/
H A Dchip.c92 snprintf(dip->overlay, sizeof(dip->overlay), "dip-%x-%x.dtbo",
/u-boot/board/ti/common/
H A Dcape_detect.c87 snprintf(cape->overlay, sizeof(cape->overlay), "%s-%s.dtbo",
/u-boot/board/compulab/imx8mm-cl-iot-gate/
H A Dimx8mm-cl-iot-gate.c358 snprintf(extension->overlay, sizeof(extension->overlay),
406 snprintf(extension->overlay, sizeof(extension->overlay),
413 snprintf(extension->overlay, sizeof(extension->overlay),
420 snprintf(extension->overlay, sizeof(extension->overlay),
/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c16 * @fdto: pointer to the device tree overlay blob
17 * @fragment: node offset of the fragment in the overlay
20 * overlay fragment when that fragment uses a phandle (target
46 * @fdto: Device tree overlay blob
47 * @fragment: node offset of the fragment in the overlay
86 * overlay
105 * @node: Device tree overlay blob
143 * @fdto: Device tree overlay blob
148 * of a given node. This is mainly use as part of the overlay
149 * application process, when we want to update all the overlay
624 int overlay; local
[all...]
/u-boot/board/sandbox/
H A Dsandbox.c143 snprintf(extension->overlay, sizeof(extension->overlay), "overlay%d.dtbo", i);
/u-boot/cmd/
H A Dextension_board.c43 env_set("extension_overlay_name", extension->overlay);
79 printf("\tDevicetree overlay: \t%s\n", extension->overlay);
/u-boot/board/siemens/iot2050/
H A Dboard.c244 void *overlay; local
253 overlay_path = "/fit-images/bkey-ekey-pcie-overlay";
255 overlay_path = "/fit-images/bkey-usb3-overlay";
269 overlay = map_sysmem(loadaddr, connector_overlay_size);
275 memcpy(connector_overlay, overlay, connector_overlay_size);
279 pr_err("M.2 device tree overlay %s not available,\n", overlay_path);
458 * is destructive to the overlay and also to the target blob, even if
486 pr_err("Could not apply M.2 device tree overlay\n");
/u-boot/test/
H A Dcmd_ut.c85 U_BOOT_CMD_MKENT(overlay, CONFIG_SYS_MAXARGS, 1, do_ut_overlay, "", ""),
/u-boot/drivers/video/imx/
H A Dmxc_ipuv3_fb.c73 unsigned char overlay; member in struct:mxcfb_info
/u-boot/
H A DMakefile889 libs-$(CONFIG_UT_OVERLAY) += test/overlay/

Completed in 191 milliseconds