Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c855 struct alias_prop *app; in of_alias_get_id() local
859 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_id()
860 if (strcmp(app->stem, stem) != 0) in of_alias_get_id()
863 if (np == app->np) { in of_alias_get_id()
864 id = app->id; in of_alias_get_id()
875 struct alias_prop *app; in of_alias_get_dev() local
879 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_dev()
880 if (strcmp(app->stem, stem) != 0) in of_alias_get_dev()
883 if (id == app->id) { in of_alias_get_dev()
884 np = app->np; in of_alias_get_dev()
[all …]
/rk3399_rockchip-uboot/arch/x86/
H A Dconfig.mk65 OBJCOPYFLAGS_EFI += --target=efi-app-$(EFIARCH)
100 EFI_TARGET := --target=efi-app-ia32
105 EFI_TARGET := --target=efi-app-x86_64
/rk3399_rockchip-uboot/api/
H A DREADME12 - the consumer app is responsible for producing appropriate context (call
24 for example it doesn't keep states, but relies on hints from the app and
50 - helper conveniency wrappers so that consumer app does not have to use
/rk3399_rockchip-uboot/tools/easylogo/
H A Deasylogo.c154 unsigned char app; in image_load_tga() local
202 app = p->r; in image_load_tga()
204 p->b = app; in image_load_tga()
319 char app[256], str[256] = "", def_name[64]; in image_save_header() local
452 strcpy (app, str); in image_save_header()
453 sprintf (str, "%s, 0x%02x", app, *dataptr++); in image_save_header()
/rk3399_rockchip-uboot/arch/x86/dts/
H A Defi.dts14 compatible = "efi,app";
/rk3399_rockchip-uboot/configs/
H A Drk3588-ipc.config5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1126b-ipc.config5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1126-ipc.config5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1103b-usbplug.config16 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1106-usbplug.config16 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1126b-spi-nor_defconfig70 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1126b-spi-nor-fastboot_defconfig69 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1126b-spi-nand-fastboot_defconfig69 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1126b-emmc-fastboot_defconfig70 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1103b-spi-nor_defconfig85 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1106_defconfig82 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1106-spi-nor_defconfig86 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1103b_defconfig80 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcrt0_ia32_efi.S36 call efi_main # call app with "image" and "systab" argument
/rk3399_rockchip-uboot/drivers/net/
H A Dxilinx_ll_temac_sdma.c234 length = rx_dp->sca.app[4] & CDMAC_BD_APP4_RXBYTECNT_MASK; in ll_temac_recv_sdma()
247 rx_dp->sca.app[4] = 0; in ll_temac_recv_sdma()
H A Dxilinx_ll_temac_sdma.h60 u32 app[5]; /* application specific data */ member
/rk3399_rockchip-uboot/doc/
H A DREADME.efi92 u-boot-app.efi - U-Boot EFI application
107 type 'fs0:u-boot-payload.efi' to run the payload or 'fs0:u-boot-app.efi' to
111 To try it on real hardware, put u-boot-app.efi on a suitable boot medium,
116 (or fs0:u-boot-app.efi for the application)
/rk3399_rockchip-uboot/
H A DMakefile812 ALL-$(CONFIG_EFI_APP) += u-boot-app.efi
1200 OBJCOPYFLAGS_u-boot-app.efi := $(OBJCOPYFLAGS_EFI)
1201 u-boot-app.efi: u-boot FORCE
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dstih407-family.dtsi826 /* fdma app */
/rk3399_rockchip-uboot/env/
H A DKconfig460 default "blkdevparts mtdparts sys_bootargs app reserved"