aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-11hdata_to_dt: use a realistic PVR and chip revisionStewart Smith3-42/+53
2017-08-10hdata/spira: POWER9 NX isn't software compatible with P7/P8 NX, don't claim soStewart Smith2-11/+21
2017-08-04hw/npu2.c: Add temporary scominits to enable NVLink mode on DD2Alistair Popple1-0/+36
2017-08-04xscom: Add xscom_write_mask() functionAlistair Popple2-1/+16
2017-08-04npu2: Allow POWER9 DD2 in ec level checkReza Arbab1-1/+1
2017-08-04npu2: Set the XTS config2 registerReza Arbab2-0/+6
2017-08-04npu2: Adjust content of the NTL BARReza Arbab2-5/+14
2017-08-04npu2: Adjust content of the GENID BARReza Arbab2-4/+5
2017-08-04npu2: Add NPU2_GPU1_MEM_BARReza Arbab2-14/+17
2017-08-04npu2: Use read-modify-write in npu2_assign_gmb()Reza Arbab1-3/+5
2017-08-04npu2: Rename variable in npu2_assign_gmb()Reza Arbab1-14/+14
2017-08-04npu2: Fix NPU/PHY0/PHY1 stack orderReza Arbab1-7/+11
2017-08-04npu2: Fix indirect SCOM addressesReza Arbab2-5/+15
2017-08-04npu2: Add a function to detect POWER9 DD1Reza Arbab1-0/+10
2017-08-04phb4: Enable PCI peer-to-peerFrederic Barrat6-1/+168
2017-08-01doc/console-log: minor updatesStewart Smith1-4/+15
2017-08-01doc: RST syntax fixesStewart Smith9-33/+52
2017-08-01doc: update copyright noticesStewart Smith1-3/+3
2017-08-01hw/npu2: fix typo in commentStewart Smith1-1/+1
2017-08-01nx: PR_INFO that NX RNG and Crypto not yet supported on POWER9Stewart Smith2-0/+8
2017-08-01external/pflash: tests: Move the test-miscprint to pflash testsCyril Bur7-32/+79
2017-08-01external/pflash: Add testsCyril Bur29-4/+991
2017-08-01external: Consolidate Makefile.check for external toolsCyril Bur3-46/+31
2017-08-01external/pflash: Reinstate the progress barsCyril Bur1-16/+63
2017-08-01external/pflash: Make the progress bar safe for big numbersCyril Bur2-17/+24
2017-08-01external/pflash: Remove use of exit() and fix memory leaksCyril Bur1-169/+213
2017-08-01external/pflash: Move write and read size calculation togetherCyril Bur1-13/+11
2017-08-01external/pflash: Update the code pathes for "--tune"Cyril Bur1-3/+11
2017-08-01external/pflash: Remove global flash detailsCyril Bur1-59/+63
2017-08-01external/pflash: Correct erase alignment checksCyril Bur1-27/+13
2017-08-01external/pflash: Stop using exit() in the mainCyril Bur1-23/+49
2017-08-01external/pflash: Check the result of strtoulCyril Bur1-8/+27
2017-08-01external/pflash: Add description of flagsCyril Bur1-2/+4
2017-08-01libflash/libffs: Don't require 'part' size to be known by callersCyril Bur13-35/+37
2017-08-01external/ffspart: Add .gitignoreCyril Bur1-0/+7
2017-08-01libflash/file: Break up MTD erase ioctl() callsCyril Bur1-25/+35
2017-08-01libflash/file: Fix bad subtraction in file erase pathCyril Bur1-1/+1
2017-08-01libflash: Adding debugging outputCyril Bur6-21/+79
2017-08-01Makefile.check: Fix `make check`Cyril Bur3-11/+26
2017-08-01NX: Describe device-tree changes for P9 NX compression enginesHaren Myneni1-4/+33
2017-08-01NX: Add P9 NX support for gzip compression engineHaren Myneni4-1/+130
2017-08-01NX: Add P9 NX support for 842 compression engineHaren Myneni3-6/+277
2017-08-01NX: Organize NX compression code to include 842 and gzip supportHaren Myneni5-24/+58
2017-08-01NX: Add P9 NX register defines for 842 / gzip enginesHaren Myneni1-2/+86
2017-08-01nx: Add device tree node for Power9Sukadev Bhattiprolu1-0/+3
2017-08-01vas: Define vas_get_wcbs_bar interfaceSukadev Bhattiprolu2-0/+16
2017-08-01vas: Define vas_get_hvwc_mmio_bar interfaceSukadev Bhattiprolu2-0/+14
2017-08-01vas: Create MMIO device tree nodeSukadev Bhattiprolu2-0/+58
2017-08-01vas: Define helpers to compute window paste addressSukadev Bhattiprolu1-0/+99
2017-08-01vas: Initialize VAS registersSukadev Bhattiprolu4-0/+303