Home
last modified time | relevance | path

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

12

/openbmc/u-boot/arch/arm/mach-rockchip/
H A DMakefile10 obj-tpl-$(CONFIG_ROCKCHIP_BROM_HELPER) += bootrom.o
12 obj-tpl-$(CONFIG_ROCKCHIP_RK3288) += rk3288-board-tpl.o
13 obj-tpl-$(CONFIG_ROCKCHIP_RK3368) += rk3368-board-tpl.o
64 obj-$(CONFIG_TPL_BUILD) += $(obj-tpl-y)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.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
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c1042 struct sdio_func_tuple *tpl; in sdio_uart_probe() local
1043 for (tpl = func->tuples; tpl; tpl = tpl->next) { in sdio_uart_probe()
1044 if (tpl->code != 0x91) in sdio_uart_probe()
1046 if (tpl->size < 10) in sdio_uart_probe()
1048 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */ in sdio_uart_probe()
1051 if (!tpl) { in sdio_uart_probe()
1058 sdio_func_id(func), tpl->data[2], tpl->data[3]); in sdio_uart_probe()
1059 port->regs_offset = (tpl->data[4] << 0) | in sdio_uart_probe()
1060 (tpl->data[5] << 8) | in sdio_uart_probe()
1061 (tpl->data[6] << 16); in sdio_uart_probe()
[all …]
H A Dsdio_cis.c122 const struct cis_tpl *tpl, int tpl_count, in cis_tpl_parse() argument
129 for (i = 0; i < tpl_count; i++, tpl++) { in cis_tpl_parse()
130 if (tpl->code == code) in cis_tpl_parse()
134 if (size >= tpl->min_size) { in cis_tpl_parse()
135 if (tpl->parse) in cis_tpl_parse()
136 ret = tpl->parse(card, func, buf, size); in cis_tpl_parse()
/openbmc/u-boot/doc/
H A DREADME.TPL26 directory spl/tpl. The final binaries which are generated are
27 u-boot-{spl|tpl}, u-boot-{spl|tpl}.bin and u-boot-{spl|tpl}.map.
H A DREADME.kconfig33 * create tpl/include/autoconf.mk (TPL only)
82 - tpl/include/autoconfig.mk (generated by the old config for TPL)
H A DREADME.rockchip199 ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out &&
221 # copy tpl, pad to 1020 bytes and append spl
/openbmc/u-boot/tools/binman/test/
H A D078_u_boot_tpl.dts6 u-boot-tpl {
8 u-boot-tpl-dtb {
H A D093_x86_tpl_ucode.dts11 u-boot-tpl-with-ucode-ptr {
14 u-boot-tpl-dtb-with-ucode {
H A D081_x86-start16-tpl.dts11 x86-start16-tpl {
H A D082_fdt_update_all.dts15 u-boot-tpl-dtb {
/openbmc/u-boot/scripts/
H A DMakefile.autoconf18 __all: tpl/include/autoconf.mk
83 tpl/u-boot.cfg: include/config.h FORCE
94 tpl/include/autoconf.mk: tpl/u-boot.cfg
H A DMakefile.spl31 SPL_BIN := u-boot-tpl
51 ifeq ($(obj)$(CONFIG_SUPPORT_TPL),tpl)
H A DMakefile.build7 prefix := tpl
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DscapyPlugin.py51 tpl = Template(scapyinfo['iface'])
52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
/openbmc/u-boot/tools/binman/
H A DREADME.entries506 Entry: u-boot-tpl: U-Boot TPL binary
510 - filename: Filename of u-boot-tpl.bin (default 'tpl/u-boot-tpl.bin')
525 The ELF file 'tpl/u-boot-tpl' must also be available for this to work, since
530 Entry: u-boot-tpl-dtb: U-Boot TPL device tree
534 - filename: Filename of u-boot.dtb (default 'tpl/u-boot-tpl.dtb')
542 Entry: u-boot-tpl-dtb-with-ucode: U-Boot TPL with embedded microcode pointer
552 Entry: u-boot-tpl-with-ucode-ptr: U-Boot TPL with embedded microcode pointer
682 Entry: x86-start16-tpl: x86 16-bit start-up code for TPL
686 - filename: Filename of tpl/u-boot-x86-16bit-tpl.bin (default
687 'tpl/u-boot-x86-16bit-tpl.bin')
/openbmc/qemu/tests/unit/
H A Dtest-logging.c90 static void set_log_path_tmp(char const *dir, char const *tpl, Error **errp) in set_log_path_tmp() argument
92 gchar *file_path = g_build_filename(dir, tpl, NULL); in set_log_path_tmp()
/openbmc/u-boot/board/theobroma-systems/lion_rk3368/
H A DREADME21 > tools/mkimage -n rk3368 -T rksd -d tpl/u-boot-tpl.bin spl-3368.img
/openbmc/u-boot/
H A DMakefile544 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg:
833 ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin
1269 OBJCOPYFLAGS_u-boot-with-tpl.bin = -I binary -O binary \
1271 tpl/u-boot-with-tpl.bin: tpl/u-boot-tpl.bin u-boot.bin FORCE
1685 tpl/u-boot-tpl.bin: tools prepare \
1687 $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
1755 $(foreach d, spl tpl, $(patsubst %,$d/%, \
1762 MRPROPER_DIRS += include/config include/generated spl tpl \
H A D.gitignore55 /tpl/
/openbmc/linux/arch/x86/include/asm/
H A Defi.h261 #define __efi64_argmap_create_event(type, tpl, f, c, event) \ argument
262 ((type), (tpl), (f), (c), efi64_zero_upper(event))
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_tpl.c220 EFI_UNIT_TEST(tpl) = {
/openbmc/linux/drivers/i2c/busses/
H A Di2c-img-scb.c299 unsigned int tp2s, tpl, tph; member
313 .tpl = 4700,
325 .tpl = 600,
1281 data = timing.tpl / clk_period; in img_i2c_init()
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c1336 enum udma_tp_level tpl, \
1347 if (tpl >= ud->res##_tpl.levels) \
1348 tpl = ud->res##_tpl.levels - 1; \
1350 start = ud->res##_tpl.start_idx[tpl]; \
1370 enum udma_tp_level tpl; in bcdma_get_bchan() local
1384 tpl = 0; in bcdma_get_bchan()
1386 tpl = ud->bchan_tpl.levels - 1; in bcdma_get_bchan()
1388 uc->bchan = __udma_reserve_bchan(ud, tpl, -1); in bcdma_get_bchan()
1874 u8 tpl; in udma_tisci_m2m_channel_config() local
1882 tpl = udma_get_chan_tpl_index(&ud->tchan_tpl, tchan->id); in udma_tisci_m2m_channel_config()
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-dhcor-maveo-box.dts179 tpl-support;

12