summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini7-2058/+0
2023-07-24arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi5-19/+848
2023-07-24arm_ffa: introduce armffa commandAbdellatif El Khlifi1-0/+1
2023-07-24arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi6-0/+1228
2023-07-14firmware: scmi: return a right errno for SCMI status codeAKASHI Takahiro1-1/+1
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-26/+22
2023-06-12firmware: zynqmp: Extend debug message to show parametersMichal Simek1-1/+2
2023-06-12firmware: zynqmp: Store driver data in data sectionStefan Herbrechtsmeier1-2/+2
2023-06-12firmware: zynqmp: Move permission to change config object messageStefan Herbrechtsmeier1-18/+16
2023-06-12firmware: zynqmp: Remove redundant child device bindStefan Herbrechtsmeier1-1/+1
2023-06-12firmware: zynqmp: Remove extraordinary return valueStefan Herbrechtsmeier1-6/+3
2023-06-01firmware: ti_sci: Add missing LF in error messageAndreas Dannenberg1-1/+1
2023-04-25firmware: psci: enable DM_FLAG_PRE_RELOCPeng Fan1-0/+1
2023-04-21clk: scmi: Add Kconfig option for SPLJonas Karlman1-1/+1
2023-01-18firmware: ti_sci: fix typo in boot authentication message nameJorge Ramirez-Ortiz2-2/+2
2022-12-09board: ti: introduce the basic files needed to support the am62aBryan Brattlof1-2/+2
2022-12-08firmware: scmi: use protocol node name to bind the scmi regulator driverPatrick Delaunay1-2/+3
2022-10-12firmware: scmi: fix the multi channel support with CCFPatrick Delaunay4-4/+4
2022-10-05firmware: zynqmp: Change loadable config object from APU_0 to OCM_BANK_0Ashok Reddy Soma1-3/+8
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-09-26firmware: zynqmp: Add Versal NET compatible stringJay Buddhabhatti1-0/+1
2022-08-26firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() functionAndrew Davis1-141/+24
2022-08-26firmware: ti_sci: Remove inline keyword from functionsAndrew Davis1-3/+3
2022-08-26firmware: ti_sci: Factor out message alloc failed messageAndrew Davis1-36/+4
2022-08-26firmware: ti_sci: Reduce output on ti_sci_do_xfer errorAndrew Davis1-98/+34
2022-07-26firmware: zynqmp: Load config overlay for core0 to pmufwAshok Reddy Soma1-2/+14
2022-07-26firmware: zynqmp: Change prototype of zynqmp_pmufw_load_config_object()Ashok Reddy Soma1-3/+5
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-1/+1
2022-07-06firmware: ti_sci_static_data: Make file board agnosticVignesh Raghavendra1-38/+4
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-3/+20
2022-06-24firmware: zynqmp: Probe driver before useStefan Herbrechtsmeier1-3/+20
2022-06-24firmware: zynqmp: Check if rx channel dev pointer is validStefan Herbrechtsmeier1-1/+1
2022-06-23firmware: psci: bind arm smccc features when discoveredEtienne Carriere2-1/+88
2022-06-23firmware: psci: reorder header files inclusionEtienne Carriere1-5/+5
2022-06-23firmware: scmi: use multi channel in mailbox, optee and smccc agentsEtienne Carriere3-14/+3
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 Carriere1-1/+18
2022-06-23firmware: scmi: factorize scmi transport look upEtienne Carriere1-9/+17
2022-06-23firmware: scmi: prepare uclass to pass channel referenceEtienne Carriere5-4/+11
2022-06-23firmware: scmi: prepare scmi uclass API to multi-channelEtienne Carriere1-1/+2
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-10firmware: ti_sci_static_data: add static DMA chan dataVignesh Raghavendra1-0/+13
2022-04-05firmware: firmware-zynqmp: Add zynqmp_pm_set_gem_config apiT Karthik Reddy1-0/+13
2022-03-29firmware: zynqmp: Do not bind PD driver in SPL if disabledMichal Simek1-1/+5
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+51
2022-03-09firmware: zynqmp: Add support for set sd config and is function supportedAshok Reddy Soma1-0/+51
2022-03-03clk: scmi: register scmi clocks with CCFEtienne Carriere1-0/+53