Initial commit of the Samsung YP-R0 port.
commit249bba03f1051f4984538f66b9e7d36674c61e5c
authorThomas Martitz <kugel@rockbox.org>
Sat, 24 Dec 2011 11:56:46 +0000 (24 11:56 +0000)
committerThomas Martitz <kugel@rockbox.org>
Sat, 24 Dec 2011 11:56:46 +0000 (24 11:56 +0000)
treeb9a0d78e05269ed2043521ab0dfdad83aeaf2aff
parent567e0ad93ef3048f2266932b10dcdb309b1a77c9
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
131 files changed:
apps/SOURCES
apps/keymaps/keymap-ypr0.c [new file with mode: 0644]
apps/plugin.h
apps/plugins/SOURCES.app_build
apps/plugins/SUBDIRS
apps/plugins/SUBDIRS.app_build
apps/plugins/battery_bench.c
apps/plugins/blackjack.c
apps/plugins/bounce.c
apps/plugins/brickmania.c
apps/plugins/calculator.c
apps/plugins/calendar.c
apps/plugins/chessbox/chessbox_pgn.h
apps/plugins/chessclock.c
apps/plugins/chip8.c
apps/plugins/chopper.c
apps/plugins/clix.c
apps/plugins/cube.c
apps/plugins/doom/i_video.c
apps/plugins/fft/fft.c
apps/plugins/fireworks.c
apps/plugins/flipit.c
apps/plugins/fractals/fractal.h
apps/plugins/goban/goban.h
apps/plugins/imageviewer/imageviewer_button.h
apps/plugins/invadrox.c
apps/plugins/jewels.c
apps/plugins/lamp.c
apps/plugins/lib/pluginlib_actions.c
apps/plugins/lib/simple_viewer.c
apps/plugins/logo.c
apps/plugins/lua/strcspn.c
apps/plugins/lua/strpbrk.c
apps/plugins/matrix.c
apps/plugins/midi/midiplay.c
apps/plugins/minesweeper.c
apps/plugins/mosaique.c
apps/plugins/mp3_encoder.c
apps/plugins/mpegplayer/mpeg_settings.c
apps/plugins/mpegplayer/mpegplayer.c
apps/plugins/oscilloscope.c
apps/plugins/pacbox/pacbox.h
apps/plugins/pdbox/pdbox.h
apps/plugins/pegbox.c
apps/plugins/pong.c
apps/plugins/reversi/reversi-gui.h
apps/plugins/rockblox.c
apps/plugins/rockblox1d.c
apps/plugins/rockboy/rockboy.c
apps/plugins/rockboy/rockmacros.h
apps/plugins/rockpaint.c
apps/plugins/sliding_puzzle.c
apps/plugins/snake.c
apps/plugins/snake2.c
apps/plugins/snow.c
apps/plugins/sokoban.c
apps/plugins/solitaire.c
apps/plugins/spacerocks.c
apps/plugins/star.c
apps/plugins/starfield.c
apps/plugins/stats.c
apps/plugins/stopwatch.c
apps/plugins/sudoku/sudoku.h
apps/plugins/superdom.c
apps/plugins/test_codec.c
apps/plugins/test_fps.c
apps/plugins/test_gfx.c
apps/plugins/text_viewer/tv_button.h
apps/plugins/vu_meter.c
apps/plugins/wormlet.c
apps/plugins/xobox.c
apps/plugins/zxbox/keymaps.h
apps/plugins/zxbox/zxbox_keyb.c
docs/CREDITS
firmware/SOURCES
firmware/common/rbpaths.c
firmware/drivers/audio/as3514.c
firmware/drivers/rtc/rtc_as3514.c
firmware/export/as3514.h
firmware/export/ascodec.h
firmware/export/audiohw.h
firmware/export/config.h
firmware/export/config/ypr0.h [new file with mode: 0644]
firmware/export/rbpaths.h
firmware/include/dir_uncached.h
firmware/pcm_mixer.c
firmware/sound.c
firmware/system.c
firmware/target/hosted/pcm-alsa.c [new file with mode: 0644]
firmware/target/hosted/ypr0/adc-target.h [copied from firmware/export/ascodec.h with 83% similarity]
firmware/target/hosted/ypr0/ascodec-target.h [new file with mode: 0644]
firmware/target/hosted/ypr0/ascodec-ypr0.c [new file with mode: 0644]
firmware/target/hosted/ypr0/backlight-target.h [copied from firmware/export/ascodec.h with 74% similarity]
firmware/target/hosted/ypr0/backlight-ypr0.c [new file with mode: 0644]
firmware/target/hosted/ypr0/button-target.h [copied from firmware/export/ascodec.h with 51% similarity]
firmware/target/hosted/ypr0/button-ypr0.c [new file with mode: 0644]
firmware/target/hosted/ypr0/dir-target.h [copied from firmware/export/ascodec.h with 50% similarity]
firmware/target/hosted/ypr0/fs-ypr0.c [new file with mode: 0644]
firmware/target/hosted/ypr0/i2c-target.h [copied from firmware/export/ascodec.h with 83% similarity]
firmware/target/hosted/ypr0/kernel-ypr0.c [new file with mode: 0644]
firmware/target/hosted/ypr0/lc-ypr0.c [copied from firmware/export/ascodec.h with 69% similarity]
firmware/target/hosted/ypr0/lcd-ypr0.c [new file with mode: 0644]
firmware/target/hosted/ypr0/powermgmt-ypr0.c [new file with mode: 0644]
firmware/target/hosted/ypr0/system-target.h [copied from firmware/export/ascodec.h with 60% similarity]
firmware/target/hosted/ypr0/system-ypr0.c [new file with mode: 0644]
firmware/target/hosted/ypr0/usb-target.h [copied from firmware/export/ascodec.h with 83% similarity]
firmware/target/hosted/ypr0/ypr0.make [new file with mode: 0644]
tools/buildzip.pl
tools/configure
tools/root.make
utils/ypr0tools/Makefile [new file with mode: 0644]
utils/ypr0tools/MuonEncrypt [new file with mode: 0755]
utils/ypr0tools/README [new file with mode: 0644]
utils/ypr0tools/cramfs-1.1/COPYING [new file with mode: 0644]
utils/ypr0tools/cramfs-1.1/GNUmakefile [new file with mode: 0644]
utils/ypr0tools/cramfs-1.1/NOTES [new file with mode: 0644]
utils/ypr0tools/cramfs-1.1/README [new file with mode: 0644]
utils/ypr0tools/cramfs-1.1/cramfsck.c [new file with mode: 0644]
utils/ypr0tools/cramfs-1.1/linux/cramfs_fs.h [new file with mode: 0644]
utils/ypr0tools/cramfs-1.1/linux/cramfs_fs_sb.h [new file with mode: 0644]
utils/ypr0tools/cramfs-1.1/mkcramfs.c [new file with mode: 0644]
utils/ypr0tools/extract_section.c [new file with mode: 0644]
utils/ypr0tools/files/.rockbox/README [new file with mode: 0644]
utils/ypr0tools/files/Playlists/README [new file with mode: 0644]
utils/ypr0tools/files/etc/mods/safe_mode.raw [new file with mode: 0644]
utils/ypr0tools/files/etc/mods/safe_mode.sh [new file with mode: 0755]
utils/ypr0tools/files/etc/profile [new file with mode: 0755]
utils/ypr0tools/pack-firmware.sh [new file with mode: 0755]
utils/ypr0tools/patch-firmware.sh [new file with mode: 0755]
utils/ypr0tools/rockbox.sh [new file with mode: 0755]
utils/ypr0tools/unpack-firmware.sh [new file with mode: 0755]