AsahiLinux / linux

Linux kernel source tree
Other
2.17k stars 84 forks source link

[brcmfmac] Finish firmware mem map, fix heap start calculation bug. #224

Closed dberlin closed 7 months ago

dberlin commented 8 months ago

This patch fixes the firmware memory map structure to be complete. Along the way, we fix a failure to align the heap memory start address, which causes failures with the newest apple wifi firmware.

With this patch, we can load the latest (sonoma 14.0 as of right now) apple wifi firmware. Without it, the firmware fails to start due to the heap start alignment being wrong

marcan commented 7 months ago

Manually cherry-picked, thanks!