Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9125 - Beginnings of the Meizu M6SL port

Attached to Project: Rockbox
Opened by Marcoen Hirschberg (marcoen) - Friday, 27 June 2008, 23:45 GMT+2
Last edited by Marcoen Hirschberg (marcoen) - Saturday, 28 June 2008, 01:25 GMT+2
Task Type Patches
Category Build environment
Status Closed
Assigned To No-one
Player Type Another
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Beginnings of the Meizu M6SL port. You can build a test image by selecting 'bootloader' during configure, but the image can not actually be flashed yet.
   meizu-m6sl-001.diff (108.4 KiB)
 b/apps/SOURCES                                              |    2 
 b/apps/keymaps/keymap-meizu-m6sl.c                          |  303 ++++++
 b/bootloader/SOURCES                                        |    2 
 b/bootloader/meizu_m6sl.c                                   |   84 +
 b/firmware/SOURCES                                          |   12 
 b/firmware/drivers/tuner/tea5760uk.c                        |  135 ++
 b/firmware/export/config-meizu-m6sl.h                       |  173 +++
 b/firmware/export/config.h                                  |   15 
 b/firmware/export/cpu.h                                     |    3 
 b/firmware/export/s5l8700.h                                 |  567 ++++++++++++
 b/firmware/export/system.h                                  |    2 
 b/firmware/system.c                                         |    6 
 b/firmware/target/arm/s5l8700/ata-nand-s5l8700.c            |   94 +
 b/firmware/target/arm/s5l8700/boot.lds                      |   54 +
 b/firmware/target/arm/s5l8700/crt0.S                        |  117 ++
 b/firmware/target/arm/s5l8700/meizu-m6sl/adc-target.h       |   33 
 b/firmware/target/arm/s5l8700/meizu-m6sl/backlight-target.h |   27 
 b/firmware/target/arm/s5l8700/meizu-m6sl/button-target.h    |   52 +
 b/firmware/target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c         |  133 ++
 b/firmware/target/arm/s5l8700/system-s5l8700.c              |  168 +++
 b/firmware/target/arm/s5l8700/system-target.h               |   35 
 b/tools/configure                                           |   35 
 b/tools/makesrc.inc                                         |    3 
 b/tools/rockboxdev.sh                                       |    4 
 b/uisimulator/sdl/button.c                                  |   29 
 b/uisimulator/sdl/uisdl.h                                   |   13 
 26 files changed, 2092 insertions(+), 9 deletions(-)

This task depends upon

Closed by  Marcoen Hirschberg (marcoen)
Saturday, 28 June 2008, 01:25 GMT+2
Reason for closing:  Accepted

Loading...