summaryrefslogtreecommitdiffstats
path: root/openpower/configs
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Move to Linux v5.0.4-openpower1Joel Stanley2019-04-0314-28/+28
| | | | Signed-off-by: Joel Stanley <joel@jms.id.au>
* Merge pull request #2561 from legoater/masterStewart Smith2019-04-031-0/+1
|\ | | | | linux: config: Add Intel E1000e
| * linux: config: Add Intel E1000eCédric Le Goater2019-02-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The E1000 driver has reset issues on the QEMU PowerNV machine with POWER9 : [ 16.140708] Unable to handle kernel paging request for data at address 0xc00c000000000000 [ 16.142203] Faulting instruction address: 0xc008000000aa9b0c cpu 0x0: Vector: 300 (Data Access) at [c0000000f5833840] pc: c008000000aa9b0c: e1000_io_write+0x64/0x7c [e1000] lr: c008000000aac0f0: e1000_reset_hw+0x1bc/0x48c [e1000] sp: c0000000f5833ac0 msr: 900000000280b033 dar: c00c000000000000 dsisr: 42000000 current = 0xc0000000f579a200 paca = 0xc000000001ec0000 irqmask: 0x03 irq_happened: 0x01 pid = 13, comm = kworker/0:1 Include the E1000e as a replacement for such QEMU machines. Signed-off-by: Cédric Le Goater <clg@kaod.org>
* | Merge pull request #2731 from artemsen/pcie_bifurcationStewart Smith2019-04-021-1/+1
|\ \ | | | | | | vesnin: Bump version of machine xml
| * | vesnin: Bump version of machine xmlArtem Senichev2019-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Artem Senichev (2): Disable PCIe port bifurcation Fix IBSCOM_MCS_BASE_ADDR formatting Signed-off-by: Artem Senichev <a.senichev@yadro.com>
* | | Add (back) MLX5 ethernet supportStewart Smith2019-04-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that some defconfig changes and kernel config option changes meant we accidentally dropped Ethernet support for Mellanox CLX5 cards. Fixes: 3fe1a9a8c97dbecea291d3ae6b4f1a029edbed78 Reported-by: Carol L Soto <clsoto@us.ibm.com> Suggested-by: Carol L Soto <clsoto@us.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* | | remove witherspoon_dev_defconfig: it no longer does anythingStewart Smith2019-03-261-69/+0
|/ / | | | | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* | kernel: Move to v4.19.30-openpower1Joel Stanley2019-03-2015-15/+15
| | | | | | | | Signed-off-by: Joel Stanley <joel@jms.id.au>
* | Merge pull request #2642 from rarbab/devicetreeStewart Smith2019-03-201-1/+2
|\ \ | | | | | | Add BR2_SKIBOOT_DEVICETREE
| * | skiboot: Add BR2_SKIBOOT_DEVICETREEReza Arbab2019-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | Introduce a buildroot option to build skiboot's external/devicetree directory and deliver the binaries as op-build output images. Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
| * | openpower/configs: Rename openpower_mambo_defconfigReza Arbab2019-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | We intend to generalize this config for environments other than mambo, so simplify its name. Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
* | | op-build update 3-13-2019hostboot2019-03-131-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes Included for package hostboot, branch master-p8: fd4c772 - Dan Crowell - 2019-03-04 - Move libconsole into base image Changes Included for package hostboot, branch master: 0b3f4e1 - Dan Crowell - 2019-03-12 - Use meaningful values for PNOR build parms c96464c - Stephen Glancy - 2019-03-12 - Moves set bad bitmap into generic 6f660c2 - Louis Stermole - 2019-03-12 - Add new files required for fixing mss::index, mss::pos, and mss::c_str 0bfacdf - Corey Swenson - 2019-03-11 - Add callouts for NVDIMM errors 281c7c9 - Christian Geddes - 2019-03-11 - Skip enabling PM complex (start_stop_engine HWP) in Axone simics 373d8a5 - Glenn Miles - 2019-03-11 - Run memory training in parallel across centaurs 8147343 - Glenn Miles - 2019-03-11 - Use thread_local for globals that require it ff62338 - Jaymes Wilks - 2019-03-11 - Thread local storage: Update unit tests for thread local storage f547589 - Jaymes Wilks - 2019-03-11 - Support thread local storage 676c584 - Glenn Miles - 2019-03-11 - Make more room for hbicore_extended in PNOR layout files. 4b29a11 - Matt Raybuck - 2019-03-11 - UCD attribute and targeting updates 4636db0 - Dan Crowell - 2019-03-11 - Always use original defaults for attribute fields with no value 552339e - Christian Geddes - 2019-03-11 - Create a common explorer accesss module expaccess 4984330 - Alvin Wang - 2019-03-11 - Change generic mcbist file name f50a116 - Alvin Wang - 2019-03-11 - Change generic mcbist file name 517ec60 - Alvin Wang - 2019-03-11 - Adds mcbist empty files dafcf54 - Christian Geddes - 2019-03-11 - Remove imported files that were added incorrectly 3b02a6a - Christian Geddes - 2019-03-08 - Fix getChildByAffinity call in mmio.C and add more traces ce4004d - Dan Crowell - 2019-03-08 - Create runtime mss library 250291d - Christian Geddes - 2019-03-08 - Add p9a_omi_training_check hwp call to istep 12.9 09a3da7 - Nick Bofferding - 2019-03-08 - UCD Flash Update: Support I2C SMBUS operations for UCD flash update 6fa8d04 - Stephen Glancy - 2019-03-08 - Updates read to write timers for LRDIMM 58b845f - Christian Geddes - 2019-03-08 - Disable Mutex Attribute Test Cases for now 90b00de - Nick Bofferding - 2019-03-08 - Enhance RAS for case where boot firmware image is too big to load 6e84cce - Roland Veloz - 2019-03-07 - Force VPD IO through HW (Axone) ,add plat function to get OCMB VPD 4470dc3 - Stewart Smith - 2019-03-07 - Disable warnings that crop up a lot with GCC6 49a169a - Alvin Wang - 2019-03-07 - Adds mcbist empty files 386165c - Dan Crowell - 2019-03-07 - Updates to testcases for Axone ebf6fda - Louis Stermole - 2019-03-07 - Add empty files required for p9a_mss_freq 197507f - Louis Stermole - 2019-03-07 - Add empty file required for templating eff_memory_size 835d207 - Louis Stermole - 2019-03-07 - Add empty files required for mss::index, pos, and c_str templating a7c8ac4 - Matt K. Light - 2019-03-07 - move ATTR_SPD_OVERRIDE[_ENABLE] to cronus only file bdaa5b1 - Sharath Manjunath - 2019-03-07 - Update exp_draminit to read values from attributes e7f0582 - Jacob Harvey - 2019-03-07 - L3 work for mss xmls e73d0c1 - Dan Crowell - 2019-03-06 - Force reboot without visible errors for core wakeup failure 73fc80f - Dean Sanner - 2019-03-06 - Base HWP mirroring control on HB policy 9055269 - Luis Fernandez - 2019-03-06 - Secure Boot: Log error when attribute override attempted in secure mode d94e5b5 - Caleb Palmer - 2019-03-06 - PRD: Remove old domain startScrubs 0af9610 - Glenn Miles - 2019-03-06 - Make access to iv_overridePtr threadsafe e70d216 - Christian Geddes - 2019-03-06 - Compile and add calls to exp_scominit in istep 13.8 efda717 - Christian Geddes - 2019-03-06 - Set early test case IPL step to be 14.7 in Axone simics 86b5d35 - Dan Crowell - 2019-03-06 - Delete complextype fields in attributes if they have no value 7ce2a9d - Christian Geddes - 2019-03-05 - Add interface to look up model type of master processor on targetService d74d393 - Mike Baiocchi - 2019-03-05 - Secureboot: Enhance Error Callouts For New Multinode Trustedboot Transfer eeb5732 - Ilya Smirnov - 2019-03-05 - Revert "SMF: Create New UVBWLIST Partition" 596bde3 - Jayashankar Padath - 2019-03-05 - HDAT : Support of new Rugby values in P9N systems 3452fbd - Christian Geddes - 2019-03-04 - Allow for nullptr io_buffer in eecache read d505fea - Dan Crowell - 2019-03-04 - Make overrideOnly fapi attributes volatile-zero 066af76 - Caleb Palmer - 2019-03-04 - Add SW callout if invalid proc model in call_mss_scrub 5fcfd69 - Louis Stermole - 2019-03-02 - Remove MBA GARD from RC_CEN_MSS_DRAMINIT_MC_INSUF_RCD_PROTECT_TIME c050abe - Stephen Glancy - 2019-03-02 - Updates the explorer training response structure 1c6429e - Jenny Huynh - 2019-03-02 - HW483672: Enable TLBIE WAT (version 5); fixes unintended flushing 6cc4d50 - Christian Geddes - 2019-03-01 - Again try to fix checkpoint issue with fips930 simics 9ece0ed - Ilya Smirnov - 2019-03-01 - SMF: Memory Distribution Logic Improvements ed35e3d - Ilya Smirnov - 2019-03-01 - Unit Tests For SMF Secure Mem Distribution 8ee01af - Christian Geddes - 2019-03-01 - Allow child/parent lookups between DIMM and OCMB_CHIP targets 2df1223 - Matt Derksen - 2019-03-01 - Use NVDIMM lids for update 518a05c - Matt Derksen - 2019-03-01 - Move nvdimm_update call to istep 21.1 b1c1b2c - Ilya Smirnov - 2019-03-01 - Secureboot: Enhanced Multinode Comm: TPM_POISONED 7364f24 - Bill Hoffa - 2019-03-01 - Initialize and test alt-master PNOR access in all boots 877a032 - Andre Marin - 2019-03-01 - Fix SPD cas latency assert bug dadbba5 - Stephen Glancy - 2019-03-01 - Adds SI setting for 4R and dual-drop LRDIMM configs 5bfda17 - Ben Gass - 2019-03-01 - Add chip base address to the OMI MMIO offset in p9a_mmio_util c23e993 - Stanley Zheng - 2019-03-01 - add address xlate to initfile 8eb0494 - Tsung Yeung - 2019-03-01 - Enforces NVDIMM Pairing e45d357 - Kahn Evans - 2019-03-01 - Fix doxygen warnings b8720c1 - Dan Crowell - 2019-03-01 - Reset Engine E to handle NVDIMMs d2899da - Matthew Raybuck - 2019-03-01 - Improve performance of Partial Good logic Changes Included for package hcode, branch master: b4bd4e7 - hostboot - 2019-03-12 - Release tag information updated for hw031219a.940 96bdad1 - hostboot - 2019-03-09 - Release tag information updated for hw030919a.940 cc5c034 - hostboot - 2019-03-09 - Release tag information updated for hw030819a.940 0dd012c - Prasad Bg Ranganath - 2019-03-08 - PPB: Refactor pstate parameter block Changes Included for package witherspoon-xml, branch master: e3e9aef - William Hoffa - 2019-03-12 - Merge pull request #82 from wghoffa/set_config_apply_default ed1f0eb - Bill Hoffa - 2019-03-12 - The CONFIG_APPLY attribute needs a default value 00f0727 - Erich Hauptli - 2019-03-05 - Fixing GPU I2C Addresses c47cddb - Erich Hauptli - 2019-03-01 - Picked up PROC_COMPAT* attribute Signed-off-by: hostboot <hostboot@us.ibm.com>
* | hostboot: just build latest hostbootStewart Smith2019-03-071-1/+0
| | | | | | | | | | | | | | | | In discussions with Dan, this isn't really a thing we need at the moment, so remove the confusion. Suggested-by: Daniel Crowell <dcrowell@us.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* | kernel: Move to Linux v4.19.26-openpower1Joel Stanley2019-03-0615-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PowerPC fixes (v4.19.14 through to v4.19.26): powerpc/radix: Fix kernel crash with mremap() powerpc/fadump: Do not allow hot-remove memory from fadump reserved area. powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on demand powerpc/perf: Fix thresholding counter data for unknown type powerpc/uaccess: fix warning/error with access_ok() powerpc/xmon: Fix invocation inside lock region powerpc/boot: Set target when cross-compiling for clang powerpc: Disable -Wbuiltin-requires-header when setjmp is used powerpc: avoid -mno-sched-epilog on GCC 4.9 and newer powerpc: consolidate -mno-sched-epilog into FTRACE flags powerpc: remove old GCC version checks powerpc/mm: Fallback to RAM if the altmap is unusable powerpc/mm: Fix linux page tables build with some configs Signed-off-by: Joel Stanley <joel@jms.id.au>
* | buildroot: Move to 2018.11.3 stable releaseJoel Stanley2019-03-0415-0/+15
|/ | | | | | | | | | | | Upstream release notes: http://lists.busybox.net/pipermail/buildroot/2019-February/243960.html https://git.buildroot.net/buildroot/plain/CHANGES?id=2018.11.3 This includes a patch to move to 4.20 as the default kernel. As we're still on 4.19, we must now set the buildroot kernel series option. Signed-off-by: Joel Stanley <joel@jms.id.au>
* Merge pull request #2521 from sammj/usersStewart Smith2019-02-1417-0/+47
|\ | | | | Update Petitboot and enable Petitboot privilege separation
| * petitboot: Enable user separationSamuel Mendoza-Jonas2019-02-0617-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn on support for unprivileged user accounts in the Petitboot environment, including setting up a basic non-root user and group. The implementation also requires using the agetty package rather than the busybox getty utility, calling the initial pb-console helper on login rather than directly, and moving some shell init logic from Petitboot and into a .shrc script. If no root password is configured in NVRAM or at runtime then this has no effect aside from some nicer shell behaviour. Once a password is configured then most actions in Petitboot will require this password and the shell runs as a normal user. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* | Merge pull request #2569 from artemsen/bnx2xStewart Smith2019-02-111-0/+1
|\ \ | | | | | | vesnin_defconfig: Add support for Broadcom NetXtreme II controller
| * | vesnin_defconfig: Add support for Broadcom NetXtreme II controllerArtem Senichev2019-01-281-0/+1
| |/ | | | | | | | | | | Broadcom Limited BCM57840 NetXtreme II 10 Gigabit Ethernet. Signed-off-by: Artem Senichev <a.senichev@yadro.com>
* | op-build update 2-7-2019hostboot2019-02-071-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes Included for package hostboot, branch master: 610ca55 - Stephen Glancy - 2019-02-06 - Adds explorer OMI training code e112cf5 - Stephen Glancy - 2019-02-06 - Adds Explorer OMI setup - step 12.8a a97dbdf - Stephen Glancy - 2019-02-06 - Adds blank Explorer MMIO setup files 860b67a - Alvin Wang - 2019-02-06 - Adds empty files for exp_draminit_mc and p9a_omi_train 527ce1d - Alvin Wang - 2019-02-06 - Added p9a_omi_train procedure fa12007 - Dan Crowell - 2019-02-06 - Add relationships for MCC to PRD 94fe5da - Dan Crowell - 2019-02-06 - Add FSPBUILD to CI scripts d9535e0 - Jennifer A. Stofer - 2019-02-05 - Revert "Adds exp_draminit_mc" 8d0bb9d - Stephen Glancy - 2019-02-05 - Updates MWD_COARSE to run multiple patterns c9b82b3 - Alvin Wang - 2019-02-05 - Adds exp_draminit_mc bd7d0b7 - Andre Marin - 2019-02-05 - Add SPD DDIMM DDR4 module except for PMIC fields 605baad - Andre Marin - 2019-02-05 - Generalize set fields in pre_data_init 79fc8b6 - Christian Geddes - 2019-02-05 - Use singleton instance of TargetService in mmio.C 318a3c7 - Christian Geddes - 2019-02-05 - Skip dmi_io_dccal in Axone de4076a - Christian Geddes - 2019-02-05 - Add new memory related chiplet types to scomtrans function d054b91 - Christian Geddes - 2019-02-05 - Add temporary Axone simics workarounds to progress IPL de88112 - Chris Steffen - 2019-02-05 - P9 Obus MNFG CRC and ECC Error Threshold 9f1d0e3 - Thi Tran - 2019-02-05 - Change target types to 64-bit and add P10 target types ddae90c - Corey Swenson - 2019-02-04 - Make MCS acker workaround changes permanent 52080a9 - Ben Gass - 2019-02-04 - Adding p9a_ocmb_enable 4802d40 - Caleb Palmer - 2019-02-04 - PRD: Fix getBadDqBitmap check for dimm 5e78ec8 - Prem Shanker Jha - 2019-02-04 - PRD: Fixed handling PM malfunction error log plugin. dbc69ab - Matt Raybuck - 2019-02-04 - Fix intermittent CI fails regarding mutexes faafdfc - Ilya Smirnov - 2019-01-31 - Remove Hardcoded *.prf.err.o and *.prf.reg.o From errltool Makefile 8293d83 - Matt Derksen - 2019-01-31 - Fix deconfigure parent rollup policy Changes Included for package hostboot-binaries, branch master: a3802eb - hostboot - 2019-01-29 - UPDATE executables for the NVIDIA gpu and/or ring files for hw012919a.930 Changes Included for package firestone-xml, branch master: 9df12d2 - Stewart Smith - 2019-02-05 - Merge pull request #34 from sammj/whitespace 7491fd5 - Samuel Mendoza-Jonas - 2019-02-04 - Fix IBSCOM_MCS_BASE_ADDR formatting Changes Included for package hcode, branch master: a5399a3 - hostboot - 2019-02-06 - Release tag information updated for hw020619a.930 31d47f0 - hostboot - 2019-02-04 - Release tag information updated for hw020419a.930 f38abc8 - Douglas Gilbert - 2019-02-04 - HCODE: Add git commit to version field for QPMR, PPMR, and CPMR a6f1075 - Gregory S. Still - 2019-02-04 - Revert "Self Restore: Integrated support for build of self-restore code in EKB." 1d9d132 - Prem Shanker Jha - 2019-02-04 - Self Restore: Integrated support for build of self-restore code in EKB. 09387cb - Anusha Reddy Rangareddygari - 2019-02-04 - Removing check on sbe region fence d0628e1 - Rahul Batra - 2019-02-04 - PGPE: Use busy-wait instead of PK_SLEEP for delay 3b77cb3 - hostboot - 2019-01-31 - Release tag information updated for hw013119a.930 d27c3d4 - hostboot - 2019-01-30 - Updated chips.env.mk to include P9N DD2.3 in openPOWER HCODE e91574e - Ben Gass - 2019-01-30 - Add support for p9c 1.2 bb9e539 - Gregory S. Still - 2019-01-30 - Revert "Self Restore: Integrated support for build of self-restore code in EKB." 26bd09e - Prem Shanker Jha - 2019-01-30 - Self Restore: Integrated support for build of self-restore code in EKB. f824d8d - Prem Shanker Jha - 2019-01-30 - Revert "Self Restore: Integrated build with rest of the EKB build flow." 802577f - Prem Shanker Jha - 2019-01-30 - Self Restore: Integrated build with rest of the EKB build flow. 52a1900 - Ben Gass - 2019-01-30 - Add support for p9c 1.2 2041e71 - Ben Gass - 2019-01-30 - Add support for p9c 1.2 34151ca - hostboot - 2019-01-30 - Release tag information updated for hw013019a.930 7f3dc3d - Rahul Batra - 2019-01-30 - PM: OCC<>PGPE Interface for P9+ 211c48c - Rahul Batra - 2019-01-30 - PGPE: Write magic number in HcodeOCCShared struct 2353468 - hostboot - 2019-01-29 - Release tag information updated for hw012919a.930 3b8ef40 - hostboot - 2019-01-26 - Release tag information updated for hw012619a.930 41a92e1 - Prem Shanker Jha - 2019-01-26 - VDM(Part 1): Introduced new members in CME and CPMR image headers 68d1acf - hostboot - 2019-01-25 - Release tag information updated for hw012519a.930 49a2d8e - Rahul Batra - 2019-01-25 - PGPE: WOV Fixes e5e2761 - Rahul Batra - 2019-01-25 - PGPE: WOV Hcode Updates (3/3) 9b0e0c7 - Rahul Batra - 2019-01-25 - PGPE: WOV HW procs and Global Parm updates (2/3) 8e3228b - hostboot - 2018-12-31 - Release tag information updated for hw123119a.930 Moved hostboot version STABLE to match LATEST Signed-off-by: hostboot <hostboot@us.ibm.com> Signed-off-by: Corey Swenson <cswenson@us.ibm.com>
* vesnin_defconfig: Bump version of machine XMLArtem Senichev2019-01-241-1/+1
| | | | | | | | | | | Include commits: c994a18 Remove unused temperature sensor ID for CPU cores e56f166 Remove vesnin.rpt file bff39ab Renumbering DIMM FRU names 3eff045 Renumbering membuf FRU names 58749a2 Human readable xml (pretty formatting) Signed-off-by: Artem Senichev <a.senichev@yadro.com>
* vesnin_defconfig: rearrange to be savedefconfig cleanStewart Smith2019-01-221-2/+2
| | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* Merge pull request #2566 from stewart-ibm/cvswen-hab_palm_xmlCorey Swenson2019-01-184-6/+4
|\ | | | | op-build update 1-17-2019
| * op-build update 1-17-2019hostboot2019-01-184-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes Included for package garrison-xml, branch master: c5c35cb - Stewart Smith - 2019-01-15 - Merge pull request #7 from shenki/fix-whitespace 1a7255c - Joel Stanley - 2018-10-25 - Fix IBSCOM_MCS_BASE_ADDR value Changes Included for package palmetto-xml, branch master: 19aa4d3 - Dan - 2019-01-15 - Merge pull request #20 from shenki/fru-id c3cbf2b - Bill Hoffa - 2018-10-26 - Add Sys Fw Fru Id Changes Included for package hostboot, branch master: fba889a - Caleb Palmer - 2019-01-16 - PRD: Callout row repairs when all repairs used e3ceaa6 - Caleb Palmer - 2019-01-16 - PRD: Nimbus symbol mark performance workaround a567fae - Roland Veloz - 2019-01-16 - Set the DIMM SPD size 566bc52 - Matt Raybuck - 2019-01-16 - presentByAssoc updates for Axone and OCMB 7e7b0b6 - Matt Raybuck - 2019-01-16 - Deconfig updates for Axone and OCMB 39295f7 - Ilya Smirnov - 2019-01-16 - Follow-up Changes on SMF NVRAM End-To-End afdc9cd - Rahul Batra - 2019-01-16 - SMF: Make UNSECURE_HOMER_ADDR unwriteable on FAPI 3e681b9 - Stephen Glancy - 2019-01-16 - Fixes LRDIMM initialization attributes and timings b0ab4fd - Stephen Glancy - 2019-01-15 - Updates LRDIMM flags to be HB compatible fd94eaa - Roland Veloz - 2019-01-15 - Replace attribute I2C_MUX_INFO with attribute FAPI_I2C_CONTROL_INFO c7d8ac0 - Caleb Palmer - 2019-01-15 - Add PRD files SRCs to srcListing 451596e - Caleb Palmer - 2019-01-15 - PRD: Axone updates for MemDqBitmap class f5dd1c1 - Prem Shanker Jha - 2019-01-15 - SMF: Fixes to enable SMF on correct DD levels of Nimbus, Cumulus and Axone. e7a324f - Ilya Smirnov - 2019-01-15 - Create an LRDIMM_CAPABLE HB Config 5ccb0c4 - Christian Geddes - 2019-01-14 - Fix EEPROM_VPD_PRIMARY_INFO attribute on proc targ in axone sim XML ac15fd7 - Christian Geddes - 2019-01-14 - Add new pnorLayoutAxone.xml w/ new EECACHE section 2d59cd7 - Chris Cain - 2019-01-14 - HTMGT: Clear OCC reset counts after an hour 9228e4c - Nick Bofferding - 2019-01-14 - Add additional FFDC to better debug TPM related errors 44d2700 - Dan Crowell - 2019-01-14 - Make new WOV attributes override-only 2d410b6 - Rick Ward - 2019-01-14 - Cleanup minor code review nits from SW433868. 37132b7 - Corey Swenson - 2019-01-14 - Generate error when pnor is not accessed via ipmi dd65f35 - Dan Crowell - 2019-01-12 - Add new istep for Hostboot done 386e533 - Matt Derksen - 2019-01-11 - No parent rollup for OBUS children 42d89b6 - Dan Crowell - 2019-01-11 - Add sync to doorbell function to avoid weak consistency bug caa8eda - Christian Geddes - 2019-01-11 - Add presence detection for i2c mux targets b95e95e - Matt Derksen - 2019-01-10 - Use RC_NO_SPIRA instead of RC_BAD_NACA for error log 26f7f6d - Ilya Smirnov - 2019-01-10 - Trustedboot: GetRandom API Changes 21f75b9 - Ilya Smirnov - 2019-01-10 - SMF: NVRAM Reading and Mem Distribution end-to-end Changes 1ba78c4 - Matt Raybuck - 2019-01-10 - Fix intermittent Jenkins CI fail 8c09e8b - Caleb Palmer - 2019-01-10 - Update row repair funcs to be generic 4ba2815 - Ilya Smirnov - 2019-01-09 - Unit Tests For Adjusting SMF HOMER BAR 529e81c - Matt Raybuck - 2019-01-09 - Updates to processMrw to fix Chiplet Ids 468aed3 - Tsung Yeung - 2019-01-09 - Move NVDIMM Erase and Arm to Runtime b9a994a - Matt Derksen - 2019-01-09 - Support version 2 of PEC_PCIE_HX_KEYWORD_DATA 756a823 - Christian Geddes - 2019-01-08 - Real OCMB presence detection support for Axone simics c8c73af - Matt Derksen - 2019-01-08 - Deconfigure parent if no more functioning children of child's type 2ab8898 - Rahul Batra - 2019-01-07 - PGPE: WOV HW procs and Global Parm updates (2/3) 881634a - Matt Derksen - 2019-01-05 - Add ATTR_REL_POS to NIMBUS system xml f1f2262 - Matt Derksen - 2019-01-05 - Disable HX keyword bifurcation f8189b1 - Christian Geddes - 2019-01-04 - Change code using SANDBOX ENVAR to use CLI variables start sim scripts 1830d18 - Maxim Polyakov - 2019-01-04 - Calculate capacity for 3DS DIMMs in IPMI FRU inventory 36bd1da - Ilya Smirnov - 2019-01-04 - Unit Tests For NVRAM Checking/Reading 24f66ec - Matt Raybuck - 2019-01-04 - Better logging for Partial Good Issues (1.5/2) b014251 - Matt Derksen - 2019-01-03 - Update WOF errl parser to allow for padding Changes Included for package pnor, branch master: c52413a - Dan - 2019-01-07 - Merge pull request #110 from IlyaSmirnov91/master d62c8ee - Ilya Smirnov - 2018-11-29 - Add UVBWLIST Partition Changes Included for package habanero-xml, branch master: c3998a5 - Stewart Smith - 2019-01-16 - Merge pull request #27 from shenki/fru-id c7adf3d - Bill Hoffa - 2018-10-26 - Add System Fw Fru Id Changes Included for package hcode, branch master: 8e3228b - hostboot - 2018-12-31 - Release tag information updated for hw123119a.930 896327d - hostboot - 2018-12-20 - Release tag information updated for hw122018a.930 Changes Included for package witherspoon-xml, branch master: f7cffdb - Matt Raybuck - 2019-01-07 - Correct invalid chiplet ids for MCS units (#80) Signed-off-by: hostboot <hostboot@us.ibm.com> [Corey: Remove palmetto and habanero patches] [Stewart: Remove palmetto and habanero patch dirs from defconfig] Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* | Merge pull request #2516 from artemsen/masterStewart Smith2019-01-182-0/+4
|\ \ | |/ |/| vesnin: Add driver and firmware for QLogic devices
| * Add driver and firmware for QLogic devicesArtem Senichev2018-12-142-0/+4
| | | | | | | | | | | | Support for QLogic Corp. FastLinQ QL41000 Series 10/25/40/50GbE Controller. Signed-off-by: Artem Senichev <a.senichev@yadro.com>
* | kernel: Move to Linux v4.19.13-openpower1Joel Stanley2019-01-0315-15/+15
| | | | | | | | | | | | | | | | | | | | PowerPC fixes (v4.19.7 through to v4.19.13): powerpc: Look for "stdout-path" when setting up legacy consoles powerpc/msi: Fix NULL pointer access in teardown code powerpc/function_graph: Simplify with function_graph_enter() Signed-off-by: Joel Stanley <joel@jms.id.au>
* | op-build update 12-20-2018hostboot2018-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes Included for package hostboot, branch master-p8: e9b07d6 - Maxim Polyakov - 2018-12-12 - Calculate capacity for 3DS DIMMs in IPMI FRU inventory Changes Included for package hostboot, branch master: 3a99295 - Louis Stermole - 2018-12-19 - Add p9a_mss_volt procedure 1b23e25 - Christian Geddes - 2018-12-19 - Remove Redundant phyiscal map setup ec1cb99 - Christian Geddes - 2018-12-19 - Update Axone Partial Good rules to clean up error logs cdcc9c2 - Christian Geddes - 2018-12-19 - Fix order of parameters for mmioscomdd e2eaa81 - Matt K. Light - 2018-12-18 - init values in p9_pm_fir_class functions 5c7c298 - Gregory S. Still - 2018-12-18 - Revert "PM: OCC<>PGPE interface for P9+" 65f81d4 - Rahul Batra - 2018-12-18 - PM: OCC<>PGPE interface for P9+ 3ef6289 - Louis Stermole - 2018-12-18 - Move MNFG_TEST_ALL_SPARE_DRAM_ROWS to a new encoding a283387 - Roland Veloz - 2018-12-18 - HB Axone simics model changes to support DDIMM SPD i2c access 36673e6 - Christian Geddes - 2018-12-18 - Fill in remaining dimms for simics_AXONE.system.xml 6620644 - Christian Geddes - 2018-12-18 - Write SPD to DDIMM eeproms for axone simics 5df2c7f - Matt Raybuck - 2018-12-18 - Better logging for Partial Good Issues (1/2) db55a87 - Christian Geddes - 2018-12-17 - Add VPD_REC_NUM defaults for OCMB chips in Axone system xml for sim 7381575 - Li Meng - 2018-12-17 - Adds error logging features to LRDIMM MRD_COARSE 04cb761 - Alvin Wang - 2018-12-17 - Moves fir reg to generic folder d902dfa - Joe McGill - 2018-12-17 - apply HW423589 option1 (MCD disable) workaround for p9n DD2.1 ed66fae - Rahul Batra - 2018-12-17 - PGPE: WOV Attributes (1/3) 55a180d - Prem Shanker Jha - 2018-12-14 - Self Save: Fixed bugs pertaining to SPR self save. 2ad30a4 - Bill Hoffa - 2018-12-14 - Axone Simics Updates -- Finds Functional Master Proc bfac982 - Zane Shelley - 2018-12-14 - PRD: OP checkstop analysis support for Axone c95d3d8 - Stephen Glancy - 2018-12-14 - Adds MRD coarse 9b44181 - Li Meng - 2018-12-14 - Adds LRDIMM MWD fine training step c955ff6 - Jenny Huynh - 2018-12-14 - Enable Nimbus DD23 risk levels c58fe90 - Soma BhanuTej - 2018-12-14 - Axone updates to p9_extract_sbe_rc c999bcf - Matt Raybuck - 2018-12-14 - Defect - multiple SRCs generated on zz system 552d964 - Dan Crowell - 2018-12-13 - Hack to force OCMB presence detection 1851aa0 - Jaymes Wilks - 2018-12-13 - Add TPM FRU Inventory Record Data 8923b2a - Rick Ward - 2018-12-13 - Inband MMIO access to OCMB f7cb4b2 - Li Meng - 2018-12-13 - Adds LRDIMM MWD coarse training step bd720a4 - Li Meng - 2018-12-13 - Creates LRDIMM mrep/dwl calibration recorder class c517b8a - Zane Shelley - 2018-12-12 - PRD: TOD analysis support for Axone 229ade5 - Zane Shelley - 2018-12-12 - PRD: PLL analysis support for Axone 96251f9 - Zane Shelley - 2018-12-12 - PRD: Enable fabric lane repair for Axone 2518973 - Zane Shelley - 2018-12-12 - PRD: enable line delete support for Axone b711fc5 - Zane Shelley - 2018-12-12 - PRD: Enable core unit checkstop analysis for Axone 4e34d24 - Zane Shelley - 2018-12-12 - PRD: Fabric Sorting for Axone a10dc16 - Caleb Palmer - 2018-12-11 - Update dimmBadDqCheckParamGetBitmap to be generic Changes Included for package hostboot-binaries, branch master: ca2ffd0 - hostboot - 2018-12-15 - UPDATE executables for the NVIDIA gpu and/or ring files for hw121518a.930 87996f0 - hostboot - 2018-12-14 - UPDATE executables for the NVIDIA gpu and/or ring files for hw121418a.930 Changes Included for package romulus-xml, branch master: 7410460 - Nickolaus Gruendler - 2018-12-14 - Merge pull request #39 from a-barrera/master 6a2b4e9 - Adrian Barrera - 2018-12-14 - Update default PCIe G3 lane Eq for all PHBs Changes Included for package hcode, branch master: e644943 - hostboot - 2018-12-18 - Release tag information updated for hw121818a.930 b68dcc1 - Gregory S. Still - 2018-12-18 - Revert "PM: OCC<>PGPE interface for P9+" e085a96 - Rahul Batra - 2018-12-18 - PM: OCC<>PGPE interface for P9+ 447dbbe - hostboot - 2018-12-17 - Release tag information updated for hw121718a.930 42ca6a5 - hostboot - 2018-12-15 - Release tag information updated for hw121518a.930 19c6e2e - hostboot - 2018-12-14 - Release tag information updated for hw121418a.930 Signed-off-by: hostboot <hostboot@us.ibm.com>
* | op-build update 12-14-2018hostboot2018-12-143-3/+3
|/ | | | | | | | | | | | | | | | | | Changes Included for package romulus-xml, branch master: db254a8 - Nickolaus Gruendler - 2018-12-13 - Merge pull request #38 from MRaybuck/master 378b84d - Matt Raybuck - 2018-12-13 - Corrected invalid chiplet id values for MCS units Changes Included for package zaius-xml, branch master: 6f6b5ef - Matt Raybuck - 2018-12-13 - Correct invalid chiplet ids for MCS units Changes Included for package hcode, branch master: 43da3f1 - hostboot - 2018-12-13 - Release tag information updated for hw121318a.930 0418170 - hostboot - 2018-12-12 - Release tag information updated for hw121218a.930 Changes Included for package witherspoon-xml, branch master: e76c2fc - Erich Hauptli - 2018-12-12 - Adding in TPM FRU info Signed-off-by: hostboot <hostboot@us.ibm.com>
* op-build update 12-6-2018Stewart Smith2018-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes Included for package hostboot, branch master: 51f5db9 - Li Meng - 2018-12-05 - Adds new LRDIMM raw cards settings 734cddb - Stephen Glancy - 2018-12-05 - Creates LRDIMM fine calibration recorder class 09524b1 - Stephen Glancy - 2018-12-05 - Adds LRDIMM MRD - DRAM to buffer RD calibration cda0121 - Christian Geddes - 2018-12-05 - Add forceBE option to endian_utils.H 8b5de06 - Alvin Wang - 2018-12-05 - Adds blank files for generic 8c45251 - Caleb Palmer - 2018-12-04 - Dram Repairs and Row Repair VPD translation trace 8dec4a4 - Caleb Palmer - 2018-12-04 - Row Repair VPD minor improvements d77c897 - Caleb Palmer - 2018-12-04 - Dram Repairs VPD reconfig loop helper function 1c2d3eb - Caleb Palmer - 2018-12-04 - Dram Repairs VPD getter and setter minor cleanup 6a6ee6a - Louis Stermole - 2018-12-04 - Move MSS volt attr setters to generic folder 8b6b1b2 - Matt Raybuck - 2018-12-03 - Remove hardcoding of partial good logic (2/2) eb8d149 - Zane Shelley - 2018-11-30 - PRD: rule and action file support for Explorer 1144a49 - Zane Shelley - 2018-11-30 - PRD: updates to the XML parser for centaur cbf2ab4 - Stephen Glancy - 2018-11-30 - Adds error logging features to LRDIMM DWL f4bce59 - Ben Gass - 2018-11-30 - Adding p9a_ocmb_enable c03fc47 - Stephen Glancy - 2018-11-30 - Adds LRDIMM helper functions 6f23868 - Stephen Glancy - 2018-11-30 - Adds CCS ODT helper commands a31cd81 - Chris Cain - 2018-11-30 - HTMGT: Update error logs to reflect elog source 85f4a04 - Caleb Palmer - 2018-11-30 - Dram Repairs VPD translation helpers improvements c3edab5 - Caleb Palmer - 2018-11-30 - Dram Repairs VPD spare byte helpers improvements 27fd45b - Nick Bofferding - 2018-11-29 - Remove trace buffer flush at end of shutdown path b3290cc - Matt Derksen - 2018-11-29 - Fix predicateHwasChanged to only check subscribed bits 546c014 - Stephen Glancy - 2018-11-29 - Adds LRDIMM DWL training step 9744e66 - Nick Bofferding - 2018-11-29 - Increase HBI partition to 12 MB (w/o ECC), up from 11 19a6643 - Ilya Smirnov - 2018-11-28 - Fix HDAT PNOR Partition's Offset db6829f - Nick Bofferding - 2018-11-27 - Fix shutdown race condition and task start error in IPMI SEL library 8e5dda9 - Dan Crowell - 2018-11-27 - Reduce ipmi trace spam for pnor hiomap messages 022f2d7 - Matt Raybuck - 2018-11-27 - Add VERSION to all OpenPOWER HBRT error logs b08f9e7 - Dan Crowell - 2018-11-27 - Add header file to keep track of Chip IDs aac415d - Christian Geddes - 2018-11-27 - Set FSIMASTER attributes to correct values b08d614 - Christian Geddes - 2018-11-27 - Create error log and fail if Proc's EC is found to be 0x0 2ce1bf1 - Mike Baiocchi - 2018-11-27 - Make TOC partion Read-Only in all PNOR Layouts 63a9aa5 - Christian Geddes - 2018-11-27 - Define Parent/Child Relationship for OMIC/OMI targets 896f7a9 - Rahul Batra - 2018-11-27 - PM: Checks for PGPE/SGPE Region in PPMR/QPMR(4/4) bafdb81 - Andre Marin - 2018-11-27 - Add exp_draminit and fix data_structs constants 29cd96e - Andre Marin - 2018-11-27 - Rename exp_phy_init to exp_draminit_utils be5b9f4 - Andre Marin - 2018-11-27 - Add empty files needed for draminit, eases HB mirroring f2ee4fc - Andre Marin - 2018-11-27 - Rename exp procedures files to match FW doc 3131f27 - Zane Shelley - 2018-11-27 - PRD: Fixed last functional core function for P9 f6bbedd - Zane Shelley - 2018-11-27 - PRD: Initial Axone rule files 8535abf - Zane Shelley - 2018-11-27 - increase HBRT PNOR size 4d54d9e - Dan Crowell - 2018-11-27 - Mask off OBUS FIRs during MPIPL 50182cf - Ilya Smirnov - 2018-11-27 - SMF: Distribute Secure Memory Among Procs cbf7565 - Dan Crowell - 2018-11-27 - Progress code tweaks e3007bd - Dan Crowell - 2018-11-27 - Support for MRW attribute mss_mrw_nvdimm_plug_rules ac53c27 - Sampa Misra - 2018-11-27 - all scripts for hdat pnor partition 4288e39 - Dean Sanner - 2018-11-26 - Support a default risk/init level per MRW f63977b - Christian Geddes - 2018-11-26 - Clean up typos/small things with expscom directory 14dbbd6 - Stephen Glancy - 2018-11-21 - Fixes set_pba_mode to use proper F0BC1x values 25b23bb - Louis Stermole - 2018-11-21 - Add empty files for porting mss_volt to generic e2e0e04 - Andre Marin - 2018-11-21 - Add exp_draminit and fix data_structs constants Changes Included for package pnor, branch master: a4d9702 - Corey Swenson - 2018-11-29 - Merge pull request #111 from open-power/bofferdn-add-1mb-hbi 34458ef - Nick Bofferding - 2018-11-29 - Increase HBI partition to 14 MB (w/o ECC), up from 13 Changes Included for package hcode, branch master: fe8b0f9 - hostboot - 2018-12-05 - Release tag information updated for hw120518a.930 8afbaca - hostboot - 2018-12-04 - Release tag information updated for hw120418a.930 6c6cc6e - hostboot - 2018-12-02 - Release tag information updated for hw120218a.930 99461d2 - hostboot - 2018-11-30 - Release tag information updated for hw113018a.930 dcf37eb - Raja Das - 2018-11-30 - Re-used loader_data section to pibmem repair scom data for Axone a2826e1 - hostboot - 2018-11-29 - Release tag information updated for hw112918a.930 b2a1839 - Anusha Reddy Rangareddygari - 2018-11-29 - p9_pibms_reg_dump, p9_pibmem_dump updates 363773a - hostboot - 2018-11-27 - Release tag information updated for hw112718a.930 6c9d78a - Rahul Batra - 2018-11-27 - PM: Clean Up PROLOG Changes Included for package witherspoon-xml, branch master: dce824c - Erich Hauptli - 2018-11-28 - Backing out TPM FRU ID c8bca53 - sannerd - 2018-11-26 - Default Spectre/Meltdown HW Inits to Kernel mode (#78) Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* kernel: Move to Linux v4.19.6-openpower1Joel Stanley2018-12-0315-15/+15
| | | | | | | | | PowerPC fixes (4.19.5, 4.19.6): powerpc/numa: Suppress "VPHN is not supported" messages powerpc/io: Fix the IO workarounds code to work with Radix Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: Move to Linux v4.19.4-openpower1Joel Stanley2018-11-2715-15/+15
| | | | | | | | | | | | | | | | | | | PowerPC fixes (4.19.2, 4.19.3, 4.19.4): powerpc/memtrace: Remove memory in chunks powerpc/boot: Ensure _zimage_start is a weak symbol powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak powerpc/nohash: fix undefined behaviour when testing page size support powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS powerpc/mm: fix always true/false warning in slice.c powerpc/mm: Fix page table dump to work on Radix powerpc/64/module: REL32 relocation range check powerpc/traps: restore recoverability of machine_check interrupts powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 powerpc/tm: Fix HFSCR bit for no suspend case Signed-off-by: Joel Stanley <joel@jms.id.au>
* op-build update 11-21-2018Bill Hoffa2018-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes Included for package hostboot, branch master: 3f1f218 - Ben Gass - 2018-11-20 - Adding omi_init procedures. 499916e - Dan Crowell - 2018-11-20 - Increase ipmi polling frequency to every 1ms 759971e - Christian Geddes - 2018-11-20 - Fix CAPP target XML in Axone simics xml file d6cee85 - Christian Geddes - 2018-11-20 - Update bbuild to b1114a_1846.930 c851139 - Ilya Smirnov - 2018-11-19 - Serialize the Check For Prologs in CI cd754bf - Christian Geddes - 2018-11-19 - Route scom operations on OCMB chips to fapi2 mmio scom interface a4d8ef5 - Dan Crowell - 2018-11-19 - Add explorer directory to attribute_info lookup 42e8d57 - Dan Crowell - 2018-11-19 - Make ATTR_CLOCK_PLL_MUX writeable for DS8K c525c33 - Caleb Palmer - 2018-11-16 - Dram Repairs VPD favor FAPI trgts and getHelperAttr improvements 3274498 - Caleb Palmer - 2018-11-16 - Dram Repairs VPD __getTranslationPortSlct improvements e2e2e85 - Zane Shelley - 2018-11-16 - PRD: separated NPU registers and actions into separate rule files cc7d24e - Zane Shelley - 2018-11-16 - PRD: Fixed XML parser for summary analysis 06c7de4 - Zane Shelley - 2018-11-16 - PRD: update filter parsing in XML parser 195f636 - Zane Shelley - 2018-11-16 - PRD: Rule file updates for Centaur ba0aa77 - Zane Shelley - 2018-11-16 - PRD: updates from XML and XML parser 40cf4bc - Zane Shelley - 2018-11-16 - PRD: Make room for Axone prf files in Hostboot 1e6bbb9 - Nick Bofferding - 2018-11-15 - Only allow key transition in istep 10.2 6cf801f - Christian Geddes - 2018-11-15 - Route scom operations on OCMB chips to exp_i2c_scom interface 73cad1f - Venkatesh Sainath - 2018-11-15 - Pushing HB plugins and related files for building errltool 208f80e - Christian Geddes - 2018-11-15 - Refactor fapi2HwAccessTest to ignore ATTR_MODEL e34d172 - Christian Geddes - 2018-11-15 - Update axone simics xml to use correct chiplet id for MC1 chiplet 0002dbd - Christian Geddes - 2018-11-15 - Update fapi2CreatePlatLogTest.H to use the fapi trace buffer 16f5d47 - Christian Geddes - 2018-11-15 - Update platGetTargetName to handle AXONE and EXPLORER models 9b7da2e - Nick Bofferding - 2018-11-15 - Support for putting fences around mallocs 41e8185 - Alvin Wang - 2018-11-15 - Update setup_fw_boot_config() to read out actual values from attributes 341f401 - Stephen Glancy - 2018-11-15 - Updates PBA to use RCW's to issue BCW's e0373c9 - Dan Crowell - 2018-11-15 - Add Axone targets to fapi error utilities 9e552af - Matt Raybuck - 2018-11-14 - Remove hardcoding of partial good logic (1/2) Changes Included for package hcode, branch master: 92d425d - hostboot - 2018-11-20 - Release tag information updated for hw112018a.930 cdb633d - hostboot - 2018-11-15 - Release tag information updated for hw111518a.930 Changes Included for package witherspoon-xml, branch master: c488a62 - Erich Hauptli - 2018-11-16 - Added value to TPM FRU ID Signed-off-by: Bill Hoffa <wghoffa@us.ibm.com>
* kernel: Move to Linux v4.19.1-openpower1Joel Stanley2018-11-0815-15/+15
| | | | Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: Move to Linux v4.19.0-openpower1Joel Stanley2018-11-0216-38/+42
| | | | | | | | | | Move to a new upstream kernel release. This includes a buildroot bump to support 4.19 kernels. The defconfig has been regenerated against 4.19 and the non-default IO schedulers disabled. No functional changes should result. Signed-off-by: Joel Stanley <joel@jms.id.au>
* Merge pull request #2409 from shenki/kernel-4.18.16Stewart Smith2018-10-2515-15/+15
|\ | | | | kernel: Move to Linux 4.18.16-openpower1
| * kernel: Move to Linux 4.18.16-openpower1Joel Stanley2018-10-2215-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PowerPC fixes: mm: Preserve _PAGE_DEVMAP across mprotect() calls powerpc: Avoid code patching freed init sections powerpc: fix csum_ipv6_magic() on little endian platforms powerpc/powernv/ioda2: Reduce upper limit for DMA window size powerpc/kdump: Handle crashkernel memory reservation failure powerpc/powernv: opal_put_chars partial write fix powerpc/mm: Don't report PUDs as memory leaks when using kmemleak powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage powerpc/64s: Make rfi_flush_fallback a little more robust powerpc: Fix size calculation using resource_size() powerpc/topology: Get topology for shared processors at boot powerpc/powernv/pci: Work around races in PCI bridge enabling powerpc64/ftrace: Include ftrace.h needed for enable/disable calls powerpc/nohash: fix pte_access_permitted() powerpc/64s: Fix page table fragment refcount race vs speculative references powerpc/fadump: handle crash memory ranges array index overflow Signed-off-by: Joel Stanley <joel@jms.id.au>
* | buildroot: Move to 2018.08Joel Stanley2018-10-2412-0/+12
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changelog: https://git.buildroot.net/buildroot/plain/CHANGES?id=2018.08 Set BR2_GCC_VERSION_6_X=y in all of the configs that include hostboot, as the default has moved to GCC 7 and hostboot cannot build with a modern compiler. We are carrying a patch to dtc in our buildroot tree that fixes a segfault when converting the powernv device tree. It has been submitted upstream to buildroot (and the patch itself is upstream in dtc, but not a released version). Host packages updated: libxml2: 2.9.7 -> 2.9.8 lz4: v1.8.1.2 -> v1.8.2 zstd: v1.3.3 -> v1.3.5 dtc: 1.4.4 -> 1.4.7 Shipped packages updated: busybox: 1.29.0 -> 1.29.2 linux-firmware: 65b1c68c63f974d72610db38dfae49861117cae2 -> 8d69bab7a3da1913113ea98cefb73d5fa6988286 ethtool: 4.15 -> 4.16 util-linux: 2.32 -> 2.32.1 dtc: 1.4.4 -> 1.4.7 elfutils: 0.169 -> 0.171 Signed-off-by: Joel Stanley <joel@jms.id.au>
* vesnin_config: Bump versionArtem Senichev2018-09-271-1/+1
| | | | | | Support for multiple nest frequencies. Signed-off-by: Artem Senichev <a.senichev@yadro.com>
* op-build update 9-12-2018hostboot2018-09-121-1/+1
| | | | | | | | | | | | | | | | | Changes Included for package hostboot, branch master: 9b59223 - Matt Raybuck - 2018-09-11 - Add commit hook to sort the attribute xml files 60d11f6 - Zane Shelley - 2018-09-10 - PRD: better isolation for RCD parity errors and channel failures 09370fc - Anusha Reddy Rangareddygari - 2018-09-10 - Axone only-Mux settings for TOD refclk input 2c1001a - Abhishek Agarwal - 2018-09-10 - Axone only-IPL Procedures update to support SBE changes 9b9a992 - Christian Geddes - 2018-09-10 - Turn off core xstop escalalation on slave nodes prior payload handoff c16e0b9 - Richard J. Knight - 2018-09-10 - get FAPI_POS for all valid target types passed in SBE FIFO ffdc Changes Included for package romulus-xml, branch master: d91ade7 - Nickolaus Gruendler - 2018-09-10 - Update PCIE EQ setting for gen3 8076823 - Nickolaus Gruendler - 2018-09-10 - Merge pull request #37 from HankChang/update-DECONFIG_GARDABLE-for-RAS 3ea5832 - HankChang - 2018-06-29 - Updated DECONFIG_GARDABLE ATTR for RAS Signed-off-by: hostboot <hostboot@us.ibm.com>
* kernel: Move to Linux 4.18.6-openpower1Joel Stanley2018-09-0615-15/+15
| | | | Signed-off-by: Joel Stanley <joel@jms.id.au>
* Merge pull request #2295 from shenki/cleanupsStewart Smith2018-08-277-66/+3
|\ | | | | Clean up unused code and features
| * linux: Disable PPC_OF_BOOT_TRAMPOLINEJoel Stanley2018-08-221-0/+1
| | | | | | | | | | | | This is not used by powernv machines. Signed-off-by: Joel Stanley <joel@jms.id.au>
| * openpower: Default PNOR_SQUASHFS to nJoel Stanley2018-08-223-1/+2
| | | | | | | | | | | | | | | | | | | | Witherspoon is the only system that uses this option. Instead of updating all of the non-Witherspoon systems to turn it off, this commit defaults it to 'n' and updates the witherspoon defconfigs to enable it. The change to zz is due to the new default. Signed-off-by: Joel Stanley <joel@jms.id.au>
| * Remove openpower_p9_mambo_defconfigJoel Stanley2018-08-221-52/+0
| | | | | | | | | | | | | | | | There are no meaningful differences between the p9 and non-p9 mambo config. Anyone that was using the p9_mambo config should now use the general one. Signed-off-by: Joel Stanley <joel@jms.id.au>
| * linux: Turn off FB_OFJoel Stanley2018-08-221-1/+0
| | | | | | | | | | | | This is unused on powernv machines. Signed-off-by: Joel Stanley <joel@jms.id.au>
| * Drop untested graphic support from the buildJoel Stanley2018-08-224-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Back in the day Tuletta (P8) machines would use Radeon GPU drivers. No one has tested this in many moons. To save all systems from paying for the kernel driver, disable it in the kernel configuration and drop the firmware from the firenze, pseries and zz configurations. A similar story applies for Matrox cards. If someone comes hunting for support in the future they can revert this commit. Signed-off-by: Joel Stanley <joel@jms.id.au>
* | Merge pull request #2287 from sammj/ipv6Stewart Smith2018-08-273-2/+5
|\ \ | | | | | | Update Petitboot to v1.9.0 and enable IPv6
| * | Update Petitboot to v1.9.0 and enable IPv6Samuel Mendoza-Jonas2018-08-173-2/+5
| | | | | | | | | | | | | | | | | | | | | Petitboot v1.9.0 includes changes to support IPv6 and DHCPv6. This depends on IPv6 kernel support and the udhcpc6 client from Busybox. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* | | zz: Don't build OCCStewart Smith2018-08-271-0/+1
| |/ |/| | | | | | | | | | | We were dragging in ppe42 toolchain, adding a total of ~900s to build time. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
OpenPOWER on IntegriCloud