Home
last modified time | relevance | path

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

12

/device/google/contexthub/firmware/os/core/
DappSec.c182 BL.blSha2processBytes(&state->sha, state->dataBytes, state->haveBytes); in appSecBlockRx()
202 BL.blAesCbcDecr(&state->cbc, dataP, dataP); in appSecBlockRx()
210 BL.blSha2processBytes(&state->cbcSha, state->dataBytes, state->haveBytes); in appSecBlockRx()
261 BL.blSha2init(&state->sha); in appSecProcessIncomingHdr()
262 BL.blSha2processBytes(&state->sha, state->dataBytes, needBytes); in appSecProcessIncomingHdr()
281 BL.blAesCbcInitForDecr(&state->cbc, k, encrHdr->IV); in appSecProcessIncomingHdr()
282 BL.blSha2init(&state->cbcSha); in appSecProcessIncomingHdr()
365 memcpy(state->lastHash, BL.blSha2finish(&state->sha), SHA2_HASH_SIZE); in appSecProcessIncomingData()
387 …result = BL.blRsaPubOpIterative(&state->rsa, state->rsaTmp, state->dataWords, &state->rsaState1, &… in appSecDoSomeProcessing()
395 result = BL.blSigPaddingVerify(result); in appSecDoSomeProcessing()
[all …]
DnanohubCommand.c196 ptr = BL.blGetPubKeysInfo(&numKeys); in pubKeyFindCbk()
344 uploadStatus = BL.blVerifyOsUpdate(); in deferredUpdateOs()
1205 ptr = BL.blGetPubKeysInfo(&numKeys); in halLegacyQueryRsaKeys()
1295 BL.blReboot(); in halLegacyReboot()
1430 BL.blReboot(); in halSysMgmt()
1730 ptr = BL.blGetPubKeysInfo(&numKeys); in halKeyInfo()
Dseos.c483 done = BL.blProgramShared(&seg->state, &state, sizeof(state), BL_FLASH_KEY1, BL_FLASH_KEY2); in osAppSegmentSetState()
550 (void)BL.blEraseShared(BL_FLASH_KEY1, BL_FLASH_KEY2); in osEraseShared()
563 ret = BL.blProgramShared(dest, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in osWriteShared()
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
Dsocionext-uniphier.rst11 Socionext provides a first stage loader called `UniPhier BL`_. This loader runs
19 The UniPhier BL does not implement the authentication functionality, that is,
20 it can not verify the BL1 image by itself. Instead, the UniPhier BL assures
22 the UniPhier BL. The concatenation of the UniPhier BL and the compressed BL1
35 This is hard-wired ROM, so never corrupted. It loads the UniPhier BL (with
39 #. UniPhier BL
120 .. _UniPhier BL: https://github.com/uniphier/uniphier-bl
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
D__aeabi_cfcmp.asm32 BL _softfloat_float32_eq
38 BL _softfloat_float32_lt
D__aeabi_cdcmp.asm36 BL _softfloat_float64_eq
42 BL _softfloat_float64_lt
/device/google/contexthub/firmware/build/
Dbl_config.mk28 LOCAL_NANO_MODULE_TYPE := BL
Dbl_static_library.mk26 $(call for-each-variant,$(my_variants),BL,$(NANO_BUILD)/nanohub_static_library.mk)
Dbl_executable.mk28 $(call for-each-variant,$(my_variants),BL,$(NANO_BUILD)/bl_executable_internal.mk)
Dnanohub_executable.mk41 ifeq ($(LOCAL_NANO_MODULE_TYPE),BL)
Dconfig.mk21 NANO_ALL_TARGETS := APP BL OS
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
Dldivmod.asm42 BL __aeabi_uldivmod ;
/device/google/contexthub/firmware/variant/argonkey/inc/variant/
Dvariant.h55 { (uint8_t *)(&BL), 0x04000, BL_FLASH_BL },\
/device/google/contexthub/firmware/os/platform/stm32/
DhostIntf.c100 return BL.blGetVersion(); in platBlVer()
DeeData.c138 return BL.blProgramEe(dst, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in eeWrite()
Dmpu.c111 …mpuRegionCfg(MPU_REG_ROM, (uint32_t)&BL, (uint32_t)&__shared_end - 1, MPU_TYPE_FLASH | (allowSvcWr… in mpuCfgRom()
Dbl.c487 SCB->VTOR = (uint32_t)&BL; in __blEntry()
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
Dbuild_macros.mk276 $(eval BL_SOURCES := $(BL$(call uppercase,$(1))_SOURCES))
284 $(eval BL_LINKERFILE := $(BL$(call uppercase,$(1))_LINKERFILE))
/device/google/contexthub/firmware/os/inc/
Dbl.h37 #define BL _BL.api macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
DThunk16Lib.h106 UINT8 BL; member
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.rst42 Some modifications are common to all Boot Loader (BL) stages. Section 2
44 modifications for each BL stage in detail.
53 each BL stage to correctly port the firmware stack. They are categorized as
60 instruction and data caches for each BL stage. Setting up the translation
74 In ARM standard platforms, each BL stage configures the MMU in the
80 page boundary (4K) for each BL stage. All sections which allocate coherent
442 for each BL stage. If ``PLAT_XLAT_TABLES_DYNAMIC`` flag is enabled for a BL
455 required regions for each BL stage. If ``PLAT_XLAT_TABLES_DYNAMIC`` flag is
456 enabled for a BL image, ``MAX_MMAP_REGIONS`` must be defined to accommodate
834 has been allocated for the current CPU. For BL images that only require a
[all …]
Dplatform-migration-guide.rst382 has been allocated for the core specified by MPIDR. For BL images that only
387 Common implementations of this function for the UP and MP BL images are
400 has been allocated for the core specificed by MPIDR. For BL images that only
405 Common implementations of this function for the UP and MP BL images are
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
DLegacyBios.h152 UINT8 BL; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBios.h1123 UINT8 BL, BH; member
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dgen5_iosf_sb_definitions.h330 unsigned BL :2; /**< Burst Length, CDV:1*/ member

12