summaryrefslogtreecommitdiffstats
path: root/firmware/FILES
AgeCommit message (Collapse)AuthorFilesLines
2008-03-26kill the release script and build tarball from *everything* in SVN...Daniel Stenberg1-71/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16818 a1c6a512-1295-4272-9138-f99709370657
2008-03-26Include .lds files in the tar ballLinus Nielsen Feltzing1-0/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16815 a1c6a512-1295-4272-9138-f99709370657
2008-03-24Fix the dreaded FILES files.Jens Arnold1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16780 a1c6a512-1295-4272-9138-f99709370657
2008-01-14Initial Cowon D2 commit:Rob Purchase1-0/+2
* bootloader test program (basic LCD & button drivers, reads touchscreen) * work-in-progress stubs for main build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16090 a1c6a512-1295-4272-9138-f99709370657
2008-01-09m:robe 100 fixes: (1) add missing keymap (copied from H10), (2) rename ↵Mark Arigo1-0/+1
lcd_yuv_blit to lcd_grey_phase_blit (since lcd is mono), and (3) update firmware/FILES for the new target. The bootloader and target builds should compile now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16037 a1c6a512-1295-4272-9138-f99709370657
2008-01-06Tarball fixup.Jonas Häggqvist1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16005 a1c6a512-1295-4272-9138-f99709370657
2007-11-22New USB stackBjörn Stenberg1-3/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15758 a1c6a512-1295-4272-9138-f99709370657
2007-11-19Bring the tarball more in line with SVN. (notably, include rbspeexenc)Jonas Häggqvist1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15678 a1c6a512-1295-4272-9138-f99709370657
2007-11-11Add gigabeat S files to FILES and sort entries under target/armNils Wallménius1-9/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15564 a1c6a512-1295-4272-9138-f99709370657
2007-10-28Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader ↵Dave Chapman1-0/+2
build compiles and runs (but only displays some debugging info), and the LCD and ADC drivers are working. Two different bootloader builds are possible: 1) The default build is just a test application for uploading to the device via tcctool; 2) Adding -DTCCBOOT to EXTRA_DEFINES in the build directory Makefile will compile the bootloader so that it can be appended to the end of the original firmware and installed on the device, dual-booting. This commit also includes some work by Hein-Pieter van Braam on a port to the iAudio 7, but that doesn't build yet. A large part of these ports will be generic to all TCC77x devices - see the TelechipsInfo wiki page for some other devices with this CPU. NOTE: Compiling these builds requires an arm-elf-gcc with armv5 support - the current version of rockboxdev.sh compiles such a gcc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15339 a1c6a512-1295-4272-9138-f99709370657
2007-09-30Move some more files around and get the main build compilingKarl Kurbjun1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14919 a1c6a512-1295-4272-9138-f99709370657
2007-09-20add some missing filesJonathan Gordon1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14765 a1c6a512-1295-4272-9138-f99709370657
2007-09-08Add missing files following the C200 commitDave Chapman1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14641 a1c6a512-1295-4272-9138-f99709370657
2007-09-04Include some more stuff in the tarballs.Jonas Häggqvist1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14606 a1c6a512-1295-4272-9138-f99709370657
2007-08-27Add the new USB code to the source tarballsDave Chapman1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14482 a1c6a512-1295-4272-9138-f99709370657
2007-07-19include the files in firmware/drivers/tuner in the tarballsNils Wallménius1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13930 a1c6a512-1295-4272-9138-f99709370657
2007-04-19move audio drivers together into a subdirMarcoen Hirschberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13209 a1c6a512-1295-4272-9138-f99709370657
2007-04-19move the iriver ifp7xx and other pnx0101 related files together in the ↵Marcoen Hirschberg1-1/+1
target tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13207 a1c6a512-1295-4272-9138-f99709370657
2007-04-18move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid ↵Marcoen Hirschberg1-1/+1
problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13200 a1c6a512-1295-4272-9138-f99709370657
2007-03-12Sorted and updated FILES for both apps and firmware, included features.txt ↵Nils Wallménius1-20/+23
preparing for the lang v2 cleanup, should fix FS# 6805 unless Lear's previous committ got it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12741 a1c6a512-1295-4272-9138-f99709370657
2007-03-12Add missing files (for Archos and iRiver M5) to the source archive.Magnus Holmgren1-0/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12739 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Add new target/arm/ipod/video/ directory to source tarballs.Dave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12484 a1c6a512-1295-4272-9138-f99709370657
2006-11-27forgot to add the RTC driversMarcoen Hirschberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11617 a1c6a512-1295-4272-9138-f99709370657
2006-11-18Add a few missing files to the tarballJonas Häggqvist1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11551 a1c6a512-1295-4272-9138-f99709370657
2006-11-03Add target/coldfire/iriver/ to the tar filesLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11419 a1c6a512-1295-4272-9138-f99709370657
2006-10-29oops, two files didnt get commitedJonathan Gordon1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11381 a1c6a512-1295-4272-9138-f99709370657
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11129 a1c6a512-1295-4272-9138-f99709370657
2006-09-10Add iriver H300 and Tatung TPJ-1022 target-tree directoriesDave Chapman1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10925 a1c6a512-1295-4272-9138-f99709370657
2006-08-12include gigabeat files from the target treeMarcoen Hirschberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10540 a1c6a512-1295-4272-9138-f99709370657
2006-08-03H10 is a target_tree targetDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10449 a1c6a512-1295-4272-9138-f99709370657
2006-08-01added mostly dummy changes to allow building of a Sansa e200 bootloaderDaniel Stenberg1-0/+1
without functionality git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10399 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Include more files from the target tree in the source tarballsLinus Nielsen Feltzing1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10329 a1c6a512-1295-4272-9138-f99709370657
2006-04-07include x5 files from the target treeDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9555 a1c6a512-1295-4272-9138-f99709370657
2006-02-01added the missing decompressor filesDaniel Stenberg1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8522 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Removed outdated win32.makLinus Nielsen Feltzing1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6947 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Removed firmware/fontsLinus Nielsen Feltzing1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6946 a1c6a512-1295-4272-9138-f99709370657
2004-10-04added the new SOURCES files to the tarballDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5159 a1c6a512-1295-4272-9138-f99709370657
2004-05-12Added .S files in driversBjörn Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4608 a1c6a512-1295-4272-9138-f99709370657
2004-03-19Include mem*.S in daily tar ballsHenrik Backe1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4411 a1c6a512-1295-4272-9138-f99709370657
2004-01-09Removed mallocBjörn Stenberg1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4216 a1c6a512-1295-4272-9138-f99709370657
2003-02-17moved the single-letter wildcard to a single line to prevent the tarball-Daniel Stenberg1-3/+1
generating script from outputting a minor warning! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3285 a1c6a512-1295-4272-9138-f99709370657
2003-02-13Added export/ directoryBjörn Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3242 a1c6a512-1295-4272-9138-f99709370657
2003-01-27removed old emacs file, added new onesDaniel Stenberg1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3166 a1c6a512-1295-4272-9138-f99709370657
2002-10-10Added fonts/*.bdfBjörn Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2572 a1c6a512-1295-4272-9138-f99709370657
2002-09-02added those gnush makefilesDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2123 a1c6a512-1295-4272-9138-f99709370657
2002-08-22CONFIG, API, CONTRIBUTING and CREDITS are now in ../docs/Daniel Stenberg1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1915 a1c6a512-1295-4272-9138-f99709370657
2002-06-17Added include files to tarballDaniel Stenberg1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1033 a1c6a512-1295-4272-9138-f99709370657
2002-05-29add the FILES file itselfDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@778 a1c6a512-1295-4272-9138-f99709370657
2002-05-27files included in tarballDaniel Stenberg1-0/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@738 a1c6a512-1295-4272-9138-f99709370657