summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* feat(drivers/st/uart): add uart driver for STM32MP1Nicolas Le Bayon2021-12-032-1/+172
* fix(plat/marvell/a3720/uart): do external reset during initializationPali Rohár2021-12-021-0/+1
* feat(sme): enable SME functionalityjohpow012021-11-125-17/+76
* Merge "Changing SMC code for transitioning Granule" into integrationMark Dykes2021-11-091-1/+1
|\
| * Changing SMC code for transitioning GranuleMark Dykes2021-11-081-1/+1
* | Merge "feat(SPMD): route secure interrupts to SPMC" into integrationOlivier Deprez2021-11-091-0/+1
|\ \
| * | feat(SPMD): route secure interrupts to SPMCOlivier Deprez2021-11-031-0/+1
* | | Merge changes from topic "st_usb" into integrationMadhukar Pappireddy2021-11-091-0/+2
|\ \ \
| * | | fix(drivers/usb): add a optional ops get_other_speed_config_descPatrick Delaunay2021-11-051-0/+2
| |/ /
* | | Merge "fix: libc: use long for 64-bit types on aarch64" into integrationManish Pandey2021-11-086-17/+149
|\ \ \
| * | | fix: libc: use long for 64-bit types on aarch64Scott Branden2021-11-086-17/+149
| |/ /
* | | Merge changes Ic2f90d79,Ieca02425,I615bcc1f,I6a9cb4a2,I5247f8f8, ... into int...Madhukar Pappireddy2021-11-081-0/+3
|\ \ \ | |_|/ |/| |
| * | fix(errata): workaround for Neoverse-N2 erratum 2242400nayanpatel-arm2021-11-041-0/+1
| * | fix(errata): workaround for Neoverse-N2 erratum 2138958nayanpatel-arm2021-11-041-0/+1
| * | fix(errata): workaround for Neoverse-N2 erratum 2242415nayanpatel-arm2021-11-041-0/+1
| |/
* | feat(arm_fpga): determine GICR base by probingAndre Przywara2021-11-041-0/+2
* | feat(gicv3): introduce GIC component identificationAndre Przywara2021-11-042-0/+8
* | feat(libfdt): also allow changing base addressAndre Przywara2021-11-041-1/+3
|/
* Merge changes from topic "st_usb" into integrationMadhukar Pappireddy2021-10-292-0/+292
|\
| * feat(drivers/st/usb): add device driver for STM32MP1Patrick Delaunay2021-10-291-0/+16
| * feat(drivers/usb): add a USB device stackPatrick Delaunay2021-10-291-0/+276
* | Merge "refactor(fvp_r): remove unused files and clean up makefiles" into inte...Manish Pandey2021-10-291-32/+6
|\ \ | |/ |/|
| * refactor(fvp_r): remove unused files and clean up makefilesjohpow012021-10-291-32/+6
* | feat(mpmm): add support for MPMMChris Kay2021-10-264-0/+93
* | feat(amu): enable per-core AMU auxiliary countersChris Kay2021-10-262-0/+48
* | refactor(amu): refactor enablement and context switchingChris Kay2021-10-261-59/+0
* | refactor(amu): detect auxiliary counters at runtimeChris Kay2021-10-261-41/+3
* | refactor(amu): detect architected counters at runtimeChris Kay2021-10-263-5/+7
* | refactor(amu): conditionally compile auxiliary counter supportChris Kay2021-10-261-1/+7
* | refactor(amu): factor out register accessesChris Kay2021-10-262-6/+44
* | refactor(amu)!: privatize unused AMU APIsChris Kay2021-10-262-91/+66
* | refactor(amu)!: remove `PLAT_AMU_GROUP1_COUNTERS_MASK`Chris Kay2021-10-261-4/+0
* | feat(fdt-wrappers): add CPU enumeration utility functionChris Kay2021-10-261-0/+3
* | fix(cpu): correct Demeter CPU namejohpow012021-10-211-7/+7
* | Merge "fix(pie): invalidate data cache in the entire image range if PIE is en...Sandrine Bailleux2021-10-212-2/+26
|\ \
| * | fix(pie): invalidate data cache in the entire image range if PIE is enabledZelalem Aweke2021-10-192-2/+26
* | | feat(cpu): add support for Hunter CPUjohpow012021-10-201-0/+23
|/ /
* | Merge "fix(scmi): relax requirement for exact protocol version" into integrationAndré Przywara2021-10-191-2/+8
|\ \
| * | fix(scmi): relax requirement for exact protocol versionNicola Mazzucato2021-10-131-2/+8
* | | Merge changes from topic "ufs_patches" into integrationManish Pandey2021-10-181-0/+11
|\ \ \
| * | | fix(ufs): add reset before DME_LINKSTARTUPJorge Troncoso2021-10-151-0/+3
| * | | refactor(ufs): add retry logic to ufshc_resetJorge Troncoso2021-10-151-0/+4
| * | | refactor(ufs): reuse ufshc_send_uic_cmdJorge Troncoso2021-10-151-0/+4
| | |/ | |/|
* | | Merge changes Id7d4f5df,If82542cc,I0ba80057,I75a443db,Ifa18b4fc, ... into int...Joanna Farley2021-10-181-1/+1
|\ \ \ | |/ / |/| |
| * | fix(nxp/scfg): fix endianness checkingJiafei Pan2021-10-091-1/+1
* | | Merge changes from topic "st_fixes" into integrationMark Dykes2021-10-141-12/+12
|\ \ \ | |_|/ |/| |
| * | refactor(stpmic1): use BIT and GENMASK helpersYann Gautier2021-10-061-12/+12
* | | refactor(measured boot): make measurement strings compliant with SBSGManish V Badarkhe2021-10-121-15/+35
* | | feat(plat/fvp): pass Event Log addr and size from BL1 to BL2Manish V Badarkhe2021-10-121-0/+2
* | | feat(measured_boot): image hash measurement and recording in BL1Manish V Badarkhe2021-10-122-5/+24