| 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: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 \ |
| " |