No description
Find a file
Mikhail Novosyolov 839b6a86b6 Add support of Baikal-M SoCs
Information about config values was taken from:

From 804820df7bcb3d53a33ecd074b1eac277e938f24 Mon Sep 17 00:00:00 2001
From: Alexey Sheplyakov <asheplyakov@altlinux.org>
Date: Thu, 4 Feb 2021 19:35:14 +0400
Subject: [PATCH] config-aarch64: adjusted for Baikal-M (MBM1.0 board)

* DW_APB_TIMER=y, DW_APB_TIMER_OF=y: SoC clocks

* SERIAL_8250_DW=y: serial console

* I2C_DESIGNWARE_CORE=y, I2C_DESIGNWARE_PLATFORM=y: BMC (board
  management controller) and RTC (Real Time Clock) are connected
  via I2C.

* GPIO_DWAPB=y: device (PCIe, PHY, etc) reset/configuration

* RTC_DRV_PCF2127=y: RTC compiled in so the kernel automatically
  sets the system time from the hardware clock

* TP_BMC=y: amongst other things handles the power button

* DRM_BAIKAL_VDU=m, DRM_BAIKAL_HDMI=m: video unit and HDMI transmitter

* CMA_SIZE_MBYTES=256: video display unit and GPU use system RAM, hence
  CMA should reserve enough (contiguous) memory.
  Note: CMA reserves memory during very early init, hence the size
  has to be hard-coded into CONFIG

* MALI_MIDGARD=m: GPU driver, kernel side of proprietary mali blob.
  Note: kernel mode code is GPLv2, so it's fine to distribute it.

* SENSORS_BT1_PVT=m: hardware temperature/voltage sensors

* PCI_BAIKAL=m: PCIe root complex. Compiled as a module since takes
  ages (60 seconds or so) to probe the hardware. If compiled in
  substantially increases the boot time, and machine is completely
  unresponsive during probing PCIe. When built as a module probing
  executes concurrently with other boot activities (unless booting
  from a PCIe device)

* STMMAC_ETH=m, STMMAC_PLATFORM=m, DWMAC_BAIKAL=m: Ethernet driver
2021-06-22 16:35:50 +03:00
.abf.yml [bot] upd: 5.10.42 -> 5.10.45 2021-06-22 15:05:04 +03:00
0001-AltHa-LSM-module.patch Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
0001-Apply-AUFS-5.patch Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
0001-audit-make-it-less-verbose.patch Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
0001-crypto-support-loading-GOST-signed-kernel-modules.patch patch: support loading GOST-signed modules 2020-08-06 14:30:23 +03:00
0001-disable-mrproper-prepare-scripts-configs-in-devel-rp.patch Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
0001-perf-skip-xmlto-validation.patch Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
0001-Remove-RPM-illegal-chars-from-module-version.patch w/a illegal characters in RPM Provides 2020-06-18 18:38:30 +03:00
0001-Revert-kallsyms-unexport-kallsyms_lookup_name-and-ka.patch Lighten protection against violating GPL to be able to build e.g. anbox kernel modules 2021-01-01 19:13:15 +03:00
0001-ROSA-ima-allow-to-off-modules-signature-check-dynami.patch add comment about secure boot and module.sig_enforce=0 2020-08-20 09:40:21 +03:00
0001-sign-file-full-functionality-with-modern-LibreSSL.patch Replace patch for sign-file.c with the one sent to upstream. CONFIG_MODULE_SIG_STREEBOG* does not make sense now as there is no tool to properly sign with a GOST algo 2020-03-19 00:42:46 +03:00
0002-Documentation-for-AltHa-LSM.patch Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
0003-security-altha-altha_lsm.c-build-fixed-with-kernel-5.patch Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
0004-altha-use-path-strings-instead-of-path-structs.patch Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
0601-Baikal-M-Kconfig-defconfig.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0602-Baikal-M-clock-driver.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0603-efi-rtc-avoid-calling-efi.get_time-on-Baikal-M-board.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0604-efi-arm-runtime-print-EFI-mapping.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0605-ethernet-stmmac-made-dwmac1000_-DMA-functions-availa.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0606-stmmac-Baikal-M-dwmac-driver.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0607-Fixed-secondary-CPUs-boot-on-BE-M1000-SoC.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0608-Baikal-M-USB-driver.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0609-Baikal-M-video-unit-driver.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0610-Added-Baikal-T1-M-BMC-driver.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0611-dw-hdmi-ahb-audio-support-BE-M1000-SoC.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0612-bt1-pvt.c-access-registers-via-pvt_-readl-writel-hel.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0613-bt1-pvt-define-pvt_readl-pvt_writel-for-BE-M1000-SoC.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0614-bt1-pvt-adjust-probing-for-BE-M1000-SoC.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0615-bt1-pvt-added-compatible-baikal-pvt.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0616-Baikal-M-PCIe-driver-from-SDK-M-4.3.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0617-Baikal-M-PCIe-driver-from-SDK-M-4.4.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0618-baikal_vdu-avoid-using-SMC-calls-for-updating-frameb.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0619-panfrost-compatibility-with-Baikal-M-firmware-from-S.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0620-cpufreq-dt-don-t-load-on-BE-M1000-SoC.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0621-baikal_clk-compatibility-with-SDK-M-5.1-firmware.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0622-stmmac_mdio-implemented-reset-via-MAC-GP-out-pin.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0623-dwmac_baikal-clear-PHY-reset-before-calling-generic-.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0624-BROKEN-dwc-i2s-support-BE-M1000-SoC.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
0625-baikal_vdu_drm-LVDS-panel-support.patch Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
aufs-k510.diff Update from 5.4 to 5.10.1 2020-12-21 21:09:17 +03:00
cpupower-start.sh cpupower: Select the governor at start time rather than during install 2015-03-13 17:29:40 +03:00
cpupower.config cpupower: Select the governor at start time rather than during install 2015-03-13 17:29:40 +03:00
cpupower.path Make sure cpupower starts after the list of governors is available 2015-03-17 20:53:12 +03:00
cpupower.service Make sure cpupower starts after the list of governors is available 2015-03-17 20:53:12 +03:00
kernel-arm64.config Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
kernel-i586.config Tune kernel interactivity 2021-02-23 14:57:41 +03:00
kernel-x86_64.config Tune kernel interactivity 2021-02-23 14:57:41 +03:00
kernel.rpmlintrc allow longer descriprions in rpm5 platforms (I previously encresed max description length in rpm4) 2020-10-27 23:58:19 +03:00
kernel.spec Add support of Baikal-M SoCs 2021-06-22 16:35:50 +03:00
le9pf.diff test another version of le9 from pf-kernel maintainer 2020-12-26 19:53:02 +03:00
macros.ksobirator Drop *-latest provides 2021-05-08 18:59:36 +03:00