aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-27secvar/backend: fix comment of get_hash_to_verifyDaniel Axtens1-1/+1
2021-07-27secvar/backend: clarify variables in process_updateDaniel Axtens1-8/+6
2021-07-27secvar/backend: rename verify_signature parametersDaniel Axtens1-2/+2
2021-07-20pkcs7: pkcs7_get_content_info_type should reset *p on errorDaniel Axtens2-1/+35
2021-07-20secvar/backend: fix a memory leak in get_pkcs7Daniel Axtens4-1/+181
2021-07-20secvar/backend: fix an integer underflow bugDaniel Axtens3-0/+182
2021-07-20secvar/backend: Don't overread data in auth descriptorDaniel Axtens2-0/+22
2021-07-20secvar: return error if verify_signature runs out of ESLsNick Child2-1/+29
2021-07-20secvar: return error if validate_esl has extra dataNick Child2-1/+19
2021-07-20secvar/backend: use endian-aware types in edk2.hDaniel Axtens1-9/+9
2021-07-20fsp: Fix sparse warningVasant Hegde1-1/+1
2021-07-19secvar: Make `validate_esl_list` iterate through esl chainNick Child3-4/+244
2021-07-19secvar: ensure ESL buf size is at least what ESL header expectsNick Child3-1/+182
2021-07-19powercap: occ: Set occ_set_powercap as const attributePratik R. Sampat2-2/+2
2021-07-19hw/imc: Refactor trace-imc macrosMadhavan Srinivasan1-11/+19
2021-07-01skiboot v6.7.2 release notesVasant Hegde1-0/+29
2021-07-01skiboot v6.7.1 release notesVasant Hegde1-0/+33
2021-06-30hw/imc: Do scoms on the secondary core in fused core mode for core-imc countersAnju T Sudhakar1-63/+90
2021-06-30hw/imc: Use the xscom macros for IMC based on platformAnju T Sudhakar1-34/+61
2021-06-30hw/imc: Cleanup code to define scom addr for IMC at run timeAnju T Sudhakar2-4/+34
2021-06-30core/cpu: Initialize all cpu thread areas to avoid invalid memory access.Mahesh Salgaonkar1-2/+24
2021-06-30asm/head.S: Fix early SPR inits for big coreNicholas Piggin1-9/+25
2021-06-30fast-reboot: Fix the bonus cleanup_cpu_state()Oliver O'Halloran1-2/+10
2021-06-30external/xscom-utils: Add P9P chip infoVasant Hegde2-0/+5
2021-06-30hw/p8-i2c: Make OCCFLG register base address configurable at runtimeOliver O'Halloran1-9/+15
2021-06-30hw/p8-i2c: Add buses at runtimeOliver O'Halloran2-8/+78
2021-06-30hdat/i2c: Rework i2c device creationOliver O'Halloran2-62/+114
2021-06-30hw/p8-i2c: Move port init into a separate functionOliver O'Halloran1-48/+45
2021-06-30hw/p8-i2c: Set poll interval from the current portOliver O'Halloran1-16/+7
2021-06-30hw/p8-i2c: Print interrupt status per masterOliver O'Halloran1-11/+5
2021-06-30hw/p8-i2c: Add p8_i2c_find_bus_by_port()Oliver O'Halloran2-0/+29
2021-06-30i2c,trace: Add I2C operation trace eventsOliver O'Halloran4-8/+78
2021-06-30trace: Add nvram hack to use the old trace export behaviourOliver O'Halloran4-7/+19
2021-06-30external/trace: Print timestamps in prlog()'s formatOliver O'Halloran1-2/+7
2021-06-30external/trace: Fall back to read()Oliver O'Halloran1-2/+16
2021-06-30hdata/vpd: Add new FRU part number keywordVasant Hegde1-0/+1
2021-06-30VAS: Define p9_get_rma_bar()Haren Myneni1-54/+65
2021-06-30core/mce: POWER9 fix machine check decoding of async errorsNicholas Piggin1-0/+13
2021-06-30cpu: Add retry in cpu_pm_disable to kick cpus out of idleVaidyanathan Srinivasan1-2/+11
2021-06-25secvar/backend: require sha256 in our PKCS#7 messagesDaniel Axtens3-0/+216
2021-06-24secvar: fix endian conversionNayna Jain1-1/+1
2021-05-28skiboot v6.8 release notesv6.8Vasant Hegde1-0/+12
2021-05-28uart: Give SIMICS some more timeCédric Le Goater1-0/+3
2021-05-28ci: Bump qemu versionVasant Hegde2-3/+4
2021-05-13Make .lid and .lid.xz make targets patternsStewart Smith1-2/+2
2021-05-13secvar/backend: add EFI_CERT_RSA2048_GUIDDaniel Axtens1-0/+2
2021-05-13secvar/backend: include short-types.h in edk2.hDaniel Axtens1-0/+1
2021-05-13secvar/secvar_util: Properly free memory on zalloc failNick Child1-1/+1
2021-05-13edk2-compat-process.c: Remove repetitive debug print statementsNick Child1-7/+2
2021-05-13hw/imc: Disable only nest_imc devices if pause_microcode() failsMadhavan Srinivasan1-2/+16