Home
last modified time | relevance | path

Searched refs:BL (Results 1 – 25 of 35) 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()
353 memcpy(state->lastHash, BL.blSha2finish(&state->sha), SHA2_HASH_SIZE); in appSecProcessIncomingData()
375 …result = BL.blRsaPubOpIterative(&state->rsa, state->rsaTmp, state->dataWords, &state->rsaState1, &… in appSecDoSomeProcessing()
383 result = BL.blSigPaddingVerify(result); in appSecDoSomeProcessing()
[all …]
DnanohubCommand.c187 ptr = BL.blGetPubKeysInfo(&numKeys); in pubKeyFindCbk()
332 uploadStatus = BL.blVerifyOsUpdate(); in deferredUpdateOs()
1115 ptr = BL.blGetPubKeysInfo(&numKeys); in halQueryRsaKeys()
1203 BL.blReboot(); in halReboot()
Dseos.c461 done = BL.blProgramShared(&seg->state, &state, sizeof(state), BL_FLASH_KEY1, BL_FLASH_KEY2); in osAppSegmentSetState()
510 (void)BL.blEraseShared(BL_FLASH_KEY1, BL_FLASH_KEY2); in osEraseShared()
523 ret = BL.blProgramShared(dest, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in osWriteShared()
Dbl.c81 { (uint8_t *)(&BL), 0x04000, BL_FLASH_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/os/platform/stm32/
DhostIntf.c100 return BL.blGetVersion(); in platBlVer()
DeeData.c110 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/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/
DMakefile509 $(eval SOURCES := $(BL$(1)_SOURCES) $(BL_COMMON_SOURCES) $(PLAT_BL_COMMON_SOURCES))
518 $(eval $(call MAKE_LD,$(LINKERFILE),$(BL$(1)_LINKERFILE)))
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.md43 Some modifications are common to all Boot Loader (BL) stages. Section 2
45 modifications for each BL stage in detail.
55 each BL stage to correctly port the firmware stack. They are categorized as
62 mapped page tables, and enable both the instruction and data caches for each BL
63 stage. In the ARM FVP port, each BL stage configures the MMU in its platform-
68 page boundary (4K) for each BL stage. This memory is identified by the section
497 has been allocated for the CPU specificed by MPIDR. For BL images that only
502 Common implementations of this function for the UP and MP BL images are
513 has been allocated for the CPU specificed by MPIDR. For BL images that only
518 Common implementations of this function for the UP and MP BL images are
[all …]
/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
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c898 Regs.H.BL = 0; in BiosVideoChildHandleUninstall()
3195 Regs.H.BL = 0; in BiosVideoVgaMiniPortSetMode()
3208 Regs.H.BL = 0; in BiosVideoVgaMiniPortSetMode()
3251 Regs.H.BL = 0; in BiosVideoNotifyExitBootServices()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c695 Regs.H.BL = 0; in BiosVideoChildHandleUninstall()
2798 Regs.H.BL = 0; in BiosVideoVgaMiniPortSetMode()
2813 Regs.H.BL = 0; in BiosVideoVgaMiniPortSetMode()

12