aboutsummaryrefslogtreecommitdiff
path: root/core/test
AgeCommit message (Expand)AuthorFilesLines
2019-08-02SPDX fixups and Copyright date fixesStewart Smith26-21/+41
2019-08-02core/pci-quirk: Microsemi switch UR workaroundOliver O'Halloran2-0/+20
2019-08-02core/pci-quirk: Re-order struct membersOliver O'Halloran1-2/+2
2019-07-26SPDX-ify all skiboot codeStewart Smith27-384/+84
2019-06-04Remove POWER7 and POWER7+ supportStewart Smith2-2/+2
2019-06-03core/test/run-msg: Add callback function testVasant Hegde1-1/+18
2019-06-03opal-msg: Enhance opal-get-msg APIVasant Hegde1-3/+3
2019-06-03opal-msg: Pass return value to callback handlerVasant Hegde1-2/+3
2019-05-20external/trace: Introduce structure for reading tracesJordan Niethe1-21/+25
2019-05-20core/trace: Export trace buffers to sysfsJordan Niethe1-0/+1
2019-05-20core/trace: Add pir number to debug_descriptorJordan Niethe1-1/+1
2019-05-20core/trace: Change mask/and to modulo for buffer offsetJordan Niethe1-1/+1
2019-05-20core/test/run-trace: Stop using indeterminate fieldsJordan Niethe1-3/+2
2019-05-20core/test/run-trace: Fix type in testing structJordan Niethe1-1/+1
2019-05-20core/lock: Add debug options to store backtrace of where lock was takenAndrew Donnellan2-0/+6
2019-05-20device-tree: speed up fdt building on slow simulatorsNicholas Piggin1-1/+1
2019-05-20libfdt: upgrade to upstream dtc.git 243176cNicholas Piggin1-1/+1
2019-05-15nvram: Flag dangerous NVRAM optionsMichael Neuling1-5/+5
2019-04-09cpufeatures: Add tm-suspend-hypervisor-assist and tm-suspend-xer-so-bug nodeStewart Smith2-0/+156
2019-02-13firmware-versions: Add test case for parsing VERSIONStewart Smith15-0/+190
2018-10-16core/device: Test dt_new_check()Stewart Smith1-2/+4
2018-10-16core/device: increase test coverage for dt_new_addr and dt_new_2addrStewart Smith1-0/+2
2018-10-16core/device: add test for dt_new() a duplicate nodeStewart Smith1-0/+1
2018-10-16core/device: Add test for duplicate nodes with dt_attach_root()Stewart Smith1-1/+8
2018-10-11platform: Restructure bmc_platform typeAndrew Jeffery1-0/+8
2018-09-20core/mem_region: mambo reserve kernel payload areasNicholas Piggin9-0/+15
2018-07-18Fixup unit tests for cpu_queue_job() in mem_region.cStewart Smith3-3/+12
2018-07-15cpu: add cpu_queue_job_on_node()Nicholas Piggin11-54/+102
2018-06-18core: Add test for PCI quirksAndrew Jeffery2-1/+68
2018-05-29core/test/run_mem_region: fix GCC8 compile errorStewart Smith3-3/+3
2018-04-30SBE: Add timer supportVasant Hegde1-0/+8
2018-04-30Move P8 timer code to separate fileVasant Hegde1-1/+1
2018-02-21core: Fix mismatched names between reserved memory nodes & propertiesJeremy Kerr1-1/+4
2018-02-13core/device.c: Fix dt_find_compatible_nodeAlistair Popple1-5/+26
2017-12-20lock: Add additional lock auditing codeBenjamin Herrenschmidt12-12/+27
2017-12-18make check: Make valgrind optionalMichael Ellerman1-1/+1
2017-11-30nvram: Fix 'missing' nvram on FSP systems.Cyril Bur1-0/+10
2017-11-28core/bitmap: Test bitmap foreach functionsStewart Smith1-0/+11
2017-08-24core/test/run-msg: don't depend on unittest mem layoutStewart Smith1-1/+1
2017-08-24core/test/run-device: fix memory leak on exitStewart Smith1-0/+1
2017-08-24test/mem_region: fix incorrect ibm,os-reserve region lengthStewart Smith2-4/+4
2017-08-23Fix mem leak in core/test/run-time-utilsStewart Smith1-0/+3
2017-07-19attrconst for testsStewart Smith3-3/+3
2017-06-27dt: Add phandle fixup helpersMadhavan Srinivasan1-2/+33
2017-06-06Convert important polling loops to spin at lowest SMT priorityNicholas Piggin1-0/+2
2017-05-26mem_region: rename HW_RESERVE to FW_RESERVEOliver O'Halloran2-3/+3
2017-05-16core/test: Test pre-init memory reservationsOliver O'Halloran1-6/+9
2017-04-07device: add dt_find_by_name_addrOliver O'Halloran1-0/+1
2017-03-07core/test: use strcmp for console testsOliver O'Halloran2-6/+6
2017-03-07core/test/run-trace: Reduce number of samples when running under valgrindStewart Smith1-1/+3