From d55680993df9b6743506814d98b5cc1859828f8a Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Thu, 27 Apr 2017 11:36:40 +0200 Subject: Agptek Rocker: Initial commit Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b --- firmware/SOURCES | 51 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 18 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 1310fa0434..96d5d3dcec 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -96,10 +96,6 @@ target/hosted/samsungypr/radio-ypr.c #endif #if defined(SONY_NWZ_LINUX) && !defined(SIMULATOR) -target/hosted/backtrace-glibc.c -target/hosted/kernel-unix.c -target/hosted/filesystem-unix.c -target/hosted/lc-unix.c target/hosted/sonynwz/lcd-nwz.c target/hosted/sonynwz/button-nwz.c target/hosted/sonynwz/system-nwz.c @@ -113,6 +109,23 @@ target/hosted/sonynwz/nvp-nwz.c target/hosted/sonynwz/nwz-db.c #endif +#if defined(AGPTEK_ROCKER) && !defined(SIMULATOR) +target/hosted/backtrace-glibc.c +target/hosted/kernel-unix.c +target/hosted/filesystem-unix.c +target/hosted/lc-unix.c +target/hosted/alsa-controls.c +target/hosted/pcm-alsa.c +target/hosted/agptek/sysfs.c +target/hosted/agptek/backlight-agptek.c +target/hosted/agptek/button-agptek.c +target/hosted/agptek/debug-agptek.c +target/hosted/agptek/lcd-agptek.c +target/hosted/agptek/power-agptek.c +target/hosted/agptek/powermgmt-agptek.c +target/hosted/agptek/system-agptek.c +#endif + #if defined(SAMSUNG_YPR0) && !defined(SIMULATOR) drivers/adc-as3514.c #if (CONFIG_RTC == RTC_AS3514) @@ -250,7 +263,7 @@ drivers/lcd-16bit-vert.c #else drivers/lcd-16bit.c #endif -#elif LCD_DEPTH == 24 +#elif (LCD_DEPTH == 24) || (LCD_PIXELFORMAT == XRGB8888) drivers/lcd-24bit.c #endif /* LCD_DEPTH */ common/diacritic.c @@ -470,6 +483,8 @@ target/hosted/pcm-alsa.c drivers/audio/nwzlinux-codec.c target/hosted/alsa-controls.c target/hosted/pcm-alsa.c +#elif defined(HAVE_ROCKER_CODEC) +drivers/audio/rocker_codec.c #elif defined(HAVE_SDL_AUDIO) drivers/audio/sdl.c #if CONFIG_CODEC == SWCODEC @@ -1618,10 +1633,10 @@ target/arm/s5l8700/ipodnano2g/piezo-nano2g.c #ifdef IPOD_6G target/arm/ipod/button-clickwheel.c -target/arm/s5l8702/ipod6g/storage_ata-6g.c -target/arm/s5l8702/ipod6g/backlight-6g.c -target/arm/s5l8702/ipod6g/powermgmt-6g.c -target/arm/s5l8702/ipod6g/power-6g.c +target/arm/s5l8702/ipod6g/storage_ata-ipod6g.c +target/arm/s5l8702/ipod6g/backlight-ipod6g.c +target/arm/s5l8702/ipod6g/powermgmt-ipod6g.c +target/arm/s5l8702/ipod6g/power-ipod6g.c target/arm/s5l8702/kernel-s5l8702.c target/arm/s5l8702/system-s5l8702.c target/arm/s5l8702/timer-s5l8702.c @@ -1629,28 +1644,28 @@ target/arm/s5l8702/gpio-s5l8702.c target/arm/s5l8702/pl080.c target/arm/s5l8702/dma-s5l8702.c target/arm/s5l8702/clocking-s5l8702.c -target/arm/s5l8702/ipod6g/lcd-6g.c -target/arm/s5l8702/ipod6g/lcd-asm-6g.S -target/arm/s5l8702/ipod6g/piezo-6g.c +target/arm/s5l8702/ipod6g/lcd-ipod6g.c +target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S +target/arm/s5l8702/ipod6g/piezo-ipod6g.c #if 0 //TODO target/arm/s5l8702/postmortemstub.S #endif -target/arm/s5l8702/ipod6g/pmu-6g.c -target/arm/s5l8702/ipod6g/rtc-6g.c -target/arm/s5l8702/ipod6g/adc-6g.c +target/arm/s5l8702/ipod6g/pmu-ipod6g.c +target/arm/s5l8702/ipod6g/rtc-ipod6g.c +target/arm/s5l8702/ipod6g/adc-ipod6g.c #if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE) target/arm/s5l8702/usb-s5l8702.c #endif #ifdef HAVE_SERIAL target/arm/uc870x.c target/arm/s5l8702/uart-s5l8702.c -target/arm/s5l8702/ipod6g/serial-6g.c +target/arm/s5l8702/ipod6g/serial-ipod6g.c #endif #ifndef BOOTLOADER target/arm/s5l8702/debug-s5l8702.c target/arm/s5l8702/pcm-s5l8702.c -target/arm/s5l8702/ipod6g/audio-6g.c -target/arm/s5l8702/ipod6g/cscodec-6g.c +target/arm/s5l8702/ipod6g/audio-ipod6g.c +target/arm/s5l8702/ipod6g/cscodec-ipod6g.c #else target/arm/s5l8702/spi-s5l8702.c target/arm/s5l8702/crypto-s5l8702.c -- cgit v1.2.3