| require linux-gbmc.inc |
| |
| KBRANCH = "gbmc-5.15" |
| LINUX_VERSION = "5.15.120" |
| SRCREV = "09e4e4548829f63fcaf8b5c576c635994d60bdbf" |
| PV = "${LINUX_VERSION}+git${SRCPV}" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| |
| FILESEXTRAPATHS:prepend := "${THISDIR}/5.15:" |
| |
| SRC_URI:prepend = "git://gbmc.googlesource.com/linux;protocol=https;branch=${KBRANCH} " |
| |
| SRC_URI:append = " \ |
| file://0001-hwmon-Add-driver-for-MPS-MPQ8785-Synchronous-Step-Do.patch \ |
| file://0001-hwmon-pmbus-Add-ltc4286-driver.patch \ |
| " |
| |
| SRC_URI:append:aspeed-g6 = " \ |
| file://0001-net-ftgmac100-Support-for-fixed-PHYs.patch \ |
| file://DOWNSTREAM_0002-kernel-Ensure-only-3-byte-read-command-can-be-sent.patch \ |
| file://0003-net-ftgmac100-Add-scu-reset-toggling.patch \ |
| file://0003-ftgmac100-enlarge-the-ring-size.patch \ |
| file://0001-ARM-aspeed-Add-CPU-hotplug-callbacks-for-kexec-suppo.patch \ |
| " |
| |
| # Aspeed eMMC driver fixes. |
| # The commit "mmc-aspeed-fix-sdhci-software-reset-can-t-be-cleared" allows us |
| # to recover from any sdhci errors. That fix resolves b/267685954, where we |
| # found that some machines hit sdhci errors during initialization, which the |
| # driver couldn't recover from, leaving the eMMC unusable until the BMC reboots. |
| # The other 3 patches are dependencies needed by that fix. |
| SRC_URI:append:aspeed-g6 = " \ |
| file://0001-sdhci-aspeed-Add-SDR50-support.patch \ |
| file://0002-arm-dts-aspeed-Change-eMMC-device-compatible.patch \ |
| file://0003-mmc-aspeed-Adjust-delay-taps-calculation-method.patch \ |
| file://0004-mmc-aspeed-fix-sdhci-software-reset-can-t-be-cleared.patch \ |
| " |
| |
| # Import npcm8xx code from Nuvoton 5.15 |
| SRC_URI:append:npcm8xx = " \ |
| file://1001-arm64-dts-nuvoton-Add-initial-NPCM8XX-source.patch \ |
| file://1002-drivers-clk-npcm8xx-sync-npcm-clock.patch \ |
| file://1003-drivers-reset-sync-npcm-reset.patch \ |
| file://1004-drivers-pinctrl-nuvoton-sync-npcm-pinctrl.patch \ |
| file://1005-drivers-iio-adc-sync-npcm-adc.patch \ |
| file://1006-drivers-char-ipmi-sync-npcm-kcs-bmc.patch \ |
| file://1007-drivers-char-hwrng-npcm-sync-npcm-rng.patch \ |
| file://1008-drivers-spi-sync-npcm-spi.patch \ |
| file://1009-drivers-usb-host-sync-npcm-ehci-ohci.patch \ |
| file://1010-drivers-edac-sync-npcm-edac.patch \ |
| file://1011-drivers-net-stmmac-add-npcm-support.patch \ |
| file://1012-drivers-char-sync-npcm-otp.patch \ |
| file://1013-drivers-watchdog-sync-npcm-wdt.patch \ |
| file://1014-drivers-i2c-sync-npcm-i2c.patch \ |
| file://1015-drivers-misc-sync-npcm-jtag-master.patch \ |
| file://1016-drivers-misc-sync-npcm-lpc-and-pci-mbox.patch \ |
| file://1017-drivers-crypto-sync-npcm-crypto.patch \ |
| file://1018-drivers-gpio-sync-npcm-sgpio.patch \ |
| file://1019-drivers-mailbox-sync-npcm-mailbox.patch \ |
| file://1020-drivers-soc-sync-npcm-soc.patch \ |
| file://1021-drivers-thermal-sync-npcm-thermal.patch \ |
| file://1022-drivers-clocksource-sync-timer-npcm.patch \ |
| file://1023-drivers-net-sync-npcm-emc.patch \ |
| file://1024-drivers-i2c-add-slave-mqueue.patch \ |
| file://1025-drivers-i3c-mctp-sync-npcm-i3c-mctp.patch \ |
| file://1026-gpio-use-raw-spinlock-for-gpio-chip-shadowed-data.patch \ |
| file://1027-arm64-Set-ARCH_NR_GPIO-to-1024-for-ARCH_NPCM.patch \ |
| file://1028-iio-adc-npcm-clear-interrupt-status-at-probe.patch \ |
| file://npcm8xx_defconfig \ |
| " |