mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
TARGET_TREE is not needed anymore
spotted by jhMikeS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31597 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed93d123dc
commit
b5e879e837
74 changed files with 1 additions and 90 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Rockbox as an application on Android
|
* This config file is for Rockbox as an application on Android
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* We don't run on hardware directly */
|
/* We don't run on hardware directly */
|
||||||
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID)
|
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Cowon D2
|
* This config file is for the Cowon D2
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 24
|
#define MODEL_NUMBER 24
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Creative Zen Vision
|
* This config file is for the Creative Zen Vision
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define CONFIG_SDRAM_START 0x00900000
|
#define CONFIG_SDRAM_START 0x00900000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for toshiba Gigabeat F
|
* This config file is for toshiba Gigabeat F
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define TOSHIBA_GIGABEAT_F 1
|
#define TOSHIBA_GIGABEAT_F 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for toshiba Gigabeat S
|
* This config file is for toshiba Gigabeat S
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define TOSHIBA_GIGABEAT_S 1
|
#define TOSHIBA_GIGABEAT_S 1
|
||||||
|
|
||||||
#define MODEL_NAME "Toshiba Gigabeat S"
|
#define MODEL_NAME "Toshiba Gigabeat S"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the Philips GoGear HDD16x0/HDD18x0
|
* This config file is for the Philips GoGear HDD16x0/HDD18x0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 31
|
#define MODEL_NUMBER 31
|
||||||
#define MODEL_NAME "Philips GoGear HDD16x0"
|
#define MODEL_NAME "Philips GoGear HDD16x0"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the Philips GoGear HDD63x0
|
* This config file is for the Philips GoGear HDD63x0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 65
|
#define MODEL_NUMBER 65
|
||||||
#define MODEL_NAME "Philips GoGear HDD63x0"
|
#define MODEL_NAME "Philips GoGear HDD63x0"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Philips GoGear SA9200
|
* This config file is for the Philips GoGear SA9200
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 34
|
#define MODEL_NUMBER 34
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for HiFiMAN HM-60x reference design
|
* This config file is for HiFiMAN HM-60x reference design
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 79
|
#define MODEL_NUMBER 79
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for HiFiMAN HM-60x reference design
|
* This config file is for HiFiMAN HM-60x reference design
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 82
|
#define MODEL_NUMBER 82
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Iaudio7 series
|
* This config file is for the Iaudio7 series
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 32
|
#define MODEL_NUMBER 32
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for iAudio M3
|
* This config file is for iAudio M3
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 25
|
#define MODEL_NUMBER 25
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for iAudio M5
|
* This config file is for iAudio M5
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 17
|
#define MODEL_NUMBER 17
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for iAudio X5
|
* This config file is for iAudio X5
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 10
|
#define MODEL_NUMBER 10
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Apple iPod 1g and 2g
|
* This config file is for the Apple iPod 1g and 2g
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the Apple iPod 3g
|
* This config file is for the Apple iPod 3g
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
#define MODEL_NAME "Apple iPod 3g"
|
#define MODEL_NAME "Apple iPod 3g"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Apple iPod 4g Grayscale
|
* This config file is for the Apple iPod 4g Grayscale
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for iPod 6G / Classic
|
* This config file is for iPod 6G / Classic
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Apple iPod Color/Photo
|
* This config file is for the Apple iPod Color/Photo
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Apple iPod Mini (1st Gen)
|
* This config file is for the Apple iPod Mini (1st Gen)
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Apple iPod Mini 2nd Gen
|
* This config file is for the Apple iPod Mini 2nd Gen
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Apple iPod Nano
|
* This config file is for the Apple iPod Nano
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for iPod Nano 2nd Generation
|
* This config file is for iPod Nano 2nd Generation
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Apple iPod Video
|
* This config file is for the Apple iPod Video
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the iriver H10 20Gb
|
* This config file is for the iriver H10 20Gb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 13
|
#define MODEL_NUMBER 13
|
||||||
#define MODEL_NAME "iriver H10 20GB"
|
#define MODEL_NAME "iriver H10 20GB"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This config file is for iriver iHP-100, iHP-110, iHP-115
|
* This config file is for iriver iHP-100, iHP-110, iHP-115
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the iriver H10 5/6Gb model
|
* This config file is for the iriver H10 5/6Gb model
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 14
|
#define MODEL_NUMBER 14
|
||||||
#define MODEL_NAME "iriver H10 5/6GB"
|
#define MODEL_NAME "iriver H10 5/6GB"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
/*
|
/*
|
||||||
* This config file is for iriver H120 and H140
|
* This config file is for iriver H120 and H140
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
/*
|
/*
|
||||||
* This config file is for iriver H320, H340
|
* This config file is for iriver H320, H340
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for iriver iFP-799
|
* This config file is for iriver iFP-799
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE
|
|
||||||
|
|
||||||
#define IRIVER_IFP7XX_SERIES 1
|
#define IRIVER_IFP7XX_SERIES 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Logik DAX MP3/DAB
|
* This config file is for the Logik DAX MP3/DAB
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 33
|
#define MODEL_NUMBER 33
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Lyre prototype 1.
|
* This config file is for the Lyre prototype 1.
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define CONFIG_SDRAM_START 0x20000000
|
#define CONFIG_SDRAM_START 0x20000000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Meizu M3
|
* This config file is for Meizu M3
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 39
|
#define MODEL_NUMBER 39
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Meizu M6SL
|
* This config file is for Meizu M6SL
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 38
|
#define MODEL_NUMBER 38
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Meizu M6SP
|
* This config file is for Meizu M6SP
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 37
|
#define MODEL_NUMBER 37
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Mini2440
|
* This config file is for the Mini2440
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 131
|
#define MODEL_NUMBER 131
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for MPIO HD200
|
* This config file is for MPIO HD200
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 69
|
#define MODEL_NUMBER 69
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for MPIO HD200
|
* This config file is for MPIO HD200
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 70
|
#define MODEL_NUMBER 70
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the Olympus m:robe MR-100
|
* This config file is for the Olympus m:robe MR-100
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 23
|
#define MODEL_NUMBER 23
|
||||||
#define MODEL_NAME "Olympus m:robe MR-100"
|
#define MODEL_NAME "Olympus m:robe MR-100"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the M:Robe 500i
|
* This config file is for the M:Robe 500i
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* This is the absolute address on the bus */
|
/* This is the absolute address on the bus */
|
||||||
#define CONFIG_SDRAM_START 0x00900000
|
#define CONFIG_SDRAM_START 0x00900000
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Rockbox as an application on the Nokia N8xx
|
* This config file is for Rockbox as an application on the Nokia N8xx
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* We don't run on hardware directly */
|
/* We don't run on hardware directly */
|
||||||
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_MAEMO4)
|
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_MAEMO4)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Rockbox as an application on the Nokia N900
|
* This config file is for Rockbox as an application on the Nokia N900
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* We don't run on hardware directly */
|
/* We don't run on hardware directly */
|
||||||
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_MAEMO5)
|
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_MAEMO5)
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,6 @@
|
||||||
* This config file is for the Onda VX747(+)/VX777
|
* This config file is for the Onda VX747(+)/VX777
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define CONFIG_SDRAM_START 0x80004000
|
#define CONFIG_SDRAM_START 0x80004000
|
||||||
|
|
||||||
#ifdef ONDA_VX747P
|
#ifdef ONDA_VX747P
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Onda VX747
|
* This config file is for the Onda VX747
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define CONFIG_SDRAM_START 0x80004000
|
#define CONFIG_SDRAM_START 0x80004000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,6 @@
|
||||||
* This config file is for the Onda VX747(+)/VX777
|
* This config file is for the Onda VX747(+)/VX777
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define CONFIG_SDRAM_START 0x80004000
|
#define CONFIG_SDRAM_START 0x80004000
|
||||||
|
|
||||||
#define MODEL_NAME "Onda VX777"
|
#define MODEL_NAME "Onda VX777"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Rockbox as an application on the Nokia N8xx
|
* This config file is for Rockbox as an application on the Nokia N8xx
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* We don't run on hardware directly */
|
/* We don't run on hardware directly */
|
||||||
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_PANDORA)
|
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_PANDORA)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Rockchip rk27xx reference design
|
* This config file is for Rockchip rk27xx reference design
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 78
|
#define MODEL_NUMBER 78
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the Samsung YH-820
|
* This config file is for the Samsung YH-820
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 57
|
#define MODEL_NUMBER 57
|
||||||
#define MODEL_NAME "Samsung YH-820"
|
#define MODEL_NAME "Samsung YH-820"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the Samsung YH-920
|
* This config file is for the Samsung YH-920
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 58
|
#define MODEL_NUMBER 58
|
||||||
#define MODEL_NAME "Samsung YH-920"
|
#define MODEL_NAME "Samsung YH-920"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the Samsung YH-925
|
* This config file is for the Samsung YH-925
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 59
|
#define MODEL_NUMBER 59
|
||||||
#define MODEL_NAME "Samsung YH-925"
|
#define MODEL_NAME "Samsung YH-925"
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@
|
||||||
* The target name for ifdefs is: SAMSUNG_YPR0; or CONFIG_PLATFORM & PLAFTORM_YPR0
|
* The target name for ifdefs is: SAMSUNG_YPR0; or CONFIG_PLATFORM & PLAFTORM_YPR0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* We don't run on hardware directly */
|
/* We don't run on hardware directly */
|
||||||
/* YP-R0 need it too of course */
|
/* YP-R0 need it too of course */
|
||||||
#define CONFIG_PLATFORM (PLATFORM_HOSTED)
|
#define CONFIG_PLATFORM (PLATFORM_HOSTED)
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for Samsung YP-S3
|
* This config file is for Samsung YP-S3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 53
|
#define MODEL_NUMBER 53
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sansa C100 series
|
* This config file is for the Sansa C100 series
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define MODEL_NAME "Sandisk Sansa c100 series"
|
#define MODEL_NAME "Sandisk Sansa c100 series"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa e200
|
* This config file is for the Sandisk Sansa e200
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 20
|
#define MODEL_NUMBER 20
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa c200v2
|
* This config file is for the Sandisk Sansa c200v2
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 44
|
#define MODEL_NUMBER 44
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa Clip
|
* This config file is for the Sandisk Sansa Clip
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 40
|
#define MODEL_NUMBER 40
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa Clip+
|
* This config file is for the Sandisk Sansa Clip+
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 66
|
#define MODEL_NUMBER 66
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa Clip v2
|
* This config file is for the Sandisk Sansa Clip v2
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 60
|
#define MODEL_NUMBER 60
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa Clip Zip
|
* This config file is for the Sandisk Sansa Clip Zip
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 79
|
#define MODEL_NUMBER 79
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sansa Connect
|
* This config file is for the Sansa Connect
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* This is the absolute address on the bus set by OF bootloader */
|
/* This is the absolute address on the bus set by OF bootloader */
|
||||||
#define CONFIG_SDRAM_START 0x01000000
|
#define CONFIG_SDRAM_START 0x01000000
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa e200
|
* This config file is for the Sandisk Sansa e200
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 16
|
#define MODEL_NUMBER 16
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa e200v2
|
* This config file is for the Sandisk Sansa e200v2
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 41
|
#define MODEL_NUMBER 41
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa Fuze
|
* This config file is for the Sandisk Sansa Fuze
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 43
|
#define MODEL_NUMBER 43
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa Fuze+
|
* This config file is for the Sandisk Sansa Fuze+
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 72
|
#define MODEL_NUMBER 72
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa Fuze v2
|
* This config file is for the Sandisk Sansa Fuze v2
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 68
|
#define MODEL_NUMBER 68
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sansa M200 series
|
* This config file is for the Sansa M200 series
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 29
|
#define MODEL_NUMBER 29
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sansa M200 V4 series
|
* This config file is for the Sansa M200 V4 series
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 42
|
#define MODEL_NUMBER 42
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Sandisk Sansa View
|
* This config file is for the Sandisk Sansa View
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 63
|
#define MODEL_NUMBER 63
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the SDL application
|
* This config file is for the SDL application
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* We don't run on hardware directly */
|
/* We don't run on hardware directly */
|
||||||
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_SDL)
|
#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_SDL)
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
* This config file is for the Tatung Elio TPJ-1022
|
* This config file is for the Tatung Elio TPJ-1022
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define MODEL_NAME "Tatung Elio TPJ-1022"
|
#define MODEL_NAME "Tatung Elio TPJ-1022"
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for Packard Bell Vibe 500
|
* This config file is for Packard Bell Vibe 500
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 67
|
#define MODEL_NUMBER 67
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Creative Zen Vision:M
|
* This config file is for the Creative Zen Vision:M
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define CONFIG_SDRAM_START 0x00900000
|
#define CONFIG_SDRAM_START 0x00900000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Creative Zen Vision:M 60GB
|
* This config file is for the Creative Zen Vision:M 60GB
|
||||||
*/
|
*/
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
|
||||||
|
|
||||||
#define CONFIG_SDRAM_START 0x00900000
|
#define CONFIG_SDRAM_START 0x00900000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
|
|
||||||
#if defined(TARGET_TREE) && !defined(__PCTOOL__)
|
#ifndef __PCTOOL__
|
||||||
#include "lcd-remote-target.h"
|
#include "lcd-remote-target.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue