aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-24microblaze: Fix typo in exception.cMichal Simek1-1/+1
2022-06-24microblaze: Remove CONFIG_TEXT_BASE from codeMichal Simek1-3/+3
2022-06-24microblaze: Fix early stack allocationMichal Simek2-5/+1
2022-06-24microblaze: Fix stack protection behaviorMichal Simek1-2/+3
2022-06-24microblaze: Switch absolute branches to relativeMichal Simek1-9/+9
2022-06-24tools: relocate-rela: Read rela start/end directly from ELFMichal Simek2-17/+168
2022-06-24tools: relocate-rela: Use global variablesMichal Simek1-1/+3
2022-06-24Makefile: Fix description for relocate-rela parametersMichal Simek1-1/+1
2022-06-24tools: relocate-rela: Open binary u-boot file laterMichal Simek1-7/+7
2022-06-24arm64: zynqmp: Fix tps544/u3007 node descriptionMichal Simek2-6/+2
2022-06-24arm64: zynqmp: Update tps53681 i2c addressMichal Simek4-8/+8
2022-06-24arm64: zynqmp: Fix i2c addresses for vck190 SCMichal Simek1-3/+3
2022-06-24pinctrl: zynqmp: Add support for output-enable and bias-high-impedanceAshok Reddy Soma1-0/+9
2022-06-24arm64: zynqmp: Enable DP for kv260-revA boardMichal Simek1-1/+1
2022-06-24xilinx: zynqmp: Do not use 0 as spl bss start addressStefan Herbrechtsmeier1-1/+1
2022-06-24arm64: zynqmp: Add support for kr260 revA/B boardsMichal Simek3-0/+766
2022-06-24serial: Setup serial base and freq for zynq/zynqmpMichal Simek1-0/+4
2022-06-24arm64: zynqmp: Add debug messages to bl2_plat_get_bl31_params()Michal Simek1-0/+4
2022-06-24arm64: versal: Add support to load an app at EL1Ashok Reddy Soma1-0/+17
2022-06-24xilinx: Add CONFIG_DM_ETH_PHY configT Karthik Reddy4-0/+4
2022-06-24net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driverT Karthik Reddy1-15/+28
2022-06-24net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driverT Karthik Reddy1-12/+26
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