1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/target/hosted
Thomas Martitz 249bba03f1 Initial commit of the Samsung YP-R0 port.
This port is a hybrid native/RaaA port. It runs on a embedded linux system,
but is the only application. It therefore can implement lots of stuff that
native targets also implement, while leveraging the underlying linux kernel.

The port is quite advanced. User interface, audio playback, plugins work
mostly fine. Missing is e.g. power mangement and USB (see SamsungYPR0 wiki page).

Included in utils/ypr0tools are scripts and programs required to generate
a patched firmware. The patched firmware has the rootfs modified to load
Rockbox. It includes a early/safe USB mode.

This port needs a new toolchain, one that includes glibc headers and libraries.
rockboxdev.sh can generate it, but e.g. codesourcey and distro packages may
also work.

Most of the initial effort is done by Lorenzo Miori and others (on ABI),
including reverse engineering and patching of the original firmware,
initial drivers, and more. Big thanks to you.

Flyspray: FS#12348
Author: Lorenzo Miori, myself

Merry christmas to ypr0 owners! :)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31415 a1c6a512-1295-4272-9138-f99709370657
2011-12-24 11:56:46 +00:00
..
android Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
maemo Nokia N900: Implement pcm_play_lock() / pcm_play_unlock() 2011-12-09 19:45:58 +00:00
sdl Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
ypr0 Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
cpuinfo-linux.c Hosted/linux: Add process/cpu info screen to the debug menu. 2011-12-19 15:42:04 +00:00
cpuinfo-linux.h Hosted/linux: Add process/cpu info screen to the debug menu. 2011-12-19 15:42:04 +00:00
pcm-alsa.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
powermgmt.c Bring idle poweroff to RaaA and the sim 2011-03-08 19:33:30 +00:00
rtc.c Return -1 for not implemented RTC functions. 2011-03-08 21:36:47 +00:00
thread-arm.c thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. 2011-12-10 20:47:59 +00:00
thread-unix.c Add rockbox copyright header with proper credits for kugel 2011-03-05 15:38:10 +00:00
thread-win32.c Implement cooperative threads on hosted platforms using C code. 2011-02-18 22:46:01 +00:00