Home
last modified time | relevance | path

Searched refs:overlay (Results 1 – 25 of 26) sorted by relevance

12

/rk3399_rockchip-uboot/doc/
H A DREADME.fdt-overlays16 or overlay has defined. It requires both the base and all the overlays
24 Building an overlay follows the same process as building a traditional dtb.
49 overlay-1-property;
70 doc/uImage.FIT/overlay-fdt-boot.txt
76 overlay. Make sure you have enough space to grow the base tree without
82 2. Load the base blob and overlay blobs
85 => load ${devtype} ${bootpart} ${fdtovaddr} ${bootdir}/overlay.dtb
95 5. You are now ready to apply the overlay.
H A DREADME.xtensa40 The following files are part of the overlay but not used by U-Boot.
/rk3399_rockchip-uboot/test/overlay/
H A DMakefile15 obj-y += test-fdt-overlay.dtb.o
16 obj-y += test-fdt-overlay-stacked.dtb.o
H A DKconfig6 This enables the 'ut overlay' command which runs a series of unit
7 tests on the fdt overlay code.
H A Dtest-fdt-overlay-stacked.dts13 /* Test that we can reference an overlay symbol */
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_overlay.c617 int overlay; in overlay_merge() local
625 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
626 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()
629 if (overlay < 0) in overlay_merge()
630 return overlay; in overlay_merge()
636 ret = overlay_apply_node(fdt, target, fdto, overlay); in overlay_merge()
/rk3399_rockchip-uboot/test/
H A Dcmd_ut.c23 U_BOOT_CMD_MKENT(overlay, CONFIG_SYS_MAXARGS, 1, do_ut_overlay, "", ""),
H A DKconfig32 source "test/overlay/Kconfig"
/rk3399_rockchip-uboot/board/compulab/cm_t335/
H A Du-boot.lds85 * __bss_base and __bss_limit are for linker only (overlay ordering)
/rk3399_rockchip-uboot/board/cirrus/edb93xx/
H A Du-boot.lds88 * __bss_base and __bss_limit are for linker only (overlay ordering)
/rk3399_rockchip-uboot/arch/arm/mach-zynq/
H A Du-boot.lds102 * __bss_base and __bss_limit are for linker only (overlay ordering)
/rk3399_rockchip-uboot/board/birdland/bav335x/
H A Du-boot.lds89 * __bss_base and __bss_limit are for linker only (overlay ordering)
/rk3399_rockchip-uboot/board/freescale/mx31ads/
H A Du-boot.lds84 * __bss_base and __bss_limit are for linker only (overlay ordering)
/rk3399_rockchip-uboot/board/vscom/baltos/
H A Du-boot.lds101 * __bss_base and __bss_limit are for linker only (overlay ordering)
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Doverlay-fdt-boot.txt195 Booting this image is exactly the same as the non-overlay example.
200 the DT blobs to have a load address; the overlay application requires the blobs
H A Dsource_file_format.txt238 |- fdt = "fdt sub-node unit-name" [, "fdt overlay sub-node unit-name", ...]
252 "fdt type"). Additional fdt overlay nodes can be supplied which signify
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c225 ushf *overlay; local
289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
290 s->pending_buf = (uchf *) overlay;
300 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
937 ushf *overlay;
957 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
958 ds->pending_buf = (uchf *) overlay;
972 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/rk3399_rockchip-uboot/board/ti/am335x/
H A Du-boot.lds131 * __bss_base and __bss_limit are for linker only (overlay ordering)
/rk3399_rockchip-uboot/doc/driver-model/
H A Dfdt-fixup.txt32 device tree overlay mechanism: There exists one "base" device tree, which
129 * The application of device tree overlay should be possible in board_fixup_fdt,
/rk3399_rockchip-uboot/arch/arm/cpu/
H A Du-boot.lds225 * __bss_base and __bss_limit are for linker only (overlay ordering)
/rk3399_rockchip-uboot/lib/
H A DKconfig287 bool "Enable the FDT library overlay support"
289 This enables the FDT library (libfdt) overlay support.
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsun5i-gr8-chip-pro.dts249 * done in the baseboard, and its DT / overlay will add it.
/rk3399_rockchip-uboot/drivers/video/
H A Dmxc_ipuv3_fb.c67 unsigned char overlay; member
/rk3399_rockchip-uboot/env/
H A DKconfig445 Use this if you want to add a env fragment partition to overlay/store
453 Use this if you want to add a env fragment partition to overlay/store
/rk3399_rockchip-uboot/
H A DMakefile715 libs-$(CONFIG_UT_OVERLAY) += test/overlay/

12