| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_access.c | 855 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 D | config.mk | 65 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 D | README | 12 - 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 D | easylogo.c | 154 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 D | efi.dts | 14 compatible = "efi,app";
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | rk3588-ipc.config | 5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1126b-ipc.config | 5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1126-ipc.config | 5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1103b-usbplug.config | 16 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1106-usbplug.config | 16 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1126b-spi-nor_defconfig | 70 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1126b-spi-nor-fastboot_defconfig | 69 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1126b-spi-nand-fastboot_defconfig | 69 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1126b-emmc-fastboot_defconfig | 70 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1103b-spi-nor_defconfig | 85 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1106_defconfig | 82 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1106-spi-nor_defconfig | 86 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1103b_defconfig | 80 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | crt0_ia32_efi.S | 36 call efi_main # call app with "image" and "systab" argument
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | xilinx_ll_temac_sdma.c | 234 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 D | xilinx_ll_temac_sdma.h | 60 u32 app[5]; /* application specific data */ member
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.efi | 92 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 D | Makefile | 812 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 D | stih407-family.dtsi | 826 /* fdma app */
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 460 default "blkdevparts mtdparts sys_bootargs app reserved"
|