summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis
2008-05-09Remove inner loop from button scanning on Gigabeat S. Requires changing the b...Michael Sevakis
2008-05-08Backlight brightness setting for Gigabeat S. Cleanup headers in target backli...Michael Sevakis
2008-05-08Add two missing rockbox headers and set svn:eol-styleNils Wallménius
2008-05-08Disable clocks for most modules in the imx31l on startup, individual drivers ...Nils Wallménius
2008-05-08Oops, it's called mc13783...Nils Wallménius
2008-05-08Hehe. Should probably implement ide_powered if implementing ide_power_enable.Michael Sevakis
2008-05-08Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the...Michael Sevakis
2008-05-08Gigabeat S: Put in (so it appears) proper delays for USB PHY reset. Use the a...Michael Sevakis
2008-05-08Remove an unneeded #include and a lone "#" on a line (it's early).Michael Sevakis
2008-05-08Gigabeat S: Add ATA/IDE power management. Fix parameter order of regmod32 as ...Michael Sevakis
2008-05-07Move interrupt clearing up.Maurus Cuelenaere
2008-05-07H10: Disable IDE controller when the disk is powered down like on ipods.Jens Arnold
2008-05-07Gigabeat S technical correction: Fix instruction order because clean dcache o...Michael Sevakis
2008-05-06Gigabeat S: Make sure ATA interface is idle before a reset.Michael Sevakis
2008-05-05Remove the last D2 yellows (user timer is not yet implemented).Rob Purchase
2008-05-05Of course don't forget the init code..Maurus Cuelenaere
2008-05-05Woops, remove debug statements..Maurus Cuelenaere
2008-05-05Split up DMA and ATA, but don't enable it (yet).Maurus Cuelenaere
2008-05-05Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with init...Michael Sevakis
2008-05-05Gigabeat S: Do the controller timing settings a more cleanly.Michael Sevakis
2008-05-05Alarm wake up support for Gigabeat SNils Wallménius
2008-05-05Mind repeat calls to ata_device_init.Michael Sevakis
2008-05-05Don't need the extra idle check.Michael Sevakis
2008-05-05Gigabeat S: Use the fastest PIO mode the installed drive allows instead of al...Michael Sevakis
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2008-05-04Make the H10 bootloader work again. Also fix the same problem that might be a...Barry Wardell
2008-05-03Disabled unused ata_led function.Bertrik Sikken
2008-05-03More static / header file cleanup.Bertrik Sikken
2008-05-03More LCD stuff..Maurus Cuelenaere
2008-05-03Fix tabs.Michael Giacomelli
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken
2008-05-03Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus.Michael Giacomelli
2008-05-03Forgot 0xMaurus Cuelenaere
2008-05-03Add OF LCD initMaurus Cuelenaere
2008-05-03Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keym...Michael Sevakis
2008-05-031) add debug menu for USB & PICMaurus Cuelenaere
2008-05-03Fix red.Maurus Cuelenaere
2008-05-031) add support for ata-as-armMaurus Cuelenaere
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-05-03Convert the TCC77x ADC driver to use interrupts - based on the technique used...Dave Chapman
2008-05-03Added missing usb #includes to usb source files.Bertrik Sikken
2008-05-02Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX...Dave Chapman
2008-05-02Working ROLO for the Gigabeat F/XKarl Kurbjun
2008-05-02Remove some cruft not being used that interferes with building rockboy on Gig...Michael Sevakis
2008-05-02Fix an oops in ARMv6 flush_icache.Michael Sevakis
2008-05-01Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell
2008-05-01Use FIQ register + comments.Maurus Cuelenaere
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold