Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/mx7ulp_evk/
H A DMakefile8 extra-$(CONFIG_USE_PLUGIN) := plugin.bin
9 $(obj)/plugin.bin: $(obj)/plugin.o
H A Dimximage.cfg27 /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/
28 PLUGIN board/freescale/mx7ulp_evk/plugin.bin 0x2F020000
/rk3399_rockchip-uboot/tools/
H A Dimximage.c130 hdr_v2->boot_data.plugin) in detect_imximage_version()
282 if (!imxhdr->header.hdr_v2.boot_data.plugin) { in set_dcd_rst_v2()
338 if (!hdr_v2->boot_data.plugin) { in set_imx_hdr_v2()
422 next_hdr_v2->boot_data.plugin = 0; in set_imx_hdr_v2()
485 uint32_t size, version, plugin; in print_hdr_v2() local
487 plugin = hdr_v2->boot_data.plugin; in print_hdr_v2()
488 if (!plugin) { in print_hdr_v2()
504 printf("Mode: %s\n", plugin ? "PLUGIN" : "DCD"); in print_hdr_v2()
505 if (!plugin) { in print_hdr_v2()
592 imxhdr->header.hdr_v2.boot_data.plugin = 1; in copy_plugin_code()
/rk3399_rockchip-uboot/test/overlay/
H A Dtest-fdt-overlay-stacked.dts10 /plugin/;
H A Dtest-fdt-overlay.dts9 /plugin/;
/rk3399_rockchip-uboot/board/freescale/mx6ullevk/
H A Dimximage.cfg33 /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/
34 PLUGIN board/freescale/mx6ullevk/plugin.bin 0x00907000
/rk3399_rockchip-uboot/board/freescale/mx6sllevk/
H A Dimximage.cfg27 /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/
28 PLUGIN board/freescale/mx6sllevk/plugin.bin 0x00907000
/rk3399_rockchip-uboot/drivers/power/fuel_gauge/
H A Dfg_rk818.c408 int plugin, timeout = 0; in rk818_bat_get_est_voltage() local
417 plugin = rk818_bat_read(di, VB_MON_REG) & PLUG_IN_STS ? 1 : 0; in rk818_bat_get_est_voltage()
418 if (di->is_first_power_on || (!plugin && curr >= 0) || (plugin && curr <= 0)) { in rk818_bat_get_est_voltage()
420 __func__, curr, plugin, di->is_first_power_on); in rk818_bat_get_est_voltage()
432 plugin = rk818_bat_read(di, VB_MON_REG) & PLUG_IN_STS; in rk818_bat_get_est_voltage()
433 if (di->is_first_power_on || (!plugin && curr >= 0) || (plugin && curr <= 0)) { in rk818_bat_get_est_voltage()
435 __func__, curr, plugin, di->is_first_power_on); in rk818_bat_get_est_voltage()
/rk3399_rockchip-uboot/include/
H A Dimximage.h154 uint32_t plugin; member
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A DKconfig22 bool "Use imximage plugin code"
H A DMakefile47 PLUGIN = board/$(BOARDDIR)/plugin
/rk3399_rockchip-uboot/doc/
H A DREADME.fdt-overlays44 /plugin/;
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1016 DPRINT("Keyword: /plugin/\n");