aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-22skiboot v6.8.1 release notesv6.8.1skiboot-6.8.xVasant Hegde1-0/+31
2021-07-22pkcs7: pkcs7_get_content_info_type should reset *p on errorDaniel Axtens2-1/+35
2021-07-22secvar/backend: fix a memory leak in get_pkcs7Daniel Axtens4-1/+181
2021-07-22secvar/backend: fix an integer underflow bugDaniel Axtens3-0/+182
2021-07-22secvar/backend: Don't overread data in auth descriptorDaniel Axtens2-0/+22
2021-07-22secvar: return error if verify_signature runs out of ESLsNick Child2-1/+29
2021-07-22secvar: return error if validate_esl has extra dataNick Child2-1/+19
2021-07-22secvar: Make `validate_esl_list` iterate through esl chainNick Child3-4/+244
2021-07-22secvar: ensure ESL buf size is at least what ESL header expectsNick Child3-1/+182
2021-07-22secvar: 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
2021-05-13hw/imc: move imc_init() towards end main_cpu_entry()Madhavan Srinivasan1-3/+3
2021-04-07hw/ipmi: Fix misleading-indentation failuresVasant Hegde1-1/+1
2021-04-07opal-ci: Add openssl as dependency to fedora-rawhideVasant Hegde1-1/+1
2021-04-07opal-ci: Replace fedora32 with fedora33Vasant Hegde5-5/+5
2021-04-07travis: Update email notificationVasant Hegde1-1/+1
2021-04-01external: convert scripts to Python3Dan Horák3-20/+18
2021-03-31secvar/backend/edk2.h: mark structs as __packed explicitlyDaniel Axtens1-6/+8
2021-03-31phb4: Avoid MMIO load freeze escalation on every chipMahesh Salgaonkar1-1/+5
2021-02-12phb4/5: Fix printing of device secondary status register.Mahesh Salgaonkar1-1/+1
2021-02-04phb4: Disable TCE cache line bufferFrederic Barrat2-0/+2
2021-02-04hdata/i2c: Use inclusive language, replace the word 'whitelist'Philippe Mathieu-Daudé1-3/+3
2021-02-04hw/phb4: Use inclusive language, replace the word 'whitelist'Philippe Mathieu-Daudé1-10/+10
2021-02-04libstb/trustedboot: Use inclusive language, replace the word 'whitelist'Philippe Mathieu-Daudé1-1/+1
2021-01-14Fix lock error when BT IRQ preempt BT timerlixg1-3/+5
2021-01-05mambo: add a mambo rtc_writeNicholas Piggin1-0/+21
2021-01-05SBE: Account cancelled timer requestVasant Hegde1-0/+3
2020-12-18SBE: Rate limit timer requestsVasant Hegde1-0/+22
2020-12-18SBE: Check timer state before scheduling timerVasant Hegde1-2/+4
2020-12-15platform/mowgli: Limit PHB0/(pec0) to gen3 speedLuluTHSu1-0/+16
2020-12-15Revert "mowgli: Limit slot1 to Gen3 by default"LuluTHSu3-36/+0
2020-12-15xscom: Fix xscom error logging caused due to xscom OPAL callGautham R. Shenoy1-2/+19
2020-12-15xive/p9: Remove assert from xive_eq_for_target()Cédric Le Goater1-1/+1
2020-12-15hw/ocmb: Fix log messageVasant Hegde1-3/+2
2020-12-15hw/ocmb: Clear top bit from offset before searching addr rangeVasant Hegde3-7/+8
2020-12-15hdata: assert if we fail to add xscom nodesVasant Hegde1-2/+1
2020-12-15hdata: Replace hardcoded string with macroVasant Hegde1-1/+1
2020-12-15hdata: Update ipmi sensors structureVasant Hegde1-1/+2
2020-12-15build: Fix linker script for builtin KernelKlaus Heinrich Kiwi1-2/+2
2020-12-15Fix possible deadlock with DEBUG buildVasant Hegde1-2/+2
2020-11-27witherspoon: fix using integer as NULL sparse warningStewart Smith1-1/+1
2020-11-27secvar: fix Using plain integer as NULL pointer sparse warningStewart Smith1-1/+1