summaryrefslogtreecommitdiffstats
path: root/openpower/configs
Commit message (Collapse)AuthorAgeFilesLines
* Move at24 driver to module to speed up skiroot startupRaptor Engineering Development Team2020-02-191-1/+1
|
* Disable the following features to reduce initramfs sizeRaptor Engineering Development Team2020-02-191-2/+2
| | | | | | | | | * Nouveau driver (mostly fails on POWER w/ 64k pages anyway) * Non-English locales * Discrete HWDB files Once the -Os build failure has been resolved upstream, these can likely be reenabled.
* Work around FPU-related build failure when built with -Os by setting -02Raptor Engineering Development Team2020-02-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failure: WRAP arch/powerpc/boot/zImage.epapr ERROR: "_restgpr1_17" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_17" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_24" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_25" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_22" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_23" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_27" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_28" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_29" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_14" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_21" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_29" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_28" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_21" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_26" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_22" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_20" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_17" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_14" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_23" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_24" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_17" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_14" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_15" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_30" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restfpr_31" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_26" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_28" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_23" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_24" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_21" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_29" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_29" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_25" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_28" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_27" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_22" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savefpr_20" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_21" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_22" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_23" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_15" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_savegpr1_24" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "_restgpr1_14" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! scripts/Makefile.modpost:93: recipe for target '__modpost' failed make[1]: *** [__modpost] Error 1 Makefile:1282: recipe for target 'modules' failed make: *** [modules] Error 2 make: *** Waiting for unfinished jobs....
* Enable Navi support in skiroot kernelRaptor Engineering Development Team2020-02-181-0/+3
|
* Revup skiroot kernelRaptor Engineering Development Team2020-02-181-3/+1
|
* Revup machine XMLRaptor Engineering Development Team2020-02-181-1/+1
|
* Enable cryptsetup, squashfs, lm-sensors, and memtester in Petitboot environmentRaptor Engineering Development Team2019-07-121-0/+4
|
* Enable SSL support in wgetRaptor Engineering Development Team2019-05-051-0/+1
|
* Revert to linux 4.19Raptor Engineering Development Team2019-04-281-1/+3
| | | | | | Linux 5.0 crashes when a Radeon card is installed due to a bug in the radeon driver. Revert to the 4.19 LTS version until this is fixed upstream on a stable release.
* Revert to GCC6Raptor Engineering Development Team2019-04-261-2/+2
| | | | This fixes FTBFS with GCC7 and failure to IPL with GCC8
* Revup Talos machine XMLRaptor Engineering Development Team2019-04-261-1/+1
|
* Update Talos hostboot configRaptor Engineering Development Team2019-04-261-6/+11
|
* Revup OpenPOWER Linux kernelRaptor Engineering Development Team2019-04-261-2/+1
|
* Update Talos defconfig file to enable GCC 8 by defaultRaptor Engineering Development Team2019-04-261-1/+5
|
* Configuration updates to compile with GCC 8Luis Fernandez2019-04-264-4/+4
| | | | Signed-off-by: Luis Fernandez <Luis.Fernandez@ibm.com>
* Move Talos skiroot config file back to correct location and activateRaptor Engineering Development Team2019-04-263-938/+638
|
* Enable squashfs filesystem support in skiroot kernelRaptor Engineering Development Team2019-04-261-0/+1
|
* IO schedulers are not a particularly important part of a bootloader.Brandon Bergren2019-04-241-0/+3
| | | | Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
* Do some extra cleanup in the skiroot.Brandon Bergren2019-04-241-1/+1
| | | | | | | | * Throw out elf libraries for nonbootable architectures * Throw out the c++ standard library (it's needed during build time for other pieces of the stack, but not the skiroot.) Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
* Ensure the MTD driver is compiled directly into the kernel so it doesn't get ↵Brandon Bergren2019-04-241-2/+3
| | | | | | loaded after graphics cards. Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
* Fix the root cause of those spurious firmwares that were being staged in ↵Brandon Bergren2019-04-241-3/+0
| | | | | | skiroot. Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
* Enable debugfsRaptor Engineering Development Team2019-04-191-0/+1
|
* Enable LPC utility buildRaptor Engineering Development Team2019-04-191-0/+1
|
* Large update for 18 and 22 core supportRaptor Engineering Development Team2019-04-181-0/+1
|
* Suppress skiroot kernel spew by defaultRaptor Engineering Development Team2019-04-181-1/+1
|
* Redirect kernel download to Raptor Computing Systems GIT treeRaptor Engineering Development Team2019-04-171-2/+3
|
* Enable drivers for a wide swath of hardware in the Linux kernelRaptor Engineering Development Team2019-04-171-0/+797
| | | | | This enables booting from most common storage and network devices, and enables early graphics output for many discrete GPUs.
* Revup Talos xmlRaptor Engineering Development Team2019-04-171-1/+1
|
* Copy Romulus file to Talos and edit for Talos™ IIRaptor Engineering Development Team2019-04-172-0/+131
|
* vesnin: Bump version of machine xmlArtem Senichev2019-04-171-1/+1
| | | | | | | Artem Senichev (1): Setup APSS channels (power consumption) Signed-off-by: Artem Senichev <a.senichev@yadro.com>
* Bump p8dtu-xml to fix build failure with newer distrosStewart Smith2019-04-171-1/+1
| | | | | | | | | | | | Fix in the same way we fixed all other platform XML. Jim (1): Merge pull request #1 from stewart-ibm/IBSCOM_MCS_BASE_ADDR-whitesapce Stewart Smith (1): Fix IBSCOM_MCS_BASE_ADDR whitespace Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* linux: temporarily disable STRICT_KERNEL_RWXStewart Smith2019-04-171-1/+0
| | | | | | See https://github.com/linuxppc/issues/issues/237 Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* Add p8dtu platformJim Yuan2019-04-052-0/+137
| | | | | | | | | | | | | This contains the p8dtu platform from SuperMicro. It has previously lived out of tree. Like other POWER8 platforms, several Hostboot patches are required. Since Hostboot does not have the ability to have per-platform code, this comes in as patches. Signed-off-by: Jim Yuan <jim.yuan@supermicro.com> [stewart: cleanup and longer commit message] Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* kernel: Move to Linux v5.0.5-openpower1Joel Stanley2019-04-0314-28/+14
| | | | | | | | | | | | | PowerPC changes: powerpc/security: Fix spectre_v2 reporting powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 Defconfigs are regenerated as we are back on the default kernel version, so the configs do not need to set the kernel series for the headers package. Signed-off-by: Joel Stanley <joel@jms.id.au>
* 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
OpenPOWER on IntegriCloud