| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fdt.c | 244 char *fdt_high; in boot_relocate_fdt() local 263 fdt_high = env_get("fdt_high"); in boot_relocate_fdt() 264 if (fdt_high) { in boot_relocate_fdt() 265 void *desired_addr = (void *)simple_strtoul(fdt_high, NULL, 16); in boot_relocate_fdt()
|
| /OK3568_Linux_fs/buildroot/board/lemaker/bananapro/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/cubietech/cubieboard2/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/olimex/a33_olinuxino/ |
| H A D | boot.cmd | 4 env set fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-m1/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/olimex/a10_olinuxino/ |
| H A D | boot.cmd | 4 env set fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-pc/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-neo/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-one/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/olimex/a20_olinuxino/ |
| H A D | boot.cmd | 4 env set fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-lite/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-plus/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-r1/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-r1/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-pc-plus/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-zero/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-m1-plus/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/sinovoip/m1-plus/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/linksprite/pcduino/ |
| H A D | boot.cmd | 1 setenv fdt_high ffffffff
|
| /OK3568_Linux_fs/buildroot/board/solidrun/macchiatobin/ |
| H A D | uEnv-example.txt | 3 fdt_high=0xffffffffffffffff
|
| /OK3568_Linux_fs/buildroot/board/hardkernel/odroidxu4/ |
| H A D | boot.ini | 5 setenv fdt_high "0xffffffff"
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.arm64 | 27 resulting in fdt_high to be defined specially.
|
| H A D | README.bcm7xxx | 127 * Also, set the environment variable fdt_high
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | README | 3915 fdt_high - if set this restricts the maximum address that the 3920 may need to set fdt_high as 0x3C000000 to have the
|