aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass5-5/+5
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-10-27firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is calledMichal Simek1-0/+8
2020-10-15firmware: scmi: Include device_compat.hSean Anderson3-0/+3
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere2-6/+151
2020-09-30reset: add reset controller driver for SCMI agentsEtienne Carriere1-0/+4
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere3-5/+241
2020-09-30clk: add clock driver for SCMI agentsEtienne Carriere1-3/+11
2020-09-30firmware: scmi: support Arm SMCCC transportEtienne Carriere3-3/+93
2020-09-30firmware: scmi: mailbox/smt agent deviceEtienne Carriere5-2/+333
2020-09-30firmware: add SCMI agent uclassEtienne Carriere6-0/+271
2020-09-30firmware: ti_sci: Fix not calling dev_err with a deviceSean Anderson1-7/+16
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek1-1/+1
2020-08-31firmware: ti_sci: Drop unused structure ti_sci_rm_type_mapLokesh Vutla1-49/+3
2020-08-31firmware: ti_sci: drop the device ids to resource id translation tableLokesh Vutla1-11/+1
2020-08-24firmware: psci: Do not bind driver if U-Boot runs in EL3Michal Simek1-0/+6
2020-08-20xilinx: zynqmp: merge firmware calls for EL2 and EL3Ibai Erkiaga1-41/+43
2020-08-04psci: put psci_method in .data section if EFI_LOADER is not enabledYann Gautier1-0/+4
2020-06-24firmware: zynqmp: Change panic logic in zynqmp_pmufw_load_config_object()Michal Simek1-4/+15
2020-06-18firmware: PSCI: Fix PSCI support for OF live treesJon Hunter1-3/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2020-04-06firmware: zynqmp: Enable IPI code calling also in EL3Michal Simek1-1/+1
2020-03-03firmware: tisci: Drop all deprecated messagesLokesh Vutla2-82/+0
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-14firmware: Remove probe which is causing extra bindAshok Reddy Soma1-1/+0
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-10-24firmware: zynqmp: Clean up zynqmp_power_probeMichal Simek1-3/+3
2019-10-24firmware: zynqmp: Report error when xilinx_pm_request called from EL3Michal Simek1-2/+4
2019-10-24arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()Michal Simek1-11/+4
2019-10-24arm64: versal: Rename versal_pm_request to xilinx_pm_requestMichal Simek1-1/+1
2019-10-24arm64: xilinx: Move firmware functions from platform to driverMichal Simek1-1/+37
2019-10-08arm64: zynqmp: Use mailbox driver for PMUFW config loadingMichal Simek1-0/+24
2019-10-08firmware: zynqmp: Separate function for sending message via mailboxMichal Simek1-9/+10
2019-10-08firmware: zynqmp: create firmware headerIbai Erkiaga1-0/+1
2019-10-08firmware: zynqmp: get fw version with mailbox driverIbai Erkiaga1-2/+74
2019-10-08firmware: zynqmp: Add zynqmp-power supportIbai Erkiaga1-0/+47
2019-10-08clk: versal: Add clock driver supportSiva Durga Prasad Paladugu1-0/+1
2019-10-08zynqmp: firmware: Add Xilinx ZynqMP firmware driverRajan Vaja3-0/+26
2019-08-12firmware: ti_sci: Parse all resource ranges even if some is not availableVignesh Raghavendra1-3/+10
2019-07-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpgaTom Rini1-1/+6
2019-07-26firmware: ti_sci: Add a command for releasing all exclusive devicesLokesh Vutla1-0/+75
2019-07-26firmware: ti_sci: Add processor shutdown API methodAndreas Dannenberg2-4/+237
2019-07-26firmware: ti_sci: Allow for device shared and exclusive requestsLokesh Vutla1-5/+20