summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I1bfa797e,I0ec7a70e into integrationManish Pandey2023-05-0926-44/+44
|\
| * fix(tree): correct some typosElyes Haouas2023-05-0926-44/+44
* | Merge changes from topic "bk/context_refactor" into integrationManish V Badarkhe2023-05-091-0/+2
|\ \
| * | fix(gicv3): restore scr_el3 after changing itBoyan Karatotev2023-05-051-0/+2
* | | Merge changes I06b35f11,If80573d6 into integrationManish Pandey2023-05-091-155/+0
|\ \ \ | |_|/ |/| |
| * | chore(io): remove io_dummy driverSandrine Bailleux2023-04-281-155/+0
| |/
* | Merge changes from topic "assert_boolean_set" into integrationManish Pandey2023-05-091-1/+6
|\ \
| * | fix(st-crypto): move flag control into source codeLionel Debieve2023-05-031-1/+6
| |/
* | feat(sbsa): helper api for refreshing watchdog timerMadhukar Pappireddy2023-05-041-1/+7
|/
* fix(ufs): poll UCRDY for all commandsRohit Ner2023-04-251-13/+12
* refactor(auth)!: unify REGISTER_CRYPTO_LIBYann Gautier2023-04-214-6/+7
* refactor(auth): replace plat_convert_pkYann Gautier2023-04-216-19/+23
* feat(auth): compare platform and certificate ROTPK for authenticationManish V Badarkhe2023-04-211-34/+50
* fix(rpi3): initialize SD card host controllerRob Newberry2023-04-131-3/+2
* Merge "fix(scmi): fix compilation error in scmi base" into integrationJoanna Farley2023-04-061-1/+2
|\
| * fix(scmi): fix compilation error in scmi baseMichal Simek2023-03-211-1/+2
* | feat(ethos-n): add separate RO and RW NSAIDsMikael Olsson2023-04-041-8/+16
* | feat(ethos-n)!: add protected NPU firmware setupMikael Olsson2023-04-041-1/+63
* | feat(ethos-n): add stream extends and attr supportMikael Olsson2023-04-042-3/+57
* | feat(ethos-n): add event and aux control supportMikael Olsson2023-04-042-5/+58
* | feat(ethos-n): add SMC call to get FW propertiesMikael Olsson2023-04-041-2/+41
* | refactor(ethos-n): split up SMC call handlingMikael Olsson2023-04-041-70/+104
* | feat(ethos-n): add NPU firmware validationMikael Olsson2023-04-043-0/+142
* | feat(ethos-n): add check for NPU in SiP setupMikael Olsson2023-04-041-0/+10
* | fix(ethos-n): add workaround for erratum 2838783Mikael Olsson2023-04-041-1/+2
* | feat(ethos-n): add support to set up NSAIDRajasekaran Kalidoss2023-04-041-2/+39
* | feat(ethos-n): add NPU sleeping SMC callMikael Olsson2023-04-041-2/+13
* | feat(ethos-n): add reset type to reset SMC callsJoshua Pimm2023-04-041-9/+19
* | fix(gicv3): workaround for NVIDIA erratum T241-FABRIC-4Varun Wadekar2023-03-236-45/+121
* | Merge "fix(mmc): remove redundant reset_to_idle call" into integrationManish Pandey2023-03-211-5/+0
|\ \ | |/ |/|
| * fix(mmc): remove redundant reset_to_idle callBaruch Siach2023-03-011-5/+0
* | Merge "feat(ufs): adds timeout and error handling" into integrationMadhukar Pappireddy2023-03-171-24/+171
|\ \
| * | feat(ufs): adds timeout and error handlingAnand Saminathan2023-03-151-24/+171
* | | Merge "fix(nxp-drivers): use semicolon instead of comma" into integrationMadhukar Pappireddy2023-03-161-1/+1
|\ \ \
| * | | fix(nxp-drivers): use semicolon instead of commaElyes Haouas2023-03-161-1/+1
| |/ /
* | | Merge "fix(rss): fix msg deserialization bugs in comms" into integrationManish V Badarkhe2023-03-141-5/+11
|\ \ \
| * | | fix(rss): fix msg deserialization bugs in commsDavid Vincze2023-03-061-5/+11
| |/ /
* | | style: remove useless trailing semicolon and line continuationsElyes Haouas2023-03-091-1/+1
|/ /
* | Merge "fix(mbedtls): fix mbedtls coverity issues" into integrationManish V Badarkhe2023-03-031-1/+2
|\ \
| * | fix(mbedtls): fix mbedtls coverity issuesGovindraj Raja2023-03-011-1/+2
| |/
* | refactor(auth): use a single function for parsing extensionsDemi Marie Obenour2023-03-021-68/+49
|/
* refactor(auth): clean up certificate length checksDemi Marie Obenour2023-02-271-18/+6
* refactor(auth): remove code duplicationDemi Marie Obenour2023-02-271-20/+14
* Merge changes I960771e6,I291dc627,I57f31664 into integrationMadhukar Pappireddy2023-02-271-25/+24
|\
| * fix(ufs): set the PRDT length field properlyJorge Troncoso2023-02-251-9/+6
| * fix(ufs): flush the entire PRDTJorge Troncoso2023-02-251-3/+14
| * fix(ufs): only allow using one slotJorge Troncoso2023-02-251-17/+8
* | Merge changes from topic "mbedtls3_support" into integrationManish V Badarkhe2023-02-2711-124/+235
|\ \ | |/ |/|
| * style(crypto): add braces for if statementGovindraj Raja2023-02-212-61/+119
| * feat(mbedtls): add support for mbedtls-3.3Govindraj Raja2023-02-212-30/+71