forked from len0rd/rockbox
Sansa Connect: Initial libertas WiFi driver port
Import non-free firmware image from linux-firmware package. Firmware loading works but is disabled at compile time because just loading firmware without configuring device results in higher power consumption without any benefit to end user. Change-Id: I8fd252c49385ede1ea4e0f9b1e29adeb331ab8ae
This commit is contained in:
parent
c9f2308a1d
commit
e11fa5f74e
15 changed files with 1142 additions and 2 deletions
|
@ -536,6 +536,15 @@ target/hosted/sdl/pcm-sdl.c
|
|||
|
||||
#endif /* !defined(BOOTLOADER) */
|
||||
|
||||
/* WiFi */
|
||||
#if !defined(BOOTLOADER)
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
#if defined(HAVE_W8686_SPI)
|
||||
drivers/libertas/if_spi.c
|
||||
#endif
|
||||
#endif /* (CONFIG_PLATFORM & PLATFORM_NATIVE) */
|
||||
#endif /* !defined(BOOTLOADER) */
|
||||
|
||||
/* CPU Specific - By class then particular chip if applicable */
|
||||
#if defined(CPU_COLDFIRE)
|
||||
|
||||
|
@ -1266,6 +1275,7 @@ target/arm/tms320dm320/sansa-connect/usb-sansaconnect.c
|
|||
target/arm/tms320dm320/sansa-connect/avr-sansaconnect.c
|
||||
target/arm/tms320dm320/sansa-connect/backlight-sansaconnect.c
|
||||
target/arm/tms320dm320/sansa-connect/pcm-sansaconnect.c
|
||||
target/arm/tms320dm320/sansa-connect/wifi-sansaconnect.c
|
||||
target/arm/tms320dm320/dma-dm320.c
|
||||
#endif /* SANSA_CONNECT */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue