Searched refs:plugin (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/mx7ulp_evk/ |
| H A D | Makefile | 8 extra-$(CONFIG_USE_PLUGIN) := plugin.bin 9 $(obj)/plugin.bin: $(obj)/plugin.o
|
| H A D | imximage.cfg | 27 /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ 28 PLUGIN board/freescale/mx7ulp_evk/plugin.bin 0x2F020000
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | imximage.c | 130 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 D | test-fdt-overlay-stacked.dts | 10 /plugin/;
|
| H A D | test-fdt-overlay.dts | 9 /plugin/;
|
| /rk3399_rockchip-uboot/board/freescale/mx6ullevk/ |
| H A D | imximage.cfg | 33 /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ 34 PLUGIN board/freescale/mx6ullevk/plugin.bin 0x00907000
|
| /rk3399_rockchip-uboot/board/freescale/mx6sllevk/ |
| H A D | imximage.cfg | 27 /*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 D | fg_rk818.c | 408 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 D | imximage.h | 154 uint32_t plugin; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | Kconfig | 22 bool "Use imximage plugin code"
|
| H A D | Makefile | 47 PLUGIN = board/$(BOARDDIR)/plugin
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.fdt-overlays | 44 /plugin/;
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 1016 DPRINT("Keyword: /plugin/\n");
|