aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-30skiboot v6.7.2 release notesv6.7.2Vasant Hegde1-0/+29
2021-06-24secvar: fix endian conversionNayna Jain1-1/+1
2021-06-24secvar/secvar_util: Properly free memory on zalloc failNick Child1-1/+1
2021-06-24edk2-compat-process.c: Remove repetitive debug print statementsNick Child1-7/+2
2021-06-24phb4: Avoid MMIO load freeze escalation on every chipMahesh Salgaonkar1-1/+5
2021-06-24phb4: Disable TCE cache line bufferFrederic Barrat2-0/+2
2021-06-24hw/imc: Disable only nest_imc devices if pause_microcode() failsMadhavan Srinivasan1-2/+16
2021-06-24hw/imc: move imc_init() towards end main_cpu_entry()Madhavan Srinivasan1-3/+3
2021-06-24Fix lock error when BT IRQ preempt BT timerlixg1-3/+5
2021-01-06skiboot v6.7.1 release notesv6.7.1Vasant Hegde1-0/+33
2021-01-06SBE: Account cancelled timer requestVasant Hegde1-0/+3
2021-01-06SBE: Rate limit timer requestsVasant Hegde1-0/+22
2021-01-06SBE: Check timer state before scheduling timerVasant Hegde1-2/+4
2021-01-06platform/mowgli: Limit PHB0/(pec0) to gen3 speedLuluTHSu1-0/+16
2021-01-06Revert "mowgli: Limit slot1 to Gen3 by default"LuluTHSu3-36/+0
2021-01-06xscom: Fix xscom error logging caused due to xscom OPAL callGautham R. Shenoy1-2/+19
2021-01-06xive/p9: Remove assert from xive_eq_for_target()Cédric Le Goater1-1/+1
2021-01-06Fix possible deadlock with DEBUG buildVasant Hegde1-2/+2
2021-01-06core/platform: Fallback to full_reboot if fast-reboot failsVasant Hegde1-1/+2
2021-01-06core/cpu: fix next_ungarded_primaryNicholas Piggin1-4/+2
2020-11-03skiboot v6.7 release notesv6.7Oliver O'Halloran1-0/+37
2020-11-02phb4: Finish removing P9 DD1 workaround on LSIsCédric Le Goater2-5/+1
2020-11-02platform/mowgli: modify slot_nameLuluTHSu1-5/+5
2020-11-02mowgli: Limit slot1 to Gen3 by defaultLuluTHSu3-0/+38
2020-10-23skiboot v6.6.4 release notesVasant Hegde1-0/+18
2020-10-23skiboot 5.4.12 release notesVasant Hegde1-0/+14
2020-10-21external/pci-scripts: Add PHB error parsing scriptOliver O'Halloran2-0/+686
2020-10-21FSP/NVRAM: Do not assert in vNVRAM statistics callVasant Hegde1-2/+1
2020-10-15platform/mowgli: modify VPD to export correct data to system VPD EEPROMLuluTHSu1-0/+20
2020-10-15opal-prd: handle devtmpfs mounted with noexecGeorgy Yakovlev1-2/+34
2020-10-15mowgli: Enable secvar support for Host OS Secure BootNayna Jain1-0/+6
2020-10-02test: Skip qemu tests if skiboot.lid is too largeOliver O'Halloran2-0/+14
2020-10-02secvar/test: use mbedtls cflags when building the test binariesEric Richter2-2/+4
2020-10-02secvar/test: use vendored mbedtls instead of hostEric Richter2-7/+10
2020-10-01secvar: Clean up makefiles and fix out of tree buildsOliver O'Halloran4-19/+13
2020-10-01secvar/test: Remove broken initalizersOliver O'Halloran1-2/+2
2020-10-01skiboot.lds.S: Move BSS start up a bit to accommodate a larger .dataOliver O'Halloran2-5/+5
2020-10-01ci: Add mbedtls development files as a dependencyOliver O'Halloran9-10/+11
2020-10-01secvar/backend: improve edk2 driver unit testcasesNayna Jain2-37/+387
2020-10-01secvar/backend: Bugfixes in edk2 driverNayna Jain3-14/+37
2020-10-01secboot_tpm.c: increase tpmnv vars index sizeEric Richter3-6/+6
2020-10-01tssskiboot.c: chunk reads/writes in 1024-sized buffers to support larger nv i...Eric Richter1-28/+54
2020-10-01witherspoon: enable secvar for witherspoon platformEric Richter1-0/+7
2020-10-01secvar/test: add edk2-compat driver test and test dataEric Richter17-2/+2448
2020-10-01secvar/backend: add edk2 derived key updates processingNayna Jain9-2/+1549
2020-10-01crypto: add out-of-tree mbedtls pkcs7 parserNayna Jain6-1/+848
2020-10-01secvar/storage: add utility tool to generate NV public name hashesEric Richter2-0/+110
2020-10-01secvar/test: add secboot_tpm storage driver test casesEric Richter2-1/+146
2020-10-01secvar/storage/fakenv: add fake tpm operations for testingEric Richter2-0/+178
2020-10-01secvar/storage: add secvar storage driver for pnor-based p9Eric Richter7-4/+994