/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ |
H A D | Makefile | 30 pushd ddr_init;make;./mkddrinit.sh u-boot-original.bin;popd 34 ./rsa2048pem.sh 35 sh create_secure_boot.sh rsa2048pem_gen 38 ./rsa4096pem.sh 39 sh create_secure_boot.sh rsa4096pem_gen
|
/device/board/hihope/rk3568/kernel/ |
H A D | build_kernel.sh | 35 NEWIP_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/newip/apply_newip.sh 36 TZDRIVER_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/tzdriver/apply_tzdriver.sh 37 XPM_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/xpm/apply_xpm.sh 38 CED_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/container_escape_detection/apply_ced.sh 39 HIDEADDR_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/memory_security/apply_hideaddr.sh 40 QOS_AUTH_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/qos_auth/apply_qos_auth.sh 41 UNIFIED_COLLECTION_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/ucollection/apply_ucollection.sh 42 CODE_SIGN_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/code_sign/apply_code_sign.sh 43 DEC_PATCH_FILE=${ROOT_DIR}/kernel/linux/common_modules/dec/apply_dec.sh 57 source ${BUILD_SCRIPT_PATH}/kernel/kernel_source_checker.sh [all...] |
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | build_ffmpeg.sh | 2 #!/bin/sh 19 FF_CONFIG_SH=disable_decoder_config.sh 33 # copy sh to ffmpeg file patch 36 cp $CUR_DIR/adapt_config.sh $FFMPEG_DIR/adapt_config.sh 37 cp $CUR_DIR/disable_decoder_config.sh $FFMPEG_DIR/disable_decoder_config.sh 44 # run ./disable_decoder_config.sh 47 echo "###### run ./disable_decoder_config.sh ######" 50 ./disable_decoder_config.sh [all...] |
H A D | library.mak | 40 $$(M) $$(SRC_PATH)/ffbuild/libversion.sh $(NAME) $$< > $$@ 42 $(SUBDIR)lib$(FULLNAME).pc: $(SUBDIR)version.h ffbuild/config.sh | $(SUBDIR) 43 $$(M) $$(SRC_PATH)/ffbuild/pkgconfig_generate.sh $(NAME) "$(DESC)"
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ |
H A D | Makefile | 29 pushd ddr_init;make;./mkddrinit.sh u-boot-original.bin;popd 34 ./rsa2048pem.sh 38 ./rsa4096pem.sh 42 ./create_secure_boot.sh 45 ./AES ./create_secure_boot.sh > aes_otp_cfg.txt
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | RgaUtils.h | 25 int get_buf_from_file(void *buf, int f, int sw, int sh, int index); 26 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index); 28 int get_buf_from_file_FBC(void *buf, int f, int sw, int sh, int index); 29 int output_buf_data_to_file_FBC(void *buf, int f, int sw, int sh, int index);
|
H A D | drmrga.h | 215 int x, int y, int w, int h, int sw, int sh, int f) { in rga_set_rect() 224 rect->hstride = sh; in rga_set_rect() 214 rga_set_rect(rga_rect_t *rect, int x, int y, int w, int h, int sw, int sh, int f) rga_set_rect() argument
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | RgaUtils.h | 24 int get_buf_from_file(void *buf, int f, int sw, int sh, int index); 25 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
|
H A D | drmrga.h | 158 static inline int rga_set_rect(rga_rect_t *rect, int x, int y, int w, int h, int sw, int sh, int f) in rga_set_rect() argument 168 rect->hstride = sh; in rga_set_rect()
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | RgaUtils.h | 24 int get_buf_from_file(void *buf, int f, int sw, int sh, int index); 25 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
|
H A D | drmrga.h | 160 static inline int rga_set_rect(rga_rect_t *rect, int x, int y, int w, int h, int sw, int sh, int f) in rga_set_rect() argument 170 rect->hstride = sh; in rga_set_rect()
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | RgaUtils.h | 24 int get_buf_from_file(void *buf, int f, int sw, int sh, int index); 25 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
|
H A D | drmrga.h | 160 static inline int rga_set_rect(rga_rect_t *rect, int x, int y, int w, int h, int sw, int sh, int f) in rga_set_rect() argument 170 rect->hstride = sh; in rga_set_rect()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_policy.c | 136 int sw, sh; in rga_check_scale() local 140 sh = src0->act_h; in rga_check_scale() 159 if (sh > dh) { in rga_check_scale() 160 if ((sh >> data->max_downscale_factor) > dh) in rga_check_scale() 162 } else if (sh < dh) { in rga_check_scale() 163 if ((sh << data->max_upscale_factor) < dh) in rga_check_scale()
|
H A D | rga3_reg_info.c | 30 u32 sw = 0, sh = 0; in RGA3_set_reg_win0_info() local 130 sh = msg->win0.src_act_w; in RGA3_set_reg_win0_info() 134 sh = msg->win0.src_act_h; in RGA3_set_reg_win0_info() 149 if (sh > dh) { in RGA3_set_reg_win0_info() 152 } else if (sh < dh) { in RGA3_set_reg_win0_info() 174 param_y = FACTOR_MAX * (sh - 1) / (dh - 1); in RGA3_set_reg_win0_info() 175 if ((sh - 1) % (dh - 1) == 0) { in RGA3_set_reg_win0_info() 180 param_y = FACTOR_MAX * (dh - 1) / (sh - 1) + 1; in RGA3_set_reg_win0_info() 449 u32 sw = 0, sh = 0; in RGA3_set_reg_win1_info() local 546 sh in RGA3_set_reg_win1_info() [all...] |
H A D | rga2_reg_info.c | 103 u32 sw, sh; in RGA2_reg_get_param() local 120 sh = msg->src.act_h; in RGA2_reg_get_param() 140 if (sh > dh) { in RGA2_reg_get_param() 142 param_y = ((dh) << 16) / (sh) + 1; in RGA2_reg_get_param() 144 param_y = ((dh) << 16) / (sh); in RGA2_reg_get_param() 147 } else if (sh < dh) { in RGA2_reg_get_param() 149 param_y = ((sh - 1) << 16) / (dh - 1); in RGA2_reg_get_param() 151 param_y = ((sh) << 16) / (dh); in RGA2_reg_get_param() 217 u32 sw, sh; in RGA2_set_reg_src_info() local 248 sh in RGA2_set_reg_src_info() [all...] |
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/ |
H A D | Makefile | 40 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \ 44 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/out/ko/ |
H A D | load3516dv300_user | 1 #!/bin/sh 78 clkcfg_hi3516cv500.sh > /dev/null 81 sysctl_hi3516cv500.sh # > /dev/null
|
/device/soc/rockchip/rk2206/sdk_liteos/image/ |
H A D | build.sh | 41 ${TOOLS_DIR}/mkimage.sh ${PART_SYSTEM_BLOCKS} ${PART_LOADER_BLOCKS} ${PART_LITEOS_BLOCKS} ${PART_ROOTFS_BLOCKS} ${PART_USERFS_BLOCKS}
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pcie.c | 4808 pciedev_shared_t *sh; in dhd_buzzz_dump_dngl() local 4829 sh = bus->pcie_sh; in dhd_buzzz_dump_dngl() 4831 DHD_INFO(("%s buzzz:%08x\n", __FUNCTION__, sh->buzz_dbg_ptr)); in dhd_buzzz_dump_dngl() 4833 if (sh->buzz_dbg_ptr != 0U) { /* Fetch and display dongle BUZZZ Trace */ in dhd_buzzz_dump_dngl() 4835 dhdpcie_bus_membytes(bus, FALSE, (ulong)sh->buzz_dbg_ptr, in dhd_buzzz_dump_dngl() 4841 (int)sh->buzz_dbg_ptr, in dhd_buzzz_dump_dngl() 8389 pciedev_shared_t sh; in dhdpcie_tcm_valid() local 8404 if ((rv = dhdpcie_bus_membytes(bus, FALSE, addr, (uint8 *)&sh, in dhdpcie_tcm_valid() 8411 if (sh.console_addr != bus->pcie_sh->console_addr) { in dhdpcie_tcm_valid() 8454 pciedev_shared_t *sh in dhdpcie_readshared() local [all...] |
H A D | dhd_sdio.c | 3340 dhdsdio_readshared(dhd_bus_t *bus, sdpcm_shared_t *sh) in dhdsdio_readshared() argument 3389 if ((rv = dhdsdio_membytes(bus, FALSE, addr, (uint8 *)sh, sizeof(sdpcm_shared_t))) < 0) in dhdsdio_readshared() 3393 sh->flags = ltoh32(sh->flags); in dhdsdio_readshared() 3394 sh->trap_addr = ltoh32(sh->trap_addr); in dhdsdio_readshared() 3395 sh->assert_exp_addr = ltoh32(sh->assert_exp_addr); in dhdsdio_readshared() 3396 sh->assert_file_addr = ltoh32(sh in dhdsdio_readshared() [all...] |
/device/soc/hisilicon/common/hal/middleware/ |
H A D | build.sh | 36 ./ffmpeg_adapt/build_ffmpeg.sh $OUT_DIR $BOARD_NAME $OS_TYPE $CC_PATH
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 392 # Additional ARCH settings for sh 394 SRCARCH := sh 404 CONFIG_SHELL := sh 1170 # Externally visible symbols (used by link-vmlinux.sh) 1189 # Recurse until adjust_autoksyms.sh is satisfied 1198 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/adjust_autoksyms.sh \ 1206 $(CONFIG_SHELL) $(srctree)/scripts/gen_autoksyms.sh $@ 1218 vmlinux: scripts/link-vmlinux.sh autoksyms_recursive $(vmlinux-deps) FORCE 1382 xargs $(srctree)/scripts/kconfig/merge_config.sh -m $(objtree)/.config 1457 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/modules-check.sh [all...] |
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_reg_info.c | 43 unsigned int sw, sh;
in RGA2_reg_get_param() local 67 sh = msg->src.act_h;
in RGA2_reg_get_param() 89 if (sh > dh) {
in RGA2_reg_get_param() 92 param_y = ((dh) << RGA2_INDEX_SIX) / (sh) + 1;
in RGA2_reg_get_param() 94 param_y = ((dh) << RGA2_INDEX_SIX) / (sh);
in RGA2_reg_get_param() 97 } else if (sh < dh) {
in RGA2_reg_get_param() 100 param_y = ((sh - 1) << RGA2_INDEX_SIX) / (dh - 1);
in RGA2_reg_get_param() 102 param_y = ((sh) << RGA2_INDEX_SIX) / (dh);
in RGA2_reg_get_param() 161 unsigned int sw, sh;
in RGA2_set_reg_src_info() local 190 sh in RGA2_set_reg_src_info() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | dbus.h | 290 struct shared_info *sh; member
|