forked from len0rd/rockbox
Onda VX747:
1) Improve touchscreen handling 2) Add RTC driver 4) Add NAND Flash ID scanning 3) Other minor fixes Nand_ID: Add a generic NAND ID database (currently only containg Samsung chips) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18052 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd06769ba2
commit
ebb612fbcc
9 changed files with 503 additions and 44 deletions
|
|
@ -155,6 +155,8 @@ drivers/rtc/rtc_mr100.c
|
|||
drivers/rtc/rtc_mc13783.c
|
||||
#elif (CONFIG_RTC == RTC_TCC77X)
|
||||
drivers/rtc/rtc_tcc77x.c
|
||||
#elif (CONFIG_RTC == RTC_JZ47XX)
|
||||
drivers/rtc/rtc_jz4740.c
|
||||
#endif /* (CONFIG_RTC == RTC_) */
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
|
|
@ -1073,9 +1075,10 @@ target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
|
|||
#endif /* MEIZU_M6SL */
|
||||
|
||||
#if CONFIG_CPU==JZ4732
|
||||
target/mips/ingenic_jz47xx/ata-jz4740.c
|
||||
target/mips/ingenic_jz47xx/ata-nand-jz4740.c
|
||||
target/mips/ingenic_jz47xx/lcd-jz4740.c
|
||||
target/mips/ingenic_jz47xx/system-jz4740.c
|
||||
drivers/nand_id.c
|
||||
#endif
|
||||
|
||||
#ifdef ONDA_VX747
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue