| /rk3399_rockchip-uboot/doc/ |
| H A D | README.fdt-overlays | 16 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 D | README.xtensa | 40 The following files are part of the overlay but not used by U-Boot.
|
| /rk3399_rockchip-uboot/test/overlay/ |
| H A D | Makefile | 15 obj-y += test-fdt-overlay.dtb.o 16 obj-y += test-fdt-overlay-stacked.dtb.o
|
| H A D | Kconfig | 6 This enables the 'ut overlay' command which runs a series of unit 7 tests on the fdt overlay code.
|
| H A D | test-fdt-overlay-stacked.dts | 13 /* Test that we can reference an overlay symbol */
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 617 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 D | cmd_ut.c | 23 U_BOOT_CMD_MKENT(overlay, CONFIG_SYS_MAXARGS, 1, do_ut_overlay, "", ""),
|
| H A D | Kconfig | 32 source "test/overlay/Kconfig"
|
| /rk3399_rockchip-uboot/board/compulab/cm_t335/ |
| H A D | u-boot.lds | 85 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
| /rk3399_rockchip-uboot/board/cirrus/edb93xx/ |
| H A D | u-boot.lds | 88 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
| /rk3399_rockchip-uboot/arch/arm/mach-zynq/ |
| H A D | u-boot.lds | 102 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
| /rk3399_rockchip-uboot/board/birdland/bav335x/ |
| H A D | u-boot.lds | 89 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
| /rk3399_rockchip-uboot/board/freescale/mx31ads/ |
| H A D | u-boot.lds | 84 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
| /rk3399_rockchip-uboot/board/vscom/baltos/ |
| H A D | u-boot.lds | 101 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | overlay-fdt-boot.txt | 195 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 D | source_file_format.txt | 238 |- 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 D | deflate.c | 225 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 D | u-boot.lds | 131 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | fdt-fixup.txt | 32 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 D | u-boot.lds | 225 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | Kconfig | 287 bool "Enable the FDT library overlay support" 289 This enables the FDT library (libfdt) overlay support.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | sun5i-gr8-chip-pro.dts | 249 * done in the baseboard, and its DT / overlay will add it.
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | mxc_ipuv3_fb.c | 67 unsigned char overlay; member
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 445 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 D | Makefile | 715 libs-$(CONFIG_UT_OVERLAY) += test/overlay/
|