Fix some modules to export more used symbols(cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)
Add opt_platform.h for several modules that have #ifdef FDT in the source.Submitted by: Andre Albsmeier <[email protected]>
Remove some files that snuck in via cut and paste.Having these compiled into the module causes the kobj method descriptorsto be resolved incorrectly (by the compile-time linker instead of thekern
Remove some files that snuck in via cut and paste.Having these compiled into the module causes the kobj method descriptorsto be resolved incorrectly (by the compile-time linker instead of thekernel linker), which then leads to hours of frustrating debugging.
show more ...
Build at45d and mx25l SPI flash drivers as modules.
Add ofw_bus_if.h to SRCS.
Add modules/spi as a gathering point for SPI-related modules, analagous tomodules/i2c for i2c/iicbus modules. Build spibus as a module.