Searched refs:BL (Results 1 - 25 of 31) sorted by relevance

12

/device/google/contexthub/firmware/build/
H A Dbl_config.mk28 LOCAL_NANO_MODULE_TYPE := BL
H A Dbl_static_library.mk26 $(call for-each-variant,$(my_variants),BL,$(NANO_BUILD)/nanohub_static_library.mk)
H A Dbl_executable.mk28 $(call for-each-variant,$(my_variants),BL,$(NANO_BUILD)/bl_executable_internal.mk)
H A Dconfig.mk21 NANO_ALL_TARGETS := APP BL OS
125 # NANO_VARIANT_<target>_<var>_<variant> (where target is OS or BL for system builds, or APP for nanoapp builds) and
146 # $(2) - optional: one of { APP,BL,OS }
175 # $(1) - optional: one of APP,BL,OS
192 # $(2) - optional: one of APP,BL,OS
221 # $(2) - optional: one of APP,BL,OS
H A Dnanohub_executable.mk41 ifeq ($(LOCAL_NANO_MODULE_TYPE),BL)
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
H A D__aeabi_cdcmp.asm36 BL _softfloat_float64_eq
42 BL _softfloat_float64_lt
H A D__aeabi_cfcmp.asm32 BL _softfloat_float32_eq
38 BL _softfloat_float32_lt
/device/google/contexthub/firmware/os/core/
H A DappSec.c182 BL.blSha2processBytes(&state->sha, state->dataBytes, state->haveBytes);
202 BL.blAesCbcDecr(&state->cbc, dataP, dataP);
210 BL.blSha2processBytes(&state->cbcSha, state->dataBytes, state->haveBytes);
261 BL.blSha2init(&state->sha);
262 BL.blSha2processBytes(&state->sha, state->dataBytes, needBytes);
281 BL.blAesCbcInitForDecr(&state->cbc, k, encrHdr->IV);
282 BL.blSha2init(&state->cbcSha);
365 memcpy(state->lastHash, BL.blSha2finish(&state->sha), SHA2_HASH_SIZE);
387 result = BL.blRsaPubOpIterative(&state->rsa, state->rsaTmp, state->dataWords, &state->rsaState1, &state->rsaState2, &state->rsaStep);
395 result = BL
[all...]
H A DnanohubCommand.c196 ptr = BL.blGetPubKeysInfo(&numKeys);
339 // some sanity checks before asking BL to do image lookup
344 uploadStatus = BL.blVerifyOsUpdate();
1205 ptr = BL.blGetPubKeysInfo(&numKeys);
1295 BL.blReboot();
1430 BL.blReboot();
1730 ptr = BL.blGetPubKeysInfo(&numKeys);
H A Dseos.c483 done = BL.blProgramShared(&seg->state, &state, sizeof(state), BL_FLASH_KEY1, BL_FLASH_KEY2);
550 (void)BL.blEraseShared(BL_FLASH_KEY1, BL_FLASH_KEY2);
563 ret = BL.blProgramShared(dest, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2);
H A Dbl.c81 { (uint8_t *)(&BL), 0x04000, BL_FLASH_BL },
/device/google/contexthub/firmware/variant/argonkey/inc/variant/
H A Dvariant.h55 { (uint8_t *)(&BL), 0x04000, BL_FLASH_BL },\
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
H A Dldivmod.asm42 BL __aeabi_uldivmod ;
/device/google/contexthub/firmware/os/platform/stm32/
H A DhostIntf.c100 return BL.blGetVersion();
H A DeeData.c138 return BL.blProgramEe(dst, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2);
H A Dmpu.c111 mpuRegionCfg(MPU_REG_ROM, (uint32_t)&BL, (uint32_t)&__shared_end - 1, MPU_TYPE_FLASH | (allowSvcWrite ? MPU_U_RO_S_RW : MPU_U_RO_S_RO));
H A Dbl.c485 //make sure we're the vector table and no ints happen (BL does not use them)
487 SCB->VTOR = (uint32_t)&BL;
/device/google/contexthub/firmware/os/inc/
H A Dbl.h37 #define BL _BL.api macro
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
H A Dbuild_macros.mk70 # IMG_LINKERFILE defines the linker script corresponding to a BL stage
71 # $(1) = BL stage (2, 30, 31, 32, 33)
77 # to a BL stage
78 # $(1) = BL stage (2, 30, 31, 32, 33)
83 # IMG_ELF defines the elf file corresponding to a BL stage
84 # $(1) = BL stage (2, 30, 31, 32, 33)
89 # IMG_DUMP defines the symbols dump file corresponding to a BL stage
90 # $(1) = BL stage (2, 30, 31, 32, 33)
95 # IMG_BIN defines the default image file corresponding to a BL stage
96 # $(1) = BL stag
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
H A DThunk16Lib.h106 UINT8 BL; member in struct:__anon5210
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
H A DLegacyBios.h152 UINT8 BL; member in struct:__anon4789
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DBiosVideo.c695 Regs.H.BL = 0;
1142 // BL = 01h
2798 Regs.H.BL = 0;
2813 Regs.H.BL = 0;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c898 Regs.H.BL = 0;
3194 Regs.H.BL = 0;
3207 Regs.H.BL = 0;
3250 Regs.H.BL = 0;
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1123 UINT8 BL, BH; member in struct:__anon5954
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
H A Dgen5_iosf_sb_definitions.h330 unsigned BL :2; /**< Burst Length, CDV:1*/ member in struct:__anon10031::__anon10032

Completed in 299 milliseconds

12