aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-04libflash/ipmi-hiomap: Overhaul event handlingAndrew Jeffery2-64/+58
2019-03-04libflash/ipmi-hiomap: Overhaul error handlingAndrew Jeffery1-107/+197
2019-03-04libflash/ipmi-hiomap: Fix leak of msg in callbackAndrew Jeffery1-0/+1
2019-03-04test-ipmi-hiomap: Print some information on early scenario_exit()Andrew Jeffery1-1/+6
2019-03-04test-ipmi-hiomap: Ensure the completion code is setAndrew Jeffery1-0/+2
2019-03-04test-ipmi-hiomap: Dump unexpected IPMI messagesAndrew Jeffery1-0/+3
2019-03-04test-ipmi-hiomap: Add ability to delay some IPMI messagesAndrew Jeffery1-1/+24
2019-03-04libflash/test: Generate header dependencies for testsAndrew Jeffery1-1/+4
2019-03-04hw/bt: Add backend interface to disable ipmi message retry optionVasant Hegde3-1/+17
2019-03-04hw/bt: Fix message retry handlerVasant Hegde1-2/+10
2019-03-04ipmi/power: Fix system reboot issueVasant Hegde1-2/+24
2019-03-04qemu: bt device isn't always hanging off /Stewart Smith1-3/+2
2019-02-21hw/phb3/naples: Disable D-statesAlexey Kardashevskiy1-0/+29
2019-02-20skiboot v6.2.1 release notesv6.2.1Stewart Smith1-0/+83
2019-02-20libflash/ecc: Fix compilation warningVasant Hegde1-1/+1
2019-02-15core/opal: Print PIR value in exit pathVasant Hegde1-2/+2
2019-02-15core/ipmi: Improve error messageVasant Hegde1-1/+2
2019-02-13firmware-versions: Add test case for parsing VERSIONStewart Smith18-147/+364
2019-02-13core/cpu: HID update raceNicholas Piggin1-2/+2
2019-02-11cpufeatures: Always advertise POWER8NVL as DD2Alexey Kardashevskiy1-4/+5
2019-02-11p9dsu: Fix p9dsu slot tablesDeb McLemore1-15/+30
2019-02-11core/lock: Stop drop_my_locks() from always causing abortReza Arbab1-1/+1
2019-02-11p9dsu: Fix p9dsu default variantDeb McLemore1-19/+21
2018-12-14skiboot v6.2 release notesv6.2Stewart Smith1-0/+1375
2018-12-13opal-ci: Drop fedora27, add fedora29Stewart Smith4-27/+6
2018-12-13ci: Bump Qemu versionJoel Stanley1-1/+1
2018-12-13test: Update qemu arguments to use bmc simulatorJoel Stanley3-3/+6
2018-12-13ci: Add opal-utils to Debian unstableJoel Stanley1-1/+4
2018-12-13ci: Drop P8 mambo from Debian unstableJoel Stanley1-1/+0
2018-12-13ci: Add dtc dependencies for rawhideJoel Stanley1-0/+2
2018-12-13ci: Update Debian unstable packagesJoel Stanley1-3/+2
2018-12-13ci: Use Ubuntu latest config for Debian unstableJoel Stanley1-1/+1
2018-12-13ci: Disable GCOV builds in ubuntu-latestJoel Stanley1-1/+36
2018-12-13ci: Update gcov comment in Fedora 28Joel Stanley1-4/+3
2018-12-13plat/qemu: fix platform initialization when the BT device is not presentCédric Le Goater1-1/+20
2018-12-11i2c: Fix i2c request hang during opal init if timers are not checkedFrederic Barrat1-0/+16
2018-12-11opal-prd: hservice: Enable hservice->wakeup() in BMCShilpasri G Bhat2-4/+3
2018-12-11ffspart: Support flashing already ECC protected imagesStewart Smith5-5/+17
2018-12-11ffspart: Increase MAX_LINE to above PATH_MAXStewart Smith1-1/+1
2018-12-11libflash/file: greatly increase perf of file_erase()Stewart Smith1-3/+5
2018-12-12Revert "npu2: Allow ATSD for LPAR other than 0"Stewart Smith2-20/+4
2018-12-10hw/bt.c: Move some debug ifdef to make static analysis happyStewart Smith1-2/+4
2018-12-10hdata/iohub.c: remove condition that was always trueStewart Smith1-2/+1
2018-12-10vpd: Force static analysis to not think about NULL term stringsStewart Smith1-1/+1
2018-12-10opal_sync_host_reboot: clarify when we return OPAL_BUSY_EVENTStewart Smith1-6/+4
2018-12-10opal_trace_entry: Move ifdef around to shut up static analysisStewart Smith1-2/+4
2018-12-10mem_region.c: Move ifdef for MEM_POISON to shut up static analysisStewart Smith1-2/+6
2018-12-10Change ifdef around dump_fdt() to shut up static analysisStewart Smith1-2/+2
2018-12-10core/cpu.c: avoid container_of(NULL) in next_cpu()Stewart Smith1-5/+5
2018-12-10Add purging CPU L2 and L3 caches into NPU hreset.Rashmica Gupta2-1/+149