aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-23qemu_arm64: Enable CONFIG_ARMV8_CRYPTO supportWIP/2022-06-23-add-armv8-sha1-sha256-supportTom Rini1-0/+1
2022-06-23armv8 SHA-256 using ARMv8 Crypto ExtensionsLoic Poulain4-0/+160
2022-06-23lib: sha256: Add support for hardware specific sha256_processLoic Poulain1-7/+19
2022-06-23armv8 SHA-1 using ARMv8 Crypto Extensions:Loic Poulain4-0/+165
2022-06-23sha1: Fix digest state size/typeLoic Poulain1-1/+1
2022-06-23lib: sha1: Add support for hardware specific sha1_processLoic Poulain1-7/+19
2022-06-23Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into nextTom Rini20-86/+807
2022-06-23Merge branch '2022-06-23-fuzzing-and-asan-for-sandbox' into nextTom Rini77-151/+673
2022-06-23drivers: rng: add smccc trng driverWIP/2022-06-23-scmi-optee-and-smccc-updatesEtienne Carriere4-0/+222
2022-06-23firmware: psci: bind arm smccc features when discoveredEtienne Carriere4-1/+118
2022-06-23firmware: psci: reorder header files inclusionEtienne Carriere1-5/+5
2022-06-23smccc: define generic IDs for feature discoveryEtienne Carriere1-0/+4
2022-06-23firmware: scmi: use multi channel in mailbox, optee and smccc agentsEtienne Carriere3-14/+3
2022-06-23power: regulator: scmi: simplify scmi_voltd_set_enable()Etienne Carriere1-5/+1
2022-06-23power: regulator: scmi: support SCMI multi-channelEtienne Carriere1-6/+24
2022-06-23reset: scmi: support SCMI multi-channelEtienne Carriere1-3/+22
2022-06-23clk: scmi: support SCMI multi-channelEtienne Carriere1-7/+26
2022-06-23firmware: scmi: optee transport: implement multi-channelEtienne Carriere1-13/+63
2022-06-23firmware: scmi: smccc transport: implement multi-channelEtienne Carriere1-2/+52
2022-06-23firmware: scmi: mailbox transport: implement multi-channelEtienne Carriere1-6/+57
2022-06-23firmware: scmi: add multi-channel supportEtienne Carriere3-1/+36
2022-06-23firmware: scmi: factorize scmi transport look upEtienne Carriere1-9/+17
2022-06-23firmware: scmi: prepare uclass to pass channel referenceEtienne Carriere6-5/+14
2022-06-23firmware: scmi: prepare scmi uclass API to multi-channelEtienne Carriere6-15/+19
2022-06-23firmware: scmi: optee: fix inline description of PTA_SCMI_CMD_GET_CHANNELEtienne Carriere1-2/+0
2022-06-23firmware: scmi: optee: use TEE shared memory for SCMI messagesEtienne Carriere3-17/+149
2022-06-23fuzz: virtio: Add fuzzer for vringWIP/2022-06-23-fuzzing-and-asan-for-sandboxAndrew Scull2-0/+73
2022-06-23sandbox: Implement fuzzing engine driverAndrew Scull5-4/+54
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull3-0/+98
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull3-1/+25
2022-06-23test: fuzz: Add framework for fuzzingAndrew Scull5-0/+150
2022-06-23fuzzing_engine: Add fuzzing engine uclassAndrew Scull7-0/+99
2022-06-23CI: Azure: Build with ASAN enabledAndrew Scull1-0/+6
2022-06-23test/py: test_stackprotector: Disable for ASANAndrew Scull1-0/+1
2022-06-23sandbox: Add support for Address SanitizerAndrew Scull2-2/+19
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull51-122/+128
2022-06-23sandbox: Rename getopt sectionsAndrew Scull4-9/+9
2022-06-23sandbox: Rename EFI runtime sectionsAndrew Scull2-16/+14
2022-06-23serial: sandbox: Fix buffer underflow in putsAndrew Scull1-1/+1
2022-06-23Merge branch '2022-06-22-platform-updates-and-additions' into nextTom Rini69-23/+3967
2022-06-22corstone1000: Convert to text file environmentTom Rini2-14/+13
2022-06-22gxp: Convert to text file environmentTom Rini2-28/+27
2022-06-22misc: nuvoton: Add NPCM7xx otp controller driverJim Liu4-0/+612
2022-06-22crypto: nuvoton: Add NPCM7xx SHA driverJim Liu3-0/+904
2022-06-22crypto: nuvoton: Add NPCM7xx AES driverJim Liu6-0/+366
2022-06-22ast2600: spl: Add boot mode detectionChia-Wei Wang2-0/+33
2022-06-22configs: ast2600: Move SPL bss section to DRAM spaceChia-Wei Wang2-1/+99
2022-06-22MAINTAINERS: Introduce HPE GXP ArchitectureNick Hawkins1-0/+13
2022-06-22configs: gxp: add gxp_defconfigNick Hawkins1-0/+60
2022-06-22configs: gxp: add core supportNick Hawkins1-0/+43