Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/u-boot/tpl/arch/arm/lib/
H A D.built-in.o.cmd
/OK3568_Linux_fs/u-boot/tpl/arch/arm/mach-rockchip/
H A Dtpl.su
H A D.built-in.o.cmd
/OK3568_Linux_fs/u-boot/tpl/arch/arm/cpu/armv8/
H A D.built-in.o.cmd
/OK3568_Linux_fs/u-boot/scripts/
H A Dspl.sh29 --tpl)
74 cp ${TPL_BIN} tmp/tpl.bin
76 cp ${TPL_BIN} tmp/u-boot-tpl.bin
77 dd if=tmp/u-boot-tpl.bin of=tmp/tpl.bin bs=1 skip=4
78 sed -i "1s/^/${MAGIC:0:4}/" tmp/tpl.bin
88 cp ${TPL_BIN} tmp/tpl.bin
90 cp ${TPL_BIN} tmp/u-boot-tpl.bin
91 dd if=tmp/u-boot-tpl.bin of=tmp/tpl.bin bs=1 skip=4
92 sed -i "1s/^/${MAGIC:0:4}/" tmp/tpl.bin
/OK3568_Linux_fs/u-boot/tpl/board/forlinx/ok3568/
H A D.built-in.o.cmd
/OK3568_Linux_fs/u-boot/tpl/
H A D.u-boot-tpl.bin.cmd
H A D.u-boot-tpl-nodtb.bin.cmd
H A D.u-boot-tpl.cmd
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.cpp43 const auto tpl = baseURL + "/v4/{domain}.json?access_token=" + accessToken + "&secure"; in normalizeSourceURL() local
44 return transformURL(tpl, str, url); in normalizeSourceURL()
60 const auto tpl = baseURL + "/styles/v1{path}?access_token=" + accessToken; in normalizeStyleURL() local
61 return transformURL(tpl, str, url); in normalizeStyleURL()
77 const auto tpl = in normalizeSpriteURL() local
79 return transformURL(tpl, str, url); in normalizeSpriteURL()
95 const auto tpl = baseURL + "/fonts/v1{path}?access_token=" + accessToken; in normalizeGlyphsURL() local
96 return transformURL(tpl, str, url); in normalizeGlyphsURL()
112 const auto tpl = baseURL + "/v4{path}?access_token=" + accessToken; in normalizeTileURL() local
113 return transformURL(tpl, str, url); in normalizeTileURL()
H A Durl.hpp48 std::string transformURL(const std::string& tpl, const std::string& url, const URL&);
49 inline std::string transformURL(const std::string& tpl, const std::string& url) { in transformURL() argument
50 return transformURL(tpl, url, URL(url)); in transformURL()
/OK3568_Linux_fs/buildroot/board/pine64/rock64/
H A Dpost-build.sh6 $MKIMAGE -n rk3328 -T rksd -d $BINARIES_DIR/u-boot-tpl.bin $BINARIES_DIR/u-boot-tpl.img
7 cat $BINARIES_DIR/u-boot-tpl.img $BINARIES_DIR/u-boot-spl.bin > $BINARIES_DIR/u-boot-tpl-spl.img
/OK3568_Linux_fs/buildroot/board/amarula/vyasa/
H A Dpost-build.sh6 $MKIMAGE -n rk3288 -T rksd -d $BINARIES_DIR/u-boot-tpl.bin $BINARIES_DIR/u-boot-tpl.img
7 cat $BINARIES_DIR/u-boot-tpl.img $BINARIES_DIR/u-boot-spl-dtb.bin > $BINARIES_DIR/u-boot-tpl-spl-dt…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0016-If-CXXFLAGS-contains-something-unsupported-by-the-bu.patch14 * Makefile.tpl: Add missing CXXFLAGS_FOR_BUILD overrides
22 Makefile.tpl | 2 ++
45 diff --git a/Makefile.tpl b/Makefile.tpl
47 --- a/Makefile.tpl
48 +++ b/Makefile.tpl
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c1056 struct sdio_func_tuple *tpl; in sdio_uart_probe() local
1057 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe()
1058 if (tpl->code != 0x91) in sdio_uart_probe()
1060 if (tpl->size < 10) in sdio_uart_probe()
1062 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */ in sdio_uart_probe()
1065 if (!tpl) { in sdio_uart_probe()
1072 sdio_func_id(func), tpl->data[2], tpl->data[3]); in sdio_uart_probe()
1073 port->regs_offset = (tpl->data[4] << 0) | in sdio_uart_probe()
1074 (tpl->data[5] << 8) | in sdio_uart_probe()
1075 (tpl->data[6] << 16); in sdio_uart_probe()
[all …]
/OK3568_Linux_fs/output/sessions/2025-06-05_23-17-21/
H A Dbuild_2025-06-06_01-57-41.log
H A D70-loader-build.log
H A D70-loader-build_2025-06-06_01-57-41.log
H A Dbuild.log
/OK3568_Linux_fs/u-boot/tpl/drivers/
H A D.built-in.o.cmd
/OK3568_Linux_fs/u-boot/tpl/drivers/serial/
H A D.built-in.o.cmd
/OK3568_Linux_fs/u-boot/tpl/drivers/ram/rockchip/
H A D.built-in.o.cmd
/OK3568_Linux_fs/u-boot/dts/
H A D.dt-tpl.dtb.cmd
/OK3568_Linux_fs/u-boot/tpl/arch/arm/mach-rockchip/rk3568/
H A D.built-in.o.cmd
/OK3568_Linux_fs/u-boot/
H A Dmake.sh187 --tpl|tpl) # use tpl file
457 --tpl|--spl|tpl|spl)
653 ${SCRIPT_SPL} --ini ${INI_LOADER} --tpl ${SRCTREE}/${ARG_TPL_BIN} --spl ${SRCTREE}/${ARG_SPL_BIN}
655 ${SCRIPT_SPL} --ini ${INI_LOADER} --tpl ${SRCTREE}/${ARG_TPL_BIN}
751 rm spl/u-boot-spl.dtb tpl/u-boot-tpl.dtb u-boot.dtb -f
752 rm spl/u-boot-spl tpl/u-boot-tpl u-boot -f

12345678910>>...30