-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting CONFIG_DM_CACHE=m and CONFIG_DM_CACHE_SMQ=m for arm7 and aarch64 #2553
Comments
See: #2553 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Actually, it looks like CONFIG_DM_CACHE was only ever enabled for rpi-4.4.y - it was requested in #1793 must have got lost in the move to rpi-4.5.y. Enabling CONFIG_DM_CACHE automatically enables CONFIG_DM_CACHE_SMQ, which means that the SMQ feature was also present in 4.4 but subsequently dropped. I therefore have no problem re-enabling it - see 2a6adf6. |
Thank you for fixing this, feel free to close this issue. |
kernel: firmware/raspberrypi: Notify firmware of a reboot See: #968 kernel: config: Add CONFIG_DM_CACHE See: raspberrypi/linux#2553 kernel: Cleanup of bcm2708_fb file to kernel coding standards kernel: Add ability to export the pin used by the gpio-poweroff driver See: raspberrypi/linux#2552 kernel: Revert: Sets the BCDC priority to constant 0 firmware: vc_image: vc_image_fill_yuv_uv sometimes overfilled the first column See: raspberrypi/userland#465 firmware: arm_loader: Add SET_NOTIFY_REBOOT message See: #968 firmware: gencmd: Report temperature with read_ring_osc values
kernel: firmware/raspberrypi: Notify firmware of a reboot See: raspberrypi/firmware#968 kernel: config: Add CONFIG_DM_CACHE See: raspberrypi/linux#2553 kernel: Cleanup of bcm2708_fb file to kernel coding standards kernel: Add ability to export the pin used by the gpio-poweroff driver See: raspberrypi/linux#2552 kernel: Revert: Sets the BCDC priority to constant 0 firmware: vc_image: vc_image_fill_yuv_uv sometimes overfilled the first column See: raspberrypi/userland#465 firmware: arm_loader: Add SET_NOTIFY_REBOOT message See: raspberrypi/firmware#968 firmware: gencmd: Report temperature with read_ring_osc values
See: #2553 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2553 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2553 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2553 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2553 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2553 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2553 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
I'm requesting these two modules be added to the kernel config because they are required for the 'sd-lvm2' and 'lvm2' mkinitcpio modules on some operating systems. From what I can tell 'CONFIG_DM_CACHE=m' is already on the arm7 config but not the aarch64 one.
The text was updated successfully, but these errors were encountered: