Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
648104a318e84bb4148eeff2a06e6b533deace40
/
bootloader
/
telechips.c
c883611
Cowon D2: Make the bootloader functional (usage instructions to appear on the CowonD2Info wikipage shortly). Also re-enable IRAM by reducing Tremor's ICODE usage.
by Rob Purchase
· 17 years ago
562b9de
D2: Make lcd_init_device() actually turn on the LCD, in preparation for booting the main image. Previously this required an explicit lcd_enable(true).
by Rob Purchase
· 17 years ago
868fcce
Shutdown needs about 2 seconds, but it seems to work :)
by Christian Gmeiner
· 17 years ago
addb522
D2: Further work-in-progress on the NAND driver.
by Rob Purchase
· 17 years ago
5991478
Read ID codes & raw page data from D2 NAND flash (work in progress;
by Rob Purchase
· 17 years ago
47ea030
Initial Cowon D2 commit:
by Rob Purchase
· 17 years ago
ef12b3b
Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling.
by Jens Arnold
· 17 years ago
a4d48d0
Button driver for Logik DAX, plus some changes to the debug info displayed in the bootloader build.
by Dave Chapman
· 17 years ago
28f6ae4
Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader 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.
by Dave Chapman
· 17 years ago