mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +00:00
No description
![]() 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 |
||
---|---|---|
.abf.yml | ||
0001-AltHa-LSM-module.patch | ||
0001-Apply-AUFS-5.patch | ||
0001-audit-make-it-less-verbose.patch | ||
0001-crypto-support-loading-GOST-signed-kernel-modules.patch | ||
0001-disable-mrproper-prepare-scripts-configs-in-devel-rp.patch | ||
0001-perf-skip-xmlto-validation.patch | ||
0001-Remove-RPM-illegal-chars-from-module-version.patch | ||
0001-Revert-kallsyms-unexport-kallsyms_lookup_name-and-ka.patch | ||
0001-ROSA-ima-allow-to-off-modules-signature-check-dynami.patch | ||
0001-sign-file-full-functionality-with-modern-LibreSSL.patch | ||
0002-Documentation-for-AltHa-LSM.patch | ||
0003-security-altha-altha_lsm.c-build-fixed-with-kernel-5.patch | ||
0004-altha-use-path-strings-instead-of-path-structs.patch | ||
0601-Baikal-M-Kconfig-defconfig.patch | ||
0602-Baikal-M-clock-driver.patch | ||
0603-efi-rtc-avoid-calling-efi.get_time-on-Baikal-M-board.patch | ||
0604-efi-arm-runtime-print-EFI-mapping.patch | ||
0605-ethernet-stmmac-made-dwmac1000_-DMA-functions-availa.patch | ||
0606-stmmac-Baikal-M-dwmac-driver.patch | ||
0607-Fixed-secondary-CPUs-boot-on-BE-M1000-SoC.patch | ||
0608-Baikal-M-USB-driver.patch | ||
0609-Baikal-M-video-unit-driver.patch | ||
0610-Added-Baikal-T1-M-BMC-driver.patch | ||
0611-dw-hdmi-ahb-audio-support-BE-M1000-SoC.patch | ||
0612-bt1-pvt.c-access-registers-via-pvt_-readl-writel-hel.patch | ||
0613-bt1-pvt-define-pvt_readl-pvt_writel-for-BE-M1000-SoC.patch | ||
0614-bt1-pvt-adjust-probing-for-BE-M1000-SoC.patch | ||
0615-bt1-pvt-added-compatible-baikal-pvt.patch | ||
0616-Baikal-M-PCIe-driver-from-SDK-M-4.3.patch | ||
0617-Baikal-M-PCIe-driver-from-SDK-M-4.4.patch | ||
0618-baikal_vdu-avoid-using-SMC-calls-for-updating-frameb.patch | ||
0619-panfrost-compatibility-with-Baikal-M-firmware-from-S.patch | ||
0620-cpufreq-dt-don-t-load-on-BE-M1000-SoC.patch | ||
0621-baikal_clk-compatibility-with-SDK-M-5.1-firmware.patch | ||
0622-stmmac_mdio-implemented-reset-via-MAC-GP-out-pin.patch | ||
0623-dwmac_baikal-clear-PHY-reset-before-calling-generic-.patch | ||
0624-BROKEN-dwc-i2s-support-BE-M1000-SoC.patch | ||
0625-baikal_vdu_drm-LVDS-panel-support.patch | ||
aufs-k510.diff | ||
cpupower-start.sh | ||
cpupower.config | ||
cpupower.path | ||
cpupower.service | ||
kernel-arm64.config | ||
kernel-i586.config | ||
kernel-x86_64.config | ||
kernel.rpmlintrc | ||
kernel.spec | ||
le9pf.diff | ||
macros.ksobirator |